public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: clean up stale AC_PREREQ refs
@ 2021-01-09  7:14 Mike Frysinger
  2021-01-09 11:42 ` Andrew Burgess
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2021-01-09  7:14 UTC (permalink / raw)
  To: gdb-patches

This was purged from the tree when we upgraded to autoconf-2.69,
but a few references in the sim tree were missed.
---
 sim/README-HACKING       |  1 -
 sim/aarch64/configure    | 17 +++--------------
 sim/arm/configure        | 17 +++--------------
 sim/avr/configure        | 17 +++--------------
 sim/bfin/configure       | 17 +++--------------
 sim/bpf/configure        | 17 +++--------------
 sim/common/acinclude.m4  | 13 +------------
 sim/cr16/configure       | 17 +++--------------
 sim/cris/configure       | 17 +++--------------
 sim/d10v/configure       | 17 +++--------------
 sim/erc32/configure      | 17 +++--------------
 sim/frv/configure        | 17 +++--------------
 sim/ft32/configure       | 17 +++--------------
 sim/h8300/configure      | 17 +++--------------
 sim/igen/configure       | 13 +------------
 sim/iq2000/configure     | 17 +++--------------
 sim/lm32/configure       | 17 +++--------------
 sim/m32c/configure       | 17 +++--------------
 sim/m32r/configure       | 17 +++--------------
 sim/m68hc11/configure    | 17 +++--------------
 sim/mcore/configure      | 17 +++--------------
 sim/microblaze/configure | 17 +++--------------
 sim/mips/configure       | 17 +++--------------
 sim/mn10300/configure    | 17 +++--------------
 sim/moxie/configure      | 17 +++--------------
 sim/msp430/configure     | 17 +++--------------
 sim/or1k/configure       | 17 +++--------------
 sim/ppc/configure        | 13 +------------
 sim/pru/configure        | 17 +++--------------
 sim/pru/configure.ac     |  1 -
 sim/rl78/configure       | 17 +++--------------
 sim/rx/configure         | 17 +++--------------
 sim/sh/configure         | 17 +++--------------
 sim/sh64/configure       | 17 +++--------------
 sim/v850/configure       | 17 +++--------------
 35 files changed, 93 insertions(+), 458 deletions(-)

diff --git a/sim/README-HACKING b/sim/README-HACKING
index 78e60fa5af99..0c67648e930e 100644
--- a/sim/README-HACKING
+++ b/sim/README-HACKING
@@ -39,7 +39,6 @@ The configure.ac of a simulator using the common framework should look like:
 --- snip ---
 dnl Process this file with autoconf to produce a configure script.
 sinclude(../common/aclocal.m4)
-AC_PREREQ(2.5)dnl
 AC_INIT(Makefile.in)
 
 SIM_AC_COMMON
diff --git a/sim/aarch64/configure b/sim/aarch64/configure
index 6df9f8d7f3e3..ef481b4d87f7 100755
--- a/sim/aarch64/configure
+++ b/sim/aarch64/configure
@@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12919,7 +12908,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12922 "configure"
+#line 12911 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13025,7 +13014,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13028 "configure"
+#line 13017 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/arm/configure b/sim/arm/configure
index 34002b2e0478..43607d8156dc 100755
--- a/sim/arm/configure
+++ b/sim/arm/configure
@@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12919,7 +12908,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12922 "configure"
+#line 12911 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13025,7 +13014,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13028 "configure"
+#line 13017 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/avr/configure b/sim/avr/configure
index 5246f8efbfd9..1bcb7b47b31d 100755
--- a/sim/avr/configure
+++ b/sim/avr/configure
@@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12919,7 +12908,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12922 "configure"
+#line 12911 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13025,7 +13014,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13028 "configure"
+#line 13017 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/bfin/configure b/sim/bfin/configure
index 4131fb57e809..3701395a1f8d 100755
--- a/sim/bfin/configure
+++ b/sim/bfin/configure
@@ -2385,18 +2385,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12962,7 +12951,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12965 "configure"
+#line 12954 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13068,7 +13057,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13071 "configure"
+#line 13060 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/bpf/configure b/sim/bpf/configure
index b54002d0da35..74b7e59c58ec 100755
--- a/sim/bpf/configure
+++ b/sim/bpf/configure
@@ -2367,18 +2367,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12924,7 +12913,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12927 "configure"
+#line 12916 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13030,7 +13019,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13033 "configure"
+#line 13022 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/common/acinclude.m4 b/sim/common/acinclude.m4
index 65afb429d6e8..b2297dfeb150 100644
--- a/sim/common/acinclude.m4
+++ b/sim/common/acinclude.m4
@@ -5,18 +5,7 @@
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 m4_include(../../config/override.m4)
diff --git a/sim/cr16/configure b/sim/cr16/configure
index bfde3169e34b..f33e5d5409fa 100755
--- a/sim/cr16/configure
+++ b/sim/cr16/configure
@@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12919,7 +12908,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12922 "configure"
+#line 12911 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13025,7 +13014,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13028 "configure"
+#line 13017 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/cris/configure b/sim/cris/configure
index e75a8ced0cbd..267e9d373c68 100755
--- a/sim/cris/configure
+++ b/sim/cris/configure
@@ -2376,18 +2376,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12933,7 +12922,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12936 "configure"
+#line 12925 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13039,7 +13028,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13042 "configure"
+#line 13031 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/d10v/configure b/sim/d10v/configure
index f0ce157bee77..d522be20cc29 100755
--- a/sim/d10v/configure
+++ b/sim/d10v/configure
@@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12919,7 +12908,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12922 "configure"
+#line 12911 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13025,7 +13014,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13028 "configure"
+#line 13017 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/erc32/configure b/sim/erc32/configure
index 3e5eb6cd1954..af8261e4816b 100755
--- a/sim/erc32/configure
+++ b/sim/erc32/configure
@@ -2349,18 +2349,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12906,7 +12895,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12909 "configure"
+#line 12898 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13012,7 +13001,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13015 "configure"
+#line 13004 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/frv/configure b/sim/frv/configure
index 2ae6c7d4053e..fb752cf15439 100755
--- a/sim/frv/configure
+++ b/sim/frv/configure
@@ -2371,18 +2371,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12928,7 +12917,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12931 "configure"
+#line 12920 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13034,7 +13023,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13037 "configure"
+#line 13026 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/ft32/configure b/sim/ft32/configure
index 4defb86a7bb0..6eeb19ff067b 100755
--- a/sim/ft32/configure
+++ b/sim/ft32/configure
@@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12919,7 +12908,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12922 "configure"
+#line 12911 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13025,7 +13014,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13028 "configure"
+#line 13017 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/h8300/configure b/sim/h8300/configure
index a4ce368d6836..2585927f7d3c 100755
--- a/sim/h8300/configure
+++ b/sim/h8300/configure
@@ -2354,18 +2354,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12911,7 +12900,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12914 "configure"
+#line 12903 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13017,7 +13006,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13020 "configure"
+#line 13009 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/igen/configure b/sim/igen/configure
index 0239c5261632..a6df60c83900 100755
--- a/sim/igen/configure
+++ b/sim/igen/configure
@@ -2073,18 +2073,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
diff --git a/sim/iq2000/configure b/sim/iq2000/configure
index bb78dda1c99e..a0cd1a1d2fd3 100755
--- a/sim/iq2000/configure
+++ b/sim/iq2000/configure
@@ -2368,18 +2368,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12925,7 +12914,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12928 "configure"
+#line 12917 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13031,7 +13020,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13034 "configure"
+#line 13023 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/lm32/configure b/sim/lm32/configure
index 2f24adf0b232..6c0fc08e3008 100755
--- a/sim/lm32/configure
+++ b/sim/lm32/configure
@@ -2368,18 +2368,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12925,7 +12914,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12928 "configure"
+#line 12917 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13031,7 +13020,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13034 "configure"
+#line 13023 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/m32c/configure b/sim/m32c/configure
index 18cd590a9138..c2b72d70857b 100755
--- a/sim/m32c/configure
+++ b/sim/m32c/configure
@@ -2355,18 +2355,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12912,7 +12901,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12915 "configure"
+#line 12904 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13018,7 +13007,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13021 "configure"
+#line 13010 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/m32r/configure b/sim/m32r/configure
index 14c71bbfb62b..ceb542c07f14 100755
--- a/sim/m32r/configure
+++ b/sim/m32r/configure
@@ -2370,18 +2370,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12927,7 +12916,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12930 "configure"
+#line 12919 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13033,7 +13022,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13036 "configure"
+#line 13025 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/m68hc11/configure b/sim/m68hc11/configure
index 44a1daa1323c..546e57107d13 100755
--- a/sim/m68hc11/configure
+++ b/sim/m68hc11/configure
@@ -2365,18 +2365,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12922,7 +12911,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12925 "configure"
+#line 12914 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13028,7 +13017,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13031 "configure"
+#line 13020 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/mcore/configure b/sim/mcore/configure
index f0ce157bee77..d522be20cc29 100755
--- a/sim/mcore/configure
+++ b/sim/mcore/configure
@@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12919,7 +12908,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12922 "configure"
+#line 12911 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13025,7 +13014,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13028 "configure"
+#line 13017 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/microblaze/configure b/sim/microblaze/configure
index 34002b2e0478..43607d8156dc 100755
--- a/sim/microblaze/configure
+++ b/sim/microblaze/configure
@@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12919,7 +12908,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12922 "configure"
+#line 12911 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13025,7 +13014,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13028 "configure"
+#line 13017 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/mips/configure b/sim/mips/configure
index b226e38e28b8..5692eeadd798 100755
--- a/sim/mips/configure
+++ b/sim/mips/configure
@@ -2395,18 +2395,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12952,7 +12941,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12955 "configure"
+#line 12944 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13058,7 +13047,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13061 "configure"
+#line 13050 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/mn10300/configure b/sim/mn10300/configure
index 52d8a1261232..b8c4ab0d8bd6 100755
--- a/sim/mn10300/configure
+++ b/sim/mn10300/configure
@@ -2371,18 +2371,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12928,7 +12917,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12931 "configure"
+#line 12920 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13034,7 +13023,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13037 "configure"
+#line 13026 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/moxie/configure b/sim/moxie/configure
index 7def66712470..7cf3c120541d 100755
--- a/sim/moxie/configure
+++ b/sim/moxie/configure
@@ -2363,18 +2363,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12920,7 +12909,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12923 "configure"
+#line 12912 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13026,7 +13015,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13029 "configure"
+#line 13018 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/msp430/configure b/sim/msp430/configure
index 0e125ce1c9b4..683c79fb31c5 100755
--- a/sim/msp430/configure
+++ b/sim/msp430/configure
@@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12919,7 +12908,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12922 "configure"
+#line 12911 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13025,7 +13014,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13028 "configure"
+#line 13017 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/or1k/configure b/sim/or1k/configure
index 7f0e1c767a78..8fc5d623040a 100755
--- a/sim/or1k/configure
+++ b/sim/or1k/configure
@@ -2367,18 +2367,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12924,7 +12913,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12927 "configure"
+#line 12916 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13030,7 +13019,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13033 "configure"
+#line 13022 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/ppc/configure b/sim/ppc/configure
index 465a100ef3ed..9934d2a378ac 100755
--- a/sim/ppc/configure
+++ b/sim/ppc/configure
@@ -2407,18 +2407,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
diff --git a/sim/pru/configure b/sim/pru/configure
index b740f3568e29..e8b21df93c19 100755
--- a/sim/pru/configure
+++ b/sim/pru/configure
@@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12919,7 +12908,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12922 "configure"
+#line 12911 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13025,7 +13014,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13028 "configure"
+#line 13017 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/pru/configure.ac b/sim/pru/configure.ac
index 64dc298925f2..067e60e689b9 100644
--- a/sim/pru/configure.ac
+++ b/sim/pru/configure.ac
@@ -18,7 +18,6 @@ dnl
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
 dnl
-AC_PREREQ(2.64)dnl
 AC_INIT(Makefile.in)
 sinclude(../common/acinclude.m4)
 
diff --git a/sim/rl78/configure b/sim/rl78/configure
index b35182271613..e9fe1139fa3f 100755
--- a/sim/rl78/configure
+++ b/sim/rl78/configure
@@ -2347,18 +2347,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12904,7 +12893,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12907 "configure"
+#line 12896 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13010,7 +12999,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13013 "configure"
+#line 13002 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/rx/configure b/sim/rx/configure
index 2df943412106..964f9f2bdc87 100755
--- a/sim/rx/configure
+++ b/sim/rx/configure
@@ -2352,18 +2352,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12909,7 +12898,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12912 "configure"
+#line 12901 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13015,7 +13004,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13018 "configure"
+#line 13007 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/sh/configure b/sim/sh/configure
index f0ce157bee77..d522be20cc29 100755
--- a/sim/sh/configure
+++ b/sim/sh/configure
@@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12919,7 +12908,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12922 "configure"
+#line 12911 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13025,7 +13014,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13028 "configure"
+#line 13017 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/sh64/configure b/sim/sh64/configure
index 9ce6dbd4ffa1..d56314e8639a 100755
--- a/sim/sh64/configure
+++ b/sim/sh64/configure
@@ -2368,18 +2368,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12925,7 +12914,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12928 "configure"
+#line 12917 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13031,7 +13020,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13034 "configure"
+#line 13023 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
diff --git a/sim/v850/configure b/sim/v850/configure
index f59902c09c8f..d2e3879e7faa 100755
--- a/sim/v850/configure
+++ b/sim/v850/configure
@@ -2368,18 +2368,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
 # It is intended to be invoked last.
 #
-# The simulator's configure.ac should look like:
-#
-# dnl Process this file with autoconf to produce a configure script.
-# AC_PREREQ(2.64)dnl
-# AC_INIT(Makefile.in)
-# sinclude(../common/aclocal.m4)
-#
-# SIM_AC_COMMON
-#
-# ... target specific stuff ...
-#
-# SIM_AC_OUTPUT
+# See README-HACKING for more details.
 
 # Include global overrides and fixes for Autoconf.
 
@@ -12925,7 +12914,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12928 "configure"
+#line 12917 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13031,7 +13020,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 13034 "configure"
+#line 13023 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
-- 
2.28.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sim: clean up stale AC_PREREQ refs
  2021-01-09  7:14 [PATCH] sim: clean up stale AC_PREREQ refs Mike Frysinger
@ 2021-01-09 11:42 ` Andrew Burgess
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Burgess @ 2021-01-09 11:42 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: gdb-patches

* Mike Frysinger via Gdb-patches <gdb-patches@sourceware.org> [2021-01-09 02:14:55 -0500]:

> This was purged from the tree when we upgraded to autoconf-2.69,
> but a few references in the sim tree were missed.

LGTM, but will need a ChangeLog entry.

Thanks,
Andrew


> ---
>  sim/README-HACKING       |  1 -
>  sim/aarch64/configure    | 17 +++--------------
>  sim/arm/configure        | 17 +++--------------
>  sim/avr/configure        | 17 +++--------------
>  sim/bfin/configure       | 17 +++--------------
>  sim/bpf/configure        | 17 +++--------------
>  sim/common/acinclude.m4  | 13 +------------
>  sim/cr16/configure       | 17 +++--------------
>  sim/cris/configure       | 17 +++--------------
>  sim/d10v/configure       | 17 +++--------------
>  sim/erc32/configure      | 17 +++--------------
>  sim/frv/configure        | 17 +++--------------
>  sim/ft32/configure       | 17 +++--------------
>  sim/h8300/configure      | 17 +++--------------
>  sim/igen/configure       | 13 +------------
>  sim/iq2000/configure     | 17 +++--------------
>  sim/lm32/configure       | 17 +++--------------
>  sim/m32c/configure       | 17 +++--------------
>  sim/m32r/configure       | 17 +++--------------
>  sim/m68hc11/configure    | 17 +++--------------
>  sim/mcore/configure      | 17 +++--------------
>  sim/microblaze/configure | 17 +++--------------
>  sim/mips/configure       | 17 +++--------------
>  sim/mn10300/configure    | 17 +++--------------
>  sim/moxie/configure      | 17 +++--------------
>  sim/msp430/configure     | 17 +++--------------
>  sim/or1k/configure       | 17 +++--------------
>  sim/ppc/configure        | 13 +------------
>  sim/pru/configure        | 17 +++--------------
>  sim/pru/configure.ac     |  1 -
>  sim/rl78/configure       | 17 +++--------------
>  sim/rx/configure         | 17 +++--------------
>  sim/sh/configure         | 17 +++--------------
>  sim/sh64/configure       | 17 +++--------------
>  sim/v850/configure       | 17 +++--------------
>  35 files changed, 93 insertions(+), 458 deletions(-)
> 
> diff --git a/sim/README-HACKING b/sim/README-HACKING
> index 78e60fa5af99..0c67648e930e 100644
> --- a/sim/README-HACKING
> +++ b/sim/README-HACKING
> @@ -39,7 +39,6 @@ The configure.ac of a simulator using the common framework should look like:
>  --- snip ---
>  dnl Process this file with autoconf to produce a configure script.
>  sinclude(../common/aclocal.m4)
> -AC_PREREQ(2.5)dnl
>  AC_INIT(Makefile.in)
>  
>  SIM_AC_COMMON
> diff --git a/sim/aarch64/configure b/sim/aarch64/configure
> index 6df9f8d7f3e3..ef481b4d87f7 100755
> --- a/sim/aarch64/configure
> +++ b/sim/aarch64/configure
> @@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12919,7 +12908,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12922 "configure"
> +#line 12911 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13025,7 +13014,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13028 "configure"
> +#line 13017 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/arm/configure b/sim/arm/configure
> index 34002b2e0478..43607d8156dc 100755
> --- a/sim/arm/configure
> +++ b/sim/arm/configure
> @@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12919,7 +12908,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12922 "configure"
> +#line 12911 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13025,7 +13014,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13028 "configure"
> +#line 13017 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/avr/configure b/sim/avr/configure
> index 5246f8efbfd9..1bcb7b47b31d 100755
> --- a/sim/avr/configure
> +++ b/sim/avr/configure
> @@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12919,7 +12908,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12922 "configure"
> +#line 12911 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13025,7 +13014,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13028 "configure"
> +#line 13017 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/bfin/configure b/sim/bfin/configure
> index 4131fb57e809..3701395a1f8d 100755
> --- a/sim/bfin/configure
> +++ b/sim/bfin/configure
> @@ -2385,18 +2385,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12962,7 +12951,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12965 "configure"
> +#line 12954 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13068,7 +13057,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13071 "configure"
> +#line 13060 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/bpf/configure b/sim/bpf/configure
> index b54002d0da35..74b7e59c58ec 100755
> --- a/sim/bpf/configure
> +++ b/sim/bpf/configure
> @@ -2367,18 +2367,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12924,7 +12913,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12927 "configure"
> +#line 12916 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13030,7 +13019,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13033 "configure"
> +#line 13022 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/common/acinclude.m4 b/sim/common/acinclude.m4
> index 65afb429d6e8..b2297dfeb150 100644
> --- a/sim/common/acinclude.m4
> +++ b/sim/common/acinclude.m4
> @@ -5,18 +5,7 @@
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  m4_include(../../config/override.m4)
> diff --git a/sim/cr16/configure b/sim/cr16/configure
> index bfde3169e34b..f33e5d5409fa 100755
> --- a/sim/cr16/configure
> +++ b/sim/cr16/configure
> @@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12919,7 +12908,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12922 "configure"
> +#line 12911 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13025,7 +13014,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13028 "configure"
> +#line 13017 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/cris/configure b/sim/cris/configure
> index e75a8ced0cbd..267e9d373c68 100755
> --- a/sim/cris/configure
> +++ b/sim/cris/configure
> @@ -2376,18 +2376,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12933,7 +12922,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12936 "configure"
> +#line 12925 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13039,7 +13028,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13042 "configure"
> +#line 13031 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/d10v/configure b/sim/d10v/configure
> index f0ce157bee77..d522be20cc29 100755
> --- a/sim/d10v/configure
> +++ b/sim/d10v/configure
> @@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12919,7 +12908,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12922 "configure"
> +#line 12911 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13025,7 +13014,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13028 "configure"
> +#line 13017 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/erc32/configure b/sim/erc32/configure
> index 3e5eb6cd1954..af8261e4816b 100755
> --- a/sim/erc32/configure
> +++ b/sim/erc32/configure
> @@ -2349,18 +2349,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12906,7 +12895,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12909 "configure"
> +#line 12898 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13012,7 +13001,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13015 "configure"
> +#line 13004 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/frv/configure b/sim/frv/configure
> index 2ae6c7d4053e..fb752cf15439 100755
> --- a/sim/frv/configure
> +++ b/sim/frv/configure
> @@ -2371,18 +2371,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12928,7 +12917,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12931 "configure"
> +#line 12920 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13034,7 +13023,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13037 "configure"
> +#line 13026 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/ft32/configure b/sim/ft32/configure
> index 4defb86a7bb0..6eeb19ff067b 100755
> --- a/sim/ft32/configure
> +++ b/sim/ft32/configure
> @@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12919,7 +12908,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12922 "configure"
> +#line 12911 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13025,7 +13014,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13028 "configure"
> +#line 13017 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/h8300/configure b/sim/h8300/configure
> index a4ce368d6836..2585927f7d3c 100755
> --- a/sim/h8300/configure
> +++ b/sim/h8300/configure
> @@ -2354,18 +2354,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12911,7 +12900,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12914 "configure"
> +#line 12903 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13017,7 +13006,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13020 "configure"
> +#line 13009 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/igen/configure b/sim/igen/configure
> index 0239c5261632..a6df60c83900 100755
> --- a/sim/igen/configure
> +++ b/sim/igen/configure
> @@ -2073,18 +2073,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> diff --git a/sim/iq2000/configure b/sim/iq2000/configure
> index bb78dda1c99e..a0cd1a1d2fd3 100755
> --- a/sim/iq2000/configure
> +++ b/sim/iq2000/configure
> @@ -2368,18 +2368,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12925,7 +12914,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12928 "configure"
> +#line 12917 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13031,7 +13020,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13034 "configure"
> +#line 13023 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/lm32/configure b/sim/lm32/configure
> index 2f24adf0b232..6c0fc08e3008 100755
> --- a/sim/lm32/configure
> +++ b/sim/lm32/configure
> @@ -2368,18 +2368,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12925,7 +12914,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12928 "configure"
> +#line 12917 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13031,7 +13020,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13034 "configure"
> +#line 13023 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/m32c/configure b/sim/m32c/configure
> index 18cd590a9138..c2b72d70857b 100755
> --- a/sim/m32c/configure
> +++ b/sim/m32c/configure
> @@ -2355,18 +2355,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12912,7 +12901,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12915 "configure"
> +#line 12904 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13018,7 +13007,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13021 "configure"
> +#line 13010 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/m32r/configure b/sim/m32r/configure
> index 14c71bbfb62b..ceb542c07f14 100755
> --- a/sim/m32r/configure
> +++ b/sim/m32r/configure
> @@ -2370,18 +2370,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12927,7 +12916,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12930 "configure"
> +#line 12919 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13033,7 +13022,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13036 "configure"
> +#line 13025 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/m68hc11/configure b/sim/m68hc11/configure
> index 44a1daa1323c..546e57107d13 100755
> --- a/sim/m68hc11/configure
> +++ b/sim/m68hc11/configure
> @@ -2365,18 +2365,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12922,7 +12911,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12925 "configure"
> +#line 12914 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13028,7 +13017,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13031 "configure"
> +#line 13020 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/mcore/configure b/sim/mcore/configure
> index f0ce157bee77..d522be20cc29 100755
> --- a/sim/mcore/configure
> +++ b/sim/mcore/configure
> @@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12919,7 +12908,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12922 "configure"
> +#line 12911 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13025,7 +13014,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13028 "configure"
> +#line 13017 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/microblaze/configure b/sim/microblaze/configure
> index 34002b2e0478..43607d8156dc 100755
> --- a/sim/microblaze/configure
> +++ b/sim/microblaze/configure
> @@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12919,7 +12908,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12922 "configure"
> +#line 12911 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13025,7 +13014,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13028 "configure"
> +#line 13017 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/mips/configure b/sim/mips/configure
> index b226e38e28b8..5692eeadd798 100755
> --- a/sim/mips/configure
> +++ b/sim/mips/configure
> @@ -2395,18 +2395,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12952,7 +12941,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12955 "configure"
> +#line 12944 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13058,7 +13047,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13061 "configure"
> +#line 13050 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/mn10300/configure b/sim/mn10300/configure
> index 52d8a1261232..b8c4ab0d8bd6 100755
> --- a/sim/mn10300/configure
> +++ b/sim/mn10300/configure
> @@ -2371,18 +2371,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12928,7 +12917,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12931 "configure"
> +#line 12920 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13034,7 +13023,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13037 "configure"
> +#line 13026 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/moxie/configure b/sim/moxie/configure
> index 7def66712470..7cf3c120541d 100755
> --- a/sim/moxie/configure
> +++ b/sim/moxie/configure
> @@ -2363,18 +2363,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12920,7 +12909,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12923 "configure"
> +#line 12912 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13026,7 +13015,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13029 "configure"
> +#line 13018 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/msp430/configure b/sim/msp430/configure
> index 0e125ce1c9b4..683c79fb31c5 100755
> --- a/sim/msp430/configure
> +++ b/sim/msp430/configure
> @@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12919,7 +12908,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12922 "configure"
> +#line 12911 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13025,7 +13014,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13028 "configure"
> +#line 13017 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/or1k/configure b/sim/or1k/configure
> index 7f0e1c767a78..8fc5d623040a 100755
> --- a/sim/or1k/configure
> +++ b/sim/or1k/configure
> @@ -2367,18 +2367,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12924,7 +12913,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12927 "configure"
> +#line 12916 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13030,7 +13019,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13033 "configure"
> +#line 13022 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/ppc/configure b/sim/ppc/configure
> index 465a100ef3ed..9934d2a378ac 100755
> --- a/sim/ppc/configure
> +++ b/sim/ppc/configure
> @@ -2407,18 +2407,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> diff --git a/sim/pru/configure b/sim/pru/configure
> index b740f3568e29..e8b21df93c19 100755
> --- a/sim/pru/configure
> +++ b/sim/pru/configure
> @@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12919,7 +12908,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12922 "configure"
> +#line 12911 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13025,7 +13014,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13028 "configure"
> +#line 13017 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/pru/configure.ac b/sim/pru/configure.ac
> index 64dc298925f2..067e60e689b9 100644
> --- a/sim/pru/configure.ac
> +++ b/sim/pru/configure.ac
> @@ -18,7 +18,6 @@ dnl
>  dnl You should have received a copy of the GNU General Public License
>  dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
>  dnl
> -AC_PREREQ(2.64)dnl
>  AC_INIT(Makefile.in)
>  sinclude(../common/acinclude.m4)
>  
> diff --git a/sim/rl78/configure b/sim/rl78/configure
> index b35182271613..e9fe1139fa3f 100755
> --- a/sim/rl78/configure
> +++ b/sim/rl78/configure
> @@ -2347,18 +2347,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12904,7 +12893,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12907 "configure"
> +#line 12896 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13010,7 +12999,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13013 "configure"
> +#line 13002 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/rx/configure b/sim/rx/configure
> index 2df943412106..964f9f2bdc87 100755
> --- a/sim/rx/configure
> +++ b/sim/rx/configure
> @@ -2352,18 +2352,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12909,7 +12898,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12912 "configure"
> +#line 12901 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13015,7 +13004,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13018 "configure"
> +#line 13007 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/sh/configure b/sim/sh/configure
> index f0ce157bee77..d522be20cc29 100755
> --- a/sim/sh/configure
> +++ b/sim/sh/configure
> @@ -2362,18 +2362,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12919,7 +12908,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12922 "configure"
> +#line 12911 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13025,7 +13014,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13028 "configure"
> +#line 13017 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/sh64/configure b/sim/sh64/configure
> index 9ce6dbd4ffa1..d56314e8639a 100755
> --- a/sim/sh64/configure
> +++ b/sim/sh64/configure
> @@ -2368,18 +2368,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12925,7 +12914,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12928 "configure"
> +#line 12917 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13031,7 +13020,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13034 "configure"
> +#line 13023 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> diff --git a/sim/v850/configure b/sim/v850/configure
> index f59902c09c8f..d2e3879e7faa 100755
> --- a/sim/v850/configure
> +++ b/sim/v850/configure
> @@ -2368,18 +2368,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
>  # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
>  # It is intended to be invoked last.
>  #
> -# The simulator's configure.ac should look like:
> -#
> -# dnl Process this file with autoconf to produce a configure script.
> -# AC_PREREQ(2.64)dnl
> -# AC_INIT(Makefile.in)
> -# sinclude(../common/aclocal.m4)
> -#
> -# SIM_AC_COMMON
> -#
> -# ... target specific stuff ...
> -#
> -# SIM_AC_OUTPUT
> +# See README-HACKING for more details.
>  
>  # Include global overrides and fixes for Autoconf.
>  
> @@ -12925,7 +12914,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 12928 "configure"
> +#line 12917 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> @@ -13031,7 +13020,7 @@ else
>    lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
>    lt_status=$lt_dlunknown
>    cat > conftest.$ac_ext <<_LT_EOF
> -#line 13034 "configure"
> +#line 13023 "configure"
>  #include "confdefs.h"
>  
>  #if HAVE_DLFCN_H
> -- 
> 2.28.0
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-09 11:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-09  7:14 [PATCH] sim: clean up stale AC_PREREQ refs Mike Frysinger
2021-01-09 11:42 ` Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).