From 3d9ab21edf76d8e3ffd936b1a66e8f3f34d5ac4a Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Sat, 27 Oct 2001 22:43:54 +0000 Subject: 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 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') 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" -- cgit v1.2.1