From: Barak A. Pearlmutter Date: Thu, 22 May 2014 22:12:12 +0000 (+0100) Subject: add bug email and project url to configure.ac AC_INIT X-Git-Tag: liboping-1.7.0~3^2~2 X-Git-Url: https://git.tokkee.org/?p=liboping.git;a=commitdiff_plain;h=d4172e1e04799fc8039e35a6c07ab3236c9c71c3 add bug email and project url to configure.ac AC_INIT --- 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])