From eb2aa82b9f837c0804e8f9dfd5a02452b8d6ac62 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Wed, 27 Apr 2005 11:53:26 +0000 Subject: [PATCH] * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [ linux ]: sed 3.02 does not understand t in regex. Reported by Tim Van Holder . --- ChangeLog | 6 ++++++ libtool.m4 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 991836031..399f3f470 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-04-27 Ralf Wildenhues + + * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [ linux ]: sed 3.02 does + not understand \t in regex. + Reported by Tim Van Holder . + 2005-04-25 Ralf Wildenhues * configure.ac, NEWS: Updated to 1.5.17a. diff --git a/libtool.m4 b/libtool.m4 index cb355065c..f4fd9fd5c 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -1510,7 +1510,7 @@ linux*) # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,\t]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi -- 2.47.3