Sam Steingold wrote:
> But I do not have lib/regex.c!
> I have regex.c in the current directory!
> Is it OK?
Yes, it is OK since clisp is not using automake. Only in projects with a
Makefile.am it is a problem if you don't put the AC_LIBSOURCEd files into
lib/.
Bruno
__
Stepan Kasal wrote:
> There was one remaining problem: AC_GNU_SOURCE has to be called early in
> configure.ac.
> ...
@@ -4,6 +4,7 @@
AC_PREREQ(2.57)
AC_INIT(regexp, 1.0, clisp-list)
+AC_GNU_SOURCE
AC_CONFIG_SRCDIR(regexp.lisp)
AC_CONFIG_AUX_DIR(../../src/build-aux)
AC_CONFIG_HEADERS(config.h
Sam Steingold wrote:
> gnulib CVS head does not contain gl_INCLUDED_REGEX.
Paul removed this macro; you need to call gl_REGEX without arguments, now.
Bruno
___
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnuli