From b3dd62f4075c61fb279e8d0fc4f409051ea8a718 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Villemot?= Date: Tue, 20 Jun 2023 23:07:35 +0100 Subject: [PATCH] Tell autoconf where to look for additional macros Forwarded: by email to Bruno Haible on 2022-06-08 Last-Update: 2022-06-08 Last-Update: 2022-06-08 Gbp-Pq: Name m4-dirs.patch --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 744aafd..b66eafc 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.30.2