summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bollengier <eric@zogi.(none)>2009-09-15 23:07:37 +0200
committerLennart Poettering <lennart@poettering.net>2009-09-15 23:28:26 +0200
commitf951e6c0654349b3a58e88f55f1b0930c6096236 (patch)
treed1768f4e1d58dc19ff652d33903a4b0686c05a19
parent00914b613c9b68b1c360a527e3793241d13d3980 (diff)
Tweak configure.ac for intrepid
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
-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])