[xiph-commits] r6993 - trunk/ogg

thomasvs at dactyl.lonelymoon.com thomasvs
Mon Jul 5 04:39:23 PDT 2004


Author: thomasvs
Date: Mon Jul  5 04:39:23 2004
New Revision: 6993

Modified:
trunk/ogg/autogen.sh
trunk/ogg/configure.in
Log:
use config.h to get rid of all the added defines on compile lines

Modified: trunk/ogg/autogen.sh
===================================================================
--- trunk/ogg/autogen.sh	2004-07-05 11:21:44 UTC (rev 6992)
+++ trunk/ogg/autogen.sh	2004-07-05 11:39:23 UTC (rev 6993)
@@ -103,8 +103,8 @@

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"

Modified: trunk/ogg/configure.in
===================================================================
--- trunk/ogg/configure.in	2004-07-05 11:21:44 UTC (rev 6992)
+++ trunk/ogg/configure.in	2004-07-05 11:39:23 UTC (rev 6993)
@@ -17,6 +17,9 @@
AC_PROG_CC
AM_PROG_LIBTOOL

+dnl config.h
+AM_CONFIG_HEADER(config.h)
+
dnl Set some options based on environment

cflags_save="$CFLAGS"



More information about the commits mailing list