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/README-HACKING | |
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/README-HACKING')
-rw-r--r-- | sim/README-HACKING | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/README-HACKING b/sim/README-HACKING index 78e60fa..0c67648 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 |