Mercurial > pidgin
comparison autogen.sh @ 19997:6e93a79b2ae5
Fixes #3051 Patch from Will Hawkins to clean up SIMPLE login and registration
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 13 Sep 2007 21:34:55 +0000 |
parents | a4d9505bd307 |
children | a772d16ad8a8 |
comparison
equal
deleted
inserted
replaced
19996:c9f994a88f5f | 19997:6e93a79b2ae5 |
---|---|
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 | 61 glib-gettextize --force --copy --previous |
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; |