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, 14 Jan 2006 17:46:39 +0000

Index: auctex/configure.ac
diff -u auctex/configure.ac:1.35 auctex/configure.ac:1.36
--- auctex/configure.ac:1.35    Sat Dec 17 13:35:24 2005
+++ auctex/configure.ac Sat Jan 14 17:46:39 2006
@@ -121,7 +121,10 @@
 
 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)
+if test "X${INSTALL_INFO}" = X
+then
+  AC_PATH_PROG(INSTALL_INFO, install-info, :, ${PATH} /usr/sbin /sbin)
+fi
 
 AC_ARG_ENABLE(preview,
   [  --disable-preview       disable inclusion of preview-latex],




reply via email to

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