From: Andre Noll Date: Sun, 13 Aug 2006 13:38:19 +0000 (+0200) Subject: configure.ac: Require autoconf-2.60 X-Git-Tag: v0.2.14~51 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=062821cd9198ee19aa0b14395d93d1fa5c0048d1 configure.ac: Require autoconf-2.60 The datarootdir thing really needs this. --- diff --git a/configure.ac b/configure.ac index eb58bc68..721c5c0c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.53) +AC_PREREQ(2.60) AC_INIT(paraslash, [git], maan@systemlinux.org)