+2004-03-19 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (install-exec-clean): Don't remove libgettextlib.a on
+ AIX.
+ Reported by Kouichi Hashikawa <z01a7ksy@cs.ecip.tohoku.ac.jp>.
+
2004-03-08 Bruno Haible <bruno@clisp.org>
* csharpcomp.c (compile_csharp_using_sscli): Test whether csc is not
-release @VERSION@ \
@LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined
-# No need to install libgettextlib.a.
+# No need to install libgettextlib.a, except on AIX.
install-exec-local: install-libLTLIBRARIES install-exec-clean
install-exec-clean:
- $(RM) $(DESTDIR)$(libdir)/libgettextlib.a
+ case "@host_os@" in \
+ aix*) ;; \
+ *) $(RM) $(DESTDIR)$(libdir)/libgettextlib.a ;; \
+ esac
# Extra files to be installed.
+2004-03-19 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (install-exec-clean): Don't remove libgettextsrc.a on
+ AIX.
+ Reported by Kouichi Hashikawa <z01a7ksy@cs.ecip.tohoku.ac.jp>.
+
2004-03-14 Bruno Haible <bruno@clisp.org>
* format-lisp.c (parse_upto): Add integer restriction for the dispatch
## Makefile for the gettext-tools/src subdirectory of GNU gettext
-## Copyright (C) 1995-1998, 2000-2003 Free Software Foundation, Inc.
+## Copyright (C) 1995-1998, 2000-2004 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
-release @VERSION@ \
../lib/libgettextlib.la @LTLIBINTL@ @LTLIBICONV@ -lc -no-undefined
-# No need to install libgettextsrc.a.
+# No need to install libgettextsrc.a, except on AIX.
install-exec-local: install-libLTLIBRARIES install-exec-clean
install-exec-clean:
- $(RM) $(DESTDIR)$(libdir)/libgettextsrc.a
+ case "@host_os@" in \
+ aix*) ;; \
+ *) $(RM) $(DESTDIR)$(libdir)/libgettextsrc.a ;; \
+ esac
# How to build libgettextpo.la.
# Need libgettextsrc.la.