This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Configure: eliminate some left over debug output
[metaconfig.git] / U / modified / Myinit.U
1 ?RCS: $Id: Myinit.U,v 3.0 1993/08/18 12:05:07 ram Exp $
2 ?RCS:
3 ?RCS: Copyright (c) 1991-1993, Raphael Manfredi
4 ?RCS:
5 ?RCS: This file is included with or a derivative work of a file included
6 ?RCS: with the metaconfig program of Raphael Manfredi's "dist" distribution.
7 ?RCS: In accordance with clause 7 of dist's modified Artistic License:
8 ?RCS:
9 ?RCS:     You may distribute under the terms of either the GNU General Public
10 ?RCS:     License or the Artistic License, as specified in the README file.
11 ?RCS:
12 ?RCS: $Log: Myinit.U,v $
13 ?RCS: Revision 3.0  1993/08/18  12:05:07  ram
14 ?RCS: Baseline for dist 3.0 netwide release.
15 ?RCS:
16 ?X:
17 ?X: If you want to initialize any default values, copy this unit to your
18 ?X: personal U directory and add the assignments to the end.  This file
19 ?X: is included after variables are initialized but before any old
20 ?X: config.sh file is read in and before any Configure switch processing.
21 ?X:
22 ?MAKE:Myinit libswanted: Init
23 ?MAKE:  -pick add $@ %<
24 ?S:libswanted:
25 ?S:     This variable holds a list of all the libraries we want to
26 ?S:     search.  The order is chosen to pick up the c library
27 ?S:     ahead of ucb or bsd libraries for SVR4.
28 ?S:.
29 ?LINT:extern usevfork glibpth
30 ?LINT:change usevfork glibpth
31 : List of libraries we want.
32 ?X: Put crypt here, even though I should really fix d_crypt.U to look
33 ?X: for it correctly, including possible shared library versions.
34 : If anyone needs extra -lxxx, put those in a hint file.
35 libswanted="cl pthread socket bind inet ndbm gdbm dbm db malloc dl ld"
36 libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD"
37 : We probably want to search /usr/shlib before most other libraries.
38 : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
39 glibpth=`echo " $glibpth " | sed -e 's! /usr/shlib ! !'`
40 glibpth="/usr/shlib $glibpth"
41 : Do not use vfork unless overridden by a hint file.
42 usevfork=false
43