]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* config/ltmain.m4sh (func_mode_compile, func_mode_link),
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 2 Jul 2005 10:19:05 +0000 (10:19 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 2 Jul 2005 10:19:05 +0000 (10:19 +0000)
m4/libtool.m4 (_LT_PROG_ECHO_BACKSLASH, _LT_ENABLE_LOCK):
Remove some unnecessary quotes.

ChangeLog
config/ltmain.m4sh
m4/libtool.m4

index fb06870e0c32ffd81416334d432c39eccd519e18..0f72a810fad83c54adb17c11774b1d5bd4e6e22e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * config/ltmain.m4sh (func_mode_compile, func_mode_link),
+       m4/libtool.m4 (_LT_PROG_ECHO_BACKSLASH, _LT_ENABLE_LOCK):
+       Remove some unnecessary quotes.
+
 2005-07-01  Derek R. Price  <derek@ximbiot.com>
 
        * config/ltmain.m4sh (func_mode_link) <shell wrapper>: Handle
index 3b2c35b8ce8e0be6e2af0e4f2107cbe8a6005616..e463ee18a2d8ff889753125a99034c727f821dff 100644 (file)
@@ -1029,7 +1029,7 @@ func_mode_compile ()
 
     for arg
     do
-      case "$arg_mode" in
+      case $arg_mode in
       arg  )
        # do not "continue".  Instead, add this to base_compile
        lastarg="$arg"
@@ -3769,7 +3769,7 @@ func_mode_link ()
                add_dir="-L$dir"
                # Try looking first in the location we're being installed to.
                if test -n "$inst_prefix_dir"; then
-                 case "$libdir" in
+                 case $libdir in
                    [[\\/]]*)
                      add_dir="$add_dir -L$inst_prefix_dir$libdir"
                      ;;
@@ -3841,7 +3841,7 @@ func_mode_link ()
              add_dir="-L$libdir"
              # Try looking first in the location we're being installed to.
              if test -n "$inst_prefix_dir"; then
-               case "$libdir" in
+               case $libdir in
                  [[\\/]]*)
                    add_dir="$add_dir -L$inst_prefix_dir$libdir"
                    ;;
@@ -4557,7 +4557,7 @@ EOF
          if test "$?" -eq 0 ; then
            ldd_output=`ldd conftest`
            for i in $deplibs; do
-             name="`expr $i : '-l\(.*\)'`"
+             name=`expr $i : '-l\(.*\)'`
              # If $name is empty we are operating on a -L argument.
              if test "$name" != "" && test "$name" -ne "0"; then
                if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
@@ -4594,7 +4594,7 @@ EOF
            # Error occurred in the first compile.  Let's try to salvage
            # the situation: Compile a separate program for each library.
            for i in $deplibs; do
-             name="`expr $i : '-l\(.*\)'`"
+             name=`expr $i : '-l\(.*\)'`
              # If $name is empty we are operating on a -L argument.
              if test "$name" != "" && test "$name" != "0"; then
                $RM conftest
@@ -4646,7 +4646,7 @@ EOF
          set dummy $deplibs_check_method; shift
          file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
          for a_deplib in $deplibs; do
-           name="`expr $a_deplib : '-l\(.*\)'`"
+           name=`expr $a_deplib : '-l\(.*\)'`
            # If $name is empty we are operating on a -L argument.
            if test "$name" != "" && test  "$name" != "0"; then
              if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
@@ -4715,7 +4715,7 @@ EOF
          set dummy $deplibs_check_method; shift
          match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
          for a_deplib in $deplibs; do
-           name="`expr $a_deplib : '-l\(.*\)'`"
+           name=`expr $a_deplib : '-l\(.*\)'`
            # If $name is empty we are operating on a -L argument.
            if test -n "$name" && test "$name" != "0"; then
              if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
index 8ba7fc54f58be846f93abb495813862a9453ca8d..b2736ab00218701c89b6382954bd39c805c3902a 100644 (file)
@@ -791,8 +791,8 @@ if test -z "$lt_ECHO"; then
     # find a string as large as possible, as long as the shell can cope with it
     for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
       # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
-      if (echo_test_string="`eval $cmd`") 2>/dev/null &&
-         echo_test_string="`eval $cmd`" &&
+      if (echo_test_string=`eval $cmd`) 2>/dev/null &&
+         echo_test_string=`eval $cmd` &&
          (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
       then
         break
@@ -966,7 +966,7 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|s390*-*tpf*|sparc*-*l
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
   if AC_TRY_EVAL(ac_compile); then
-    case "`/usr/bin/file conftest.o`" in
+    case `/usr/bin/file conftest.o` in
       *32-bit*)
        case $host in
          x86_64-*linux*)