[PATCH] kexec-tools: Use the build date for package release

Ameya Palande ameya.palande at nokia.com
Mon Mar 29 07:52:58 EDT 2010


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 at nokia.com>
---
 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])
 
 
-- 
1.6.3.3




More information about the kexec mailing list