[notification-daemon] configure.ac: remove unused version information
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [notification-daemon] configure.ac: remove unused version information
- Date: Thu, 30 Oct 2014 01:37:22 +0000 (UTC)
commit ce4e2a6930a2cc8b128ea669472f6bb5aafbc514
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Thu Oct 30 03:29:15 2014 +0200
configure.ac: remove unused version information
configure.ac | 28 ----------------------------
1 files changed, 0 insertions(+), 28 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index dfdc6ef..4f7072c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,34 +11,6 @@ AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_MACRO_DIR([macros])
dnl ################################################################
-dnl # Version information
-dnl ################################################################
-NOTIFICATION_DAEMON_MAJOR_VERSION=0
-NOTIFICATION_DAEMON_MINOR_VERSION=7
-NOTIFICATION_DAEMON_MICRO_VERSION=6
-NOTIFICATION_DAEMON_DEVEL_VERSION=0
-
-NOTIFICATION_DAEMON_VERSION=$NOTIFICATION_DAEMON_MAJOR_VERSION.$NOTIFICATION_DAEMON_MINOR_VERSION.$NOTIFICATION_DAEMON_MICRO_VERSION
-
-if test "x$NOTIFICATION_DAEMON_DEVEL_VERSION" != "x0"; then
- if test "x$NOTIFICATION_DAEMON_MICRO_VERSION" = "x0"; then
- NOTIFICATION_DAEMON_MICRO_VERSION=$NOTIFICATION_DAEMON_DEVEL_VERSION
-
NOTIFICATION_DAEMON_VERSION=$NOTIFICATION_DAEMON_MAJOR_VERSION.$NOTIFICATION_DAEMON_MINOR_VERSION.$NOTIFICATION_DAEMON_DEVEL_VERSION
- else
- NOTIFICATION_DAEMON_VERSION=$NOTIFICATION_DAEMON_VERSION.$NOTIFICATION_DAEMON_DEVEL_VERSION
- fi
-fi
-
-AC_DEFINE_UNQUOTED(NOTIFICATION_DAEMON_MAJOR_VERSION, $NOTIFICATION_DAEMON_MAJOR_VERSION,
- [notification-daemon major version.])
-AC_DEFINE_UNQUOTED(NOTIFICATION_DAEMON_MINOR_VERSION, $NOTIFICATION_DAEMON_MINOR_VERSION,
- [notification-daemon minor version.])
-AC_DEFINE_UNQUOTED(NOTIFICATION_DAEMON_MICRO_VERSION, $NOTIFICATION_DAEMON_MICRO_VERSION,
- [notification-daemon micro version.])
-AC_DEFINE_UNQUOTED(NOTIFICATION_DAEMON_VERSION, "$NOTIFICATION_DAEMON_VERSION",
- [notification-daemon version.])
-
-dnl ################################################################
dnl # Initialize automake
dnl ################################################################
AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-bzip2])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]