From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8649 invoked from network); 31 May 2001 17:52:09 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 31 May 2001 17:52:09 -0000 Received: (qmail 4335 invoked by alias); 31 May 2001 17:51:59 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14624 Received: (qmail 4324 invoked from network); 31 May 2001 17:51:58 -0000 Date: Thu, 31 May 2001 13:51:43 -0400 From: Clint Adams To: Akim Demaille Cc: Bart Schaefer , Jos Backus , zsh-workers@sunsite.auc.dk, Au List Subject: Re: zsh and autoconf-2.50 Message-ID: <20010531135143.A16261@dman.com> References: <20010530144809.E47866@lizzy.bugworks.com> <010530150208.ZM3863@candle.brasslantern.com> <20010530184016.B3618@dman.com> <010530170846.ZM4077@candle.brasslantern.com> <20010531094055.A12930@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from akim@epita.fr on Thu, May 31, 2001 at 07:34:38PM +0200 > So yes, define and undefine are undefined (in M4sh and M4sugar), but > no, you should not know about this (in Autoconf), you should not be > aware of it. > > What happens? % 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])