X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=939e96491ece60c47c300743957caa1ff84aa6fd;hb=ce9e4201372d5ee7049ca4ec15299a7abe1bbf9a;hp=a3610f669bc702ab8304a166f1b0e56c2c2ee8de;hpb=b7b80acf6c8c04fe4b233a46e19f9a1d19ef024e;p=gnus diff --git a/configure.in b/configure.in index a3610f669..939e96491 100644 --- a/configure.in +++ b/configure.in @@ -19,6 +19,15 @@ AC_CHECK_PROG(MAKEINFO, makeinfo, makeinfo, no) AC_CHECK_PROG(EMACS, emacs, emacs, xemacs) 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 lisp/Makefile texi/Makefile) +AC_OUTPUT(Makefile etc/Makefile lisp/Makefile texi/Makefile texi/gnusconfig.tex texi/ps/Makefile) + +ifelse(dnl Do not change this comment + arch-tag: 4fda042e-c632-45be-867f-4d90bc87746b +)dnl