scuffed-code/icu4c/source
Yves Arrouye 24e3e379b4 ICU-208 create the $(prefix)/lib/icu/current symlink that Steven wanted,
and then put Makefile.inc in the numbered icu directory with a symlink from current/Makefile.inc
to where people expect Makefile.inc to be. (Note: at this time, it is not yet possible
to install the development files for many ICU releases in the same
root). The current link may be used by Xerces-C which links against
libicudata (patch submitted upstream).

Debian and RPM packages will actually not archive the current symlink
but rather maintain it themselves across libicuXX packages
installations so that it always points to the highest-numbered version
installed on teh system."

X-SVN-Rev: 2822
2000-10-27 22:30:42 +00:00
..
allinone ICU-360 extra configuration slipped in by mistake 2000-08-17 19:34:20 +00:00
common ICU-544 ucnv_getNextUChar() must _not_ match pairs of single surrogates for codepages like gb18030 (see javadoc & notes in ucnvmbcs.c) 2000-10-26 20:09:17 +00:00
config ICU-695 put data under $(libdir) not $(datadir). 2000-10-25 22:26:17 +00:00
data ICU-544 fix mappings for GB+fe5e 2000-10-27 18:04:54 +00:00
extra ICU-697 ustdio: fix problem on codepage input 2000-10-26 21:42:33 +00:00
i18n ICU-692 make it work out of source, please... 2000-10-26 19:28:33 +00:00
samples ICU-692 make it work out of source, please... 2000-10-26 19:28:33 +00:00
test ICU-544 do not crash when a converter cannot be opened... 2000-10-27 00:10:17 +00:00
tools ICU-544 fix mappings for GB+fe5e 2000-10-27 18:04:54 +00:00
.cvsignore ICU-695 put data under $(libdir) not $(datadir). 2000-10-25 22:26:17 +00:00
acconfig.h ICU-575 finally got rid of @BUILDDATADIR@ in the Makefiles. Also removed 2000-08-29 22:26:15 +00:00
aclocal.m4 ICU-692 factor in some common definitions, and include the platform 2000-10-24 19:50:20 +00:00
config.guess ICU-377 added recognition of Darwin (Mac OS X developer previews). This 2000-07-03 19:30:46 +00:00
config.sub ICU-377 added recognition of Darwin (Mac OS X developer previews). This 2000-07-03 19:30:46 +00:00
configure ICU-681 hpux 10 - add genprops to the list of build-as-C++-main files 2000-10-26 19:35:50 +00:00
configure.in ICU-681 hpux 10 - add genprops to the list of build-as-C++-main files 2000-10-26 19:35:50 +00:00
icudefs.mk.in ICU-695 put data under $(libdir) not $(datadir). 2000-10-25 22:26:17 +00:00
install-sh ICU-525 install-sh +x bit 2000-10-13 20:39:27 +00:00
Makefile.in ICU-208 create the $(prefix)/lib/icu/current symlink that Steven wanted, 2000-10-27 22:30:42 +00:00
mkinstalldirs Sync with 1.2.5 1999-09-03 22:08:47 +00:00
README.in ICU-695 put data under $(libdir) not $(datadir). 2000-10-25 22:26:17 +00:00
runConfigureICU ICU-391 AIX wouldn't work for out of source build 2000-10-14 02:06:18 +00:00

The ICU data files moved!

ICU data, which are architecture and/or platform dependent, were moved to

	@thelibdir@/@PACKAGE@/@VERSION@

This move happened post ICU 1.6. The rationale for the move is to be able
to share @thedatadir@ across machines with different architectures, as
it is supposed to be the case.