diff options
author | Thomas White <taw@physics.org> | 2010-03-16 14:01:27 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-16 14:01:27 +0100 |
commit | 4955cf7f602bf300a348a1342dad6840020483c3 (patch) | |
tree | d65b4558903fa40806d19f4f85b9420266893f97 /configure | |
parent | dc77ca88c801412bc7976e9830e09dd8bd9c2fed (diff) |
Enable automake silent rules by default
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -690,6 +690,8 @@ am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM +AM_BACKSLASH +AM_DEFAULT_VERBOSITY target_alias host_alias build_alias @@ -730,6 +732,7 @@ SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking +enable_silent_rules enable_dependency_tracking with_hdf5 with_gsl @@ -1372,6 +1375,8 @@ Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: `make V=1') + --disable-silent-rules verbose build output (undo: `make V=0') --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --enable-opencl Enable the use of OpenCL @@ -1842,6 +1847,18 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in +yes) AM_DEFAULT_VERBOSITY=0;; +no) AM_DEFAULT_VERBOSITY=1;; +*) AM_DEFAULT_VERBOSITY=0;; +esac +AM_BACKSLASH='\' + VERSION=0.1.0 ac_config_headers="$ac_config_headers config.h" |