Code

configure.ac: Change homepage and bug report address.
[liboping.git] / configure.ac
index ac067e99c20267858c4df09712a6b8bd858a8999..078c898d5db0098c1925044813d6b4aa2f331e66 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])