From: Sébastien Villemot Date: Wed, 8 Jun 2022 08:34:29 +0000 (+0100) Subject: Tell autoconf where to look for additional macros X-Git-Tag: archive/raspbian/2.4-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b5e6bfeb448244c250e53eb1c878a7919fb3ab40;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])