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
commit3d9ab21edf76d8e3ffd936b1a66e8f3f34d5ac4a (patch)
treecbf559def52c3b8f2e6f0d0e6ee533afdb097388 /autogen.sh
parent86ce3ec6aefa2e68b0c3d17c15552849ca421d54 (diff)
downloadogg-git-3d9ab21edf76d8e3ffd936b1a66e8f3f34d5ac4a.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). svn path=/trunk/ogg/; revision=2259
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"