From 7a36eeea266e41fba314ddaf27782abd903cf71e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 17 Jan 2021 13:48:08 -0500 Subject: sim: common: switch AC_CONFIG_HEADERS The AC_CONFIG_HEADER macro is long deprecated, so switch to the newer form. This also gets rid of the position limitation, and drops support for an argument to SIM_AC_COMMON which we haven't used anywhere. --- sim/microblaze/configure | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sim/microblaze/configure') diff --git a/sim/microblaze/configure b/sim/microblaze/configure index 4e1d2cb..e6abed1 100755 --- a/sim/microblaze/configure +++ b/sim/microblaze/configure @@ -8329,7 +8329,6 @@ done -# autoconf.info says this should be called right after AC_INIT. ac_config_headers="$ac_config_headers config.h:config.in" @@ -12935,7 +12934,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12938 "configure" +#line 12937 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -13041,7 +13040,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 13044 "configure" +#line 13043 "configure" #include "confdefs.h" #if HAVE_DLFCN_H -- cgit v1.1