+2003-08-18 Derek Price <derek@ximbiot.com>
+
+ * doc/autoconf.texi (Programming in M4sh): Add doc for AS_IF.
+
2003-08-16 Derek Price <derek@ximbiot.com>
* doc/autoconf.texi (Writing testsuite.at): Document defaults for
@command{dirname} command.
@end defmac
+@defmac AS_IF (@var{test}, @ovar{RUN-IF-TRUE}, @ovar{RUN-IF-FALSE})
+@asindex{IF}
+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.
+@end defmac
+
@defmac AS_MKDIR_P (@var{filename})
@asindex{MKDIR_P}
Make the directory @var{filename}, including intervening directories