intl/icu/source/config/icu-config-top

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

mercurial