autoconf-patches
[Top][All Lists]
Advanced

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

Re: AS_EXIT


From: Lars J. Aas
Subject: Re: AS_EXIT
Date: Wed, 1 Nov 2000 13:29:43 +0100
User-agent: Mutt/1.2.5i

Maybe we ought to add macros like AS_TRUE, AS_FALSE, and AS_NOP too, to
make autoconf macros more readable?  I'm starting to get used to reading
":" trues and ":" nops now, but for others (newcomers in particular) I
think it can be quite confusing.  It was for me at least...

Something along the lines of:

AC_DEFUN([AS_NOP], [:])           # or `(exit $?)'?
AC_DEFUN([AS_TRUE], [:])
AC_DEFUN([AS_FALSE], [(exit 1)])  # or `false'?

  Lars J



reply via email to

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