From 88dc04f6a3f919b6d19e3e8e63933649d9668ed0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 5 Jul 2004 11:39:23 +0000 Subject: use config.h to get rid of all the added defines on compile lines svn path=/trunk/ogg/; revision=6993 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 31635de..3237885 100755 --- a/autogen.sh +++ b/autogen.sh @@ -103,8 +103,8 @@ echo "Generating configuration files for $package, please wait...." echo " $ACLOCAL $ACLOCAL_FLAGS" $ACLOCAL $ACLOCAL_FLAGS || exit 1 -#echo " autoheader" -#autoheader +echo " autoheader" +autoheader || exit 1 echo " $LIBTOOLIZE --automake" $LIBTOOLIZE --automake || exit 1 echo " $AUTOMAKE --add-missing $AUTOMAKE_FLAGS" -- cgit v1.2.1