summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-06-23 11:47:42 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-06-23 12:01:58 +0100
commita44f739356143d58f484278509e4f8d43a9df191 (patch)
tree5d868a1fa2284bfcb591ef750c7382d298632ad6 /configure.ac
parentf44ecf3872571ef0c65f9e03570430be67327322 (diff)
Move libtool m4 junk to config/ and delete some autogenerated files.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c24a6287..a4def6aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,7 +90,7 @@ EOF
AM_CONDITIONAL([ENABLE_DOCS], [test "x$enable_docs" != xno])
AC_SUBST([BUNDLER], ["$bundle_cmd"])
-AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_MACRO_DIR([config/m4])
AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT