2002-05-07 03:10:28 +00:00
|
|
|
#!/bin/sh
|
|
|
|
## -*-sh-*-
|
|
|
|
#set -x
|
|
|
|
# BEGIN of icu-config-top
|
2016-06-15 18:58:17 +00:00
|
|
|
# Copyright (C) 2016 and later: Unicode, Inc. and others.
|
|
|
|
# License & terms of use: http://www.unicode.org/copyright.html
|
2002-05-07 03:10:28 +00:00
|
|
|
#******************************************************************************
|
2016-05-31 21:45:07 +00:00
|
|
|
# Copyright (C) 1999-2013, International Business Machines
|
|
|
|
# Corporation and others. All Rights Reserved.
|
2002-05-07 03:10:28 +00:00
|
|
|
#******************************************************************************
|
|
|
|
# This script is designed to aid configuration of ICU.
|
|
|
|
# rpath links a library search path right into the binaries.
|
2013-08-30 22:09:58 +00:00
|
|
|
#
|
|
|
|
# Note: it's preferred to use the .pc files rather than icu-config.
|
|
|
|
#
|
2002-05-07 03:10:28 +00:00
|
|
|
|
|
|
|
### END of icu-config-top
|
|
|
|
|
|
|
|
## Zero out prefix.
|
|
|
|
execprefix=
|
|
|
|
prefix=
|
|
|
|
|
|
|
|
|
|
|
|
loaddefs()
|
|
|
|
{
|
|
|
|
|