diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-18 00:30:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-10-18 00:30:56 +0000 |
commit | 8f18e079ea82117452b44ae45f07cf77516645db (patch) | |
tree | af34424cbe0b2125db26f1e3e092d4f76b0383d3 /sim/moxie/ChangeLog | |
parent | 534fddf46153fa6d80c8c6235de16a3ca94247a5 (diff) | |
download | gdb-8f18e079ea82117452b44ae45f07cf77516645db.tar.gz |
sim: rename common/aclocal.m4 to common/acinclude.m4
Automake likes to dump macros automatically used into the aclocal.m4
file, but the common/aclocal.m4 naming prevents that. So rename it
to the more normal "acinclude.m4" so the aclocal tool can work.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/moxie/ChangeLog')
-rw-r--r-- | sim/moxie/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index 3643b9b24b8..57d2360d2a9 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,5 +1,9 @@ 2011-10-17 Mike Frysinger <vapier@gentoo.org> + * configure.ac: Change include to common/acinclude.m4. + +2011-10-17 Mike Frysinger <vapier@gentoo.org> + * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER call. Replace common.m4 include with SIM_AC_COMMON. * configure: Regenerate. |