From 9c082ca86eb4262078f359850ae4466856f156a1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 18 Oct 2011 00:31:00 +0000 Subject: 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 --- sim/h8300/ChangeLog | 4 ++++ sim/h8300/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'sim/h8300') diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 386fce5f06b..f7e49595a75 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,7 @@ +2011-10-17 Mike Frysinger + + * configure.ac: Change include to common/acinclude.m4. + 2011-10-17 Mike Frysinger * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER diff --git a/sim/h8300/configure.ac b/sim/h8300/configure.ac index 1e6a7db632f..bc077bb3d3f 100644 --- a/sim/h8300/configure.ac +++ b/sim/h8300/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.64)dnl AC_INIT(Makefile.in) -sinclude(../common/aclocal.m4) +sinclude(../common/acinclude.m4) SIM_AC_COMMON -- cgit v1.2.1