From: Josh Coalson Date: Sat, 18 Nov 2006 18:37:14 +0000 (+0000) Subject: patch from ralph X-Git-Tag: 1.2.0~265 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36b5527bf2f42faf131c2a37d614a83220ca8d16;p=platform%2Fupstream%2Fflac.git patch from ralph --- diff --git a/Makefile.am b/Makefile.am index 314cabd..438922f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,8 @@ # distclean: remove everything except what goes in the distribution # +AUTOMAKE_OPTIONS = 1.7 + SUBDIRS = doc include man src test build flac.pbproj obj DISTCLEANFILES = libtool-disable-static diff --git a/autogen.sh b/autogen.sh index b8a6c13..6b70b19 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,6 +11,8 @@ test -z "$srcdir" && srcdir=. cd "$srcdir" DIE=0 +ACLOCAL_FLAGS="-I m4 $ACLOCAL_FLAGS" + echo "checking for autoconf... " (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo