-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update config.rpath and lib-*.m4 files with latest from gnulib.
- Loading branch information
Showing
5 changed files
with
395 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Output a system dependent set of variables, describing how to set the | ||
# run time search path of shared libraries in an executable. | ||
# | ||
# Copyright 1996-2013 Free Software Foundation, Inc. | ||
# Copyright 1996-2022 Free Software Foundation, Inc. | ||
# Taken from GNU libtool, 2001 | ||
# Originally by Gordon Matzigkeit <[email protected]>, 1996 | ||
# | ||
|
@@ -367,15 +367,11 @@ else | |
dgux*) | ||
hardcode_libdir_flag_spec='-L$libdir' | ||
;; | ||
freebsd2.2*) | ||
hardcode_libdir_flag_spec='-R$libdir' | ||
hardcode_direct=yes | ||
;; | ||
freebsd2*) | ||
freebsd2.[01]*) | ||
hardcode_direct=yes | ||
hardcode_minus_L=yes | ||
;; | ||
freebsd* | dragonfly*) | ||
freebsd* | dragonfly* | midnightbsd*) | ||
hardcode_libdir_flag_spec='-R$libdir' | ||
hardcode_direct=yes | ||
;; | ||
|
@@ -548,13 +544,11 @@ case "$host_os" in | |
dgux*) | ||
library_names_spec='$libname$shrext' | ||
;; | ||
freebsd* | dragonfly*) | ||
case "$host_os" in | ||
freebsd[123]*) | ||
library_names_spec='$libname$shrext$versuffix' ;; | ||
*) | ||
library_names_spec='$libname$shrext' ;; | ||
esac | ||
freebsd[23].*) | ||
library_names_spec='$libname$shrext$versuffix' | ||
;; | ||
freebsd* | dragonfly* | midnightbsd*) | ||
library_names_spec='$libname$shrext' | ||
;; | ||
gnu*) | ||
library_names_spec='$libname$shrext' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ(2.63) | ||
AC_PREREQ(2.64) | ||
AC_INIT([ovis-ldms], | ||
m4_esyscmd([config/git-version-gen --prefix 'OVIS-' .tarball-version]), | ||
[[email protected]]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.