1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/mail/elm+ME/files/patch-ac
Andrey A. Chernov e04697b295 Upgrade 8a -> 8b
Make it non-interactive
Make it packageable (compiled-in domain name not plays any role due
to gethostname())
1995-11-19 21:11:57 +00:00

17 lines
661 B
Plaintext

*** Configure.bak Sun Nov 19 23:26:43 1995
--- Configure Sun Nov 19 23:29:18 1995
***************
*** 18,28 ****
PATH=".:/bin:/usr/bin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin:$PATH"
export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0; kill $$)
- if test ! -t 0; then
- echo "Say 'sh Configure', not 'sh <Configure'"
- exit 1
- fi
-
(alias) >/dev/null 2>&1 && \
echo "(I see you are using the Korn shell. Some ksh's blow up on Configure," && \
echo "especially on exotic machines. If yours does, try the Bourne shell instead.)"
--- 18,23 ----