From 1ef49cdd81dcbc89426789e17b87dc970755bf7f Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 22 Feb 1996 20:36:02 +0000 Subject: Restore DONT_ADD_FROM, it allows .elm/elmheaders to work properly Merge Configure patch into one file --- mail/elm+ME/files/patch-ac | 56 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 51 insertions(+), 5 deletions(-) diff --git a/mail/elm+ME/files/patch-ac b/mail/elm+ME/files/patch-ac index 94009401481a..7ca86954d43f 100644 --- a/mail/elm+ME/files/patch-ac +++ b/mail/elm+ME/files/patch-ac @@ -1,8 +1,11 @@ -*** Configure.bak Sun Nov 19 23:26:43 1995 ---- Configure Sun Nov 19 23:29:18 1995 +*** Configure.old Thu Feb 22 22:56:56 1996 +--- Configure Thu Feb 22 22:58:51 1996 *************** -*** 18,28 **** - PATH=".:/bin:/usr/bin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin:$PATH" +*** 15,28 **** + # working with this copy of Configure, you may wish to get metaconfig.) + + : sanity checks +! 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 @@ -13,4 +16,47 @@ (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 ---- +--- 15,23 ---- + # working with this copy of Configure, you may wish to get metaconfig.) + + : sanity checks +! PATH=".:/bin:/usr/bin:/usr/sbin:/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 $$) + + (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.)" +*************** +*** 2473,2478 **** +--- 2468,2475 ---- + lock_dir=/usr/spool/locks + elif $test -d /usr/spool/uucp ; then + lock_dir=/usr/spool/uucp ++ elif $test -d /var/spool/lock ; then ++ lock_dir=/var/spool/lock + elif $test -d /var/spool/locks ; then + lock_dir=/var/spool/locks + elif $test -d /var/spool/uucp ; then +*************** +*** 3310,3319 **** + $cat <