From a8a3d90792ae60239ef6ae9c38f133c8ade40761 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 15 Jun 2021 22:48:50 -0400 Subject: 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. --- sim/m4/sim_ac_common.m4 | 3 --- 1 file changed, 3 deletions(-) (limited to 'sim/m4') diff --git a/sim/m4/sim_ac_common.m4 b/sim/m4/sim_ac_common.m4 index 070baf3..088e097 100644 --- a/sim/m4/sim_ac_common.m4 +++ b/sim/m4/sim_ac_common.m4 @@ -51,7 +51,4 @@ dnl --enable-maintainer-mode. AM_MAINTAINER_MODE SIM_AC_OPTION_INLINE - -dnl Detect exe extension -AC_EXEEXT ]) dnl End of SIM_AC_COMMON -- cgit v1.1