]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Don't remove the shared libraries after installation on AIX.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Mar 2004 21:38:20 +0000 (21:38 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:50 +0000 (12:11 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/Makefile.am
gettext-tools/src/ChangeLog
gettext-tools/src/Makefile.am

index 72cc410a8745d7b16659a30cf2ce9e51b2600ec4..522f60a79ee2f714d70fdc81d89ee5d2762f83bc 100644 (file)
@@ -1,3 +1,9 @@
+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
index 128b970116ff7797a1745bf34f0e2199310248a5..d499aa76f6dcf5ec082486b201f10e25ccc363ab 100644 (file)
@@ -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.
 
index 71a4850b7ad506d127c95cfe9d03270b18f74a4f..6b9238fea8c126ffdbfb2adb94d8b8772faffede 100644 (file)
@@ -1,3 +1,9 @@
+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
index e1a1478d1ed39c0a9f983a247ee8665a2e5658f2..9082e35a02357ed1e12b4dddef03e5be74104368 100644 (file)
@@ -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.