]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4: Some uses of $GXX were unquoted, but GXX is either
authorAlbert Chin <china@thewrittenword.com>
Fri, 21 Sep 2001 02:40:47 +0000 (02:40 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 21 Sep 2001 02:40:47 +0000 (02:40 +0000)
NULL or yes.  Use "$GXX".

ChangeLog
libtool.m4

index e5cecc5167069ea77b68eb3bce152731539cbbe4..f6ec77ee90a8dd75fb97ea97395d4c952010788a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-18  Albert Chin  <china@thewrittenword.com>
+
+       * libtool.m4: Some uses of $GXX were unquoted, but GXX is either
+       NULL or yes.  Use "$GXX".
+
 2001-09-13  Assar Westerlund  <assar@sics.se>
 
        * ltdl.m4 (AC_LTDL_DLLIB): call dlopen with arguments so the test
index 9e0f3e3c5d57159c903ac9a15446667f0c100d59..c16a9b8c55ed01f39d03f36ab99393302e88893a 100644 (file)
@@ -2590,9 +2590,9 @@ 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
+           case $host_os in
             hpux9*)
                 _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
                 ;;
@@ -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'