Skip to content
Snippets Groups Projects
Commit 2add9160 authored by Thomas Vander Stichele's avatar Thomas Vander Stichele
Browse files

fix autotools build by reordering

git-svn-id: https://svn.xiph.org/trunk/Tremor@12649 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 438a1154
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment