Wed 07 Feb 2007 02:37:28 PM UTC, comment #1:
Fixed with the commit:
2007-02-07 Dalibor Topic <robilad@kaffe.org>
PR 18973
* Makefile.am (SUBDIRS, ACLOCAL_AMFLAGS): Added to support
using gnulib's functionality.
(AM_CPPFLAGS) Added lib directory for regex.h.
(LDADD) Added libgnu.la.
* configure.ac (gl_EARLY, gl_INIT): Added suppor for gnulib.
(AC_CONFIG_FILES) Added lib/Makefile.
* Makefile.in, aclocal.m4, config.h.in, configure:
Regenerated.
* lib/Makefile.am, lib/Makefile.in,
lib/alloca.c, lib/alloca_.h, lib/dummy.c,
lib/gettext.h, lib/malloc.c, lib/regcomp.c,
lib/regex.c, lib/regex.h,
lib/regex_internal.c, lib/regex_internal.h,
lib/regexec.c, lib/stdint_.h,
lib/strcasecmp.c, lib/string_.h,
lib/strncasecmp.c, lib/wchar_.h, lib/wctype_.h,
m4/absolute-header.m4, m4/alloca.m4, m4/codeset.m4,
m4/extensions.m4, m4/gnulib-cache.m4,
m4/gnulib-common.m4, m4/gnulib-comp.m4,
m4/gnulib-tool.m4, m4/longlong.m4, m4/regex.m4,
m4/ssize_t.m4, m4/stdint.m4, m4/strcase.m4,
m4/string_h.m4, m4/ulonglong.m4, m4/wchar.m4,
m4/wctype.m4, m4/wint_t.m4: New files from gnulib
to support regex on platforms without a GNU regex
implementation.
Make sure to pass CFLAGS=-mno-cygwin CPPFLAGS=-mno-cygwin CXXFLAGS=-mno-cygwin to the configure script when building on Cygwin.
|