From: Gary V. Vaughan Date: Wed, 6 Sep 2000 23:19:18 +0000 (+0000) Subject: * libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;' X-Git-Tag: release-1-3d~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8d415aeef9e444fb0172c2f1e1cfb60efc90254;p=thirdparty%2Flibtool.git * libtool.m4 (_LT_AC_LTCONFIG_HACK): Deleted a vital `;;' terminator from a case statement by mistake. --- 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