2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

If TeX is not found, set @TEX@ to "tex" instead of leaving it

undefined, lest the generated Makefiles look really confusing.  Ditto for PDFTEX
This commit is contained in:
Andreas Gustafsson 2001-05-11 22:09:40 +00:00
parent 378f5abd5f
commit 14c17b4c16

View File

@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.251 $)
AC_REVISION($Revision: 1.252 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.13)
@ -1412,10 +1412,10 @@ AC_SUBST(JADE)
# Look for tex & pdftex.
#
AC_PATH_PROGS(TEX, tex)
AC_PATH_PROGS(TEX, tex, tex)
AC_SUBST(TEX)
AC_PATH_PROGS(PDFTEX, pdftex)
AC_PATH_PROGS(PDFTEX, pdftex, pdftex)
AC_SUBST(PDFTEX)
#