]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
configure.ac: Require autoconf-2.60
authorAndre Noll <maan@congo.fml.local>
Sun, 13 Aug 2006 13:38:19 +0000 (15:38 +0200)
committerAndre Noll <maan@congo.fml.local>
Sun, 13 Aug 2006 13:38:19 +0000 (15:38 +0200)
The datarootdir thing really needs this.

configure.ac

index eb58bc681e58cbc8f2029ecc01c237c842b0dcc3..721c5c0c16b982af7d4f01257968fb192a9fd6d8 100644 (file)
@@ -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)