intl/icu/source/config/mh-unknown

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/config/mh-unknown	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +## -*-makefile-*-
     1.5 +## Copyright (c) 2003, International Business Machines Corporation and
     1.6 +## others. All Rights Reserved.
     1.7 +##
     1.8 +
     1.9 +# Note, this is not a real mh- file. You got here because configure
    1.10 +# (specifically, aclocal.m4) could not determine a suitable mh- file.
    1.11 +#
    1.12 +# Perhaps your platform wasn't detected- try changing aclocal.m4 and
    1.13 +# re-running autoconf. 
    1.14 +#
    1.15 +# If your platform is truly new/different:
    1.16 +# As a start, try copying mh-linux (which is fairly generic) over this
    1.17 +# file, and re-run config.status.
    1.18 +
    1.19 +%.$(STATIC_O) %.o %.$(STATIC_O) %.o ../data/%.o %.d %.d %.$(SO).$(SO_TARGET_VERSION_MAJOR) %.$(SO):
    1.20 +	@echo 
    1.21 +	@echo 
    1.22 +	@echo "*** ERROR - configure could not detect your platform"
    1.23 +	@echo "*** see the readme.html"
    1.24 +	@echo "*** or, try copying icu/source/config/mh-linux to mh-unknown"
    1.25 +	@echo "***   and editing it."
    1.26 +	@echo 
    1.27 +	@echo 
    1.28 +	exit 1
    1.29 +
    1.30 +

mercurial