emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs and guile (Re: ehelp woes, or why I hate a module that I love


From: Andreas Schwab
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
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.3.50 (ia64-suse-linux)

Ken Raeburn <address@hidden> 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, address@hidden
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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]