File cvs-downgrade_required_autoconf.patch of Package cvs-stable
--- configure.in.orig 2008-05-21 06:56:18.000000000 +0200
+++ configure.in 2008-05-21 06:56:32.000000000 +0200
@@ -3,7 +3,7 @@
[bug-cvs@nongnu.org],[cvs])
AC_CONFIG_SRCDIR(src/cvs.h)
AM_INIT_AUTOMAKE([gnu 1.7.9 dist-bzip2 no-define])
-AC_PREREQ(2.60)
+AC_PREREQ(2.59)
AC_PREFIX_PROGRAM(cvs)
AM_CONFIG_HEADER(config.h)
--- aclocal.m4.orig 2008-05-21 06:55:39.000000000 +0200
+++ aclocal.m4 2008-05-21 06:56:09.000000000 +0200
@@ -403,7 +403,7 @@
# arguments mandatory, and then we can depend on a new Autoconf
# release and drop the old call support.
AC_DEFUN([AM_INIT_AUTOMAKE],
-[AC_PREREQ([2.60])dnl
+[AC_PREREQ([2.59])dnl
dnl Autoconf wants to disallow AM_ names. We explicitly allow
dnl the ones we care about.
m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
@@ -698,7 +698,7 @@
# ---------------
# Check for `mkdir -p'.
AC_DEFUN([AM_PROG_MKDIR_P],
-[AC_PREREQ([2.60])dnl
+[AC_PREREQ([2.59])dnl
AC_REQUIRE([AC_PROG_MKDIR_P])dnl
dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
dnl while keeping a definition of mkdir_p for backward compatibility.