emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117943: * configure.ac (MAKEINFO): Allow 'makeinfo'


From: Paul Eggert
Subject: [Emacs-diffs] trunk r117943: * configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'.
Date: Thu, 25 Sep 2014 02:59:49 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117943
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2014-09-24 19:59:45 -0700
message:
  * configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-09-23 18:20:38 +0000
+++ b/ChangeLog 2014-09-25 02:59:45 +0000
@@ -1,3 +1,7 @@
+2014-09-25  Paul Eggert  <address@hidden>
+
+       * configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'.
+
 2014-09-23  Paul Eggert  <address@hidden>
 
        Merge from gnulib, incorporating:

=== modified file 'configure.ac'
--- a/configure.ac      2014-09-22 19:20:45 +0000
+++ b/configure.ac      2014-09-25 02:59:45 +0000
@@ -1103,10 +1103,10 @@
     MAKEINFO=makeinfo
   fi
   case `($MAKEINFO --version) 2>/dev/null` in
-    'makeinfo (GNU texinfo) '4.[[7-9]]* | \
-    'makeinfo (GNU texinfo) '4.[[1-9][0-9]]* | \
-    'makeinfo (GNU texinfo) '[[5-9]]* | \
-    'makeinfo (GNU texinfo) '[[1-9][0-9]]* ) ;;
+    *' (GNU texinfo) '4.[[7-9]]* | \
+    *' (GNU texinfo) '4.[[1-9][0-9]]* | \
+    *' (GNU texinfo) '[[5-9]]* | \
+    *' (GNU texinfo) '[[1-9][0-9]]* ) ;;
     *) MAKEINFO=no;;
   esac
 fi


reply via email to

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