summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-06 19:38:38 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-06 19:38:38 -0700
commitd31a86e5b169d5a1b349b5f9ccd8089e92c14d80 (patch)
tree340fbcbf3fe72fcbca68e011d909dfb15f2d9ffe
parentc5b29168845e55dbff28f1a15cb648de453a6336 (diff)
downloadnasm-d31a86e5b169d5a1b349b5f9ccd8089e92c14d80.tar.gz
doc: don't bother using autoconf to search for pdf tools
We have separate invocations for the various PDF tools anyway. It generates a slightly annoying error message, but makes some other things a little easier. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--configure.ac3
-rw-r--r--doc/Makefile.in6
2 files changed, 3 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index e52e8058..a426c727 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,9 +65,6 @@ dnl Look for programs...
AC_CHECK_PROGS(NROFF, nroff, false)
AC_CHECK_PROGS(ASCIIDOC, asciidoc, false)
AC_CHECK_PROGS(XMLTO, xmlto, false)
-AC_CHECK_PROGS(ACRODIST, acrodist, false)
-AC_CHECK_PROGS(PS2PDF, ps2pdf, false)
-AC_CHECK_PROGS(PSTOPDF, pstopdf, false)
dnl Check for progs needed for manpage generation
AS_IF([test $ASCIIDOC = false],
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 8ec3b7ca..2b8ad9ee 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -23,9 +23,9 @@ TEXI2DVI = texi2dvi
TEXI2IPF = texi2ipf
IPFC = ipfc
-ACRODIST = @ACRODIST@ # Acrobat Distiller
-PSTOPDF = @PSTOPDF@ # BSD/MacOS X utility
-PS2PDF = @PS2PDF@ # Part of GhostScript
+ACRODIST = acrodist # Acrobat Distiller
+PSTOPDF = pstopdf # BSD/MacOS X utility
+PS2PDF = ps2pdf # Part of GhostScript
SRCS = nasmdoc.src inslist.src changes.src version.src
OUT = info html nasmdoc.txt nasmdoc.ps nasmdoc.pdf