From 9f674da875680ae8a4b86696d267b96b9b90b0cf Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 4 Nov 2012 07:30:20 -0800 Subject: [PATCH] fix linking --- Makefile.am | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index e05d521..236ce0e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index ee2db99..686b8dd 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4