INN commit: trunk (4 files)

INN Commit Russ_Allbery at isc.org
Mon Mar 23 19:35:22 UTC 2009


    Date: Monday, March 23, 2009 @ 12:35:22
  Author: iulius
Revision: 8392

Require version 2.61 or later of Autoconf (previously, Autoconf 2.59
or later was required).

Commit 8390 fixed a bug for the AC_FUNC_FSEEKO Autoconf macro
($ac_cv_sys_largefile_source is used instead of $ac_cv_func_fseek).

Modified:
  trunk/BOOTSTRAP
  trunk/configure.ac
  trunk/doc/pod/hacking.pod
  trunk/doc/pod/news.pod

---------------------+
 BOOTSTRAP           |    2 +-
 configure.ac        |    2 +-
 doc/pod/hacking.pod |    4 ++--
 doc/pod/news.pod    |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

Modified: BOOTSTRAP
===================================================================
--- BOOTSTRAP	2009-03-23 06:58:48 UTC (rev 8391)
+++ BOOTSTRAP	2009-03-23 19:35:22 UTC (rev 8392)
@@ -9,7 +9,7 @@
     ./configure
     make bootstrap
 
-You will need to have Autoconf 2.59 or later, Perl, a make that supports
+You will need to have Autoconf 2.61 or later, Perl, a make that supports
 file inclusion, and a compiler installed.  This should generate, among
 other things, the README and HACKING files, which you can then read for
 more information about INN.

Modified: configure.ac
===================================================================
--- configure.ac	2009-03-23 06:58:48 UTC (rev 8391)
+++ configure.ac	2009-03-23 19:35:22 UTC (rev 8392)
@@ -27,7 +27,7 @@
 dnl errors.
 
 AC_INIT([INN], [2.5.0])
-AC_PREREQ(2.59)
+AC_PREREQ(2.61)
 AC_REVISION($Revision$)
 AC_CONFIG_AUX_DIR([support])
 

Modified: doc/pod/hacking.pod
===================================================================
--- doc/pod/hacking.pod	2009-03-23 06:58:48 UTC (rev 8391)
+++ doc/pod/hacking.pod	2009-03-23 19:35:22 UTC (rev 8392)
@@ -17,7 +17,7 @@
 
     <http://inn.eyrie.org/viewcvs>
 
-You will need S<autoconf 2.59> or later to use the development tree.  After
+You will need S<autoconf 2.61> or later to use the development tree.  After
 checking out the tree, run C<./autogen> to generate the necessary autoconf
 files.
 
@@ -63,7 +63,7 @@
 instead, note in your patch that those files must be regenerated.  These
 (and all other) generated files should not be checked into Subversion.
 
-At the time of this writing, S<autoconf 2.59> or later is required.
+At the time of this writing, S<Autoconf 2.61> or later is required.
 
 The supporting files for autoconf are in the F<support> subdirectory,
 including the files F<config.guess> and F<config.sub> to determine the

Modified: doc/pod/news.pod
===================================================================
--- doc/pod/news.pod	2009-03-23 06:58:48 UTC (rev 8391)
+++ doc/pod/news.pod	2009-03-23 19:35:22 UTC (rev 8392)
@@ -136,7 +136,7 @@
 
 =item *
 
-INN now uses S<autoconf 2.59> or later for configuration.  As a result,
+INN now uses S<autoconf 2.61> or later for configuration.  As a result,
 some C<configure> options have changed slightly and more of the standard
 B<--*dir> options should be supported in lieu of the old INN-specific
 options.  See C<configure --help> for the available options.




More information about the inn-committers mailing list