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
commit18097ee57fdf0e09db2ab4a7616606ab73dc69b7 (patch)
tree32e6bff2544ba27fa5437e0b08749641df8396db /autogen.sh
parent59f89abb4ce522fc3ac240868cb257a571bd2f9a (diff)
downloadogg-18097ee57fdf0e09db2ab4a7616606ab73dc69b7.tar.gz
use config.h to get rid of all the added defines on compile lines
git-svn-id: http://svn.xiph.org/trunk/ogg@6993 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 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"