A nitpicking consistency patch.
* doc/autoconf.texi (Runtime) <AC_RUN_IFELSE>: Suggest to use
`./conftest$ac_exeext' rather than `./conftest$EXEEXT' to run
the compiled program. This is done for consistency with the
documentation of AC_LINK_IFELSE.
Regards,
Stefano
From c5f865c4385d37d258c16c08fe76346ffb387206 Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <[email protected]>
Date: Tue, 25 May 2010 16:54:49 +0200
Subject: [PATCH] Fix minor inconsistency in documentation of AC_{LINK,RUN}_IFELSE.
* doc/autoconf.texi (Runtime) <AC_RUN_IFELSE>: Suggest to use
`./conftest$ac_exeext' rather than `./conftest$EXEEXT' to run
the compiled program. This is done for consistency with the
documentation of AC_LINK_IFELSE.
---
ChangeLog | 8 ++++++++
doc/autoconf.texi | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f9b7d04..885633e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-05-25 Stefano Lattarini <[email protected]>
+
+ Fix minor inconsistency in documentation of AC_{LINK,RUN}_IFELSE.
+ * doc/autoconf.texi (Runtime) <AC_RUN_IFELSE>: Suggest to use
+ `./conftest$ac_exeext' rather than `./conftest$EXEEXT' to run
+ the compiled program. This is done for consistency with the
+ documentation of AC_LINK_IFELSE.
+
2010-05-20 Eric Blake <[email protected]>
Mention another line-counting alternative.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index cbdb56b..90ec571 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -9002,7 +9002,7 @@ 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}
+Additionally, @var{action-if-true} can run @command{./conftest$ac_exeext}
for further testing.
If the compiler being used does not produce executables that run on the
--
1.6.5