Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Two questions
- X-seq: zsh-workers 10536
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Two questions
- Date: Thu, 6 Apr 2000 09:55:30 +0000
- In-reply-to: <200004060839.KAA06426@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200004060839.KAA06426@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Apr 6, 10:39am, Sven Wischnowsky wrote:
} Subject: Two questions
}
} 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'.
What version of autoconf do you have installed? I think you need at least
2.12, maybe 2.13, for this to work. Peter has 2.14, IIRC, but I have 2.13
and I have the ac_file_inputs line in my config.status.
} 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) $@
You're right, that should have been removed when Test was added to SUBDIRS.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author