[xiph-commits] r12649 - trunk/Tremor

thomasvs at svn.xiph.org thomasvs at svn.xiph.org
Mon Mar 5 06:49:34 PST 2007


Author: thomasvs
Date: 2007-03-05 06:49:32 -0800 (Mon, 05 Mar 2007)
New Revision: 12649

Modified:
   trunk/Tremor/configure.in
Log:
fix autotools build by reordering

Modified: trunk/Tremor/configure.in
===================================================================
--- trunk/Tremor/configure.in	2007-03-05 13:54:00 UTC (rev 12648)
+++ trunk/Tremor/configure.in	2007-03-05 14:49:32 UTC (rev 12649)
@@ -5,6 +5,12 @@
 dnl ------------------------------------------------
 
 AC_INIT(mdct.c)
+
+AC_CANONICAL_HOST
+AC_CANONICAL_TARGET
+
+AM_CONFIG_HEADER([config.h])
+
 AM_INIT_AUTOMAKE(libvorbisidec,1.2.0)
 
 dnl Library versioning
@@ -33,8 +39,6 @@
 dnl Set build flags based on environment
 dnl --------------------------------------------------
 
-AC_CANONICAL_HOST
-
 dnl Set some target options
 
 cflags_save="$CFLAGS"



More information about the commits mailing list