Synch to No Gnus 200511080839.
[elisp/gnus-doc-ja.git] / configure.ac
1 AC_INIT(gnus-ja.texi)
2 AC_PROG_INSTALL
3
4 dnl Apparently, if you run a shell window in Emacs, it sets the EMACS
5 dnl environment variable to 't'.  Lets undo the damage.
6 if test "${EMACS}" = "t"; then
7    EMACS=""
8 fi
9
10 AC_ARG_WITH(emacs,[  --with-emacs            Use Emacs to build], 
11         [ if test "${withval}" = "yes"; then EMACS=emacs; else EMACS=${withval}; fi ])
12 AC_CHECK_PROG(EMACS, emacs, emacs, xemacs)
13
14 AC_CHECK_PROG(JBIBTEX, jbibtex, jbibtex, false)
15 AC_CHECK_PROG(PTEX, ptex, ptex, false)
16 AC_CHECK_PROG(TEXI2DVI, texi2dvi, texi2dvi, false)
17
18 AC_OUTPUT(Makefile)