diff options
author | Zephaniah E. Hull <warp@agamemnon.b5> | 2007-06-04 02:03:44 -0400 |
---|---|---|
committer | Zephaniah E. Hull <warp@agamemnon.b5> | 2007-06-04 02:03:44 -0400 |
commit | 0cbc3a4da2ddb6e4f30f60d2bc7f405d31aa554a (patch) | |
tree | edabcbbeb789e65c821c2fca33156cbf705c84e6 /configure.ac | |
parent | 9a7aaeb3f6ff79af60fde91cd0575a54ba0b9587 (diff) |
Print the build time as well as the date if we can.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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" |