From c4884cab89abc280be0d01d3167a016b8477b130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Wed, 3 Mar 2004 21:35:57 +0000 Subject: Require autoconf 2.53 and automake 1.6 svn path=/trunk/; revision=10287 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d27b214aa3..43576d5832 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.248 2004/02/23 21:53:05 gerald Exp $ +# $Id: configure.in,v 1.249 2004/03/03 21:35:56 jmayer Exp $ dnl dnl Process this file with autoconf 2.13 or later to produce a dnl configure script; 2.12 doesn't generate a "configure" script that @@ -11,7 +11,7 @@ dnl with pre-2.13 "autoconf" as well. dnl AC_INIT(etypes.h) -AC_PREREQ(2.13) +AC_PREREQ(2.53) dnl Check for CPU / vendor / OS AC_CANONICAL_HOST -- cgit v1.2.3