Skip to content

Commit

Permalink
Updated to the newer version bundled with gettext-0.19.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukuchi committed Sep 6, 2017
1 parent d43d4c0 commit 7d19687
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- Copyright year updated.
* NEWS, README, README.md:
- Documentation update.
* use/config.rpath:
- Updated to the newer version bundled with gettext-0.19.8.1.

2017.09.02 Kentaro Fukuchi <[email protected]>
* configure.ac:
Expand Down
18 changes: 6 additions & 12 deletions use/config.rpath
Original file line number Diff line number Diff line change
Expand Up @@ -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-2016 Free Software Foundation, Inc.
# Taken from GNU libtool, 2001
# Originally by Gordon Matzigkeit <[email protected]>, 1996
#
Expand Down Expand Up @@ -367,11 +367,7 @@ 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
;;
Expand Down Expand Up @@ -548,13 +544,11 @@ case "$host_os" in
dgux*)
library_names_spec='$libname$shrext'
;;
freebsd[23].*)
library_names_spec='$libname$shrext$versuffix'
;;
freebsd* | dragonfly*)
case "$host_os" in
freebsd[123]*)
library_names_spec='$libname$shrext$versuffix' ;;
*)
library_names_spec='$libname$shrext' ;;
esac
library_names_spec='$libname$shrext'
;;
gnu*)
library_names_spec='$libname$shrext'
Expand Down

0 comments on commit 7d19687

Please sign in to comment.