From d4172e1e04799fc8039e35a6c07ab3236c9c71c3 Mon Sep 17 00:00:00 2001 From: "Barak A. Pearlmutter" Date: Thu, 22 May 2014 23:12:12 +0100 Subject: [PATCH] add bug email and project url to configure.ac AC_INIT --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index de0a8b0..ba73a31 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([liboping],[1.6.2]) +AC_INIT([liboping],[1.6.2],[ff@octo.it],,[http://github.com/octo/liboping/]) AC_CONFIG_SRCDIR([src/liboping.c]) AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_MACRO_DIR([m4]) -- 2.11.0