texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog configure.ac


From: Patrice Dumas
Subject: texinfo ChangeLog configure.ac
Date: Sun, 06 Jan 2013 12:34:55 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        13/01/06 12:34:55

Modified files:
        .              : ChangeLog configure.ac 

Log message:
                * configure.ac: prove is required for tp tests.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1499&r2=1.1500
http://cvs.savannah.gnu.org/viewcvs/texinfo/configure.ac?cvsroot=texinfo&r1=1.136&r2=1.137

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1499
retrieving revision 1.1500
diff -u -b -r1.1499 -r1.1500
--- ChangeLog   5 Jan 2013 23:48:09 -0000       1.1499
+++ ChangeLog   6 Jan 2013 12:34:55 -0000       1.1500
@@ -1,3 +1,7 @@
+2013-01-06  Patrice Dumas  <address@hidden>
+
+       * configure.ac: prove is required for tp tests.
+
 2013-01-05  Karl Berry  <address@hidden>
 
        * install-info/install-info.c (open_possibly_compressed_file):

Index: configure.ac
===================================================================
RCS file: /sources/texinfo/texinfo/configure.ac,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -b -r1.136 -r1.137
--- configure.ac        2 Jan 2013 02:58:26 -0000       1.136
+++ configure.ac        6 Jan 2013 12:34:55 -0000       1.137
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.ac,v 1.136 2013/01/02 02:58:26 karl Exp $
+# $Id: configure.ac,v 1.137 2013/01/06 12:34:55 pertusus Exp $
 #
 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
 # 2012, 2013 Free Software Foundation, Inc.
@@ -315,7 +315,8 @@
 dnl AC_CONFIG_FILES([util/tests/defs])
 dnl AC_CHECK_PROGS([HEVEA], [hevea], [])
 dnl AC_CHECK_PROGS([TEX], [tex], [])
-dnl AC_CHECK_PROGS([PROVE], [prove], [])
+
+AC_CHECK_PROGS([PROVE], [prove], [])
 
 tp_tests='no'
 AC_ARG_ENABLE([tp-tests],



reply via email to

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