comparison autogen.sh @ 4564:27354602734d

[gaim-migrate @ 4845] Ethan Blanton was nice enough to delve into the depths of m4, and kill it. This cleans up some auto* stuff, and will let people compile gaim cvs without having audiofile installed. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 09 Feb 2003 19:52:15 +0000
parents 1496be1c345c
children d881871490dd
comparison
equal deleted inserted replaced
4563:d6491dc2b7b2 4564:27354602734d
66 if test -d $dir ; then 66 if test -d $dir ; then
67 ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir" 67 ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir"
68 fi 68 fi
69 done 69 done
70 70
71 aclocal -I m4 $ACLOCAL_FLAGS || exit; 71 aclocal $ACLOCAL_FLAGS || exit;
72 autoheader || exit; 72 autoheader || exit;
73 automake --add-missing --copy; 73 automake --add-missing --copy;
74 autoconf || exit; 74 autoconf || exit;
75 automake || exit; 75 automake || exit;
76 ./configure $@ 76 ./configure $@