libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HP-UX aCC (C++ compiler) and HEAD


From: libtool-patches
Subject: HP-UX aCC (C++ compiler) and HEAD
Date: Tue, 18 Sep 2001 14:53:20 -0500
User-agent: Mutt/1.2.5i

Need to quote $GXX because it's value is either NULL or "yes":

-- 
albert chin (address@hidden)

-- snip snip
2001-09-18  Albert Chin-A-Young <address@hidden>

        * libtool.m4: Quote all uses of $GXX.


Index: libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libtool.m4,v
retrieving revision 1.231
diff -u -3 -p -r1.231 libtool.m4
--- libtool.m4  2001/09/11 00:22:48     1.231
+++ libtool.m4  2001/09/18 19:49:58
@@ -2590,7 +2590,7 @@ case $host_os in
         output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 
2>&1) | egrep "\-L"`; list=""; for z in $templist; do case $z in 
conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; 
done; echo $list'
         ;;
       *)
-        if test $GXX = yes; then
+        if test "$GXX" = yes; then
          if test $with_gnu_ld = no; then
            case "$host_os" in
             hpux9*)
@@ -4721,7 +4721,7 @@ EOF
       ;;
 
     hpux9* | hpux10* | hpux11*)
-      if test $GXX = yes; then
+      if test "$GXX" = yes; then
         case $host_os in
           hpux9*)
             _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC 
-shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs 
$deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv 
$output_objdir/$soname $lib'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]