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

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

     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 #
    15 ### END of icu-config-top
    17 ## Zero out prefix.
    18 execprefix=
    19 prefix=
    22 loaddefs()
    23 {

mercurial