summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-26 01:57:32 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-26 03:18:21 +0100
commit460dfb712078121fff0a25ec7b91bbaf069a14c8 (patch)
tree396908f17e62ddc5f32348916045d6fc89bfc302 /configure.ac
parentc891735f10f65e84896172da5d7c0064efa72feb (diff)
fully move m4 scripts to m4/ since that's apparently what was intended
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2ba046e..aadba46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,7 @@ AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_PROG_LIBTOOL
+AC_CONFIG_MACRO_DIR([m4])
dnl prefix is /usr, exec_prefix in /, if overridden exec_prefix follows prefix
AC_PREFIX_DEFAULT([/usr])