From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id CAA01527 for ; Fri, 2 Aug 1996 02:37:12 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id MAA09805; Thu, 1 Aug 1996 12:28:56 -0400 (EDT) Resent-Date: Thu, 1 Aug 1996 12:28:56 -0400 (EDT) Message-Id: <199608011627.SAA11721@hydra.ifh.de> To: zsh-workers@math.gatech.edu (Zsh hackers list) Subject: More Configure problems In-reply-to: "hzoli@cs.elte.hu"'s message of "Thu, 01 Aug 1996 16:07:40 MET." <199608011407.QAA27343@bolyai.cs.elte.hu> Date: Thu, 01 Aug 1996 18:27:40 +0200 From: Peter Stephenson Resent-Message-ID: <"bBQkV2.0.4P2.2jD0o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1878 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Next problem with Configure... actually with the makedepend script that comes with it: this assignment is failing: defrule=`<$mf sed -n \ -e '/^\.c\(\$(OBJ_EXT)\|\.o\):.*;/{' \ -e 's/\$\*\.c//' \ -e 's/^[^;]*;[ ]*//p' \ -e q \ -e '}' \ -e '/^\.c\(\$(OBJ_EXT)\|\.o\): *$/{' \ -e N \ -e 's/\$\*\.c//' \ -e 's/^.*\n[ ]*//p' \ -e q \ -e '}'` That first interestingly positioned <$mf (sometimes I wonder if people do this deliberately) is supposed to be a redirection, but zsh is treating it like $(<...). ksh behaves like sh here, i.e. only $(<...) has that behaviour. Perhaps we should follow suit. Zoltan will know what to do. -- Peter Stephenson Tel: +49 33762 77366 WWW: http://www.ifh.de/~pws/ Fax: +49 33762 77330 Deutches Electronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen DESY-IfH, 15735 Zeuthen, Germany.