Tell autoconf where to look for additional macros
authorSébastien Villemot <sebastien@debian.org>
Wed, 8 Jun 2022 08:34:29 +0000 (09:34 +0100)
committerSébastien Villemot <sebastien@debian.org>
Wed, 8 Jun 2022 08:34:29 +0000 (09:34 +0100)
Forwarded: by email to Bruno Haible <bruno@clisp.org> on 2022-06-08
Last-Update: 2022-06-08

Last-Update: 2022-06-08
Gbp-Pq: Name m4-dirs.patch

configure.ac

index 744aafd8bbc8a8e0db0442e7637459b1e68667d6..b66eafcf1d56024bd1e85b87df5b77ccf26254f6 100644 (file)
@@ -18,6 +18,7 @@ dnl
 
 AC_INIT([GNU libffcall],m4_normalize(m4_esyscmd([cat VERSION])),[https://savannah.gnu.org/projects/libffcall],[libffcall])
 AC_CONFIG_AUX_DIR([build-aux])
+AC_CONFIG_MACRO_DIRS([m4 gnulib-m4])
 AM_INIT_AUTOMAKE([])
 
 AC_CONFIG_SRCDIR([trampoline/trampoline.h])