5 AC_PATH_PROG(MAKEINFO, makeinfo, no)
7 ADDITIONAL_LOAD_PATH="NONE"
10 [ --with-addpath=PATH search Emacs-Lisp libraries with PATH
11 use colons to separate directory names],
12 ADDITIONAL_LOAD_PATH=$with_addpath,
14 AC_SUBST(ADDITIONAL_LOAD_PATH)
16 AC_OUTPUT(Makefile lisp/Makefile lisp/paths.el texi/Makefile)