diff options
author | Brad Smith <brad@comstyle.com> | 2009-02-17 01:50:08 +0000 |
---|---|---|
committer | Brad Smith <brad@comstyle.com> | 2009-02-17 01:50:08 +0000 |
commit | 95f649cffc96afac9ba33372e6376443987b1a91 (patch) | |
tree | 797036f056cc8a6ba95cd6f171f213cb6643f86f | |
parent | e554df7addfea632ef9ae4be09049f459710bbe6 (diff) | |
download | xine-lib-95f649cffc96afac9ba33372e6376443987b1a91.tar.gz xine-lib-95f649cffc96afac9ba33372e6376443987b1a91.tar.bz2 |
Fix XINE_BUILD_DATE in the autoconf script.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 55450c780..c822e17a0 100644 --- a/configure.ac +++ b/configure.ac @@ -2504,7 +2504,7 @@ dnl --------------------------------------------- XINE_BUILD_CC="`$CC -v 2>&1 | tail -1 2>/dev/null`" XINE_BUILD_OS="`uname -s -r -m`" -XINE_BUILD_DATE="`date \"+%a %d %b %Y %T\"`" +XINE_BUILD_DATE="`date "+%a %d %b %Y %T"`" AC_SUBST(XINE_BUILD_CC) AC_SUBST(XINE_BUILD_OS) AC_SUBST(XINE_BUILD_DATE) |