+2002-02-02 Bruno Haible <bruno@clisp.org>
+
+ * fnmatch.m4 (gt_FUNC_FNMATCH): Ensure directory lib exists.
+
2002-02-04 Bruno Haible <bruno@clisp.org>
* javacomp.m4 (gt_JAVACOMP): Use changequote to protect brackets.
-# fnmatch.m4 serial 1 (gettext-0.11)
+# fnmatch.m4 serial 2 (gettext-0.11.1)
dnl Copyright (C) 1996-2002 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
if test $gt_cv_func_fnmatch_works = yes; then
rm -f lib/fnmatch.h
else
+ test -d lib || mkdir lib
echo '#include "pfnmatch.h"' > lib/fnmatch.h
dnl We must choose a different name for our function, since on ELF systems
dnl a broken fnmatch() in libc.so would override our fnmatch() in
+2002-02-02 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (INCLUDES): Add -I../lib. Needed for builds with
+ builddir != srcdir on platforms that don't have fnmatch and stdbool.h.
+
2002-01-31 Bruno Haible <bruno@clisp.org>
* gettext-0.11 released.
jardir = $(datadir)/gettext
projectsdir = $(pkgdatadir)/projects
-INCLUDES = -I. -I$(srcdir) -I.. -I$(top_srcdir)/lib -I../intl \
+INCLUDES = -I. -I$(srcdir) -I.. -I../lib -I$(top_srcdir)/lib -I../intl \
-I$(top_srcdir)/intl
DEFS = -DLOCALEDIR=\"$(localedir)\" -DGETTEXTJAR=\"$(jardir)/gettext.jar\" \
-DLIBDIR=\"$(libdir)\" -DPROJECTSDIR=\"$(projectsdir)\" @DEFS@
+2002-02-02 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (INCLUDES): Add -I../lib. Needed for builds with
+ builddir != srcdir on platforms that don't have stdbool.h.
+
2002-01-31 Bruno Haible <bruno@clisp.org>
* gettext-0.11 released.
$(top_srcdir)/src/gettext.c
# Three auxiliary programs used by the tests.
-INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl
+INCLUDES = -I.. -I../lib -I$(top_srcdir)/lib -I$(top_srcdir)/intl
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
LDADD = $(LDADD_@USE_INCLUDED_LIBINTL@)
LDADD_yes = ../intl/libintl.la