Show
Ignore:
Timestamp:
06/14/08 20:25:46 (6 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/givaro-check.m4

    r2368 r2968  
    1717 
    1818AC_ARG_WITH(givaro, 
    19             [  --with-givaro=<path>|yes|no  
    20                                            Use Givaro library.  
    21                                            If argument is no, you do not have the library installed on your machine (set as default). 
    22                                            If argument is yes or <empty> that means the library is reachable with the standard 
    23                                            search path (/usr or /usr/local). 
    24                                            Otherwise you give the <path> to the directory which contain the library.  
    25              ], 
     19[  --with-givaro=<path>|yes Use Givaro library. This library is mandatory for  
     20                           LinBox compilation. If argument is yes or <empty>  
     21                           that means the library is reachable with the standard 
     22                           search path (/usr or /usr/local). Otherwise you give  
     23                           the <path> to the directory which contain the  
     24                           library. 
     25],                 
    2626             [if test "$withval" = yes ; then 
    2727                        GIVARO_HOME_PATH="${DEFAULT_CHECKING_PATH}" 
     
    2929                        GIVARO_HOME_PATH="$withval ${DEFAULT_CHECKING_PATH}" 
    3030             fi], 
    31              []) 
     31             [GIVARO_HOME_PATH="${DEFAULT_CHECKING_PATH}"]) 
    3232 
    33 min_givaro_version=ifelse([$1], ,3.0,$1) 
     33min_givaro_version=ifelse([$1], ,3.2.10,$1) 
    3434 
    3535 
     
    3939BACKUP_LIBS=${LIBS} 
    4040 
    41 if test -n "$GIVARO_HOME_PATH" ; then 
    4241AC_MSG_CHECKING(for GIVARO >= $min_givaro_version) 
    43 fi 
    4442 
    4543for GIVARO_HOME in ${GIVARO_HOME_PATH}