From: Bruno Haible Date: Fri, 19 Mar 2004 21:38:20 +0000 (+0000) Subject: Don't remove the shared libraries after installation on AIX. X-Git-Tag: v0.14.2~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ccccc367dbe937dc3d9534e9d17da799bc5dbce;p=thirdparty%2Fgettext.git Don't remove the shared libraries after installation on AIX. --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index 72cc410a8..522f60a79 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,9 @@ +2004-03-19 Bruno Haible + + * Makefile.am (install-exec-clean): Don't remove libgettextlib.a on + AIX. + Reported by Kouichi Hashikawa . + 2004-03-08 Bruno Haible * csharpcomp.c (compile_csharp_using_sscli): Test whether csc is not diff --git a/gettext-tools/lib/Makefile.am b/gettext-tools/lib/Makefile.am index 128b97011..d499aa76f 100644 --- a/gettext-tools/lib/Makefile.am +++ b/gettext-tools/lib/Makefile.am @@ -119,10 +119,13 @@ libgettextlib_la_LDFLAGS = \ -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. diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 71a4850b7..6b9238fea 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,9 @@ +2004-03-19 Bruno Haible + + * Makefile.am (install-exec-clean): Don't remove libgettextsrc.a on + AIX. + Reported by Kouichi Hashikawa . + 2004-03-14 Bruno Haible * format-lisp.c (parse_upto): Add integer restriction for the dispatch diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index e1a1478d1..9082e35a0 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -1,5 +1,5 @@ ## 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 @@ -152,10 +152,13 @@ libgettextsrc_la_LDFLAGS = \ -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.