2002-05-07 03:10:28 +00:00
|
|
|
#!/bin/sh
|
|
|
|
## -*-sh-*-
|
|
|
|
#set -x
|
|
|
|
# BEGIN of icu-config-top
|
|
|
|
#******************************************************************************
|
2004-05-18 22:01:41 +00:00
|
|
|
# Copyright (C) 1999-2004, International Business Machines
|
2002-05-07 03:10:28 +00:00
|
|
|
# Corporation and others. All Rights Reserved.
|
|
|
|
#******************************************************************************
|
|
|
|
# This script is designed to aid configuration of ICU.
|
|
|
|
# rpath links a library search path right into the binaries.
|
|
|
|
|
|
|
|
|
|
|
|
### END of icu-config-top
|
|
|
|
|
|
|
|
## Zero out prefix.
|
|
|
|
execprefix=
|
|
|
|
prefix=
|
|
|
|
|
|
|
|
|
|
|
|
loaddefs()
|
|
|
|
{
|
|
|
|
|