From f478212851a25cd9849ad7f41112d08f91ab308b Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 7 Jan 2021 16:47:36 +0000 Subject: libtool.m4: update GNU/Hurd test from upstream. In upstream libtool, 47a889a4ca20 ("Improve GNU/Hurd support.") fixed detection of shlibpath_overrides_runpath, thus avoiding unnecessary relink. This backports it. . * libtool.m4: Match gnu* along other GNU systems. */ChangeLog: * configure: Re-generate. --- libctf/ChangeLog | 4 ++++ libctf/configure | 12 +----------- 2 files changed, 5 insertions(+), 11 deletions(-) (limited to 'libctf') diff --git a/libctf/ChangeLog b/libctf/ChangeLog index dfac7be..d23e7da 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,3 +1,7 @@ +2021-01-07 Samuel Thibault + + * configure: Regenerate. + 2021-01-05 Nick Alcock * testsuite/libctf-lookup/struct-iteration.c (main): diff --git a/libctf/configure b/libctf/configure index 0a09b35..6ce13ff 100755 --- a/libctf/configure +++ b/libctf/configure @@ -10703,16 +10703,6 @@ freebsd* | dragonfly*) esac ;; -gnu*) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - hardcode_into_libs=yes - ;; - haiku*) version_type=linux need_lib_prefix=no @@ -10829,7 +10819,7 @@ linux*oldld* | linux*aout* | linux*coff*) ;; # This must be Linux ELF. -linux* | k*bsd*-gnu | kopensolaris*-gnu) +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux need_lib_prefix=no need_version=no -- cgit v1.1