Changeset 2968 for trunk/linbox/macros/linbox-misc.m4
- Timestamp:
- 06/14/08 20:25:46 (5 months ago)
- Files:
-
- 1 modified
-
trunk/linbox/macros/linbox-misc.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/linbox/macros/linbox-misc.m4
r2498 r2968 6 6 7 7 AC_ARG_WITH(default, 8 [ --with-default=<path> 9 Add <path> to the default path for external package checking 10 Set as default with /usr and /usr/local 11 ], 8 [ --with-default=<path> Add <path> to the default path for external package 9 checking. Set as default with /usr and /usr/local. 10 ], 12 11 [if test "$withval" = yes ; then 13 12 echo "Default path = /usr /usr/local" … … 25 24 26 25 AC_ARG_WITH(all, 27 [ --with-all= <path>|yes|no 28 Use all external packages. 29 If the argument is no, you not sure that all libraries are 30 reachable with the default path. 31 If the argument is yes or <empty>, that means that all libraries 32 are reachable with the default path. 33 Otherwise add <path> to default path and enable all external packages. 34 ], 26 [ --with-all= <path>|yes|no Use all external packages. If the argument is no, 27 you not sure that all libraries are reachable with 28 the default path. If the argument is yes or <empty>, 29 that means that all libraries are reachable with the 30 default path. Otherwise add <path> to default path 31 and enable all external packages. 32 ], 35 33 [if test "$withval" = yes ; then 36 34 check_all="yes"
