Re: gnulib-tool --avoid problems

2009-09-27 Thread Bruno Haible
Sam Steingold wrote on 2009-08-04: > 1. cd clisp > 2. cvs up > 3. rm -rf src/gl* modules/regexp/gl* modules/wildcard/gl* Also rm -f src/aclocal.m4 > 4. edit Makefile.devel and remove 'string' from GNULIB_MODULES > 5. make -f Makefile.devel gnulib-imported src/gllib/Makefile.in > 6. observe broken s

Re: gnulib-tool --avoid problems

2009-08-04 Thread Sam Steingold
On Tue, Aug 4, 2009 at 2:24 AM, Bruno Haible wrote: > Sam Steingold wrote: >> configure.in: no proper invocation of AM_INIT_AUTOMAKE was found. >> configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE, >> configure.in: that aclocal.m4 is present in the top-level directory, >> c

Re: gnulib-tool --avoid problems

2009-08-03 Thread Bruno Haible
Sam Steingold wrote: > configure.in: no proper invocation of AM_INIT_AUTOMAKE was found. > configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE, > configure.in: that aclocal.m4 is present in the top-level directory, > configure.in: and that aclocal.m4 was recently regenerated

Re: gnulib-tool --avoid problems

2009-08-03 Thread Sam Steingold
On Mon, Aug 3, 2009 at 4:11 PM, Bruno Haible wrote: > Sam Steingold wrote: >> so I added 'string' to GNULIB_MODULES and now... >> [all fine] >> - why do I have to do that? > > I have no idea why you had a half, not working 'string' module earlier. > Without a tarball with all files included, I can'

Re: gnulib-tool --avoid problems

2009-08-03 Thread Bruno Haible
Sam Steingold wrote: > so I added 'string' to GNULIB_MODULES and now... > [all fine] > - why do I have to do that? I have no idea why you had a half, not working 'string' module earlier. Without a tarball with all files included, I can't tell. Bruno

Re: gnulib-tool --avoid problems

2009-08-03 Thread Sam Steingold
Hi Bruno, On Sun, Aug 2, 2009 at 5:01 AM, Bruno Haible wrote: > Sam Steingold wrote: >> ./string.h:54:5: error: #if with no expression > > The 'string' module occurs as dependency of the 'memchr' module or 'mbsrtowcs' > modules. so I added 'string' to GNULIB_MODULES and now... > Somehow a bunch

Re: gnulib-tool --avoid problems

2009-08-02 Thread Sam Steingold
Hi Bruno, On Sun, Aug 2, 2009 at 5:01 AM, Bruno Haible wrote: > Sam Steingold wrote: >> alas, there is still some duplication between >> modules/regexp/glm4 and src/glm4, specifically: >>           codeset.m4 >>           locale-fr.m4 >>           locale-ja.m4 >>           locale-zh.m4 >>        

Re: gnulib-tool --avoid problems

2009-08-02 Thread Bruno Haible
Hi Sam, Sam Steingold wrote: > I am trying to use the gnulib-tool --avoid to put the gnulib regexp code > in the regexp directory, fnmatch code in the wildcard dir &c. > So far I came up with the following in Makefile.devel: > > GNULIB = $(GNULIB_CHECKOUT)/gnulib-tool --import --no-vc-files --no-

gnulib-tool --avoid problems

2009-07-30 Thread Sam Steingold
Bruno, I am trying to use the gnulib-tool --avoid to put the gnulib regexp code in the regexp directory, fnmatch code in the wildcard dir &c. So far I came up with the following in Makefile.devel: GNULIB = $(GNULIB_CHECKOUT)/gnulib-tool --import --no-vc-files --no-libtool \ --no-changelog