zsh-users
 help / color / mirror / code / Atom feed
From: jkroeger@squirrel.owl.de (Johannes Kroeger)
To: zsh-users@math.gatech.edu
Subject: making zsh-2.6beta18 fails; stamp-h.in
Date: 22 May 1996 12:45:38 -0000	[thread overview]
Message-ID: <19960522124538.11558.qmail@squirrel.owl.de> (raw)

Making zsh-2.6beta18 fails with the following error message:

/usr/src/zsh-2.6-beta18# make
cd . && autoheader
/bin/sh: autoheader: command not found
make: *** [stamp-h.in] Error 127

I don't have autoconfig on my system and didn't need it to compile
zsh-2.6beta17 successfully.  So I compared the modification dates of
stamp-h.in and the files it depends on in beta17 and beta18, and voila:

/usr/src/zsh-2.6-beta17# ls -lU stamp-h.in configure.in acconfig.h aclocal.m4 
-rw-r--r--   1 root     wheel           1 May  6 16:09 stamp-h.in
-rw-r--r--   1 root     wheel       15373 May  3 20:54 configure.in
-rw-r--r--   1 root     wheel        4688 May  6 16:09 acconfig.h
-rw-r--r--   1 root     wheel        1933 May  6 16:09 aclocal.m4

/usr/src/zsh-2.6-beta18# ls -lU stamp-h.in configure.in acconfig.h aclocal.m4
-rw-r--r--   1 root     wheel           1 May  6 16:09 stamp-h.in
-rw-r--r--   1 root     wheel       16219 May 21 19:46 configure.in
-rw-r--r--   1 root     wheel        4886 May 15 16:17 acconfig.h
-rw-r--r--   1 root     wheel        1933 May  6 16:09 aclocal.m4

In beta18, stamp-h.in is older than configure.in, so make tries to rebuild it
and fails on my system because I don't have autoheader.

The fix is very simple: "touch -r configure.in stamp-h.in" and all works fine. 

-- 
Johannes Kroeger		<jkroeger@squirrel.owl.de>
Send me mail with subject "send pgp-key" to get my PGP key



                 reply	other threads:[~1996-05-22 13:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=19960522124538.11558.qmail@squirrel.owl.de \
    --to=jkroeger@squirrel.owl.de \
    --cc=zsh-users@math.gatech.edu \
    /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).