repositories
/
deb_libnfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22e73f3
)
add maintainer e-mail to AC_INIT
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 18 Sep 2011 01:35:39 +0000
(11:35 +1000)
committer
Ronnie Sahlberg
<ronniesahlberg@gmail.com>
Mon, 19 Sep 2011 10:08:07 +0000
(20:08 +1000)
This way `./configure --help` and PACKAGE_BUGREPORT get the right values.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 1b21947fcd9ab8266bdc9b1914ca36dab854d24f..b1f289a118d95bc5bae28f01d9e2be987bfb4a1b 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,5
+1,5
@@
AC_PREREQ(2.50)
-AC_INIT([libnfs], [1.0.0])
+AC_INIT([libnfs], [1.0.0]
, [ronniesahlberg@gmail.com]
)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign])
AC_CANONICAL_HOST