diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2010-06-01 18:07:26 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2010-06-01 18:07:26 -0700 |
commit | 1badda02acc4d67409c29447ba20c51d2849bd9e (patch) | |
tree | 22a5ae9b32f4f8fc78f4cd274b184d1c31817628 | |
parent | 45ff82b3d099e39e435f829413923abbcfacfd58 (diff) |
build: use date format string instead of -R for portability
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 29a84cb621..19d1931721 100644 --- a/configure.ac +++ b/configure.ac @@ -293,7 +293,7 @@ dnl AX_BOOST_TEST_EXEC_MONITOR dnl AX_BOOST_UNIT_TEST_FRAMEWORK dnl AX_BOOST_WSERIALIZATION -BUILD_DATE=`date -R -u` +BUILD_DATE=`date -u +"%a, %d %b %Y %R:%S"` AC_SUBST(BUILD_DATE) dnl SYSCONFDIR substitution |