1#!/bin/sh 2## -*-sh-*- 3#set -x 4# BEGIN of icu-config-top 5# Copyright (C) 2016 and later: Unicode, Inc. and others. 6# License & terms of use: http://www.unicode.org/copyright.html 7#****************************************************************************** 8# Copyright (C) 1999-2013, International Business Machines 9# Corporation and others. All Rights Reserved. 10#****************************************************************************** 11# This script is designed to aid configuration of ICU. 12# rpath links a library search path right into the binaries. 13# 14# Note: it's preferred to use the .pc files rather than icu-config. 15# 16 17### END of icu-config-top 18 19## Zero out prefix. 20execprefix= 21prefix= 22 23 24loaddefs() 25{ 26 27