[SCM] GNU Autoconf source repository branch, master, updated. v2.68-58-gf3c183d
"Ralf Wildenhues" <[email protected]> Tue, 08 Mar 2011 19:49:56 +0000
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".
http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=f3c183d084bd8bcdf2a0960f20ab83136c15bc4b
The branch, master has been updated
via f3c183d084bd8bcdf2a0960f20ab83136c15bc4b (commit)
via fd0e10b3f3173b43d7ecc644f6f9db34fcc74811 (commit)
from 63aaea5ecd84c39de578c85dd9eda3bf642322f9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f3c183d084bd8bcdf2a0960f20ab83136c15bc4b
Author: Colin Watson <[email protected]>
Date: Fri Mar 4 21:55:03 2011 +0100
docs: Document AC_FUNC_FORK cache variables.
* doc/autoconf.texi (Particular Functions): Document AC_FUNC_FORK
cache variables.
* THANKS: Update.
Signed-off-by: Ralf Wildenhues <[email protected]>
commit fd0e10b3f3173b43d7ecc644f6f9db34fcc74811
Author: Ralf Wildenhues <[email protected]>
Date: Sun Mar 6 13:28:42 2011 +0100
docs: BSD and Solaris make trailing space macro issue.
* doc/autoconf.texi (Trailing whitespace in Make Macros):
Document issue with trailing whitespace in macro settings.
Signed-off-by: Ralf Wildenhues <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 13 +++++++++++++
THANKS | 1 +
doc/autoconf.texi | 18 ++++++++++++++++++
3 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ed4c467..30dfced 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2011-03-08 Colin Watson <[email protected]> (tiny change)
+ Ralf Wildenhues <[email protected]>
+
+ * doc/autoconf.texi (Particular Functions): Document AC_FUNC_FORK
+ cache variables.
+ * THANKS: Update.
+
+2011-03-08 Ralf Wildenhues <[email protected]>
+
+ docs: BSD and Solaris make trailing space macro issue.
+ * doc/autoconf.texi (Trailing whitespace in Make Macros):
+ Document issue with trailing whitespace in macro settings.
+
2011-03-05 Ralf Wildenhues <[email protected]>
Fix Cray Fortran flag for AC_FC_IMPLICIT_NONE.
diff --git a/THANKS b/THANKS
index 648a501..887405f 100644
--- a/THANKS
+++ b/THANKS
@@ -83,6 +83,7 @@ Christian Rössel [email protected]
Christopher Hulbert [email protected]
Christopher Lee [email protected]
Clinton Roy [email protected]
+Colin Watson [email protected]
Corinna Vinschen [email protected]
Cort Dougan [email protected]
D'Arcy A MacIsaac ?
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index b552883..ea9e560 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -5004,6 +5004,11 @@ yourself in new code:
#endif
@end group
@end example
+
+The results of this macro are cached in the @code{ac_cv_func_fork_works}
+and @code{ac_cv_func_vfork_works} variables. In order to override the
+test, you also need to set the @code{ac_cv_func_fork} and
+@code{ac_cv_func_vfork} variables.
@end defmac
@defmac AC_FUNC_FSEEKO
@@ -19853,6 +19858,19 @@ print: ; @@echo $(foo:=.test)
@noindent
prints @samp{bar.test .test}.
+BSD and Solaris @command{make} implementations do not honor trailing
+whitespace in macro definitions as Posix requires:
+
+@example
+foo = bar # Note the space after "bar".
+print: ; @@echo $(foo)t
+@end example
+
+@noindent
+prints @samp{bart} instead of @samp{bar t}. To work around this, you
+can use a helper macro as in the previous example.
+
+
@node Command-line Macros and whitespace
@section Command-line Macros and whitespace
@cindex whitespace in command-line macros
hooks/post-receive
--
GNU Autoconf source repository