diff options
author | Guillem Jover <guillem@debian.org> | 2016-03-05 02:35:27 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-04-01 00:58:14 +0200 |
commit | c12278e352c68e72c114ac67c23985a744cb59b1 (patch) | |
tree | cec19b25a9cd2487eb585e0013889e40d780dcaf /m4 | |
parent | a7f0f2c6e0551f16142b249ccd6f6f1485256dd9 (diff) | |
download | dpkg-c12278e352c68e72c114ac67c23985a744cb59b1.tar.gz |
build: Add a configuration summary to configure output
Remove the notices printed inbetween the checks as this is now printed
as part of the summary.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/dpkg-build.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/dpkg-build.m4 b/m4/dpkg-build.m4 index 1d2e94445..4584392a0 100644 --- a/m4/dpkg-build.m4 +++ b/m4/dpkg-build.m4 @@ -58,7 +58,6 @@ AC_DEFUN([DPKG_WITH_DIR], [ [$1="$with_$1"]) ) AC_SUBST([$1]) - AC_MSG_NOTICE([using directory $1 = '$$1']) ])# DPKG_WITH_DIR # DPKG_DEB_COMPRESSOR(COMP) @@ -75,7 +74,6 @@ AC_DEFUN([DPKG_DEB_COMPRESSOR], [ AC_DEFINE_UNQUOTED([DPKG_DEB_DEFAULT_COMPRESSOR], [COMPRESSOR_TYPE_]AS_TR_CPP(${with_dpkg_deb_compressor}), [default dpkg-deb build compressor]) - AC_MSG_NOTICE([using default dpkg-deb compressor = $with_dpkg_deb_compressor]) ]) # DPKG_DEB_COMPRESSOR # DPKG_DIST_CHECK(COND, ERROR) |