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

Diff of /auctex/preview/configure.ac

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

revision 1.85 by dak, Sat Apr 30 15:28:06 2005 UTC revision 1.86 by dak, Sat Apr 30 20:45:03 2005 UTC
# Line 55  else Line 55  else
55     previewstartfile="${packagelispdir}"/auto-autoloads.el     previewstartfile="${packagelispdir}"/auto-autoloads.el
56     test "X$packagedatadir" = X && packagedatadir="${packagedir}/etc/preview"     test "X$packagedatadir" = X && packagedatadir="${packagedir}/etc/preview"
57     infodir="${packagedir}/info"     infodir="${packagedir}/info"
58       INSTALL_INFO=:
59  fi  fi
60    
61  AC_SUBST(previewstartfile)  AC_SUBST(previewstartfile)
# Line 109  AC_SUBST(TEXMFGEN) Line 110  AC_SUBST(TEXMFGEN)
110    
111  AC_PATH_PROG_REQUIRED(TEX, tex, NONE)  AC_PATH_PROG_REQUIRED(TEX, tex, NONE)
112    
 # Be very careful about assuming things about the available hash programs  
 # MikTeX comes with a braindead link to mktexlsr, apparently, so first  
 # try the regular utility from them.  
 AC_ARG_VAR(TEXHASH,[command to update the TeX filename database.  
 Set to : to skip updating the database on installation.])  
 AC_PATH_PROG(TEXHASH, texhash)  
 if test -z "${TEXHASH}"; then  
   AC_CHECK_PROG(TEXHASH, initexmf, initexmf -u)  
   if test -z "${TEXHASH}"; then  
     AC_PATH_PROGS(TEXHASH, mktexlsr MakeTeXls-R, :)  
   fi  
 fi  
   
113  TEX_PATH_TEXMFDIR  TEX_PATH_TEXMFDIR
114    
115  if test "x${texmfdir}" = "xno"  if test "x${texmfdir}" = "xno"
# Line 141  Please use --with-kpathsea-sep=@<:@:|;@> Line 129  Please use --with-kpathsea-sep=@<:@:|;@>
129    packagetexstyles="${packagedatadir}/latex"    packagetexstyles="${packagedatadir}/latex"
130    AC_LISPIFY_DIR(packagetexstyles,"${previewstartfile}")    AC_LISPIFY_DIR(packagetexstyles,"${previewstartfile}")
131    lisppackagetexstyles="(defvar preview-TeX-style-dir (concat ${lisppackagetexstyles} \"${kpathseaseparator}\"))"    lisppackagetexstyles="(defvar preview-TeX-style-dir (concat ${lisppackagetexstyles} \"${kpathseaseparator}\"))"
132      test "X${TEXHASH}" = X && TEXHASH=:
133  else  else
134    lisppackagetexstyles=    lisppackagetexstyles=
135  fi  fi
136  AC_SUBST(lisppackagetexstyles)  AC_SUBST(lisppackagetexstyles)
137    
138    # Be very careful about assuming things about the available hash programs
139    # MikTeX comes with a braindead link to mktexlsr, apparently, so first
140    # try the regular utility from them.
141    AC_ARG_VAR(TEXHASH,[command to update the TeX filename database.
142    Set to : to skip updating the database on installation.
143    This is the default for --without-texmf-dir])
144    
145    AC_PATH_PROG(TEXHASH, texhash)
146    AC_CHECK_PROG(TEXHASH, initexmf, initexmf -u)
147    if test "X${TEXHASH}" = X
148    then
149       AC_PATH_PROGS(TEXHASH, mktexlsr MakeTeXls-R, :)
150    fi
151    
152  AC_ARG_VAR(PERL,[Perl executable.  If set to :, some documentation  AC_ARG_VAR(PERL,[Perl executable.  If set to :, some documentation
153  cannot be regenerated, but installation of an unmodified tarball will  cannot be regenerated, but installation of an unmodified tarball will
154  succeed.])  succeed.])

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

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