From: Sebastian Harl Date: Tue, 30 Oct 2012 15:40:37 +0000 (+0100) Subject: configure: Don't output the build date in the summary. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bd5e8e391edea5d8f28e8813d657244a0c256891;p=postrr.git configure: Don't output the build date in the summary. This was broken anyway and is not used in any other place. --- 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])