From: Kevin Ryde Date: Fri, 19 Jul 2002 22:32:15 +0000 (+0000) Subject: * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing X-Git-Tag: AUTOCONF-2.53c~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7adeb66826d900454d543ea415e5256d0b370613;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing backslashes. --- diff --git a/ChangeLog b/ChangeLog index 250832b08..81538c166 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-20 Kevin Ryde + + * doc/autoconf.texi (Limitations of Make): Add HP-UX IA-64 trailing + backslashes. + 2002-07-19 Akim Demaille * doc/autoconf.texi (Function Portability): `exit'. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index ddd004419..329f239e1 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -10258,6 +10258,23 @@ $ @kbd{make -f Makefile2} this is test @end example +@item Trailing backslash in macro +HP-UX 11.20 on IA-64 will read multiple newlines following a +backslash, continuing to the next non-empty line. For example, + +@example +FOO = one \ + +BAR = two + +test: + : FOO is "$(FOO)" + : BAR is "$(BAR)" +@end example + +shows @code{FOO} equal to @code{one BAR = two}. Other Makes sensibly +let a backslash continue only to the immediately following line. + @item @code{make macro=value} and sub-@command{make}s. A command-line variable definition such as @code{foo=bar} overrides any