X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=4a4447956d88a0abf2a3c80efba4976df5ae8c8d;hb=dba950fedfcc11ba4deb352587af2116afed5e69;hp=884e2cac635854bd00d83d41308a972c1af3f3f0;hpb=bc2ca8c1a65acaf43333fc7f069762d8ce8cd6bb;p=elisp%2Fgnus-doc-ja.git diff --git a/configure.ac b/configure.ac index 884e2ca..4a44479 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,5 @@ AC_INIT(gnus-ja.texi) +AC_SET_MAKE AC_PROG_INSTALL dnl Apparently, if you run a shell window in Emacs, it sets the EMACS @@ -8,10 +9,12 @@ if test "${EMACS}" = "t"; then fi AC_ARG_WITH(emacs,[ --with-emacs Use Emacs to build], - [ if test "${withval}" = "yes"; then EMACS=emacs; else EMACS=${withval}; fi ]) + [ if test "${withval}" = "yes"; then EMACS=emacs; else EMACS=${withval}; fi ]) AC_CHECK_PROG(EMACS, emacs, emacs, xemacs) +AC_CHECK_PROG(DVIPDFMX, dvipdfmx, dvipdfmx, false) AC_CHECK_PROG(JBIBTEX, jbibtex, jbibtex, false) +AC_CHECK_PROG(PDVIPS, pdvips, pdvips, false) AC_CHECK_PROG(PTEX, ptex, ptex, false) AC_CHECK_PROG(TEXI2DVI, texi2dvi, texi2dvi, false)