Show
Ignore:
Timestamp:
06/14/08 20:25:46 (5 months ago)
Author:
pernet
Message:

* add the sage-interface macro file
* clean up the documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/linbox/macros/linbox-misc.m4

    r2498 r2968  
    66 
    77AC_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], 
    1211            [if test "$withval" = yes ; then 
    1312                        echo "Default path = /usr /usr/local" 
     
    2524 
    2625AC_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], 
    3533            [if test "$withval" = yes ; then 
    3634                        check_all="yes"