]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | #!/bin/sh |
2 | ## -*-sh-*- | |
3 | #set -x | |
4 | # BEGIN of icu-config-top | |
f3c0d7a5 A |
5 | # Copyright (C) 2016 and later: Unicode, Inc. and others. |
6 | # License & terms of use: http://www.unicode.org/copyright.html | |
b75a7d8f | 7 | #****************************************************************************** |
57a6839d | 8 | # Copyright (C) 1999-2013, International Business Machines |
b75a7d8f | 9 | # Corporation and others. All Rights Reserved. |
b75a7d8f A |
10 | #****************************************************************************** |
11 | # This script is designed to aid configuration of ICU. | |
12 | # rpath links a library search path right into the binaries. | |
57a6839d A |
13 | # |
14 | # Note: it's preferred to use the .pc files rather than icu-config. | |
15 | # | |
b75a7d8f A |
16 | |
17 | ### END of icu-config-top | |
18 | ||
19 | ## Zero out prefix. | |
20 | execprefix= | |
21 | prefix= | |
22 | ||
23 | ||
24 | loaddefs() | |
25 | { | |
26 |