add maintainer e-mail to AC_INIT

This way `./configure --help` and PACKAGE_BUGREPORT get the right values.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
libnfs-4.0.0-vitalif
Mike Frysinger 2011-09-18 11:35:39 +10:00 committed by Ronnie Sahlberg
parent 22e73f32dd
commit 5a1f145434
1 changed files with 1 additions and 1 deletions

View File

@ -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