From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8012 invoked from network); 6 Apr 2000 08:39:23 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Apr 2000 08:39:23 -0000 Received: (qmail 25873 invoked by alias); 6 Apr 2000 08:39:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10532 Received: (qmail 25865 invoked from network); 6 Apr 2000 08:39:10 -0000 Date: Thu, 6 Apr 2000 10:39:05 +0200 (MET DST) Message-Id: <200004060839.KAA06426@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk Subject: Two questions I have been having trouble with configuring and make for some time now... 1) We have this extra hack in configure to change config.status to treat filenames starting with `!' specially. This fails utterly for me, because it searches for a line where `ac_file_inputs' is assigned to -- and my config.status doesn't contain such a line. It always uses `$ac_given_srcdir/$ac_file_in'. Up to now I've always been hacking this by hand, but... 2) make distclean fails for me because it calls distclean twice in the Test directory -- and then the second one has no Makefile and I end up with the main directory un-cleaned. This can be fixed by removing: @cd Test && $(MAKE) $(MAKEDEFS) $@ from the distclean-here target in the Makefile.in from the main directory. Is this correct or am I the only one with this problem? But somehow I think this is a result of the patch that added Test to SUBDIRS, yes? Bye Sven -- Sven Wischnowsky wischnow@informatik.hu-berlin.de