using autoheader to generate config.h so we get rid of the long compile
[platform/upstream/libvorbis.git] / configure.in
index c8c8534..b5f1a84 100644 (file)
@@ -9,6 +9,8 @@ AC_INIT(lib/mdct.c)
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
+AM_CONFIG_HEADER([config.h])
+
 AM_INIT_AUTOMAKE(libvorbis,1.0.1)
 AM_MAINTAINER_MODE