]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Sep 2014 02:59:45 +0000 (19:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 Sep 2014 02:59:45 +0000 (19:59 -0700)
ChangeLog
configure.ac

index adc0a50949094292e4a520aa77f9b7b48ec6b845..9aac8d0496b91caf976f954e10a90da280cecf53 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'.
+
 2014-09-23  Paul Eggert  <eggert@cs.ucla.edu>
 
        Merge from gnulib, incorporating:
index 179a4a5faea3647a2b08d113c71f1db4bb1e3b3d..4d9cc0d0274fbb550011209fc66f3ebc48ff531d 100644 (file)
@@ -1103,10 +1103,10 @@ if test "$MAKEINFO" != "no"; then
     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