From 7ce11fa924df1acb8f8f156e78d6949bb21dfe73 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 31 Jan 2014 15:05:21 -0800 Subject: * configure: remove stray debugging printf from the GNU Make check. This was introduced in May 2012. --- ChangeLog | 5 +++++ configure | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 704e7899..c9389f6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-01-31 Kaz Kylheku + + * configure: remove stray debugging printf from the + GNU Make check. This was introduced in May 2012. + 2014-01-30 Kaz Kylheku * genvim.txr: Support floating-point constants. diff --git a/configure b/configure index 638c698d..ae4ac1b1 100755 --- a/configure +++ b/configure @@ -418,7 +418,6 @@ if [ -z "$make" ] ; then for make in make gmake ; do output=$($make --version 2> /dev/null) || true set -- $output - printf "\$@=<$1> <$2> <$3>\n" if [ $1 != "GNU" -o $2 != "Make" ] ; then continue -- cgit v1.2.3