Code

add bug email and project url to configure.ac AC_INIT
authorBarak A. Pearlmutter <barak+git@cs.nuim.ie>
Thu, 22 May 2014 22:12:12 +0000 (23:12 +0100)
committerBarak A. Pearlmutter <barak+git@cs.nuim.ie>
Thu, 22 May 2014 22:15:16 +0000 (23:15 +0100)
configure.ac

index de0a8b0cb2fe5a85882071df399008bd6681d7f3..ba73a31a1c5fad63a69c555400a63dfcf27309e1 100644 (file)
@@ -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])