lisp/gnus.el (gnus-variable-list): Add mail-source-password-cache to save password...
[elisp/gnus.git-] / configure.in
1 AC_INIT(lisp/gnus.el)
2 AC_SET_MAKE
3 AC_PROG_INSTALL
4 AM_PATH_LISPDIR
5 AC_PATH_PROG(MAKEINFO, makeinfo, no)
6 AC_OUTPUT(Makefile lisp/Makefile texi/Makefile)