FYI: more cross refs around _DEPENDENCIES

2006-01-05 Thread Alexandre Duret-Lutz
2006-01-06 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * doc/automake.texi (Linking, Program and Library Variables): Mention the file extensions that usually appear in _DEPENDENCIES, and point to BUILT_SOURCES and example of _DEPENDENCIES uses. A couple of people ha

FYI: 2005->2006

2006-01-05 Thread Alexandre Duret-Lutz
2006-01-06 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * doc/automake.texi: Bump copyright year. * automake.in ($gen_copyright, version): Likewise. * aclocal.in (write_aclocal, version): Likewise. Index: aclocal.in ==

Re: Incorrect directory creation with 'make dist' and EXTRA_DIST

2006-01-05 Thread Alexandre Duret-Lutz
>>> "SK" == Stepan Kasal <[EMAIL PROTECTED]> writes: SK> # Prepend $(distdir) to each directory given. SK> - my %rewritten = map { s|^\$[({](top_)?srcdir[)}]|\$($1builddir)|; SK> + my %rewritten = map { s|^\$[({]((top_)?)srcdir[)}]|\$($1builddir)|; SK> '$(distdir)/' . "$_" => 1 } keys %dist_

Re: depcomp: support newer HP compilers

2006-01-05 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: RW> Surely, updated patch below. Thanks, I'm installing this. 2006-01-05 Zack Weinberg <[EMAIL PROTECTED]> Ralf Wildenhues <[EMAIL PROTECTED]> * lib/depcomp: Add 'ia64hp' dependency style. Zack's original pa

Portable use of "{", ";", etc. within sed scripts (in Automake)

2006-01-05 Thread Paul Eggert
I looked for instances of the problem in Automake and found these. Most likely I missed some. Also, I haven't tested this, alas. 2006-01-05 Paul Eggert <[EMAIL PROTECTED]> * lib/install-sh (dstdir): Don't use semicolons inside { } in sed scripts, as Posix says it's not portable

Portable use of "{", ";", etc. within sed scripts

2006-01-05 Thread Paul Eggert
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > +verbs. On the other hand, commands after @[EMAIL PROTECTED] should be > preceded > +by @samp{;} unless preceded by a newline. That's not strict enough, I'm afraid. The POSIX rule is that you cannot use semicolons inside { } at all, in a sed script

Re: depcomp testing

2006-01-05 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Wed, Jan 04, 2006 at 08:10:11PM CET: > > Below, there's also a hack for depmodes hp/gcc to not output `foo.c :' > lines. It's a hack because `grep -v "^$source$"' is bad when $source > contains regex-active characters, but was the simplest I could come up > with. Bette

Updated: Patch for install-sh; adds support for -C option

2006-01-05 Thread Marcel Loose
As suggested by Ralf Wildenhues I hereby provide a patch against the current CVS version of install-sh. I also incorporated his suggested code improvements. I hope it's useful. Kind regards, Marcel Loose. automake-install-sh.patch Description: Binary data