summaryrefslogtreecommitdiff
path: root/configure.in
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 /configure.in
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 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
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"