diff 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
line wrap: on
line diff
--- a/autogen.sh	Sun Feb 09 19:08:07 2003 +0000
+++ b/autogen.sh	Sun Feb 09 19:52:15 2003 +0000
@@ -68,7 +68,7 @@
 	fi
 done
 
-aclocal -I m4 $ACLOCAL_FLAGS || exit;
+aclocal $ACLOCAL_FLAGS || exit;
 autoheader || exit;
 automake --add-missing --copy;
 autoconf || exit;