]> code.delx.au - gnu-emacs-elpa/blob - packages/loc-changes/configure.ac
Merge commit '0cda39255827f283e7578cd469ae42daad9556a2' from js2-mode
[gnu-emacs-elpa] / packages / loc-changes / configure.ac
1 AC_INIT(emacs-loc-changes, 1.1)
2 AC_CONFIG_SRCDIR(loc-changes.el)
3 AM_INIT_AUTOMAKE
4 AM_MAINTAINER_MODE
5
6 ##
7 ## Find out where to install the debugger emacs lisp files
8 ##
9 AM_PATH_LISPDIR
10 AM_CONDITIONAL(INSTALL_EMACS_LISP, test "x$lispdir" != "x")
11
12 AC_CONFIG_FILES([Makefile test/Makefile])
13 AC_OUTPUT