[gftp/autotools: 7/12] configure.ac: Use modern AC_INIT/AM_INIT_AUTOMAKE notation



commit 0fe03faf42e4fb1d97469ac8a12e4244fe8c969b
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Sep 30 00:25:49 2013 +0100

    configure.ac: Use modern AC_INIT/AM_INIT_AUTOMAKE notation

 configure.ac |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c5c4ca9..e3cb8be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,15 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT
+AC_INIT([gFTP],
+        [2.0.19],
+        [https://bugzilla.gnome.org/enter_bug.cgi?product=gftp],
+        [gftp],
+        [http://gftp.seul.org/])
+
 AC_CONFIG_SRCDIR([lib/gftp.h])
 AC_CONFIG_HEADERS([config.h])
 
-AM_INIT_AUTOMAKE(gftp,2.0.19)
+AM_INIT_AUTOMAKE([-Wall tar-ustar no-dist-gzip dist-xz])
 
 AC_USE_SYSTEM_EXTENSIONS
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]