[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * configure.ac: remove check for prove, prove is
From: |
Patrice Dumas |
Subject: |
branch master updated: * configure.ac: remove check for prove, prove is not used in tests anymore. |
Date: |
Mon, 02 Dec 2024 08:13:34 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new e446176985 * configure.ac: remove check for prove, prove is not used
in tests anymore.
e446176985 is described below
commit e446176985de1072b11b712688a17089c711a737
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Dec 2 14:13:23 2024 +0100
* configure.ac: remove check for prove, prove is not used in tests
anymore.
---
ChangeLog | 5 +++++
configure.ac | 6 +-----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 21c1633857..995a409c0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-02 Patrice Dumas <pertusus@free.fr>
+
+ * configure.ac: remove check for prove, prove is not used in tests
+ anymore.
+
2024-12-01 Patrice Dumas <pertusus@free.fr>
* Pod-Simple-Texinfo/Changes: point to GNU Texinfo main ChangeLog.
diff --git a/configure.ac b/configure.ac
index 673a53dfe8..e8da35d0ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -543,8 +543,6 @@ dnl configuring them. See contrib/nontests/README.
dnl AC_CONFIG_FILES([util/tests/defs])
dnl AC_CHECK_PROGS([TEX], [tex], [])
-AC_CHECK_PROGS([PROVE], [prove], [])
-
tp_tests='no'
AC_ARG_ENABLE([tp-tests],
AS_HELP_STRING([--enable-tp-tests],[run the parser and converters
testsuite (default: detected)]),
@@ -586,9 +584,7 @@ AC_ARG_ENABLE([pod-simple-texinfo-tests],
pod_simple_texinfo_tests='yes'
fi],
[
- if test "z$PROVE" = 'z' ; then
- pod_simple_texinfo_tests='no'
- elif $PERL -e "use 5.008_001; use Encode; use Test::More; use
Pod::Simple::PullParser; use Pod::Simple::XHTML;" > /dev/null
2>&AS_MESSAGE_LOG_FD;
+ if $PERL -e "use 5.008_001; use Encode; use Test::More; use
Pod::Simple::PullParser; use Pod::Simple::XHTML;" > /dev/null
2>&AS_MESSAGE_LOG_FD;
then
pod_simple_texinfo_tests='yes'
else
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * configure.ac: remove check for prove, prove is not used in tests anymore.,
Patrice Dumas <=