/[auctex]/auctex/configure.ac
ViewVC logotype

Diff of /auctex/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by dak, Sat Apr 30 15:28:07 2005 UTC revision 1.14 by dak, Sat Apr 30 20:45:03 2005 UTC
# Line 108  AC_ARG_VAR(MAKEINFO,[Makeinfo executable Line 108  AC_ARG_VAR(MAKEINFO,[Makeinfo executable
108  cannot be regenerated, but installation of an unmodified tarball will  cannot be regenerated, but installation of an unmodified tarball will
109  succeed.])  succeed.])
110    
111  if test "x$MAKEINFO" = x  AC_PATH_PROG(MAKEINFO, makeinfo, :)
 then  
    AC_PATH_PROG(MAKEINFO, makeinfo, :)  
112    
113     MAKEINFO_CHECK_MACROS(acronym env option command)  case "x$MAKEINFO" in x|x:) ;;
114  fi  *) MAKEINFO_CHECK_MACROS(acronym env option command)
115    esac
 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  
116    
117    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.])
118    
119    AC_PATH_PROG(INSTALL_INFO, install-info, :, ${PATH} /usr/sbin /sbin)
120    
121  AC_SHELL_QUOTIFY(prefix)  AC_SHELL_QUOTIFY(prefix)
122  AC_SHELL_QUOTIFY(localstatedir)  AC_SHELL_QUOTIFY(localstatedir)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26