From 062821cd9198ee19aa0b14395d93d1fa5c0048d1 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 13 Aug 2006 15:38:19 +0200 Subject: [PATCH] configure.ac: Require autoconf-2.60 The datarootdir thing really needs this. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2