configure.ac: Change homepage and bug report address. liboping-1.7.0
authorFlorian Forster <ff@octo.it>
Thu, 25 Sep 2014 19:29:11 +0000 (12:29 -0700)
committerFlorian Forster <ff@octo.it>
Thu, 25 Sep 2014 19:29:11 +0000 (12:29 -0700)
configure.ac

index ac067e9..078c898 100644 (file)
@@ -1,7 +1,11 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.65])
-AC_INIT([liboping],[1.7.0],[ff@octo.it],,[http://github.com/octo/liboping/])
+AC_INIT([liboping],
+       [1.7.0],
+       [liboping@verplant.org],
+       [],
+       [http://octo.it/liboping/])
 AC_CONFIG_SRCDIR([src/liboping.c])
 AC_CONFIG_HEADERS([src/config.h])
 AC_CONFIG_MACRO_DIR([m4])