]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;'
authorGary V. Vaughan <gary@gnu.org>
Wed, 6 Sep 2000 23:19:18 +0000 (23:19 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 6 Sep 2000 23:19:18 +0000 (23:19 +0000)
terminator from a case statement by mistake.

ChangeLog
libtool.m4

index 4767bafd0d037bcfb70e5fa9e51225be7babaf00..e5fdf01872c975816243da856f3469c2b818dd45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2000-09-07  Gary V. Vaughan  <gvv@techie.com>
 
+       * libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;'
+       terminator from a case statement by mistake.
+
+2000-09-06  Gary V. Vaughan  <gvv@techie.com>
+
        libtool.m4 now contains a version of the code that used to run
        from ltconfig, so that ltmain.sh and then libtool are
        generated at configure time.
index 06612d9fb951507beba3b1f37afaed0bfe224eac..83132848d8a81bf68ccef686d97c894755b22d2b 100644 (file)
@@ -1448,6 +1448,7 @@ freebsd*)
   case "$host_os" in
   freebsd2*)
     shlibpath_overrides_runpath=yes
+    ;;
   *)
     shlibpath_overrides_runpath=no
     hardcode_into_libs=yes