]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/loc-changes/configure.ac
Oops - should have added in branch externals/<pkg>
[gnu-emacs-elpa] / packages / loc-changes / configure.ac
diff --git a/packages/loc-changes/configure.ac b/packages/loc-changes/configure.ac
deleted file mode 100644 (file)
index 439ceff..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-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