summaryrefslogtreecommitdiff
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
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
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.in3
2 files changed, 5 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"
diff --git a/configure.in b/configure.in
index 28566c2..48f146c 100644
--- a/configure.in
+++ b/configure.in
@@ -17,6 +17,9 @@ AC_SUBST(LIB_AGE)
AC_PROG_CC
AM_PROG_LIBTOOL
+dnl config.h
+AM_CONFIG_HEADER(config.h)
+
dnl Set some options based on environment
cflags_save="$CFLAGS"