Sha256: 2b53619b368e988e880f75857cc778a732e6a576f4a1822f36bf8a2d31cf4e43
Contents?: true
Size: 730 Bytes
Versions: 1
Compression:
Stored size: 730 Bytes
Contents
dnl dnl Author: dnl Grégoire Dooms dnl dnl Copyright: dnl Université catholique de Louvain, 2005 dnl dnl Large parts taken from the gecode configure.ac AC_REVISION([$Revision$]) AC_PREREQ(2.53) AC_INIT(CPMAP, 0.1, sz@info.ucl.ac.be) AC_CONFIG_SRCDIR(map.hh) dnl the names of the generated dlls AC_SUBST(MAP, "map") AC_ARG_WITH(boost-include, [ --with-boost-include=DIR Specify where to find the boost include files (default=/usr/include)], boost_include=$withval, boost_include=/usr/include) AC_SUBST(BOOST_DIR,"$boost_include") ../../config.status --file Makefile.in:Makefile.in.in AC_CONFIG_COMMANDS([Makefile.in]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gecoder-with-gecode-0.7.1 | ext/gecode-1.3.1/contribs/map/configure.ac |