From: Eric Blake Date: Wed, 28 Oct 2009 02:14:14 +0000 (-0600) Subject: Mention another feature of AC_RUN_IFELSE. X-Git-Tag: v2.65~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=693b541dea84d484c2f65ddf0b8eb9f4426ebbc9;p=thirdparty%2Fautoconf.git Mention another feature of AC_RUN_IFELSE. * doc/autoconf.texi (Runtime) : 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 --- diff --git a/ChangeLog b/ChangeLog index 4f93ee38..f96f5116 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-10-27 Eric Blake + + Mention another feature of AC_RUN_IFELSE. + * doc/autoconf.texi (Runtime) : 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 Pass Autom4te path down to programs that autoreconf invokes. diff --git a/THANKS b/THANKS index aca138bf..b8c89362 100644 --- a/THANKS +++ b/THANKS @@ -341,6 +341,7 @@ Simon Leinen simon@lia.di.epfl.ch 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 diff --git a/doc/autoconf.texi b/doc/autoconf.texi index db8c88ed..a713a069 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -8952,6 +8952,8 @@ Otherwise, run shell commands @var{action-if-false}. 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