From bd5e8e391edea5d8f28e8813d657244a0c256891 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 30 Oct 2012 16:40:37 +0100 Subject: [PATCH] configure: Don't output the build date in the summary. This was broken anyway and is not used in any other place. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index d84ab3a..613595b 100644 --- a/configure.ac +++ b/configure.ac @@ -259,7 +259,6 @@ AC_MSG_RESULT() AC_MSG_RESULT([Configuration summary:]) AC_MSG_RESULT() AC_MSG_RESULT([ package version: $PACKAGE_VERSION]) -AC_MSG_RESULT([ build date: `date --utc '+%F %T'` (UTC)]) AC_MSG_RESULT() AC_MSG_RESULT([ Tools:]) AC_MSG_RESULT([ AsciiDoc (a2x): . . . . . . $have_a2x]) -- 2.30.2