* configure.ac: Handle info/ files with or without ".info" extension.
authorGlenn Morris <rgm@gnu.org>
Wed, 5 Dec 2012 02:13:40 +0000 (21:13 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 5 Dec 2012 02:13:40 +0000 (21:13 -0500)
ChangeLog
configure.ac

index caec4db..965c788 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
+2012-12-05  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac: Handle info/ files with or without ".info" extension.
+
 2012-11-24  Eli Zaretskii  <eliz@gnu.org>
 
-       * make-dist (nt): Adjust to changes in names of the *.manifest
-       files.
+       * make-dist (nt): Adjust to changes in names of the *.manifest files.
 
 2012-11-21  Glenn Morris  <rgm@gnu.org>
 
index 321cbd2..594fe94 100644 (file)
@@ -814,7 +814,7 @@ if test "$MAKEINFO" = "no"; then
   MAKEINFO=makeinfo
   if test "x${with_makeinfo}" = "xno"; then
     HAVE_MAKEINFO=no
-  elif test ! -e $srcdir/info/emacs; then
+  elif test ! -e $srcdir/info/emacs && test ! -e $srcdir/info/emacs.info; then
     AC_MSG_ERROR( [You do not seem to have makeinfo >= 4.7, and your
 source tree does not seem to have pre-built manuals in the `info' directory.
 Either install a suitable version of makeinfo, or re-run configure