diff options
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | kexec/kexec.c | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index e365dd9..ddb5e2b 100644 --- a/configure.ac +++ b/configure.ac @@ -10,9 +10,6 @@ AC_CONFIG_HEADERS([include/config.h]) AC_LANG(C) AC_PROG_CC -AC_DEFINE_UNQUOTED(PACKAGE_DATE, "`date '+%d %B %Y'`", - [Define to the release date of this package]) - dnl -- Compilation platform configuration dnl -- the host specifices the host machine for the kexec binary, the diff --git a/kexec/kexec.c b/kexec/kexec.c index 8ce6885..b9f1816 100644 --- a/kexec/kexec.c +++ b/kexec/kexec.c @@ -897,7 +897,7 @@ static int my_load_jump_back_helper(unsigned long kexec_flags, void *entry) static void version(void) { - printf(PACKAGE_STRING " released " PACKAGE_DATE "\n"); + printf(PACKAGE_STRING "\n"); } void usage(void) |