From f951e6c0654349b3a58e88f55f1b0930c6096236 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 15 Sep 2009 23:07:37 +0200 Subject: Tweak configure.ac for intrepid --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 10569a0..551143c 100644 --- a/configure.ac +++ b/configure.ac @@ -18,14 +18,14 @@ # You should have received a copy of the GNU Lesser General Public # License along with mutrace. If not, see . -AC_PREREQ(2.63) +AC_PREREQ(2.61) AC_INIT([mutrace], 0.1, [mzzhgenpr (at) 0pointer (dot) net]) AC_CONFIG_SRCDIR([mutrace.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR(m4) -AM_INIT_AUTOMAKE([foreign 1.11 -Wall -Wno-portability silent-rules tar-pax]) +AM_INIT_AUTOMAKE([foreign 1.10 -Wall -Wno-portability tar-pax]) AC_SUBST(PACKAGE_URL, [http://git.0pointer.de/?p=mutrace.git]) -- cgit