[svn] commit: r295 - /branches/f2f200910/configure.ac

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Nov 5 14:05:26 UTC 2009


Author: jreed
Date: Thu Nov  5 14:05:26 2009
New Revision: 295

Log:
Require autoconf 2.59 instead of 2.61.

Modified:
    branches/f2f200910/configure.ac

Modified: branches/f2f200910/configure.ac
==============================================================================
--- branches/f2f200910/configure.ac (original)
+++ branches/f2f200910/configure.ac Thu Nov  5 14:05:26 2009
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # 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 at isc.org)
 AC_CONFIG_SRCDIR(README)
 AM_INIT_AUTOMAKE




More information about the bind10-changes mailing list