• Home
  • Raw
  • Download

Lines Matching +full:user +full:- +full:config

18 AC_ARG_ENABLE(test,   --enable-test             tests current settings rather than defining new one…
28 Be patient - this could take some time...
31 configuration - you will need to test the results carefully
57 AC_ARG_ENABLE(extension,[--enable-extension=<ext>],
75 if test -f /bin/sed ; then
78 if test -f /usr/bin/sed ; then
89 AC_HELP_STRING([--with-boost=DIR],[path to the boost main tree]),
91 #echo "--with boost is set"
96 if test -f "$boost_base/boost/config.hpp"; then
97 if test -f "$boost_base/libs/config/configure"; then :; else
99 #echo "$boost_base/libs/config/configure" not found
102 #echo "$boost_base/boost/config.hpp" not found
114 if test -f "$boost_base/boost/config.hpp"; then
115 if test -f "$boost_base/libs/config/configure"; then :; else
127 Specify its location by the --with-boost option.])
144 CXXFLAGS="-I$boost_base -I$boost_base/libs/config/test $CXXFLAGS"
146 CXXFLAGS="-I$boost_base -I$boost_base/libs/config/test $CXXFLAGS -DBOOST_NO_CONFIG"
149 # add the -AA conformance option to CXXFLAGS for HP aCC only
151 CXXFLAGS="-AA $CXXFLAGS"
164 for file in $boost_base/libs/config/test/boost_no*.ipp; do
167 macroname=`cat $file | grep '^//[[ ]]*MACRO:' | $SED 's/.*MACRO:[[ ]]*\([[_A-Z0-9]]*\).*/\1/'`
185 #include <boost/config.hpp>
208 #include <boost/config.hpp>
232 for file in $boost_base/libs/config/test/boost_has*.ipp; do
235 macroname=`cat $file | grep '^//[[ ]]*MACRO:' | $SED 's/.*MACRO:[[ ]]*\([[_A-Z0-9]]*\).*/\1/'`
249 #include <boost/config.hpp>
269 #include <boost/config.hpp>
296 #include <boost/config.hpp>
348 cat > user.hpp << EOF
351 // This file may be customised by the end user, but not by boost.
355 // configuration policy, this version was auto-generated by
364 // define this to disable all config options,
365 // excluding the user config. Use if your
393 echo '#define '"$name" >> user.hpp
396 cat_conts=`cat user.hpp`
402 rm -f conftest$ac_exeext
403 $CXX -I$boost_base $OLD_CXXFLAGS -DBOOST_NO_USER_CONFIG -o conftest$ac_exeext $LDFLAGS $boost_base/…
407 rm -f conftest$ac_exeext
408 $CXX -I$boost_base -I$boost_base/libs/config $OLD_CXXFLAGS -DBOOST_USER_CONFIG='"user.hpp"' -o conf…
415 cat > user.hpp << EEEOF
421 user.hpp. Copy this to boost/config/user.hpp to use "as is",