diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-02-06 19:42:30 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-02-13 00:17:45 -0500 |
commit | 652f80e07b267771ed0748966f042bdf3c379ac8 (patch) | |
tree | bc931993f5b01c7b99bf5aa8f5c91d5217bc2c58 /sim | |
parent | adeab0c5b33fd5f4959fa9a079a5b558f0088ba3 (diff) | |
download | fsf-binutils-gdb-652f80e07b267771ed0748966f042bdf3c379ac8.zip fsf-binutils-gdb-652f80e07b267771ed0748966f042bdf3c379ac8.tar.gz fsf-binutils-gdb-652f80e07b267771ed0748966f042bdf3c379ac8.tar.bz2 |
sim: common: delete unused aclocal.m4
This was missed when we deleted the common/configure build logic.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/aclocal.m4 | 15 |
2 files changed, 4 insertions, 15 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index ba0febf..d2df45b 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2021-02-13 Mike Frysinger <vapier@gentoo.org> + + * aclocal.m4: Delete. + 2021-02-06 Mike Frysinger <vapier@gentoo.org> * sim-events.c: Include sim-cpu.h. diff --git a/sim/common/aclocal.m4 b/sim/common/aclocal.m4 deleted file mode 100644 index 18ba297..0000000 --- a/sim/common/aclocal.m4 +++ /dev/null @@ -1,15 +0,0 @@ -# generated automatically by aclocal 1.15.1 -*- Autoconf -*- - -# Copyright (C) 1996-2017 Free Software Foundation, Inc. - -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# 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([acinclude.m4]) |