From: Guus Sliepen Date: Thu, 17 Apr 2014 15:46:15 +0000 (+0200) Subject: Libtool suggests we need to use AC_CONFIG_MACRO_DIR([m4]). X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=3bfa242b794aaf44a60369af4c002b59b737f4da Libtool suggests we need to use AC_CONFIG_MACRO_DIR([m4]). --- diff --git a/configure.ac b/configure.ac index 1d66abb1..454f2d9a 100644 --- a/configure.ac +++ b/configure.ac @@ -6,6 +6,7 @@ AC_CONFIG_SRCDIR([src/libmeshlink.c]) AC_GNU_SOURCE AM_INIT_AUTOMAKE([check-news std-options subdir-objects -Wall]) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_MACRO_DIR([m4]) # Enable GNU extensions. # Define this here, not in acconfig's @TOP@ section, since definitions