forked from curoviyxru/libqrencode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to the newer version bundled with gettext-0.19.8.1.
- Loading branch information
Showing
2 changed files
with
8 additions
and
12 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 |
---|---|---|
|
@@ -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: | ||
|
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-2016 Free Software Foundation, Inc. | ||
# Taken from GNU libtool, 2001 | ||
# Originally by Gordon Matzigkeit <[email protected]>, 1996 | ||
# | ||
|
@@ -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 | ||
;; | ||
|
@@ -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' | ||
|