version 1.1, 2012/02/21 22:57:49
|
version 1.1.1.3, 2021/03/17 13:38:46
|
Line 2
|
Line 2
|
# Output a system dependent set of variables, describing how to set the |
# Output a system dependent set of variables, describing how to set the |
# run time search path of shared libraries in an executable at run time. |
# run time search path of shared libraries in an executable at run time. |
# |
# |
# Copyright 1996-2008 Free Software Foundation, Inc. | # Copyright 1996-2019 Free Software Foundation, Inc. |
# Taken from GNU libtool, 2003 |
# Taken from GNU libtool, 2003 |
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 |
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 |
# |
# |
Line 17
|
Line 17
|
# GNU General Public License for more details. |
# GNU General Public License for more details. |
# |
# |
# You should have received a copy of the GNU General Public License |
# You should have received a copy of the GNU General Public License |
# along with this program. If not, see <http://www.gnu.org/licenses/>. | # along with this program. If not, see <https://www.gnu.org/licenses/>. |
# |
# |
# As a special exception to the GNU General Public License, if you |
# As a special exception to the GNU General Public License, if you |
# distribute this file as part of a program that contains a |
# distribute this file as part of a program that contains a |
Line 65 case $host_os in
|
Line 65 case $host_os in
|
;; |
;; |
dgux*) |
dgux*) |
shlibpath_var=LD_LIBRARY_PATH |
shlibpath_var=LD_LIBRARY_PATH |
;; |
|
freebsd1*) |
|
;; |
;; |
freebsd* | dragonfly*) |
freebsd* | dragonfly*) |
shlibpath_var=LD_LIBRARY_PATH |
shlibpath_var=LD_LIBRARY_PATH |