ICU-1227 change the data entry point name to include the lib suffix.

X-SVN-Rev: 7663
This commit is contained in:
Yves Arrouye 2002-02-14 19:18:14 +00:00
parent 24679d28bf
commit ef3468002c
3 changed files with 9 additions and 1 deletions

View File

@ -3716,6 +3716,8 @@ if test x"$msg" = x; then
fi
echo "$ac_t""$msg" 1>&6
ICULIBSUFFIXCNAME=`echo _$ICULIBSUFFIX | sed 's/[^A-Za-z0-9_]/_/g'`
# Check whether --enable-tests or --disable-tests was given.
if test "${enable_tests+set}" = set; then
@ -4077,6 +4079,7 @@ s%@thepkgicudatadir@%$thepkgicudatadir%g
s%@DATA_PACKAGING_CPPFLAGS@%$DATA_PACKAGING_CPPFLAGS%g
s%@DATA_PACKAGING_MODE@%$DATA_PACKAGING_MODE%g
s%@ICULIBSUFFIX@%$ICULIBSUFFIX%g
s%@ICULIBSUFFIXCNAME@%$ICULIBSUFFIXCNAME%g
s%@TESTS_TRUE@%$TESTS_TRUE%g
s%@TESTS_FALSE@%$TESTS_FALSE%g
s%@SAMPLES_TRUE@%$SAMPLES_TRUE%g

View File

@ -4,7 +4,7 @@ dnl Copyright (c) 1999-2000, International Business Machines Corporation and
dnl others. All Rights Reserved.
dnl Stephen F. Booth, heavily modified by Yves and others
dnl $Id: configure.in,v 1.153 2002/02/13 20:27:53 yves-oss Exp $
dnl $Id: configure.in,v 1.154 2002/02/14 19:18:11 yves-oss Exp $
dnl Process this file with autoconf to produce a configure script
AC_INIT(common/unicode/utypes.h)
@ -772,6 +772,10 @@ if test x"$msg" = x; then
fi
AC_MSG_RESULT($msg)
AC_SUBST(ICULIBSUFFIX)
changequote(<<, >>)dnl
ICULIBSUFFIXCNAME=`echo _$ICULIBSUFFIX | sed 's/[^A-Za-z0-9_]/_/g'`
changequote([, ])dnl
AC_SUBST(ICULIBSUFFIXCNAME)
dnl Enable/disable tests
AC_ARG_ENABLE(tests,

View File

@ -43,6 +43,7 @@ SO_TARGET_VERSION_MAJOR = @LIB_VERSION_MAJOR@
ICUDATA_DIR = @pkgicudatadir@/$(PACKAGE)/$(VERSION)
ICUDATA_BASENAME_VERSION = $(ICUPREFIX)dt@LIB_VERSION_MAJOR@
ICUDATA_ENTRY_POINT = $(ICUDATA_BASENAME_VERSION)@ICULIBSUFFIXCNAME@
ICUDATA_PLATFORM_NAME = $(ICUDATA_BASENAME_VERSION)@ICUDATA_CHAR@
ifeq ($(strip $(PKGDATA_MODE)),)
PKGDATA_MODE=@DATA_PACKAGING_MODE@