Message-ID: <Pine.OSF.4.10.
10104111038480.113314-100000@aspara.forte.com>
(Ken William's message forwarded from macosx@perl.org)
p4raw-id: //depot/perl@9805
# malloc works
usemymalloc='n';
+##
+# Build process
+##
+
+# Locales aren't feeling well.
+LC_ALL=C; export LC_ALL;
+
+# The HFS+ will throw "make depend" into confusion since
+# Makefile and makefile are the same.
+firstmakefile=GNUmakefile;
+