zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: Phil Pennock <phil@athenaeum.demon.co.uk>,
	Zsh Development Workers <zsh-workers@math.gatech.edu>
Subject: PATCH: 3.1.5: Re: BUG? in configure
Date: Mon, 14 Dec 1998 21:04:33 -0800	[thread overview]
Message-ID: <981214210433.ZM109@candle.brasslantern.com> (raw)
In-Reply-To: <19981214214156.07507@athenaeum.demon.co.uk>

On Dec 14,  9:41pm, Phil Pennock wrote:
} Subject: BUG? in configure
}
} From configure --help we see the option --program-suffix=SUFFIX listed.
} 
} Is it my imagination or is this totally bogus?

It's autogenerated by autoconf.  Arguably this is a bug in autoconf, for
zsh's configure.in doesn't call the macro that makes it useful.

It's trivial to enable it, though:

Index: configure.in
===================================================================
--- configure.in	1998/12/14 17:00:14	1.1.1.4
+++ configure.in	1998/12/15 05:03:50
@@ -45,6 +45,9 @@
 dnl -----------------------------
 dnl CHECKING COMMAND LINE OPTIONS
 dnl -----------------------------
+dnl Handle --program_prefix, --program_suffix, --target, etc.
+AC_ARG_PROGRAM
+
 dnl Do you want to debug zsh?
 undefine([zsh-debug])dnl
 AC_ARG_ENABLE(zsh-debug,

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


  reply	other threads:[~1998-12-15  5:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-12-14 21:41 Phil Pennock
1998-12-15  5:04 ` Bart Schaefer [this message]
1998-12-15  5:39   ` PATCH: 3.1.5: " Bart Schaefer

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=981214210433.ZM109@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=phil@athenaeum.demon.co.uk \
    --cc=zsh-workers@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).