aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohan Oudinet <johan.oudinet@green-communications.fr>2015-06-30 10:53:45 +0200
committerJohan Oudinet <johan.oudinet@green-communications.fr>2015-06-30 10:53:45 +0200
commit0e7d2b73be335353e9938668a699b3dbb7011c56 (patch)
treebdcdd4efc2f5fa3d631886c0ee379a1e9229621c /configure.ac
parentVersion number must be SemVersion in mix (diff)
configure.ac: add AC_CONFIG_MACRO_DIR
Otherwise, autoconf fails to find extra macros defined in the m4 directory.
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a3e26384b..0a60de088 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,8 @@ AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 0.0`
REQUIRE_ERLANG_MIN="5.9.1 (Erlang/OTP R15B01)"
REQUIRE_ERLANG_MAX="9.0.0 (No Max)"
+AC_CONFIG_MACRO_DIR([m4])
+
# Checks for programs.
AC_PROG_MAKE_SET
AC_PROG_INSTALL