CVS branch-1-5
pulled Sun Sep 18 13:22:46 PDT 2005

Here is a patch to branch-1-5 that adds the missing ;; lines
to some case statements.

While having them gone does not cause any failures that I know of,
it's nice to be consistent.

It will apply with some fuzz. I pulled it out of a UnixWare patch I
am working on.

-- 
Tim Rice                                Multitalents    (707) 887-1469
[EMAIL PROTECTED]
--- libtool-1.5/libtool.m4.old	2005-09-09 08:56:16.000000000 -0700
+++ libtool-1.5/libtool.m4	2005-09-21 19:51:42.556560012 -0700
@@ -2388,6 +2401,7 @@
 	  continue # so that we can try to find one that supports BSD flags
 	  ;;
 	esac
+        ;;
       esac
     fi
   done
@@ -2833,6 +2847,7 @@
 	    ;;
 	  esac
 	done
+	;;
       esac
 
       exp_sym_flag='-bexport'
@@ -2870,6 +2885,7 @@
 	  _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 +3788,7 @@
     _LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
     ;;
   esac
+  ;;
 esac
 ])
 
@@ -5488,6 +5525,7 @@
   	    break
   	  fi
 	  done
+	  ;;
 	esac
 
 	exp_sym_flag='-bexport'
@@ -5525,6 +5563,7 @@
   	  _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

Reply via email to