ICU-3780 ignore LD_SONAME in icu-config. If a platform needs it, reimplement in shell form using #SH#LD_SONAME=... in the mh- file.

X-SVN-Rev: 15821
This commit is contained in:
Steven R. Loomis 2004-06-09 23:04:34 +00:00
parent f86db7f63e
commit dbb5332a21

View file

@ -1,6 +1,7 @@
# Copyright (C) 1999-2003, International Business Machines Corporation and others. All Rights Reserved.
# Copyright (C) 1999-2004, International Business Machines Corporation and others. All Rights Reserved.
s%^\([a-zA-Z\._-]*\)[ ]*+=%\1=$(\1) %
s%^[A-Z]*_SO_TARG*%## &%
s%^LD_SONAME.*%## &%
s%$(\([^\)]*\))%${\1}%g
s%^ %#M# %
s@^[a-zA-Z%$.][^=]*$@#M#&@