Hi Bruno, On Sun, Aug 2, 2009 at 5:01 AM, Bruno Haible<br...@clisp.org> 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 of AC_SUBSTed variables (such as NEXT_STRING_H) > are not correctly substituted. You should verify that > 1) gllib/Makefile.in contains the line > NEXT_STRING_H = @NEXT_STRING_H@ yes > 2) config.status contains the line > S["NEXT_STRING_H"]="<string.h>" yes > 3) configure contains the lines > NEXT_STRING_H > and > NEXT_STRING_H=$gl_cv_next_string_h yes still - why do I have to do that? - m4 duplication is yuky; shares glm4 would be nice. thanks! -- Sam Steingold <http://sds.podval.org>