From f8d415aeef9e444fb0172c2f1e1cfb60efc90254 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Wed, 6 Sep 2000 23:19:18 +0000 Subject: [PATCH] * libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;' terminator from a case statement by mistake. --- ChangeLog | 5 +++++ libtool.m4 | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4767bafd0..e5fdf0187 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-09-07 Gary V. Vaughan + * libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;' + terminator from a case statement by mistake. + +2000-09-06 Gary V. Vaughan + 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. diff --git a/libtool.m4 b/libtool.m4 index 06612d9fb..83132848d 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -1448,6 +1448,7 @@ freebsd*) case "$host_os" in freebsd2*) shlibpath_overrides_runpath=yes + ;; *) shlibpath_overrides_runpath=no hardcode_into_libs=yes -- 2.47.3