]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/m4/libtool.m4 (LT_PATH_NM, _LT_LINKER_SHLIBS)
authorTim Rice <tim@multitalents.net>
Thu, 22 Sep 2005 06:03:59 +0000 (06:03 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 22 Sep 2005 06:03:59 +0000 (06:03 +0000)
(_LT_LANG_CXX_CONFIG, _LT_SYS_HIDDEN_LIBDEPS):
Add missing `;;' after case list.

ChangeLog
libltdl/m4/libtool.m4

index 0b11505cca6b68000702873bd2c36032a232fb19..0c04fec7bf82f00a91adf96544f89677fd88a883 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-22  Tim Rice  <tim@multitalents.net>
+
+       * libltdl/m4/libtool.m4 (LT_PATH_NM, _LT_LINKER_SHLIBS)
+       (_LT_LANG_CXX_CONFIG, _LT_SYS_HIDDEN_LIBDEPS):
+       Add missing `;;' after case list.
+
 2005-09-22  Peter Ekberg  <peda@lysator.liu.se>,
            Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
index daa7ae79c2a28a201e542b0bb6d569f0c38a3c65..9750e1fee8172d4e12b203c099463f98e6c86a40 100644 (file)
@@ -2902,6 +2902,7 @@ else
          continue # so that we can try to find one that supports BSD flags
          ;;
        esac
+        ;;
       esac
     fi
   done
@@ -4076,6 +4077,7 @@ _LT_EOF
            break
          fi
          done
+         ;;
        esac
 
        exp_sym_flag='-bexport'
@@ -4114,6 +4116,7 @@ _LT_EOF
          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
          _LT_TAGVAR(hardcode_libdir_separator, $1)=
          fi
+         ;;
        esac
        shared_flag='-shared'
        if test "$aix_use_runtimelinking" = yes; then
@@ -4126,11 +4129,11 @@ _LT_EOF
        # chokes on -Wl,-G. The following line is correct:
          shared_flag='-G'
        else
-       if test "$aix_use_runtimelinking" = yes; then
+         if test "$aix_use_runtimelinking" = yes; then
            shared_flag='${wl}-G'
          else
            shared_flag='${wl}-bM:SRE'
-       fi
+         fi
        fi
       fi
 
@@ -5069,6 +5072,7 @@ if test "$_lt_caught_CXX_error" != yes; then
                ;;
              esac
            done
+           ;;
           esac
 
           exp_sym_flag='-bexport'
@@ -6036,6 +6040,7 @@ solaris*)
     _LT_TAGVAR(postdeps,$1)='-lCstd -lCrun'
     ;;
   esac
+  ;;
 esac
 ])