[Pkg-wmaker-commits] [wmlongrun] 06/11: wmlongrun: Modernize AM_INIT_AUTOMAKE call.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Dec 24 14:11:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmlongrun.

commit 3347688cf057a94d2ae426a615c65f9f309478ac
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Fri Dec 23 18:28:19 2016 -0500

    wmlongrun: Modernize AM_INIT_AUTOMAKE call.
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index ce483a8..3e43a40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(src/main.c)
-
-AM_INIT_AUTOMAKE(wmlongrun, 0.3.0pre1)
+AC_INIT([wmlongrun], [0.3.0pre1], [wmaker-dev at lists.windowmaker.org])
+AC_CONFIG_SRCDIR([src/main.c])
+AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
 
 dnl Checks for programs.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmlongrun.git



More information about the Pkg-wmaker-commits mailing list