X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.in;h=92f7eaef5c4131172bce969c0256878201226af4;hb=8a9b395fb714c8237669f9ff4d4d7c888acfd4b1;hp=53689629e4c650aaaa9c69ea6e52df621dbab0cf;hpb=3738187cad20787b5b99c4061256e30e19ee721a;p=elisp%2Fgnus.git- diff --git a/configure.in b/configure.in index 5368962..92f7eae 100644 --- a/configure.in +++ b/configure.in @@ -1,27 +1,17 @@ AC_INIT(lisp/gnus.el) +AC_DEFINE_GNUS_PRODUCT_NAME(t-gnus) AC_SET_MAKE AC_PROG_INSTALL - -dnl -dnl Apparently, if you run a shell window in Emacs, it sets the EMACS -dnl environment variable to 't'. Lets undo the damage. -dnl -if test "${EMACS}" = "t"; then - EMACS="" -fi - -AC_ARG_WITH(xemacs,[ --with-xemacs Use XEmacs to build], - [ if test "${withval}" = "yes"; then EMACS=xemacs; else EMACS=${withval}; fi ]) -AC_ARG_WITH(emacs,[ --with-emacs Use Emacs to build], - [ if test "${withval}" = "yes"; then EMACS=emacs; else EMACS=${withval}; fi ]) AC_CHECK_PROG(MAKEINFO, makeinfo, makeinfo, no) - -AC_CHECK_PROG(EMACS, emacs, emacs, xemacs) - +AC_CHECK_EMACS AC_PATH_LISPDIR AC_PATH_ETCDIR +AC_PATH_INFO_DIR AC_CHECK_URL AC_CHECK_W3 +AC_SET_BUILD_FLAGS GNUS_CHECK_FONTS - -AC_OUTPUT(Makefile etc/Makefile lisp/Makefile texi/Makefile texi/gnusconfig.tex texi/ps/Makefile) +AC_PATH_PACKAGEDIR +AC_ADD_LOAD_PATH +AC_OUTPUT(Makefile etc/Makefile lisp/Makefile texi/Makefile \ + texi/gnusconfig.tex texi/ps/Makefile lisp/dgnuspath.el)