]> Untitled Git - hvgrip.git/commitdiff
Update AC_INIT informations
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 25 Mar 2014 03:25:04 +0000 (23:25 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 26 Mar 2014 22:53:53 +0000 (18:53 -0400)
configure.ac

index 24e59580a2df8cf50c8673c9f5547e7afcb2b4e9..c3d80cc2c0d387c54f5c12f4d7f9f9f36bd8d1e0 100644 (file)
@@ -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)