root/mpich2/branches/dev/kumudb/confdb/aclocal_web.m4 @ 4870

Revision 4870, 0.5 KB (checked in by kumudb, 5 months ago)

Merge from trunk to kumudb r4748:r4869

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