comparison autogen.sh @ 3505:67b0832e9542

[gaim-migrate @ 3570] This will help aclocal find your gtk2 .m4 files if you have them installed in a place autoconf can't find them. Thanks Ethan. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 14 Sep 2002 07:47:36 +0000
parents d5bb9c7b6e0a
children 1496be1c345c
comparison
equal deleted inserted replaced
3504:d7cefb94a978 3505:67b0832e9542
55 mv po/ChangeLog.save po/ChangeLog 55 mv po/ChangeLog.save po/ChangeLog
56 56
57 echo "Running libtoolize, please ignore non-fatal messages...." 57 echo "Running libtoolize, please ignore non-fatal messages...."
58 echo n | libtoolize --copy --force || exit; 58 echo n | libtoolize --copy --force || exit;
59 59
60 if test -d /usr/local/share/aclocal ; then
61 ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I /usr/local/share/aclocal"
62 fi
63
60 aclocal -I m4 $ACLOCAL_FLAGS || exit; 64 aclocal -I m4 $ACLOCAL_FLAGS || exit;
61 autoheader || exit; 65 autoheader || exit;
62 automake --add-missing --copy; 66 automake --add-missing --copy;
63 autoconf || exit; 67 autoconf || exit;
64 automake || exit; 68 automake || exit;