From 3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 19 Jun 2021 01:36:30 -0400 Subject: sim: delete SIM_AC_COMMON macro Now that we've moved all content out to the common file, this is empty and can be deleted it entirely. --- sim/rx/ChangeLog | 5 +++++ sim/rx/aclocal.m4 | 1 - sim/rx/configure | 2 -- sim/rx/configure.ac | 2 -- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sim/rx') diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index 62784dc..e27cba4 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,5 +1,10 @@ 2021-06-20 Mike Frysinger + * configure.ac (SIM_AC_COMMON): Delete. + * aclocal.m4, configure: Regenerate. + +2021-06-20 Mike Frysinger + * aclocal.m4: Regenerate. * configure: Regenerate. diff --git a/sim/rx/aclocal.m4 b/sim/rx/aclocal.m4 index b002c85..1e96f10 100644 --- a/sim/rx/aclocal.m4 +++ b/sim/rx/aclocal.m4 @@ -12,6 +12,5 @@ # PARTICULAR PURPOSE. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) -m4_include([../m4/sim_ac_common.m4]) m4_include([../m4/sim_ac_option_hardware.m4]) m4_include([../m4/sim_ac_output.m4]) diff --git a/sim/rx/configure b/sim/rx/configure index d8e5e4c..e5fbf24 100755 --- a/sim/rx/configure +++ b/sim/rx/configure @@ -1683,8 +1683,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - - # Check whether --enable-cycle-accurate was given. if test "${enable_cycle_accurate+set}" = set; then : enableval=$enable_cycle_accurate; case "${enableval}" in diff --git a/sim/rx/configure.ac b/sim/rx/configure.ac index b4881f8..78fc33b 100644 --- a/sim/rx/configure.ac +++ b/sim/rx/configure.ac @@ -21,8 +21,6 @@ dnl AC_INIT(Makefile.in) AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config]) -SIM_AC_COMMON - AC_ARG_ENABLE(cycle-accurate, [AS_HELP_STRING([--disable-cycle-accurate], [Disable cycle accurate simulation (faster runtime)])], -- cgit v1.1