* nnmail.el (nnmail-read-passwd): Use `read-passwd' if it exists as a functon.
[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)