[telegnome] Modernise AC_INIT/AM_INIT_AUTOMAKE invocation
- From: Colin Watson <cjwatson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [telegnome] Modernise AC_INIT/AM_INIT_AUTOMAKE invocation
- Date: Sun, 31 Jan 2016 02:13:28 +0000 (UTC)
commit 501c377bf3828779e62144e6d3d0ac0c494d3494
Author: Colin Watson <cjwatson debian org>
Date: Sun Jan 31 02:10:10 2016 +0000
Modernise AC_INIT/AM_INIT_AUTOMAKE invocation
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7e532e8..1e13f1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-AC_INIT
+AC_INIT([TeleGNOME], [0.2.1], [cjwatson debian org], [telegnome])
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_MACRO_DIR([m4])
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(telegnome, 0.2.1)
+AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]