projects
/
liboping.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7387822
)
add bug email and project url to configure.ac AC_INIT
author
Barak A. Pearlmutter
<barak+git@cs.nuim.ie>
Thu, 22 May 2014 22:12:12 +0000
(23:12 +0100)
committer
Barak A. Pearlmutter
<barak+git@cs.nuim.ie>
Thu, 22 May 2014 22:15:16 +0000
(23:15 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
de0a8b0
..
ba73a31
100644
(file)
--- 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])