summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorStan Seibert <volsung@xiph.org>2001-10-28 02:00:14 +0000
committerStan Seibert <volsung@xiph.org>2001-10-28 02:00:14 +0000
commit9e73e6dca3969396deafac7ce528057013724340 (patch)
treee576325747328845201fe951609a7d10cf071b77 /autogen.sh
parentbd767d9aec4f3e5b1d8930c5f23ea7acc43f5d01 (diff)
downloadogg-9e73e6dca3969396deafac7ce528057013724340.tar.gz
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. git-svn-id: http://svn.xiph.org/trunk/ogg@2261 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
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"