This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
d4b6dedd32737321a62b27fcfe299b42603eab55
[metaconfig.git] / U / modified / Head.U
1 ?RCS: $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
2 ?RCS:
3 ?RCS: Copyright (c) 1991-1993, 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 3.0.
10 ?RCS:
11 ?RCS: $Log: Head.U,v $
12 ?RCS: Revision 3.0.1.9  1997/02/28  15:02:09  ram
13 ?RCS: patch61: make sure we unset CDPATH for shells that support this
14 ?RCS: patch61: improved Korn shell detection and handling
15 ?RCS:
16 ?RCS: Revision 3.0.1.8  1995/07/25  13:40:02  ram
17 ?RCS: patch56: added SVR4-ish /opt directories to path list (ADO)
18 ?RCS: patch56: OS/2 platforms are using another path separator
19 ?RCS:
20 ?RCS: Revision 3.0.1.7  1995/03/21  08:46:15  ram
21 ?RCS: patch52: definition of paths wrongly added spurious ':' chars
22 ?RCS:
23 ?RCS: Revision 3.0.1.6  1994/10/29  15:54:19  ram
24 ?RCS: patch36: make sure ENV is unset before calling /bin/ksh
25 ?RCS:
26 ?RCS: Revision 3.0.1.5  1994/08/29  16:03:44  ram
27 ?RCS: patch32: now sets PATH only using existing directories
28 ?RCS:
29 ?RCS: Revision 3.0.1.4  1994/06/20  06:54:28  ram
30 ?RCS: patch30: now computes its invocation name into 'me'
31 ?RCS: patch30: symbol me is made visible to all units read-only
32 ?RCS:
33 ?RCS: Revision 3.0.1.3  1993/12/15  08:15:07  ram
34 ?RCS: patch15: added /sbin:/usr/sbin:/usr/libexec in PATH for BSD/386
35 ?RCS:
36 ?RCS: Revision 3.0.1.2  1993/11/10  17:32:35  ram
37 ?RCS: patch14: ensure PATH is reset to '.' before testing for alias
38 ?RCS:
39 ?RCS: Revision 3.0.1.1  1993/08/27  14:38:07  ram
40 ?RCS: patch7: not all 'test' programs support the -x option
41 ?RCS:
42 ?RCS: Revision 3.0  1993/08/18  12:04:58  ram
43 ?RCS: Baseline for dist 3.0 netwide release.
44 ?RCS:
45 ?X: 
46 ?X: This is the very first unit in the Configure script.  It is mostly just
47 ?X: things to keep people from getting into a tizzy right off the bat.
48 ?X: 
49 ?MAKE:Head:
50 ?MAKE:  -pick wipe $@ %<
51 ?V:PATH p_ me
52 ?T:argv Id p paths OS2_SHELL DJGPP
53 ?T:inksh needksh avoidksh newsh changesh reason
54 ?LINT:extern ENV CDPATH SHELL MACHTYPE _exe is_os2
55 ?LINT:change ENV CDPATH _exe is_os2
56 #! /bin/sh
57 #
58 # If these # comments don't work, trim them. Don't worry about any other
59 # shell scripts, Configure will trim # comments from them for you.
60 #
61 # (If you are trying to port this package to a machine without sh,
62 # I would suggest you have a look at the prototypical config_h.SH file
63 # and edit it to reflect your system. Some packages may include samples
64 # of config.h for certain machines, so you might look for one of those.)
65 #
66 ?X:
67 ?X: NOTE THAT A CONFIGURE SCRIPT IS IN THE PUBLIC DOMAIN (whether or not
68 ?X: the software which uses it is in the public domain).
69 ?X:
70 # Yes, you may rip this off to use in other distribution packages. This
71 # script belongs to the public domain and cannot be copyrighted.
72 #
73 ?X:
74 ?X: WE ASK YOU NOT TO REMOVE OR ALTER THE FOLLOWING PARAGRAPH, PLEASE:
75 ?X:
76 # (Note: this Configure script was generated automatically. Rather than
77 # working with this copy of Configure, you may wish to get metaconfig.
78 # The dist-3.0 package (which contains metaconfig) was posted in
79 # comp.sources.misc and is available on CPAN under authors/id/RAM so
80 # you may fetch it yourself from your nearest archive site.)
81 #
82 ?X: OK, I'll not alter, but I'll add to it then ...
83 #
84 # Though this script was generated by metaconfig, it is OK to send
85 # patches against it. It's up to the Configure pumpkin to backport
86 # the patch to the metaunits if it is accepted.
87 # See Porting/pumpkin.pod for more information on metaconfig.
88 #
89 ?X:
90 ?X: NOTA BENE:
91 ?X: If you develop you own version of metaconfig based on this work,
92 ?X: you have to add some comments telling that the script was generated
93 ?X: by your version, not mine: It credits your work.
94 ?X:
95
96 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
97 #
98 # Generated on <DATE> [metaconfig <VERSION> PL<PATCHLEVEL>]
99 # (with additional metaconfig patches by <MAINTLOC>)
100
101 cat >c1$$ <<EOF
102 ARGGGHHHH!!!!!
103
104 SCO csh still thinks true is false.  Write to SCO today and tell them that next
105 year Configure ought to "rm /bin/csh" unless they fix their blasted shell. :-)
106
107 (Actually, Configure ought to just patch csh in place.  Hmm.  Hmmmmm.  All
108 we'd have to do is go in and swap the && and || tokens, wherever they are.)
109
110 [End of diatribe. We now return you to your regularly scheduled programming...]
111 EOF
112 cat >c2$$ <<EOF
113
114 OOPS!  You naughty creature!  You didn't run Configure with sh!
115 I will attempt to remedy the situation by running sh for you...
116 EOF
117
118 true || cat c1$$ c2$$
119 true || exec sh $0 $argv:q
120
121 (exit $?0) || cat c2$$
122 (exit $?0) || exec sh $0 $argv:q
123 rm -f c1$$ c2$$
124
125 if test -f /dev/cputype -a -f /dev/drivers -a -f /dev/osversion; then
126         cat >&4 <<EOF
127 ***
128 *** I'm sorry but this system looks like Plan 9 and Plan 9 doesn't do
129 *** Configure that well.  (Plan 9 is close to UNIX but not close enough.)
130 *** Please read the README.plan9 for further instructions.
131 *** Cannot continue, aborting.
132 ***
133 EOF
134         exit 1
135 fi
136
137 if test ! -c /dev/null ; then
138         cat >&4 <<EOF
139 ***
140 *** I'm sorry, but /dev/null appears to be a file rather than a device.
141 *** Please consult your operating sytem's notes for making a device
142 *** in /dev.
143 *** Cannot continue, aborting.
144 ***
145 EOF
146         exit 1
147 fi
148
149 : compute my invocation name
150 me=$0
151 case "$0" in
152 */*)
153         me=`echo $0 | sed -e 's!.*/\(.*\)!\1!' 2>/dev/null`
154         test "$me" || me=$0
155         ;;
156 esac
157
158 ?X:
159 ?X: To be able to run under OS/2, we must detect that early enough to use
160 ?X: the proper path separator, stored in $p_. It is : on UNIX and ; on
161 ?X: DOSish systems such as OS/2.
162 ?X:
163 : Proper separator for the PATH environment variable
164 p_=:
165 : On OS/2 this directory should exist if this is not floppy only system :-]
166 if test -d c:/. || ( uname -a | grep -i 'os\(/\|\)2' ) 2>&1 >/dev/null ; then
167     if test -n "$OS2_SHELL"; then
168                 p_=\;
169                 PATH=`cmd /c "echo %PATH%" | tr '\\\\' / `
170 ?X: That's a bug in ksh5.22
171                 OS2_SHELL=`cmd /c "echo %OS2_SHELL%" | tr '\\\\' / | tr '[A-Z]' '[a-z]'`
172                 is_os2=yes
173         elif test -n "$DJGPP"; then
174                 case "X${MACHTYPE:-nonesuchmach}" in
175                 *cygwin) ;;
176                 *) p_=\; ;;
177                 esac
178         fi
179 fi
180
181 ?X:
182 ?X: There are two schools of thoughts here. Some people correctly argue that
183 ?X: the user has a better chance than we do of setting a reasonable PATH and
184 ?X: others argue that Configure is the best place there is to set up a suitable
185 ?X: PATH. Well, here we try to compromize by keeping the user's PATH and
186 ?X: appending some directories which are known to work on some machine or the
187 ?X: other. The rationale behind this being that a novice user might not have a
188 ?X: proper environment variable set, and some directories like /etc (where
189 ?X: chown is located on some BSD systems) may be missing--RAM.
190 ?X:
191 ?X: SVR4 adds an /opt directory for optional packages.  Some sites use
192 ?X: various permutations on /opt as opposed to /usr or /usr/local.-- ADO
193 ?X:
194 ?X: We only add directories that are not already in the PATH of the
195 ?X: user and the directories must exist also.
196 ?X:
197 ?X: 20040627, Merijn, HP-UX's ANSI compiler is in /opt/ansic/bin if present
198 ?X:  and should be before /usr/ccs/bin, where the braindead bundled compiler
199 ?X:  can be found. The .usr/ccs/bin compiler cannot be used to build perl.
200 ?X:
201 : Proper PATH setting
202 paths='/bin /usr/bin /usr/local/bin /usr/ucb /usr/local /usr/lbin'
203 paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin"
204 paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin"
205 paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin"
206 paths="$paths /sys5.3/bin /sys5.3/usr/bin /bsd4.3/bin /bsd4.3/usr/ucb"
207 paths="$paths /bsd4.3/usr/bin /usr/bsd /bsd43/bin /opt/ansic/bin /usr/ccs/bin"
208 paths="$paths /etc /usr/lib /usr/ucblib /lib /usr/ccs/lib"
209 paths="$paths /sbin /usr/sbin /usr/libexec"
210 paths="$paths /system/gnu_library/bin"
211
212 for p in $paths
213 do
214         case "$p_$PATH$p_" in
215         *$p_$p$p_*) ;;
216         *) test -d $p && PATH=$PATH$p_$p ;;
217         esac
218 done
219
220 PATH=.$p_$PATH
221 export PATH
222
223 : shall we be using ksh?
224 inksh=''
225 needksh=''
226 avoidksh=''
227 newsh=/bin/ksh
228 changesh=''
229 ?X: Use (alias -x) and not (alias) since zsh and bash recognize the alias
230 ?X: builtin but not the -x option which is typically ksh...
231 ?X: We need to set up PATH before calling the "alias" built-in since some
232 ?X: systems like HP-UX have a binary called /bin/alias.
233 if (PATH=.; alias -x) >/dev/null 2>&1; then
234                 inksh=true
235 fi
236 ?X: On HP-UX, large Configure scripts may exercise a bug in /bin/sh, use ksh
237 if test -f /hp-ux -a -f /bin/ksh; then
238         needksh='to avoid sh bug in "here document" expansion'
239 fi
240 ?X: On AIX4, /bin/sh is really ksh and it causes problems, use sh
241 if test -d /usr/lpp -a -f /usr/bin/bsh -a -f /usr/bin/uname; then
242         if test X`/usr/bin/uname -v` = X4; then
243                 avoidksh="to avoid AIX 4's /bin/sh"
244                 newsh=/usr/bin/bsh
245         fi
246 fi
247 ?X: On Digital UNIX, /bin/sh may start up buggy /bin/ksh, use sh
248 if test -f /osf_boot -a -f /usr/sbin/setld; then
249         if test X`/usr/bin/uname -s` = XOSF1; then
250                 avoidksh="to avoid Digital UNIX' ksh"
251                 newsh=/bin/sh
252                 unset BIN_SH # if this is 'xpg4' sh will start up ksh
253         fi
254 fi
255 ?X: If we are not in ksh and need it, then feed us back to it
256 case "$inksh/$needksh" in
257 /[a-z]*)
258 ?X: Unset ENV to avoid any ~/.kshrc that could alias cd or whatever...
259                 ENV=''
260                 changesh=true
261                 reason="$needksh"
262         ;;
263 esac
264 ?X: If we are in ksh and must avoid it, then feed us back to a new shell
265 case "$inksh/$avoidksh" in
266 true/[a-z]*)
267         changesh=true
268         reason="$avoidksh"
269         ;;
270 esac
271 ?X: Warn them if they use ksh on other systems, which are those where
272 ?X: we don't need ksh nor want to avoid it explicitely, yet are using it.
273 case "$inksh/$needksh-$avoidksh-" in
274 true/--)
275                 cat <<EOM
276 (I see you are using the Korn shell.  Some ksh's blow up on $me,
277 mainly on older exotic systems.  If yours does, try the Bourne shell instead.)
278 EOM
279         ;;
280 esac
281 case "$changesh" in
282 true)
283         export newsh
284         echo "(Feeding myself to $newsh $reason.)"
285 ?X: Make sure they didn't say sh <Configure by checking whether $0 ends
286 ?X: with Configure or not. If they did say sh <../../Configure, then too
287 ?X: bad for them anyway, since we lost that path indication...
288 ?X: Otherwise, execing $0 ensures we keep the full remote source dir
289 ?X: indication for src.U.
290         case "$0" in
291         Configure|*/Configure) exec $newsh $0 "$@";;
292         *) exec $newsh Configure "$@";;
293         esac
294         ;;
295 esac
296 ?X: 2004.06.09 rac
297 ?X: having $newsh persist as ksh here is bad news if ksh doesn't really
298 ?X: exist. this causes us to toss away a perfectly good working test in
299 ?X: bash in favour of more exotic external options. see bug 42665.
300 test -x "${newsh}" || unset newsh
301
302 ?X: Unset CDPATH to avoid surprises when using cd under some shells
303 ?X: Can't unset it because that's not portable to very old shells.
304 ?X: Can't set it to '' because then bash 2.02 won't do "cd UU"  --AD  6/98.
305 ?X: Don't want to set it to '.' because then ksh prints out the
306 ?X: name of the directory every time you cd to it. --AD 6/98
307 ?X: In order to inflict the least harm, change it only if it's set.
308 : if needed set CDPATH to a harmless value that is not chatty
309 : avoid bash 2.02 problems with empty CDPATH.
310 case "$CDPATH" in
311 '')     ;;
312 *)      case "$SHELL" in
313         *bash*) CDPATH='.' ;;
314         *)              CDPATH='' ;;
315         esac
316         ;;
317 esac
318 : Configure runs within the UU subdirectory
319 test -d UU || mkdir UU
320 ?X: Use ./* to avoid any confirmation prompts from enhanced shells -- WED
321 cd UU && rm -f ./*
322