Re: [patch] automake: m4/depout.m4

2000-06-07 Thread Earnie Boyd
--- "Lars J. Aas" <[EMAIL PROTECTED]> wrote: > On Wed, Jun 07, 2000 at 07:04:55AM -0700, Earnie Boyd wrote: > : --- "Thomas E. Dickey" <[EMAIL PROTECTED]> wrote: > : > On Wed, 7 Jun 2000, Lars J. Aas wrote: > : > > The following patch made the configure script work, but one should > : > > probably

Re: [patch] automake: m4/depout.m4

2000-06-07 Thread Earnie Boyd
--- "Thomas E. Dickey" <[EMAIL PROTECTED]> wrote: > On Wed, 7 Jun 2000, Lars J. Aas wrote: > > > We had some problems with getting our Coin project compiled on Cygwin, > > which we traced back to some "^M"-characters that weren't removed from > > directory- and file-names when the dependeny track

Re: [patch] automake: m4/depout.m4

2000-06-07 Thread Lars J. Aas
On Wed, Jun 07, 2000 at 07:04:55AM -0700, Earnie Boyd wrote: : --- "Thomas E. Dickey" <[EMAIL PROTECTED]> wrote: : > On Wed, 7 Jun 2000, Lars J. Aas wrote: : > > The following patch made the configure script work, but one should : > > probably find out how the ^M characters were introduced and fix

Re: [patch] automake: m4/depout.m4

2000-06-07 Thread Lars J. Aas
On Wed, Jun 07, 2000 at 08:34:47AM -0400, Thomas E. Dickey wrote: : one place to look is whether someone mounted the disk that's used for : the build with a binary option (if it's mounted in binary mode, Cygwin : puts ^M's on the ends of lines of "text" files). Mounting? There's more to cygwin t

Re: [patch] automake: m4/depout.m4

2000-06-07 Thread Thomas E. Dickey
On Wed, 7 Jun 2000, Lars J. Aas wrote: > We had some problems with getting our Coin project compiled on Cygwin, > which we traced back to some "^M"-characters that weren't removed from > directory- and file-names when the dependeny tracking files were about > to be created at the end of the confi

[patch] automake: m4/depout.m4

2000-06-07 Thread Lars J. Aas
Hi, We had some problems with getting our Coin project compiled on Cygwin, which we traced back to some "^M"-characters that weren't removed from directory- and file-names when the dependeny tracking files were about to be created at the end of the config.status run. The following patch made t