+2002-01-05 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.in (libintl.la): Add -lc. Needed on AIX.
+
2002-01-02 Bruno Haible <bruno@clisp.org>
* loadmsgcat.c (_nl_init_domain_conv): Convert extern declaration to
# Makefile for directory with message catalog handling in GNU NLS Utilities.
-# Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU Library General Public License as published
libintl.la libgnuintl.la: $(OBJECTS)
$(LIBTOOL) --mode=link \
$(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \
- $(OBJECTS) @LIBICONV@ \
+ $(OBJECTS) @LIBICONV@ -lc \
-version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
-rpath $(libdir) \
-no-undefined
+2002-01-05 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (libgettextlib_la_LDFLAGS): Add -lc. Needed on AIX.
+
2002-01-05 Bruno Haible <bruno@clisp.org>
* wait-process.c (WIFSIGNALED): Make it return false when WIFSTOPPED
## Makefile for the support lib subdirectory of the GNU NLS Utilities
-## Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
# Need @LIBICONV@ because linebreak.c uses iconv().
libgettextlib_la_LDFLAGS = \
-release @VERSION@ \
- @INTLLIBS@ @LIBICONV@ -no-undefined
+ @INTLLIBS@ @LIBICONV@ -lc -no-undefined
# Extra files to be installed.
+2002-01-05 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (libgettextsrc_la_LDFLAGS): Add -lc. Needed on AIX.
+
2002-01-05 Bruno Haible <bruno@clisp.org>
* x-c.c (buflen): Make static.
## Makefile for program src directory in GNU NLS utilities package.
-## Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
# iconv().
libgettextsrc_la_LDFLAGS = \
-release @VERSION@ \
- ../lib/libgettextlib.la @INTLLIBS@ @LIBICONV@ -no-undefined
+ ../lib/libgettextlib.la @INTLLIBS@ @LIBICONV@ -lc -no-undefined
# Link dependencies.
msgcmp_LDADD = libgettextsrc.la