X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=18dfdb1b22ced63b213418b2c67331a43a4f65c1;hb=405b6426ba346d9ea8b06ac327f5eafdd3f4cada;hp=a3610f669bc702ab8304a166f1b0e56c2c2ee8de;hpb=a707b63af25b91cb730c12e65156ca364bf49a44;p=elisp%2Fgnus.git- diff --git a/configure.in b/configure.in index a3610f6..18dfdb1 100644 --- a/configure.in +++ b/configure.in @@ -1,24 +1,16 @@ 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_OUTPUT(Makefile lisp/Makefile texi/Makefile) +GNUS_CHECK_FONTS +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)