Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: pws-19: another configure tweak
- X-seq: zsh-workers 6345
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: PATCH: pws-19: another configure tweak
- Date: Tue, 25 May 1999 12:01:10 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
This is necessary when the source and build trees don't coincide.
By the way, it looks like mapfile using mmap() doesn't write the file
properly on HPUX, probably the file doesn't get extended properly first.
I'll have to look at that.
Also, I'll be away for a few days from tomorrow until Monday.
--- configure.in.df Tue May 25 11:58:25 1999
+++ configure.in Tue May 25 11:49:09 1999
@@ -1281,7 +1281,8 @@
CLEAN_MK="${srcdir}/Config/clean.mk"
CONFIG_MK="${srcdir}/Config/config.mk"
-DEFS_MK="${srcdir}/Config/defs.mk"
+dnl defs.mk is in the build tree, not the source tree
+DEFS_MK="Config/defs.mk"
VERSION_MK="${srcdir}/Config/version.mk"
AC_SUBST_FILE(CLEAN_MK)dnl
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author