> EB> 'chmod -x install-sh' is not portable.
>
> Thanks for the info. Do you actually know any system where this doesn't work?
Any system with coreutils-5.91 installed, and a umask that
restricts x bits differently than the current x bit setting of
the file:
$ touch file
$ chmod o+x file
$ (u
>>> "EB" == Eric Blake <[EMAIL PROTECTED]> writes:
EB> 'chmod -x install-sh' is not portable.
Thanks for the info. Do you actually know any system where this doesn't work?
EB> It is much more portable to do 'chmod a-x install-sh'.
Done.
--
Alexandre Duret-Lutz
Shared books are happy book
>>> "SK" == Stepan Kasal <[EMAIL PROTECTED]> writes:
SK> 2005-10-04 Stepan Kasal <[EMAIL PROTECTED]>
SK> * doc/automake.texi (Program and Library Variables): Typo.
SK> * lib/Automake/Variable.pm (transform_variable_recursively): Typo
SK> in a comment.
Thank you. I've installed those.
--
A
>>> "SK" == Stepan Kasal <[EMAIL PROTECTED]> writes:
SK> Alexandre, will you accept it?
Sure. It just needs the usual stuff for a new feature: some
documentation, and a test case that shows it (will continue to)
works as documented.
--
Alexandre Duret-Lutz
Shared books are happy books. ht
Occasionally we want to disable automatic variable definitions
of AC_SUBSTitutions. Two cases were already hardcoded into
automake (AMDEPBACKSLASH and ANSI2KNR). I had been considering
adding such a feature since Autoconf introduced multiline
AC_SUBSTitutions. Now I think Ralf's suggestion in PR/
Hello,
On Mon, Oct 17, 2005 at 01:20:23PM +0200, Clifford Wolf wrote:
> With this patch applied it is possible to use entries such as
> "/opt/*/share/aclocal" in the /usr/share/aclocal/dirlist file.
attached please find a variant of the patch which applies to
Automake CVS HEAD. (It passed "make