]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/common/ChangeLog
sim: fix broken skel configure.ac example
authorMike Frysinger <vapier@gentoo.org>
Tue, 12 Jul 2011 20:20:32 +0000 (20:20 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 12 Jul 2011 20:20:32 +0000 (20:20 +0000)
commit63042524903cded67585ff044537ac7f3ed8deb7
treecfb463c5dbf0d55d6413f62aaaab916d73371b0a
parent24a6c33d74943d1e8b5da4baee623b76828fd7a7
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>
sim/common/ChangeLog
sim/common/aclocal.m4