diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-12 00:22:32 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-12 00:22:32 +0000 |
commit | 3c676e51ca509fff616495ac7354ac8b4ecde7e4 (patch) | |
tree | ff2af7baacdd3fbe3584cd7c8a72f93bd0096293 /configure.ac | |
parent | 0543cf76a5e11133b5f76fa37b39cbe2985c1c75 (diff) |
configure.ac Set up cpp pre-processing of man pages Add shadow man pages
for man pages that document multiple functions.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9e7320c..2d9c6dc 100644 --- a/configure.ac +++ b/configure.ac @@ -73,6 +73,9 @@ case $host_os in esac AC_SUBST(STRINGSABIOPTIONS) +# Man page processing requirements +XORG_PROG_RAWCPP +XORG_MANPAGE_SECTIONS # Check render configuration, strip extra digits from package version to # find the required protocol version |