Changeset 2968 for trunk/linbox/macros/linbox-doc.m4
- Timestamp:
- 06/14/08 20:25:46 (6 months ago)
- Files:
-
- 1 modified
-
trunk/linbox/macros/linbox-doc.m4 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/linbox/macros/linbox-doc.m4
r2807 r2968 7 7 8 8 AC_ARG_WITH(docdir, 9 [ --with-docdir=<path> 10 Where the LinBox documentation should be installed 11 ], 9 [ --with-docdir=<path> Where the LinBox documentation should be installed], 12 10 [ 13 11 LINBOX_DOC_PATH="$withval" … … 20 18 21 19 AC_ARG_WITH(doxygen, 22 [ --with-doxygen=<path> 23 Give the path to Doxygen. 24 Note: --enable-doc needed 25 ], 20 [ --with-doxygen=<path> Give the path to Doxygen. Note: --enable-doc needed], 26 21 [ 27 22 DOXYGEN_PATH="$PATH $withval" … … 31 26 ]) 32 27 33 AC_ARG_ENABLE(doc,[ --enable-doc Enable building documentation],28 AC_ARG_ENABLE(doc,[ --enable-doc Enable building documentation], 34 29 [ 35 30 AC_MSG_RESULT(yes)
