summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomasvs@xiph.org>2007-03-05 14:49:32 +0000
committerThomas Vander Stichele <thomasvs@xiph.org>2007-03-05 14:49:32 +0000
commit2add9160a69a69f40216c5df60638a0ddc7cceee (patch)
treedaa23a0dd6730c2a1d7124ce2687b298795772dd
parent438a1154cf8600a2d2d565f86992320aaa6e97c6 (diff)
downloadtremor-2add9160a69a69f40216c5df60638a0ddc7cceee.tar.gz
fix autotools build by reordering
git-svn-id: https://svn.xiph.org/trunk/Tremor@12649 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--configure.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 057e641..5e81f99 100644
--- a/configure.in
+++ b/configure.in
@@ -5,6 +5,12 @@ dnl Initialization and Versioning
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 --------------------------------------------------
dnl Set build flags based on environment
dnl --------------------------------------------------
-AC_CANONICAL_HOST
-
dnl Set some target options
cflags_save="$CFLAGS"