diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-15 22:48:50 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-16 01:29:41 -0400 |
commit | a8a3d90792ae60239ef6ae9c38f133c8ade40761 (patch) | |
tree | 596b69ef1d290901713156c6582ac493860d2893 /sim/ChangeLog | |
parent | 46f0c0c6cc1b46702152343a3801023e348d7b13 (diff) | |
download | gdb-a8a3d90792ae60239ef6ae9c38f133c8ade40761.zip gdb-a8a3d90792ae60239ef6ae9c38f133c8ade40761.tar.gz gdb-a8a3d90792ae60239ef6ae9c38f133c8ade40761.tar.bz2 |
sim: drop obsolete AC_EXEEXT call
The current autoconf 2.69 defines this to nothing because the logic
in AC_PROG_CC takes care of it all the time now. Delete the call.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 327a7b8..8896c4c 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,5 +1,9 @@ 2021-06-16 Mike Frysinger <vapier@gentoo.org> + * m4/sim_ac_common.m4: Delete AC_EXEEXT call. + +2021-06-16 Mike Frysinger <vapier@gentoo.org> + * m4/sim_ac_common.m4: Delete AC_CONFIG_HEADERS call. 2021-06-15 Mike Frysinger <vapier@gentoo.org> |