contrib/site-conf: No need to require autoconf 2.60
authorHolger Freyther <zecke@selfish.org>
Thu, 14 Dec 2006 19:06:53 +0000 (19:06 +0000)
committerHolger Freyther <zecke@selfish.org>
Thu, 14 Dec 2006 19:06:53 +0000 (19:06 +0000)
    Specially as OE uses autoconf 2.59 itself

contrib/site-conf/configure.ac

index 283008a..bd5ce4d 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT([zeckes-tests], [aleph-1], [noreply@::1])
-AC_PREREQ([2.60])
+AC_PREREQ([2.59])
 
 #
 #AC_CONFIG_MACRO_DIR([m4])