diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-01-09 02:12:27 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-01-09 09:27:29 -0500 |
commit | 50df264daeb2f03d7f10f97bbbab4d424194d942 (patch) | |
tree | 2845099be2cc7a67d74a86aa8868963cf7bab5cd /sim/common | |
parent | bf470982f998b2b18545cc335f469a20e457acdd (diff) | |
download | binutils-50df264daeb2f03d7f10f97bbbab4d424194d942.zip binutils-50df264daeb2f03d7f10f97bbbab4d424194d942.tar.gz binutils-50df264daeb2f03d7f10f97bbbab4d424194d942.tar.bz2 |
sim: clean up stale AC_PREREQ refs
This was purged from the tree when we upgraded to autoconf-2.69,
but a few references in the sim tree were missed.
Diffstat (limited to 'sim/common')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/acinclude.m4 | 13 |
2 files changed, 5 insertions, 12 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index fea1ab2..c75ffd5 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,9 @@ 2021-01-09 Mike Frysinger <vapier@gentoo.org> + * acinclude.m4: Replace duplicate text with pointer to README-HACKING. + +2021-01-09 Mike Frysinger <vapier@gentoo.org> + * acinclude.m4 (SIM_AC_OPTION_WARNINGS): Document 1st argument. Set WERROR_CFLAGS when first arg is not set or is "yes". diff --git a/sim/common/acinclude.m4 b/sim/common/acinclude.m4 index 65afb42..b2297df 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) |