From: Alexandre Oliva Date: Mon, 4 Sep 2000 02:08:53 +0000 (+0000) Subject: * libtool.m4: Fix typo I introduced in yesterday's patch. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=268f7c59cb65c32c9737bda2e5fef9deeb406e83;p=thirdparty%2Flibtool.git * libtool.m4: Fix typo I introduced in yesterday's patch. --- diff --git a/ChangeLog b/ChangeLog index 28050bfa8..de6f51638 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-09-03 Alexandre Oliva + * libtool.m4: Fix typo I introduced in yesterday's patch. + * libltdl/ltdl.c (lt_dlopen): Set dlname from library_names if dlname is empty. diff --git a/libtool.m4 b/libtool.m4 index ca6cc98c2..941a83e71 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -330,7 +330,7 @@ else # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file - if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null||Invalid file or object type)' >/dev/null; then + if ($tmp_nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep '(/dev/null|Invalid file or object type)' >/dev/null; then ac_cv_path_NM="$tmp_nm -B" break elif ($tmp_nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then