root/mpich2/branches/dev/kumudb/confdb/aclocal_web.m4
@
4870
| Revision 4870, 0.5 KB (checked in by kumudb, 5 months ago) |
|---|
| Line | |
|---|---|
| 1 | dnl |
| 2 | dnl Add support for web/HTML needs |
| 3 | dnl/*D |
| 4 | dnl PAC_ARG_WWW - Add support for wwwdir to the configure command line |
| 5 | dnl |
| 6 | dnl Output Effects: |
| 7 | dnl Sets the variable 'wwwdir' to the specified directory; if no directory |
| 8 | dnl is given, it uses '${prefix}/www'. |
| 9 | dnl |
| 10 | dnl D*/ |
| 11 | dnl |
| 12 | AC_DEFUN([PAC_ARG_WWWDIR],[ |
| 13 | AC_ARG_WITH([wwwdir],[ |
| 14 | --with-wwwdir=directory - Specify the root directory for HTML documentation], |
| 15 | wwwdir=$withval,wwwdir='${prefix}/www') |
| 16 | AC_SUBST(wwwdir)]) |
| 17 | dnl |
| 18 | dnl This will eventually include other tools |
| 19 | dnl |
Note: See TracBrowser
for help on using the browser.
