Index: auctex/configure.ac
diff -u auctex/configure.ac:1.13 auctex/configure.ac:1.14
--- auctex/configure.ac:1.13    Sat Apr 30 15:28:07 2005
+++ auctex/configure.ac Sat Apr 30 20:45:03 2005
@@ -108,21 +108,15 @@
 cannot be regenerated, but installation of an unmodified tarball will
 succeed.])
 
-if test "x$MAKEINFO" = x
-then
-   AC_PATH_PROG(MAKEINFO, makeinfo, :)
-
-   MAKEINFO_CHECK_MACROS(acronym env option command)
-fi
+AC_PATH_PROG(MAKEINFO, makeinfo, :)
 
-AC_ARG_VAR(INSTALL_INFO, [install-info executable.  Set to : to skip making a 
dir file.])
-
-if test "x$INSTALL_INFO" = x
-then
-  AC_PATH_PROG(INSTALL_INFO, install-info, :, ${PATH} /usr/sbin /sbin)
-fi
+case "x$MAKEINFO" in x|x:) ;;
+*) MAKEINFO_CHECK_MACROS(acronym env option command)
+esac
 
+AC_ARG_VAR(INSTALL_INFO, [install-info executable.  Set to : to skip making a 
dir file.  This is the default when installing into an XEmacs package.])
 
+AC_PATH_PROG(INSTALL_INFO, install-info, :, ${PATH} /usr/sbin /sbin)
 
 AC_SHELL_QUOTIFY(prefix)
 AC_SHELL_QUOTIFY(localstatedir)


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to