This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add the files from dist/meta to perl's repo
[metaconfig.git] / dist / U / Warn_v7EXT.U
1 ?RCS: $Id: Warn_v7EXT.U 1 2006-08-24 12:32:52Z rmanfredi $
2 ?RCS:
3 ?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
4 ?RCS: 
5 ?RCS: You may redistribute only under the terms of the Artistic Licence,
6 ?RCS: as specified in the README file that comes with the distribution.
7 ?RCS: You may reuse parts of this distribution only within the terms of
8 ?RCS: that same Artistic Licence; a copy of which may be found at the root
9 ?RCS: of the source tree for dist 4.0.
10 ?RCS:
11 ?RCS: $Log: Warn_v7EXT.U,v $
12 ?RCS: Revision 3.0.1.1  1994/10/29  16:01:42  ram
13 ?RCS: patch36: call ./v7 explicitly instead of relying on PATH
14 ?RCS:
15 ?RCS: Revision 3.0  1993/08/18  12:05:17  ram
16 ?RCS: Baseline for dist 3.0 netwide release.
17 ?RCS:
18 ?X: 
19 ?X: This unit issues warnings to V7 sites that they are living dangerously.
20 ?X: This unit needs to get mentioned in End.U to get included.
21 ?X: 
22 ?MAKE:Warn_v7EXT: package Guess 
23 ?MAKE:  -pick add $@ %<
24 : Warnings
25 if ./v7; then
26         cat <<EOM
27  
28 NOTE: the V7 compiler may ignore some #undefs that $package uses.  If so,
29 you may get messages about redefining EXT.  Some V7 compilers also have
30 difficulties with #defines near buffer boundaries, so beware.  You may have
31 to play with the spacing in some .h files, believe it or not.
32 EOM
33 fi
34