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. --- opcodes/ChangeLog | 4 ++++ opcodes/configure | 12 +----------- 2 files changed, 5 insertions(+), 11 deletions(-) (limited to 'opcodes') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5e7fe9a..a4cd73c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2021-01-07 Samuel Thibault + + * configure: Regenerate. + 2021-01-07 Nick Clifton * po/fr.po: Updated French translation. diff --git a/opcodes/configure b/opcodes/configure index e448c9e..e4310d4 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -10624,16 +10624,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 @@ -10750,7 +10740,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