zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
To: "Seiichi Namba" <sn@asahi-net.email.ne.jp>, <zsh-workers@sunsite.dk>
Subject: RE: zsh-4.0.[12] won't "configure"
Date: Tue, 3 Jul 2001 09:52:29 +0400	[thread overview]
Message-ID: <000d01c10384$588b38d0$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <200107030329.f633Tsa61798@goro.asahi-net.or.jp>

> See config.modules for installed modules and functions.
>
> creating Config/defs.mk
> sed: Couldn't open file ./Config/funcinst.mk


You must have broken sed. funcinst.mk was removed in 3.1.9-dev-8 when
config.modules was introduced. It still hangs around, but it should not harm
in any way; look:

/@FUNCINST_MK@/r /tools/src/zsh-4.0.x/Config/funcinst.mk

so if @FUNCINST_MK@ exists somewhere it will be replaced; if not the above
never match. But

bor@itsrm2% grep FUNCINST_MK **/Makefile.in
bor@itsrm2%

Anyway, we better remove it from configure.

-andrej

Index: zshconfig.ac
===================================================================
RCS file: /cvsroot/zsh/zsh/zshconfig.ac,v
retrieving revision 1.14
diff -u -r1.14 zshconfig.ac
--- zshconfig.ac        2001/07/02 19:39:34     1.14
+++ zshconfig.ac        2001/07/03 05:52:06
@@ -1913,13 +1913,11 @@
 CONFIG_MK="${srcdir}/Config/config.mk"
 dnl defs.mk is in the build tree, not the source tree
 DEFS_MK="Config/defs.mk"
-FUNCINST_MK="${srcdir}/Config/funcinst.mk"
 VERSION_MK="${srcdir}/Config/version.mk"

 AC_SUBST_FILE(CLEAN_MK)dnl
 AC_SUBST_FILE(CONFIG_MK)dnl
 AC_SUBST_FILE(DEFS_MK)dnl
-AC_SUBST_FILE(FUNCINST_MK)dnl
 AC_SUBST_FILE(VERSION_MK)dnl

 AC_OUTPUT(Config/defs.mk Makefile Doc/Makefile Etc/Makefile Src/Makefile \


  parent reply	other threads:[~2001-07-03  5:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-03  3:28 Seiichi Namba
2001-07-03  5:50 ` Bart Schaefer
2001-07-03  5:52 ` Andrej Borsenkow [this message]
2001-07-03 11:22   ` Seiichi Namba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000d01c10384$588b38d0$21c9ca95@mow.siemens.ru' \
    --to=andrej.borsenkow@mow.siemens.ru \
    --cc=sn@asahi-net.email.ne.jp \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).