* dgnushack.el (dgnushack-remove-extra-files-in-package): Clear the value for
[elisp/gnus.git-] / configure.in
index a3610f6..92f7eae 100644 (file)
@@ -1,24 +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_OUTPUT(Makefile lisp/Makefile texi/Makefile)
+AC_SET_BUILD_FLAGS
+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)