summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorStan Seibert <volsung@xiph.org>2001-10-27 22:43:54 +0000
committerStan Seibert <volsung@xiph.org>2001-10-27 22:43:54 +0000
commit9f6b6075f9146f09f893a4e78c53d0be87b88713 (patch)
treecbf559def52c3b8f2e6f0d0e6ee533afdb097388 /autogen.sh
parent0bd3a468df62611b27770781f8e3f22a0c168102 (diff)
downloadogg-9f6b6075f9146f09f893a4e78c53d0be87b88713.tar.gz
Clearing out my backlog of autoconf updates:
- CFLAGS propagates to debug and profile targets - Clean up AM_PATH_OGG macro as per bug #65 and conversations with jack - -I flag to aclocal allows .m4 files in source dir to be searched for autoconf macros. Not currently needed by libogg, but I've included it to be consistent with the other libraries (which will need it). git-svn-id: http://svn.xiph.org/trunk/ogg@2259 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 4f92453..e4f9ff5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -47,8 +47,8 @@ fi
echo "Generating configuration files for $package, please wait...."
-echo " aclocal $ACLOCAL_FLAGS"
-aclocal $ACLOCAL_FLAGS
+echo " aclocal -I $srcdir $ACLOCAL_FLAGS"
+aclocal -I $srcdir $ACLOCAL_FLAGS
#echo " autoheader"
#autoheader
echo " libtoolize --automake"