aboutsummaryrefslogtreecommitdiff
path: root/sim/m32c/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-18 00:31:00 +0000
committerMike Frysinger <vapier@gentoo.org>2011-10-18 00:31:00 +0000
commit9c082ca86eb4262078f359850ae4466856f156a1 (patch)
tree51ce30ef5e761557106790125d91a26d78eb6352 /sim/m32c/configure.ac
parentf7c5b166f66958163526aa5688d8a7e3d0686694 (diff)
downloadfsf-binutils-gdb-9c082ca86eb4262078f359850ae4466856f156a1.zip
fsf-binutils-gdb-9c082ca86eb4262078f359850ae4466856f156a1.tar.gz
fsf-binutils-gdb-9c082ca86eb4262078f359850ae4466856f156a1.tar.bz2
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/m32c/configure.ac')
-rw-r--r--sim/m32c/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/m32c/configure.ac b/sim/m32c/configure.ac
index e696e9b..bf4d19a 100644
--- a/sim/m32c/configure.ac
+++ b/sim/m32c/configure.ac
@@ -21,7 +21,7 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
dnl
AC_PREREQ(2.64)dnl
AC_INIT(Makefile.in)
-sinclude(../common/aclocal.m4)
+sinclude(../common/acinclude.m4)
SIM_AC_COMMON