[notify-sharp] Modernized automake initialization
- From: Mirco M. M. Bauer <mmmbauer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [notify-sharp] Modernized automake initialization
- Date: Thu, 18 Dec 2014 11:15:50 +0000 (UTC)
commit c7bfd73185868e1c119ace06cb314c478479d154
Author: Mirco Bauer <meebey meebey net>
Date: Thu Dec 18 12:14:49 2014 +0100
Modernized automake initialization
configure.ac | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 13ae72e..8198c9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,15 +1,16 @@
-AC_INIT(src/Global.cs)
+AC_INIT([notify-sharp], [3.0.1])
+AC_CONFIG_SRCDIR([src/Global.cs])
AC_CANONICAL_SYSTEM
AC_PREREQ(2.13)
API_VERSION=3.0
-VERSION=$API_VERSION.1
+VERSION=$PACKAGE_VERSION
AC_SUBST(API_VERSION)
AC_SUBST(VERSION)
-AM_INIT_AUTOMAKE(notify-sharp, $VERSION)
+AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]