Browse Source

Require autoconf 2.59 instead of 2.61.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@295 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed 15 years ago
parent
commit
1714df4bf1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 # Process this file with autoconf to produce a configure script.
 
 
-AC_PREREQ([2.61])
+AC_PREREQ([2.59])
 AC_INIT(bind, 10.0.0, bind10-bugs@isc.org)
 AC_INIT(bind, 10.0.0, bind10-bugs@isc.org)
 AC_CONFIG_SRCDIR(README)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE
 AM_INIT_AUTOMAKE