Re: [Patch #41] Do all rm's in one command with --mode=clean

2001-10-27 Thread Gary V. Vaughan
On Fri, Oct 26, 2001 at 09:12:19AM +0100, Olly Betts wrote: > On Thu, Oct 25, 2001 at 02:43:23PM -0500, Robert Boehne wrote: > > + if test `expr "X$rmfiles" : ".*"` -gt $max_cmd_len; then > > How portable is "test -gt"? The Goat book doesn't list it as a portable > test operator: > > http:

Re: _LT_AC_TAGCONFIG versus Cray sed

2001-10-27 Thread Gary V. Vaughan
On Thu, Oct 04, 2001 at 09:05:18AM +1000, Kevin Ryde wrote: > On an sv1-cray-unicos10.0.0.X with the cvs libtool I noticed the > following error, > > configure: creating libtool > sed: 1: "s/[-_ABCDEFGHIJKLMNOPQR ...": RE error: [ ] imbalance or syntax >error > appending

Re: _LT_AC_TAGCONFIG versus Cray sed

2001-10-27 Thread Gary V. Vaughan
On Sun, Oct 28, 2001 at 01:14:29AM +0100, Gary V. Vaughan wrote: > On Thu, Oct 04, 2001 at 09:05:18AM +1000, Kevin Ryde wrote: > > On an sv1-cray-unicos10.0.0.X with the cvs libtool I noticed the > > following error, > > > > configure: creating libtool > > sed: 1: "s/[-_ABCDEFGHIJ

Re: libltdl & 64-bit lint

2001-10-27 Thread Gary V. Vaughan
On Sun, Sep 30, 2001 at 11:05:52PM -0500, [EMAIL PROTECTED] wrote: > 2001-09-30 Albert Chin-A-Young <[EMAIL PROTECTED]> > > * ltdl.c: change some types to size_t from int because > strlen() returns size_t. argz_len changed to size_t in > foreach_dirinpath() because argziz