File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ misc-clean:
156156 rm -f aclocal.m4 config.log confcache
157157 rm -rf autom4te.cache
158158 rm -f build/make/Makefile build/make/Makefile-auto
159+ rm -f build/platform/meson/sage-configure-native-file.ini
159160 rm -rf src/lib
160161
161162bdist-clean : clean
Original file line number Diff line number Diff line change @@ -48,20 +48,19 @@ AC_DEFUN([AX_BOOST_BASE],
4848AC_ARG_WITH ( [ boost] ,
4949 [ AS_HELP_STRING ( [ --with-boost@<:@ =ARG@:>@ ] ,
5050 [ use Boost library from a standard location (ARG=yes),
51- from the specified location (ARG=<path>),
52- or disable it (ARG=no)
51+ or from the specified location (ARG=<path>),
5352 @<:@ ARG=yes@:>@ ] ) ] ,
5453 [
5554 AS_CASE ( [ $withval] ,
56- [ no] ,[ want_boost="no";_AX_BOOST_BASE_boost_path=""] ,
5755 [ yes] ,[ want_boost="yes";_AX_BOOST_BASE_boost_path=""] ,
56+ [ no] ,[ AC_MSG_ERROR ( [ Boost is a prerequisite and cannot be turned off] ) ] ,
5857 [ want_boost="yes";_AX_BOOST_BASE_boost_path="$withval"] )
5958 ] ,
6059 [ want_boost="yes"] )
6160
6261
6362AC_ARG_WITH ( [ boost-libdir] ,
64- [ AS_HELP_STRING ( [ --with-boost-libdir=LIB_DIR] ,
63+ [ AS_HELP_STRING ( [ --with-boost-libdir=LIB_DIR (unmaintained, do not use!) ] ,
6564 [ Force given directory for boost libraries.
6665 Note that this will override library path detection,
6766 so use this parameter only if default library detection fails
You can’t perform that action at this time.
0 commit comments