* pop3.el (pop3-last): Use `split-string' instead of `pop3-string-to-list'.
[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)