auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/configure.ac


From: David Kastrup
Subject: [AUCTeX-diffs] Changes to auctex/configure.ac
Date: Sat, 30 Apr 2005 16:45:05 -0400

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)




reply via email to

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