From 973732981cc19ae28ec92232d1bc3868f6d8054b Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Sun, 28 Oct 2001 02:00:14 +0000 Subject: Argh. Never mind on the -I idea. automake 1.4 has a stupid feature which makes using -I not a good idea. Fixed in automake 1.5, but no distro has automake 1.5 built in (except Debian unstable). See bug 70 for an explanation. svn path=/trunk/ogg/; revision=2261 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index e4f9ff5..4f92453 100755 --- a/autogen.sh +++ b/autogen.sh @@ -47,8 +47,8 @@ fi echo "Generating configuration files for $package, please wait...." -echo " aclocal -I $srcdir $ACLOCAL_FLAGS" -aclocal -I $srcdir $ACLOCAL_FLAGS +echo " aclocal $ACLOCAL_FLAGS" +aclocal $ACLOCAL_FLAGS #echo " autoheader" #autoheader echo " libtoolize --automake" -- cgit v1.2.1