From 2add9160a69a69f40216c5df60638a0ddc7cceee Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 5 Mar 2007 14:49:32 +0000 Subject: fix autotools build by reordering git-svn-id: https://svn.xiph.org/trunk/Tremor@12649 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- configure.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'configure.in') 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" -- cgit v1.2.1