From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1645 invoked from network); 1 Jun 2001 08:55:38 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 1 Jun 2001 08:55:38 -0000 Received: (qmail 17300 invoked by alias); 1 Jun 2001 08:55:27 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14631 Received: (qmail 17267 invoked from network); 1 Jun 2001 08:55:26 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Akim Demaille" Cc: , "Au List" Subject: RE: zsh and autoconf-2.50 Date: Fri, 1 Jun 2001 12:55:18 +0400 Message-ID: <000f01c0ea78$951b18d0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-Mimeole: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal > | > | % autoconf2.50 > | configure.in:55: error: undefine: undefined: zsh-debug > | configure.in:55: the top level > | > | The offending construct is here. > | > | undefine([zsh-debug])dnl > | AC_ARG_ENABLE(zsh-debug, > | [ --enable-zsh-debug compile with debug code and > debugger symbols], > | [if test x$enableval = xyes; then > | AC_DEFINE(DEBUG) > | fi]) > I have started with updating and am staring at this with some surprise. Why do we need this undefine at all? Is not AC_ARG_ENABLE([zsh-debug],...) enough? Akim? -andrej