aboutsummaryrefslogtreecommitdiff
path: root/sim/common/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-07-12 20:20:32 +0000
committerMike Frysinger <vapier@gentoo.org>2011-07-12 20:20:32 +0000
commit63042524903cded67585ff044537ac7f3ed8deb7 (patch)
treecfb463c5dbf0d55d6413f62aaaab916d73371b0a /sim/common/ChangeLog
parent24a6c33d74943d1e8b5da4baee623b76828fd7a7 (diff)
downloadfsf-binutils-gdb-63042524903cded67585ff044537ac7f3ed8deb7.zip
fsf-binutils-gdb-63042524903cded67585ff044537ac7f3ed8deb7.tar.gz
fsf-binutils-gdb-63042524903cded67585ff044537ac7f3ed8deb7.tar.bz2
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>
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r--sim/common/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 0ce602f..83f9951 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,5 +1,9 @@
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.
Delete direct call to AC_PROG_CC.