|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
template/conf monetdb-template-config.in, , 1.3, 1.4Update of /cvsroot/monetdb/template/conf
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11117/template/conf Modified Files: monetdb-template-config.in Log Message: Preparing for a new way how Mtest.py learns about the conditionals that are set by configure of the individual packages: Added "--conds" switch to the monetdb*-config scripts to have these echo the conditionals as set by their configure. U monetdb-template-config.in Index: monetdb-template-config.in =================================================================== RCS file: /cvsroot/monetdb/template/conf/monetdb-template-config.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- monetdb-template-config.in 11 Jan 2008 10:52:57 -0000 1.3 +++ monetdb-template-config.in 24 Jul 2008 21:45:37 -0000 1.4 @@ -39,6 +39,7 @@ --source print ${pkg} source directory --modpath4 print default ${pkg} module path (for M4) --modpath5 print default ${pkg} module path (for M5) + --conds conditionals as set by configure --help display this help and exit Install directories ${pkg} was configured to @@ -85,6 +86,34 @@ usage 0 ;; + --conds) + echo BITS32=@BITS32_FALSE@ + echo BITS64=@BITS64_FALSE@ + echo DOCTOOLS=@DOCTOOLS_FALSE@ + echo HAVE_BUILDTOOLS=@HAVE_BUILDTOOLS_FALSE@ + echo HAVE_EXTRA_MK=@HAVE_EXTRA_MK_FALSE@ + echo HAVE_MONETDB4=@HAVE_MONETDB4_FALSE@ + echo HAVE_MONETDB5=@HAVE_MONETDB5_FALSE@ + echo HAVE_MONETDB=@HAVE_MONETDB_FALSE@ + echo HAVE_PCRE=@HAVE_PCRE_FALSE@ + echo HAVE_PERL_DEVEL=@HAVE_PERL_DEVEL_FALSE@ + echo HAVE_PERL=@HAVE_PERL_FALSE@ + echo HAVE_PERL_SWIG=@HAVE_PERL_SWIG_FALSE@ + echo HAVE_PHP=@HAVE_PHP_FALSE@ + echo HAVE_PYTHON_DEVEL=@HAVE_PYTHON_DEVEL_FALSE@ + echo HAVE_PYTHON=@HAVE_PYTHON_FALSE@ + echo HAVE_PYTHON_SWIG=@HAVE_PYTHON_SWIG_FALSE@ + echo HAVE_RUBY_DEVEL=@HAVE_RUBY_DEVEL_FALSE@ + echo HAVE_RUBY=@HAVE_RUBY_FALSE@ + echo HAVE_RUBY_SWIG=@HAVE_RUBY_SWIG_FALSE@ + echo HAVE_SWIG=@HAVE_SWIG_FALSE@ + echo LINK_STATIC=@LINK_STATIC_FALSE@ + echo NATIVE_WIN32=@NATIVE_WIN32_FALSE@ + echo NEED_MX=@NEED_MX_FALSE@ + echo NOT_WIN32=@NOT_WIN32_FALSE@ + echo PROFILING=@PROFILING_FALSE@ + ;; + *) usage 1 >&2 ;; ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Monetdb-templ-chkins mailing list Monetdb-templ-chkins@... https://lists.sourceforge.net/lists/listinfo/monetdb-templ-chkins |
| Free Forum Powered by Nabble | Forum Help |