[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gettext: prepare Makefile.in.in for next Automake version
From: |
Paul Eggert |
Subject: |
Re: gettext: prepare Makefile.in.in for next Automake version |
Date: |
Thu, 24 Aug 2006 09:59:51 -0700 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Ralf Wildenhues <address@hidden> writes:
> This is neither documented nor is it a desirable situation:
> http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00052.html
> but it ended up being part of Autoconf for simplicity of the code (or
> maybe just by chance?):
> http://lists.gnu.org/archive/html/autoconf-patches/2006-05/msg00142.html
Just by chance; I didn't think about it.
> * doc/autoconf.texi (Particular Programs): Mention that
> @INSTALL@ and @MKDIR_P@ may vary for different output files.
> Reported by Alexandre Duret-Lutz.
Thanks. I installed that, with the following slightly-terser wording:
--- doc/autoconf.texi 22 Aug 2006 19:51:18 -0000 1.1070
+++ doc/autoconf.texi 24 Aug 2006 16:58:34 -0000
@@ -3652,6 +3652,9 @@ default directories) to determine @var{d
the variables @code{INSTALL_PROGRAM} and @code{INSTALL_SCRIPT} to
@address@hidden@}} and @code{INSTALL_DATA} to @address@hidden@} -m 644}.
address@hidden@@INSTALL@@} is special, as its value may vary for different
+configuration files.
+
This macro screens out various instances of @command{install} known not to
work. It prefers to find a C program rather than a shell script, for
speed. Instead of @file{install-sh}, it can also use @file{install.sh},
@@ -3703,6 +3706,9 @@ directory, and conversely a makefile sho
$(FOO)} if @var{FOO} might yield a value that begins with @samp{-}.
Finally, @code{AS_MKDIR_P} does not check for race condition
vulnerability, whereas @code{AC_PROG_MKDIR_P} does.
+
address@hidden@@MKDIR_P@@} is special, as its value may vary for different
+configuration files.
@end defmac
@defmac AC_PROG_LEX