]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_PROG_NM, AC_LIBTOOL_LANG_CXX_CONFIG)
authorTim Rice <tim@multitalents.net>
Thu, 22 Sep 2005 06:04:35 +0000 (06:04 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 22 Sep 2005 06:04:35 +0000 (06:04 +0000)
(AC_LIBTOOL_POSTDEP_PREDEP, AC_LIBTOOL_PROG_LD_SHLIBS):
Add missing `;;' after case list.

ChangeLog
libtool.m4

index dbf89731d3eac57182c98e22157a964073a4170d..b7fb1629d0e88c488a2ab6f6070912a2f6ecfe80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-22  Tim Rice  <tim@multitalents.net>
+
+       * libtool.m4 (AC_PROG_NM, AC_LIBTOOL_LANG_CXX_CONFIG)
+       (AC_LIBTOOL_POSTDEP_PREDEP, AC_LIBTOOL_PROG_LD_SHLIBS):
+       Add missing `;;' after case list.
+
 2005-09-21  Peter Ekberg  <peda@lysator.liu.se>,
 
        * ltmain.in (clean mode): Clean up $dlname as well when cleaning
index 4f38f0596218d718d787dc3686a286f75b0b8e2c..3d2a1d6fcf5a2a020d263d575f542b1c56383c45 100644 (file)
@@ -2388,6 +2388,7 @@ else
          continue # so that we can try to find one that supports BSD flags
          ;;
        esac
+        ;;
       esac
     fi
   done
@@ -2833,6 +2834,7 @@ case $host_os in
            ;;
          esac
        done
+       ;;
       esac
 
       exp_sym_flag='-bexport'
@@ -2870,6 +2872,7 @@ case $host_os in
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
        fi
+       ;;
       esac
       shared_flag='-shared'
       if test "$aix_use_runtimelinking" = yes; then
@@ -3759,6 +3762,7 @@ solaris*)
     _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
     ;;
   esac
+  ;;
 esac
 ])
 
@@ -5488,6 +5492,7 @@ EOF
            break
          fi
          done
+         ;;
        esac
 
        exp_sym_flag='-bexport'
@@ -5525,6 +5530,7 @@ EOF
          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
          _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
          fi
+         ;;
        esac
        shared_flag='-shared'
        if test "$aix_use_runtimelinking" = yes; then
@@ -5537,11 +5543,11 @@ 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