autoconf-patches
[Top][All Lists]
Advanced

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

Re: 17doc-AS_IF.diff


From: Derek Robert Price
Subject: Re: 17doc-AS_IF.diff
Date: Sat, 16 Aug 2003 12:50:36 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1

More comments - Akim asked me to document the M4sh stuff a while back and I finally decided to get started. I'm just doing them as I have to look them up for my autotest work at the moment, so here's the first one:

:)

address@hidden wrote:

Index: ChangeLog

2003-08-16  Derek Price  <address@hidden>

        * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.

Index: doc/autoconf.texi
===================================================================
RCS file: /cvsroot/autoconf/autoconf/doc/autoconf.texi,v
retrieving revision 1.749
diff -u -r1.749 autoconf.texi
--- doc/autoconf.texi   7 Aug 2003 05:13:09 -0000       1.749
+++ doc/autoconf.texi   16 Aug 2003 15:44:16 -0000
@@ -8177,6 +8177,13 @@
@command{dirname} command.
@end defmac

address@hidden AS_IF (@var{test}, @ovar{RUN-IF-TRUE}, @ovar{RUN-IF-FALSE})
address@hidden
+Run shell code TEST.  If TEST exits with a zero status then run shell code
+RUN-IF-TRUE, else run shell code RUN-IF-FALSE, with simplifications if either
+RUN-IF-TRUE or RUN-IF-FALSE is empty.
address@hidden defmac
+
@defmac AS_MKDIR_P (@var{filename})
@asindex{MKDIR_P}
Make the directory @var{filename}, including intervening directories



--
               *8^)

Email: address@hidden

Get CVS support at <http://ximbiot.com>!
--
I will not bribe Principal Skinner.
I will not bribe Principal Skinner.
I will not bribe Principal Skinner...

         - Bart Simpson on chalkboard, _The Simpsons_






reply via email to

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