intl/icu/source/config/mh-unknown

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

michael@0 1 ## -*-makefile-*-
michael@0 2 ## Copyright (c) 2003, International Business Machines Corporation and
michael@0 3 ## others. All Rights Reserved.
michael@0 4 ##
michael@0 5
michael@0 6 # Note, this is not a real mh- file. You got here because configure
michael@0 7 # (specifically, aclocal.m4) could not determine a suitable mh- file.
michael@0 8 #
michael@0 9 # Perhaps your platform wasn't detected- try changing aclocal.m4 and
michael@0 10 # re-running autoconf.
michael@0 11 #
michael@0 12 # If your platform is truly new/different:
michael@0 13 # As a start, try copying mh-linux (which is fairly generic) over this
michael@0 14 # file, and re-run config.status.
michael@0 15
michael@0 16 %.$(STATIC_O) %.o %.$(STATIC_O) %.o ../data/%.o %.d %.d %.$(SO).$(SO_TARGET_VERSION_MAJOR) %.$(SO):
michael@0 17 @echo
michael@0 18 @echo
michael@0 19 @echo "*** ERROR - configure could not detect your platform"
michael@0 20 @echo "*** see the readme.html"
michael@0 21 @echo "*** or, try copying icu/source/config/mh-linux to mh-unknown"
michael@0 22 @echo "*** and editing it."
michael@0 23 @echo
michael@0 24 @echo
michael@0 25 exit 1
michael@0 26
michael@0 27

mercurial