Re: regex module breaks distcheck

2005-11-16 Thread Sergey Poznyakoff
Paul Eggert <[EMAIL PROTECTED]> wrote: > That shouldn't be needed, since m4/regex.m4's gl_REGEX macro > mentions those files with AC_LIBSOURCES. Yes, indeed. > "make distcheck" works for me, with CVS tar. It was in another project, mailutils. The bug was obviously mine. I've already fixed it.

Re: regex module breaks distcheck

2005-11-15 Thread Paul Eggert
"Sergey Poznyakoff" <[EMAIL PROTECTED]> writes: > Makefile.am: > +EXTRA_DIST += regex_internal.c regex_internal.h regexec.c regcomp.c That shouldn't be needed, since m4/regex.m4's gl_REGEX macro mentions those files with AC_LIBSOURCES. "make distcheck" works for me, with CVS tar. What problems

regex module breaks distcheck

2005-11-15 Thread Sergey Poznyakoff
Hello, The file lib/regex.c includes several files, which are never added to EXTRA_DIST. I propose the following patch: Index: modules/regex === RCS file: /cvsroot/gnulib/gnulib/modules/regex,v retrieving revision 1.12 diff -p -u -r1