OSDN Git Service

sim: fix broken skel configure.ac example
authorvapier <vapier>
Tue, 12 Jul 2011 20:20:32 +0000 (20:20 +0000)
committervapier <vapier>
Tue, 12 Jul 2011 20:20:32 +0000 (20:20 +0000)
commitdcaeb33ee7664cb29eb41ef1a6b8953bdec890c1
tree3730b6dafadcce8d4c5164fc9f713174cf926c4c
parentd49bdf2f1aec6cd98ecc6dbc61ade7e8077b9c3c
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