]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/loc-changes/configure.ac
Add 'packages/loc-changes/' from commit '8447baff7cb4839ef8d1d747a14e5da85d0cee5b'
[gnu-emacs-elpa] / packages / loc-changes / configure.ac
diff --git a/packages/loc-changes/configure.ac b/packages/loc-changes/configure.ac
new file mode 100644 (file)
index 0000000..439ceff
--- /dev/null
@@ -0,0 +1,13 @@
+AC_INIT(emacs-loc-changes, 1.1)
+AC_CONFIG_SRCDIR(loc-changes.el)
+AM_INIT_AUTOMAKE
+AM_MAINTAINER_MODE
+
+##
+## Find out where to install the debugger emacs lisp files
+##
+AM_PATH_LISPDIR
+AM_CONDITIONAL(INSTALL_EMACS_LISP, test "x$lispdir" != "x")
+
+AC_CONFIG_FILES([Makefile test/Makefile])
+AC_OUTPUT