From: Guus Sliepen Date: Wed, 15 Jul 2015 13:12:53 +0000 (+0200) Subject: Use AC_CONFIG_MACRO_DIR() instead of _DIRS(). X-Git-Tag: release-1.1pre12~100 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=f92c3446f2052a59d1e6a28f1bc7cec278cb1e48 Use AC_CONFIG_MACRO_DIR() instead of _DIRS(). The former is guaranteed to work with autoconf 2.58 and later, and we don't have multiple m4 directories anyway. --- diff --git a/configure.ac b/configure.ac index f045798d..04f16bf6 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_CONFIG_SRCDIR([src/tincd.c]) AC_GNU_SOURCE AM_INIT_AUTOMAKE([std-options subdir-objects -Wall]) AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_MACRO_DIRS([m4]) +AC_CONFIG_MACRO_DIR([m4]) # Enable GNU extensions. # Define this here, not in acconfig's @TOP@ section, since definitions