summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e2e3792)
raw | patch | inline | side by side (parent: e2e3792)
author | Florian Forster <ff@octo.it> | |
Thu, 25 Sep 2014 19:29:11 +0000 (12:29 -0700) | ||
committer | Florian Forster <ff@octo.it> | |
Thu, 25 Sep 2014 19:29:11 +0000 (12:29 -0700) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index ac067e99c20267858c4df09712a6b8bd858a8999..078c898d5db0098c1925044813d6b4aa2f331e66 100644 (file)
--- a/configure.ac
+++ b/configure.ac
# 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])