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