fix linking
authorAnas Nashif <anas.nashif@intel.com>
Sun, 4 Nov 2012 15:30:20 +0000 (07:30 -0800)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 12 Dec 2014 15:56:57 +0000 (16:56 +0100)
Makefile.am
configure.ac

index e05d521..236ce0e 100644 (file)
@@ -1,8 +1,8 @@
 ## Process this file with automake to produce Makefile.in
 
 #AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
-AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
-
+AUTOMAKE_OPTIONS = foreign 1.10 dist-zip
+ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = m4 include vq lib test doc
 
 if BUILD_EXAMPLES 
index ee2db99..686b8dd 100644 (file)
@@ -8,7 +8,7 @@ dnl ------------------------------------------------
 AC_INIT([libvorbis],[1.3.4],[vorbis-dev@xiph.org])
 
 AC_CONFIG_SRCDIR([lib/mdct.c])
-
+AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_TARGET([])
 
 AM_INIT_AUTOMAKE