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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/config/icu-config-top	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +#!/bin/sh
     1.5 +## -*-sh-*-
     1.6 +#set -x
     1.7 +# BEGIN of icu-config-top
     1.8 +#******************************************************************************
     1.9 +#   Copyright (C) 1999-2013, International Business Machines
    1.10 +#   Corporation and others.  All Rights Reserved.
    1.11 +#******************************************************************************
    1.12 +# This script is designed to aid configuration of ICU.
    1.13 +# rpath links a library search path right into the binaries.
    1.14 +#
    1.15 +# Note: it's preferred to use the .pc files rather than icu-config.
    1.16 +#
    1.17 +
    1.18 +### END of icu-config-top
    1.19 +
    1.20 +## Zero out prefix.
    1.21 +execprefix=
    1.22 +prefix=
    1.23 +
    1.24 +
    1.25 +loaddefs()
    1.26 +{
    1.27 +

mercurial