summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorZephaniah E. Hull <warp@agamemnon.b5>2007-06-04 02:03:44 -0400
committerZephaniah E. Hull <warp@agamemnon.b5>2007-06-04 02:03:44 -0400
commit0cbc3a4da2ddb6e4f30f60d2bc7f405d31aa554a (patch)
treeedabcbbeb789e65c821c2fca33156cbf705c84e6 /configure.ac
parent9a7aaeb3f6ff79af60fde91cd0575a54ba0b9587 (diff)
Print the build time as well as the date if we can.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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"