summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomasvs@xiph.org>2004-07-05 11:39:23 +0000
committerThomas Vander Stichele <thomasvs@xiph.org>2004-07-05 11:39:23 +0000
commit88dc04f6a3f919b6d19e3e8e63933649d9668ed0 (patch)
tree32e6bff2544ba27fa5437e0b08749641df8396db /autogen.sh
parent7548908a61ca6f233faa66e48b3c06f456f161af (diff)
downloadogg-git-88dc04f6a3f919b6d19e3e8e63933649d9668ed0.tar.gz
use config.h to get rid of all the added defines on compile lines
svn path=/trunk/ogg/; revision=6993
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 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"