ping: support cross multilibs

2006-10-10 Thread Geoffrey Keating
In : >* m4/multi.m4: Non-default multilibs may be cross compilation. Ping? It's been about a month, and no response... The problem is affecting several GCC developers. smime.p7s Description: S/MIME cryptogra

Re: support of gettext 0.15.1

2006-10-10 Thread Ralf Wildenhues
Hello Bruno, Thanks for the test suggestion and patches. Below is a combined patch, with the documentation completed and reformulated a bit. OK to install? Cheers, Ralf 2006-10-10 Bruno Haible <[EMAIL PROTECTED]> Ralf Wildenhues <[EMAIL PROTECTED]> * automake.in ($seen_

FYI: fix maintainer-check

2006-10-10 Thread Ralf Wildenhues
I installed this in order to please: $ make maintainer-check [...] Unresolved @...@ substitution in automake Cheers, Ralf 2006-10-10 Ralf Wildenhues <[EMAIL PROTECTED]> * automake.in (handle_compile): Use subst, for maintainer-check. Index: automake.in ===

Re: install-sh misbehaves badly on buggy FreeBSD systems

2006-10-10 Thread Paul Eggert
Stepan Kasal <[EMAIL PROTECTED]> writes: > is there an implementation of mkdir which understands `-p' and `--' but > does not understand `-m'? Not in the sense described here, no. Ancient mkdir treats all arguments as directories to be made, and `$mkdirprog $mkdir_mode -p -- "$tmpdir/d"' must fa

Re: install-sh misbehaves badly on buggy FreeBSD systems

2006-10-10 Thread Stepan Kasal
Hello Paul, is there an implementation of mkdir which understands `-p' and `--' but does not understand `-m'? If such an implementation existed, it could cause problems with your new code: The call $mkdirprog -m $different_mode -p -- "$tmpdir" might create directories ./-m and ./$differe