From 0cbc3a4da2ddb6e4f30f60d2bc7f405d31aa554a Mon Sep 17 00:00:00 2001 From: "Zephaniah E. Hull" Date: Mon, 4 Jun 2007 02:03:44 -0400 Subject: Print the build time as well as the date if we can. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 350245eae..1f9455646 100644 --- a/configure.ac +++ b/configure.ac @@ -1948,6 +1948,8 @@ AM_CONDITIONAL(SUN_KBD_MODE, [test x$KBD_MODE_TYPE = xsun]) BUILD_DATE="$(date +'%Y%m%d')" AC_SUBST([BUILD_DATE]) +BUILD_TIME="$(date +'%H%M%S')" +AC_SUBST([BUILD_TIME]) DIX_CFLAGS="-DHAVE_DIX_CONFIG_H $XSERVER_CFLAGS" -- cgit v1.2.3