Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | #!/bin/sh |
michael@0 | 2 | ## -*-sh-*- |
michael@0 | 3 | #set -x |
michael@0 | 4 | # BEGIN of icu-config-top |
michael@0 | 5 | #****************************************************************************** |
michael@0 | 6 | # Copyright (C) 1999-2013, International Business Machines |
michael@0 | 7 | # Corporation and others. All Rights Reserved. |
michael@0 | 8 | #****************************************************************************** |
michael@0 | 9 | # This script is designed to aid configuration of ICU. |
michael@0 | 10 | # rpath links a library search path right into the binaries. |
michael@0 | 11 | # |
michael@0 | 12 | # Note: it's preferred to use the .pc files rather than icu-config. |
michael@0 | 13 | # |
michael@0 | 14 | |
michael@0 | 15 | ### END of icu-config-top |
michael@0 | 16 | |
michael@0 | 17 | ## Zero out prefix. |
michael@0 | 18 | execprefix= |
michael@0 | 19 | prefix= |
michael@0 | 20 | |
michael@0 | 21 | |
michael@0 | 22 | loaddefs() |
michael@0 | 23 | { |
michael@0 | 24 |