Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh and autoconf-2.50
- X-seq: zsh-workers 14616
- From: Clint Adams <clint@xxxxxxx>
- To: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- Subject: Re: zsh and autoconf-2.50
- Date: Thu, 31 May 2001 10:24:42 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <3B164CF0.1C58D211@xxxxxxxxxxxxx>; from opk@xxxxxxxxxxxxx on Thu, May 31, 2001 at 02:53:52PM +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20010530144809.E47866@xxxxxxxxxxxxxxxxxx> <010530150208.ZM3863@xxxxxxxxxxxxxxxxxxxxxxx> <20010530184016.B3618@xxxxxxxx> <010530170846.ZM4077@xxxxxxxxxxxxxxxxxxxxxxx> <20010531094055.A12930@xxxxxxxx> <3B164CF0.1C58D211@xxxxxxxxxxxxx>
> Is it using the --prefix-builtins (-P) option to m4 for this then? If
> so, that sounds quite sensible because it can be quite annoying in m4
> having to remember to quote any builtins. Anyway, that sounds like it
> will be a fairly trivial fix to configure.in when we come to switch to
> autoconf 2.5.
No, this is what it does:
## ------------------------------- ##
## 1. Simulate --prefix-builtins. ##
## ------------------------------- ##
# m4_define
# m4_defn
# m4_undefine
define([m4_define], defn([define]))
define([m4_defn], defn([defn]))
define([m4_undefine], defn([undefine]))
m4_undefine([define])
m4_undefine([defn])
m4_undefine([undefine])
> Why out of interest? What would autoconf 2.5 have it replaced by then?
configure.ac is the new canonical name. Something about "configure.in"
being too vague, I think.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author