]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add support for Comeau C++.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Feb 2004 17:50:10 +0000 (17:50 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:49 +0000 (12:11 +0200)
ChangeLog
autoconf-lib-link/ChangeLog
autoconf-lib-link/config.rpath
config/m4/libtool.m4

index ec0bdd739c186ea7cc986b529e7af5f42432ffdd..4db525c44a5c9c7da826f562c824b7d02d5546dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-22  Bruno Haible  <bruno@clisp.org>
+
+       * config/m4/libtool.m4: Add support for Comeau C++ on Linux.
+       Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
+
 2004-02-21  Bruno Haible  <bruno@clisp.org>
 
        * PACKAGING: Add FAQ.html.
@@ -18,7 +23,7 @@
                care of Solaris /bin/ln.
                Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
        2001-11-03  Bruno Haible  <bruno@clisp.org>
-               * config/m4/ltmain.sh: chmod 777 the .libs directory, so that
+               * config/ltmain.sh: chmod 777 the .libs directory, so that
                "make install" succeeds.
        * config/m4/libtool.m4: Upgrade to libtool-1.5.2.
 
index d2421181ec2607a0cb9b9ed89dce2f7726ee17e9..5cfd2134ba3c770c332a7414e07ab5f5524d1411 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-22  Bruno Haible  <bruno@clisp.org>
+
+       * config.rpath: Add support for Comeau C++ on Linux.
+       Patch by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
+
 2004-02-21  Bruno Haible  <bruno@clisp.org>
 
        * config.rpath: Upgrade to libtool-1.5.2.
index a8a530d643dfe7a86bd30792fa406ee214b02586..cd6842ea26a3ec69f91155fde62b987c62ec2f22 100755 (executable)
@@ -78,6 +78,9 @@ else
         ccc*)
           wl='-Wl,'
           ;;
+        como)
+          wl='-lopt='
+          ;;
       esac
       ;;
     osf3* | osf4* | osf5*)
index bbcc5f25270180f254138c37f76778ad03fcadc4..13d2a94d5e49391dd814be0ac1dd35ce2222f593 100644 (file)
@@ -4901,6 +4901,9 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
         # All Alpha code is PIC.
         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
         ;;
+      como)
+        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-lopt='
+        ;;
       esac
       ;;