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