bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: autoconf-lib-link/m4/lib-ld.m4 port to POSIX 1003.1-2001


From: Paul Eggert
Subject: Re: autoconf-lib-link/m4/lib-ld.m4 port to POSIX 1003.1-2001
Date: 19 Jun 2003 00:56:43 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Bruno Haible <address@hidden> writes:

> Would you mind testing this patch on HP-UX with CONFIG_SHELL=/bin/sh?

Sorry, I don't have access to HP-UX.  If it's any consolation, the
change is already in libtool 1.5; I just now looked for bug reports
about this and found none (which doesn't mean there isn't a bug of
course).

> Maybe adding a "| head -1" or "| head -2" to the backquoted
> expression would be safer?

I don't know of any implementation of ld where "ld -v" generates more
than 1024 bytes, so I'm not sure it'll help to use "sed 1q" or "sed
2q".  (It should't be "head -1" or "head -2"; that's not portable to
POSIX 1003.1-2001 hosts.)  On the other hand it shouldn't hurt either.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]