mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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>
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user