From: Hugo Villeneuve Date: Tue, 25 Mar 2014 03:25:04 +0000 (-0400) Subject: Update AC_INIT informations X-Git-Url: http://gitweb.hugovil.com/?p=hvgrip.git;a=commitdiff_plain;h=909461372d9357fe6c9c96dedfd83614a39ed1c3 Update AC_INIT informations --- diff --git a/configure.ac b/configure.ac index 24e5958..c3d80cc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ AC_PREREQ(2.52) -AC_INIT(grip, 3.4.0, [http://sf.net/tracker/?group_id=3714&atid=103714]) +AC_INIT([hvgrip], [3.4.0], [hugo@hugovil.com], [hvgrip], + [http://www.hugovil.com/hvgrip/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(src/main.c)