From 7e3941ac0619431d51a9643e20cb0e0720502101 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 15 Jun 2021 01:40:33 -0400 Subject: gdb/gdbserver: switch to AC_CONFIG_MACRO_DIRS These dirs don't use automake, so use AC_CONFIG_MACRO_DIRS to specify ../config as a search dir for m4 macros. This allows removal of a lot of hand-written m4_include's from acinclude.m4 files, and simplifies use of `aclocal` or `autoreconf` as manual -I is not needed. --- gdb/configure | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/configure') diff --git a/gdb/configure b/gdb/configure index c6b5906d9e4..a5c6fab118c 100755 --- a/gdb/configure +++ b/gdb/configure @@ -2997,6 +2997,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + ac_config_headers="$ac_config_headers config.h:config.in" -- cgit v1.2.1