From: Sébastien Villemot Date: Tue, 20 Jun 2023 22:07:35 +0000 (+0100) Subject: Tell autoconf where to look for additional macros X-Git-Tag: archive/raspbian/2.5-2+rpi1~2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b3dd62f4075c61fb279e8d0fc4f409051ea8a718;p=ffcall.git 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 --- 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])