Re: Patch: Too many files in AC_OUTPUT cause M4 error

2002-12-03 Thread Paul Eggert
In testing my patch I managed to find a old version of GNU m4 that illustrates the limitation that you mentioned; and my patch tickled that limitation as well. So it looks like your "less conservative patch" is better after all. So I installed your patch instead, as follows. Thanks. 2002-12-02

Re: Patch: Too many files in AC_OUTPUT cause M4 error

2002-12-02 Thread Paul Eggert
> From: Martin Frydl <[EMAIL PROTECTED]> > Date: Fri, 22 Nov 2002 19:03:52 +0100 > I've created a patch which is aware of M4 problem and separates the > task into two expressions - first removes the terminating space, > then strips the leading one and puts brackets around. Thanks for the detailed

Re: Patch: Too many files in AC_OUTPUT cause M4 error

2002-11-27 Thread Martin Frydl
Alexandre Duret-Lutz wrote: [M-F-T: [EMAIL PROTECTED]] "Martin" == Martin Frydl <[EMAIL PROTECTED]> writes: [...] Martin> I've created a patch which is aware of M4 problem and Martin> separates the task into two expressions - first removes the Martin> terminating space, then strips the

Re: Patch: Too many files in AC_OUTPUT cause M4 error

2002-11-26 Thread Alexandre Duret-Lutz
[M-F-T: [EMAIL PROTECTED]] >>> "Martin" == Martin Frydl <[EMAIL PROTECTED]> writes: [...] Martin> I've created a patch which is aware of M4 problem and Martin> separates the task into two expressions - first removes the Martin> terminating space, then strips the leading one and puts brackets