autoconf
[Top][All Lists]
Advanced

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

ifdef in a man page?


From: Grosch, Scott
Subject: ifdef in a man page?
Date: Wed, 8 Aug 2001 12:24:23 -0700

I have a manpage.8.in type file with lines like:

.br
.B admindo
.B create
.BR \-s [erver]
.I name
.BR \-p [artition]
.I name
.BR \-n [ame]


I want to wrap that section such that if HAVE_MKAFSVOL was defined via
the configure script (via AC_DEFINE) then that section gets included in
the resulting manpage.8 file, but doesn't if it wasn't.  How is that done?




reply via email to

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