texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo configure.ac ChangeLog


From: karl
Subject: texinfo configure.ac ChangeLog
Date: Fri, 11 Jan 2013 22:45:19 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     karl <karl>     13/01/11 22:45:19

Modified files:
        .              : configure.ac ChangeLog 

Log message:
        better to rely on implicit automake AC_PREREQ

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/configure.ac?cvsroot=texinfo&r1=1.137&r2=1.138
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1509&r2=1.1510

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/texinfo/texinfo/configure.ac,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -b -r1.137 -r1.138
--- configure.ac        6 Jan 2013 12:34:55 -0000       1.137
+++ configure.ac        11 Jan 2013 22:45:18 -0000      1.138
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.ac,v 1.137 2013/01/06 12:34:55 pertusus Exp $
+# $Id: configure.ac,v 1.138 2013/01/11 22:45:18 karl Exp $
 #
 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 # 2012, 2013 Free Software Foundation, Inc.
@@ -20,9 +20,6 @@
 dnl parallel-tests as recommended by stefano.
 AM_INIT_AUTOMAKE([1.12 tar-ustar parallel-tests readme-alpha dist-xz])
 
-# Minimum Autoconf version required.
-AC_PREREQ(2.59)
-
 # Where to generate output; srcdir location.
 AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.
 AC_CONFIG_SRCDIR([info/info.c])

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1509
retrieving revision 1.1510
diff -u -b -r1.1509 -r1.1510
--- ChangeLog   11 Jan 2013 19:09:16 -0000      1.1509
+++ ChangeLog   11 Jan 2013 22:45:18 -0000      1.1510
@@ -1,5 +1,9 @@
 2013-01-11  Karl Berry  <address@hidden>
 
+       * configure.ac (AC_PREREQ): remove, better to rely on
+       AM_INIT_AUTOMAKE's implicit prereq.
+       Suggestion from Stefano, 11 Jan 2013 12:12:53.
+
        * tp/tests/Makefile.am (long-check, all-check, tex-html-check):
        aliases for the names with s.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]