Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh and autoconf-2.50
- X-seq: zsh-workers 14632
- From: Akim Demaille <akim@xxxxxxxx>
- To: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- Subject: Re: zsh and autoconf-2.50
- Date: 01 Jun 2001 13:00:44 +0200
- Cc: <zsh-workers@xxxxxxxxxxxxxx>, "Au List" <autoconf@xxxxxxx>
- In-reply-to: <000f01c0ea78$951b18d0$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <000f01c0ea78$951b18d0$21c9ca95@xxxxxxxxxxxxxx>
- Sender: Akim Demaille <akim@xxxxxxxx>
>>>>> "Andrej" == Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx> writes:
Andrej> I have started with updating and am staring at this with some
Andrej> surprise. Why do we need this undefine at all? Is not
Andrej> AC_ARG_ENABLE([zsh-debug],...) enough?
Andrej> Akim?
I have no idea why you had this undefine. In addition it's an
``impure'' macro name, i.e., you can only use this macro via defn, or
indir, but not as is.
To me it is useless (but I have not read your configure.in). autoconf
thinks its useless too as it complains about undefining something not
defined.
I believe you, zsh people, should find some simplifications to your
configure.in. In particular, note that you no longer have to perform
tricks to have AC_OUTPUT work on builddir/srcdir files, it's now
built in Autoconf.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author