mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 20:14:06 +08:00
sim: fix broken skel configure.ac example
Shell code before AC_INIT will be silently culled, and since the common aclocal.m4 includes inline shell code, the file cannot be included before AC_INIT. So update the example to show people including the file after that rather than before to avoid random breakage. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
24a6c33d74
commit
6304252490
@ -1,3 +1,7 @@
|
||||
2011-07-12 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* aclocal.m4: Move sinclude comment after AC_INIT comment.
|
||||
|
||||
2011-07-12 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* aclocal.m4 (SIM_AC_COMMON): Call AC_REQUIRE on AC_PROG_CC.
|
||||
|
2
sim/common/aclocal.m4
vendored
2
sim/common/aclocal.m4
vendored
@ -8,9 +8,9 @@
|
||||
# The simulator's configure.in should look like:
|
||||
#
|
||||
# dnl Process this file with autoconf to produce a configure script.
|
||||
# sinclude(../common/aclocal.m4)
|
||||
# AC_PREREQ(2.5)dnl
|
||||
# AC_INIT(Makefile.in)
|
||||
# sinclude(../common/aclocal.m4)
|
||||
#
|
||||
# SIM_AC_COMMON
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user