From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: emacs and guile (Re: ehelp woes, or why I hate a module that I love so much) Date: Fri, 19 Jul 2002 15:03:05 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20020704135240.4CBB.LEKTU@terra.es> <20020704164911.4CC1.LEKTU@terra.es> <200207181455.g6IEtvc25102@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1027083865 527 127.0.0.1 (19 Jul 2002 13:04:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 19 Jul 2002 13:04:25 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17VXQl-00008O-00 for ; Fri, 19 Jul 2002 15:04:23 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17VXd9-0004um-00 for ; Fri, 19 Jul 2002 15:17:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17VXQl-0007Td-00; Fri, 19 Jul 2002 09:04:23 -0400 Original-Received: from ns.suse.de ([213.95.15.193] helo=Cantor.suse.de) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17VXPg-0007S4-00 for ; Fri, 19 Jul 2002 09:03:16 -0400 Original-Received: from Hermes.suse.de (Charybdis.suse.de [213.95.15.201]) by Cantor.suse.de (Postfix) with ESMTP id AA13D146DA; Fri, 19 Jul 2002 15:03:12 +0200 (MEST) X-Authentication-Warning: sykes.suse.de: schwab set sender to schwab@suse.de using -f Original-To: Ken Raeburn X-Yow: I want to dress you up as TALLULAH BANKHEAD and cover you with VASELINE and WHEAT THINS.. In-Reply-To: (Ken Raeburn's message of "Thu, 18 Jul 2002 16:13:58 -0400") Original-Lines: 30 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.3.50 (ia64-suse-linux) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5896 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5896 Ken Raeburn writes: |> Index: configure.in |> =================================================================== |> RCS file: /cvsroot/emacs/emacs/configure.in,v |> retrieving revision 1.300 |> diff -p -u -r1.300 configure.in |> --- configure.in 21 Jun 2002 20:57:54 -0000 1.300 |> +++ configure.in 18 Jul 2002 19:01:15 -0000 |> @@ -132,6 +132,24 @@ AC_ARG_WITH(xim, |> AC_ARG_WITH(carbon, |> [ --without-carbon don't use Carbon GUI on Mac OS X]) |> |> +AC_ARG_ENABLE(checking, |> +[ --enable-checking turn on expensive internal run-time consistency |> + checks (not recommended unless debugging Emacs)]) |> +if test "${enable_checking}" = yes ; then |> + AC_DEFINE(ENABLE_CHECKING) Please use the optional third argument of AC_DEFINE (the description) instead of adding entries to src/config.in, since the latter is generated by autoheader, which copies the description string into the comment. Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."