Mercurial > pidgin
comparison autogen.sh @ 23768:31611d5d6a4a
merge of '8b98876f03b683ae6805d673e713f30f16b7f6e9'
and 'c3fe9bf88d02997989374e7ecc80a3f2462ee462'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 15 Nov 2008 23:47:18 +0000 |
parents | a772d16ad8a8 |
children | 8d5989d932c9 |
comparison
equal
deleted
inserted
replaced
23767:49b311889c10 | 23768:31611d5d6a4a |
---|---|
56 ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir" | 56 ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir" |
57 fi | 57 fi |
58 done | 58 done |
59 | 59 |
60 libtoolize -c -f --automake | 60 libtoolize -c -f --automake |
61 glib-gettextize --force --copy --previous | 61 glib-gettextize --force --copy |
62 intltoolize --force --copy | 62 intltoolize --force --copy |
63 aclocal $ACLOCAL_FLAGS || exit; | 63 aclocal $ACLOCAL_FLAGS || exit; |
64 autoheader || exit; | 64 autoheader || exit; |
65 automake --add-missing --copy; | 65 automake --add-missing --copy; |
66 autoconf || exit; | 66 autoconf || exit; |