* doc/autoconf.texi (Runtime) <AC_RUN_IFELSE>: Mention that
compiled test program still exists during if-true branch.
* THANKS: Update.
Reported by Stefano Lattarini, suggestion by Ralf Wildenhues.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2009-10-27 Eric Blake <ebb9@byu.net>
+
+ Mention another feature of AC_RUN_IFELSE.
+ * doc/autoconf.texi (Runtime) <AC_RUN_IFELSE>: Mention that
+ compiled test program still exists during if-true branch.
+ * THANKS: Update.
+ Reported by Stefano Lattarini, suggestion by Ralf Wildenhues.
+
2009-10-26 Paolo Bonzini <bonzini@gnu.org>
Pass Autom4te path down to programs that autoreconf invokes.
Slava Sysoltsev Viatcheslav.Sysoltsev@h-d-gmbh.de
Stefan Seefeld stefan@codesourcery.com
Stefan `Sec' Zehl ?
+Stefano Lattarini stefano.lattarini@gmail.com
Stepan Kasal kasal@ucw.cz
Stéphane Chazelas Stephane_Chazelas@yahoo.fr
Stephen Gildea filtered@against.spam
The @var{input} can be made by @code{AC_LANG_PROGRAM} and friends.
@code{LDFLAGS} and @code{LIBS} are used for linking, in addition to the
compilation flags of the current language (@pxref{Language Choice}).
+Additionally, @var{action-if-true} can run @command{./conftest$EXEEXT}
+for further testing.
If the compiler being used does not produce executables that run on the
system where @command{configure} is being run, then the test program is