diff options
author | Ameya Palande <ameya.palande@nokia.com> | 2010-03-29 14:52:58 +0300 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2010-03-30 08:59:24 +1100 |
commit | 2208c3067904b56855daa8da1e7d96dc7d351fc6 (patch) | |
tree | 0dfb65756af19a664acc36864d34545a5f9d245f | |
parent | 2a105fa6c139186a408e8d52f95fe00b11b1cc4d (diff) |
kexec-tools: Use the build date for package release
kexec built from git HEAD shows release date as 13th August 2009, which is not
correct. Instead of that use the build date as release date.
Signed-off-by: Ameya Palande <ameya.palande@nokia.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f3994a3..fcf50e4 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_CONFIG_AUX_DIR(./config) AC_CONFIG_HEADERS([include/config.h]) AC_LANG(C) -AC_DEFINE_UNQUOTED(PACKAGE_DATE, "13th August 2009", +AC_DEFINE_UNQUOTED(PACKAGE_DATE, "`date '+%d %B %Y'`", [Define to the release date of this package]) |