From: Gary V. Vaughan Date: Mon, 29 May 2000 17:04:11 +0000 (+0000) Subject: * libtool.m4 (i*86-*-freebsd*): Forgot to changequote(,). X-Git-Tag: release-1-3d~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e50af8b4ec9d129073bb3f12f58876eb5fa1546;p=thirdparty%2Flibtool.git * libtool.m4 (i*86-*-freebsd*): Forgot to changequote(,). --- diff --git a/ChangeLog b/ChangeLog index 95bb37b05..50e46d778 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-05-29 Gary V. Vaughan + * libtool.m4 (i*86-*-freebsd*): Forgot to changequote(,). + * NEWS: Updated. * libtool.m4 (i*86-*-freebsd*): Support a.out shared libs. From diff --git a/libtool.m4 b/libtool.m4 index 3c37fbc99..e1ba9068f 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -516,7 +516,9 @@ freebsd*) *) case "$host_cpu" in i*86 ) + changequote(,)dnl lt_cv_deplibs_check_method=='file_magic OpenBSD/i[3-9]86 demand paged shared library' + changequote([, ])dnl lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;;