Changeset 2972 for trunk/linbox/configure.in
- Timestamp:
- 06/14/08 20:43:31 (6 months ago)
- Location:
- trunk/linbox
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
configure.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/linbox
- Property svn:ignore
-
old new 24 24 linbox-config.h.in 25 25 INSTALL 26 _configs.sed
-
- Property svn:ignore
-
trunk/linbox/configure.in
r2961 r2972 123 123 124 124 LB_CHECK_NTL 125 LB_CHECK_GIVARO 125 LB_CHECK_GIVARO(,,[ 126 echo '*******************************************************************************' 127 echo ' ERROR: GIVARO not found!' 128 echo 129 echo ' GIVARO version 3.2.10 or greater is required for this library to compile. Please' 130 echo ' make sure GIVARO is installed and specify its location with the option' 131 echo ' --with-givaro=<prefix> when running configure.' 132 echo '*******************************************************************************' 133 exit 1 134 exit 1 135 ]) 126 136 LB_CHECK_SACLIB 127 137 LB_CHECK_LIDIA … … 156 166 examples/fields/Makefile 157 167 examples/Readme-make 158 gmp++/Makefile159 168 doc/Makefile 160 169 linbox/Makefile … … 171 180 linbox/switch/Makefile 172 181 linbox/util/Makefile 173 linbox/util/gmp++/Makefile174 182 linbox/util/formats/Makefile 175 183 linbox/vector/Makefile
