projects
/
liboping.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2e3792
)
configure.ac: Change homepage and bug report address.
liboping-1.7.0
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
ac067e9
..
078c898
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,7
+1,11
@@
# 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])