mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
configure.ac: add AC_CONFIG_MACRO_DIR
Otherwise, autoconf fails to find extra macros defined in the m4 directory.
This commit is contained in:
parent
0474804d4b
commit
0e7d2b73be
@ -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_MIN="5.9.1 (Erlang/OTP R15B01)"
|
||||||
REQUIRE_ERLANG_MAX="9.0.0 (No Max)"
|
REQUIRE_ERLANG_MAX="9.0.0 (No Max)"
|
||||||
|
|
||||||
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
Loading…
Reference in New Issue
Block a user