This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
U/perl/i_wchar.U: Fix typo
[metaconfig.git] / dist / U / Head.U
CommitLineData
33a01fd2 1?RCS: $Id$
d8875586
MBT
2?RCS:
3?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
cf39bd7e 4?RCS:
33a01fd2 5?RCS: You may redistribute only under the terms of the Artistic License,
d8875586
MBT
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
33a01fd2 8?RCS: that same Artistic License; a copy of which may be found at the root
d8875586
MBT
9?RCS: of the source tree for dist 4.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:
cf39bd7e 45?X:
d8875586
MBT
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.
cf39bd7e 48?X:
d8875586
MBT
49?MAKE:Head:
50?MAKE: -pick wipe $@ %<
51?V:PATH p_ _exe me newsh
52?T:argv Id p paths OS2_SHELL DJGPP
53?T:inksh needksh avoidksh newsh changesh reason
54?F:!*
55?LINT:extern ENV CDPATH SHELL MACHTYPE
56?LINT:change ENV CDPATH
57?LINT:nocomment
58#! /bin/sh
59#
60# If these # comments don't work, trim them. Don't worry about any other
61# shell scripts, Configure will trim # comments from them for you.
62#
63# (If you are trying to port this package to a machine without sh,
64# I would suggest you have a look at the prototypical config_h.SH file
65# and edit it to reflect your system. Some packages may include samples
66# of config.h for certain machines, so you might look for one of those.)
67#
68?X:
69?X: NOTE THAT A CONFIGURE SCRIPT IS IN THE PUBLIC DOMAIN (whether or not
70?X: the software which uses it is in the public domain).
71?X:
72# Yes, you may rip this off to use in other distribution packages. This
73# script belongs to the public domain and cannot be copyrighted.
74#
75?X:
76?X: WE ASK YOU NOT TO REMOVE OR ALTER THE FOLLOWING PARAGRAPH, PLEASE:
77?X:
78# Note: this Configure script was generated automatically. Rather than
79# working with this copy of Configure, you may wish to get metaconfig.
80# The dist package (which contains metaconfig) is available via SVN:
81# svn co https://svn.code.sf.net/p/dist/code/trunk/dist
82?X:
83?X: NOTA BENE:
84?X: If you develop you own version of metaconfig based on this work,
85?X: you have to add some comments telling that the script was generated
86?X: by your version, not mine: It credits your work.
87?X:
88
89# $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $
90#
91# Generated on <DATE> [metaconfig <VERSION> PL<PATCHLEVEL>]
92
93cat >c1$$ <<EOF
94ARGGGHHHH!!!!!
95
96SCO csh still thinks true is false. Write to SCO today and tell them that next
97year Configure ought to "rm /bin/csh" unless they fix their blasted shell. :-)
98
99(Actually, Configure ought to just patch csh in place. Hmm. Hmmmmm. All
100we'd have to do is go in and swap the && and || tokens, wherever they are.)
101
102[End of diatribe. We now return you to your regularly scheduled programming...]
103EOF
104cat >c2$$ <<EOF
105
106OOPS! You naughty creature! You didn't run Configure with sh!
107I will attempt to remedy the situation by running sh for you...
108EOF
109
110true || cat c1$$ c2$$
111true || exec sh $0 $argv:q
112
113(exit $?0) || cat c2$$
114(exit $?0) || exec sh $0 $argv:q
115rm -f c1$$ c2$$
116
117: compute my invocation name
118me=$0
119case "$0" in
120*/*)
121 me=`echo $0 | sed -e 's!.*/\(.*\)!\1!' 2>/dev/null`
122 test "$me" || me=$0
123 ;;
124esac
125
126?X:
127?X: To be able to run under OS/2, we must detect that early enough to use
128?X: the proper path separator, stored in $p_. It is : on UNIX and ; on
129?X: DOSish systems such as OS/2.
130?X:
131: Proper separator for the PATH environment variable
132p_=:
133: On OS/2 this directory should exist if this is not floppy only system ":-]"
134if test -d c:/. ; then
135 if test -n "$OS2_SHELL"; then
136 p_=\;
137 PATH=`cmd /c "echo %PATH%" | tr '\\\\' / `
138?X: That's a bug in ksh5.22
139 OS2_SHELL=`cmd /c "echo %OS2_SHELL%" | tr '\\\\' / | tr '[A-Z]' '[a-z]'`
140 elif test -n "$DJGPP"; then
141 case "X${MACHTYPE:-nonesuchmach}" in
142 *cygwin) ;;
143 *) p_=\; ;;
144 esac
145 fi
146fi
147
148?X:
149?X: There are two schools of thoughts here. Some people correctly argue that
150?X: the user has a better chance than we do of setting a reasonable PATH and
151?X: others argue that Configure is the best place there is to set up a suitable
152?X: PATH. Well, here we try to compromize by keeping the user's PATH and
153?X: appending some directories which are known to work on some machine or the
154?X: other. The rationale behind this being that a novice user might not have a
155?X: proper environment variable set, and some directories like /etc (where
156?X: chown is located on some BSD systems) may be missing--RAM.
157?X:
158?X: SVR4 adds an /opt directory for optional packages. Some sites use
159?X: various permutations on /opt as opposed to /usr or /usr/local.-- ADO
160?X:
161?X: We only add directories that are not already in the PATH of the
162?X: user and the directories must exist also.
163?X:
164: Proper PATH setting
165paths='/bin /usr/bin /usr/local/bin /usr/ucb /usr/local /usr/lbin'
166paths="$paths /opt/bin /opt/local/bin /opt/local /opt/lbin"
167paths="$paths /usr/5bin /etc /usr/gnu/bin /usr/new /usr/new/bin /usr/nbin"
168paths="$paths /opt/gnu/bin /opt/new /opt/new/bin /opt/nbin"
169paths="$paths /sys5.3/bin /sys5.3/usr/bin /bsd4.3/bin /bsd4.3/usr/ucb"
170paths="$paths /bsd4.3/usr/bin /usr/bsd /bsd43/bin /usr/ccs/bin"
171paths="$paths /etc /usr/lib /usr/ucblib /lib /usr/ccs/lib"
172paths="$paths /sbin /usr/sbin /usr/libexec"
173paths="$paths /system/gnu_library/bin"
174
175for p in $paths
176do
177 case "$p_$PATH$p_" in
178 *$p_$p$p_*) ;;
179 *) test -d $p && PATH=$PATH$p_$p ;;
180 esac
181done
182
183PATH=.$p_$PATH
184export PATH
185
186: shall we be using ksh?
187inksh=''
188needksh=''
189avoidksh=''
190newsh=/bin/ksh
191changesh=''
192?X: Use (alias -x) and not (alias) since zsh and bash recognize the alias
193?X: builtin but not the -x option which is typically ksh...
194?X: We need to set up PATH before calling the "alias" built-in since some
195?X: systems like HP-UX have a binary called /bin/alias.
196if (PATH=.; alias -x) >/dev/null 2>&1; then
197 inksh=true
198fi
199?X: On HP-UX, large Configure scripts may exercise a bug in /bin/sh, use ksh
200if test -f /hp-ux -a -f /bin/ksh; then
201 needksh='to avoid sh bug in "here document" expansion'
202fi
203?X: On AIX4, /bin/sh is really ksh and it causes problems, use sh
204if test -d /usr/lpp -a -f /usr/bin/bsh -a -f /usr/bin/uname; then
205 if test X`/usr/bin/uname -v` = X4; then
206 avoidksh="to avoid AIX 4's /bin/sh"
207 newsh=/usr/bin/bsh
208 fi
209fi
210?X: On Digital UNIX, /bin/sh may start up buggy /bin/ksh, use sh
211if test -f /osf_boot -a -f /usr/sbin/setld; then
212 if test X`/usr/bin/uname -s` = XOSF1; then
213 avoidksh="to avoid Digital UNIX' ksh"
214 newsh=/bin/sh
215?X: if BIN_SH is set to 'xpg4', sh will start up ksh
216 unset BIN_SH
217 fi
218fi
219?X: If we are not in ksh and need it, then feed us back to it
220case "$inksh/$needksh" in
221/[a-z]*)
222?X: Clear ENV to avoid any ~/.kshrc that could alias cd or whatever...
223?X: Don't use "unset ENV", that is not portable enough
224 ENV=''
225 changesh=true
226 reason="$needksh"
227 ;;
228esac
229?X: If we are in ksh and must avoid it, then feed us back to a new shell
230case "$inksh/$avoidksh" in
231true/[a-z]*)
232 changesh=true
233 reason="$avoidksh"
234 ;;
235esac
236?X: Warn them if they use ksh on other systems, which are those where
237?X: we don't need ksh nor want to avoid it explicitly, yet are using it.
238case "$inksh/$needksh-$avoidksh-" in
239true/--)
240 cat <<EOM
241(I see you are using the Korn shell. Some ksh's blow up on $me,
242mainly on older exotic systems. If yours does, try the Bourne shell instead.)
243EOM
244 ;;
245esac
246case "$changesh" in
247true)
248 export newsh
249 echo "(Feeding myself to $newsh $reason.)"
250?X: Make sure they didn't say sh <Configure by checking whether $0 ends
251?X: with Configure or not. If they did say sh <../../Configure, then too
252?X: bad for them anyway, since we lost that path indication...
253?X: Otherwise, execing $0 ensures we keep the full remote source dir
254?X: indication for src.U.
255 case "$0" in
256 Configure|*/Configure) exec $newsh $0 "$@";;
257 *) exec $newsh Configure "$@";;
258 esac
259 ;;
260esac
261
262?X: Unset CDPATH to avoid surprises when using cd under some shells
263?X: Can't unset it because that's not portable to very old shells.
264?X: Can't set it to '' because then bash 2.02 won't do "cd UU" --AD 6/98.
265?X: Don't want to set it to '.' because then ksh prints out the
266?X: name of the directory every time you cd to it. --AD 6/98
267?X: In order to inflict the least harm, change it only if it's set.
268: if needed, set CDPATH to a harmless value that is not chatty
269case "$CDPATH" in
270'') ;;
271*) case "$SHELL" in
272 *bash*) CDPATH='.' ;;
273 *) CDPATH='' ;;
274 esac
275 ;;
276esac
277
278: Configure runs within the UU subdirectory
279test -d UU || mkdir UU
280?X: Use ./* to avoid any confirmation prompts from enhanced shells -- WED
281cd UU && rm -f ./*
282