Changeset 2232 for ThirdParty/SCIP/trunk/configure.ac
- Timestamp:
- Jun 3, 2011 6:11:13 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/SCIP/trunk/configure.ac
r2229 r2232 53 53 54 54 ############################################################################# 55 # Check SCIP version number # 56 ############################################################################# 57 58 AC_MSG_CHECKING([SCIP version]) 59 scipver=`awk '/define SCIP_VERSION/ {print $3}' ${srcdir}/scip/src/scip/def.h` 60 scipsubver=`awk '/define SCIP_SUBVERSION/ {print $3}' ${srcdir}/scip/src/scip/def.h` 61 AC_MSG_RESULT([${scipver}.${scipsubver}]) 62 if test $scipver -lt 200 -o $scipver -ge 210 ; then 63 AC_MSG_ERROR(["Incorrect SCIP version. This build system is made for SCIP 2.0.x"]) 64 fi 65 66 ############################################################################# 55 67 # Check for external libraries # 56 68 ############################################################################# … … 105 117 CFLAGS="$CFLAGS $EXTRAFLAGS" 106 118 CXXFLAGS="$CXXFLAGS $EXTRAFLAGS" 107 119 120 ############################################################################# 121 # Finish up # 122 ############################################################################# 123 108 124 AC_CONFIG_FILES([Makefile coinscip.pc coinscip-uninstalled.pc]) 109 125
Note: See TracChangeset
for help on using the changeset viewer.