Update author's email address

This commit is contained in:
Svend Sorensen
2013-08-16 12:47:00 -07:00
parent ac28bb8cd8
commit 40c98fdee9
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# configure.ac - process with autoconf to create configure script
AC_INIT(cuetools,1.4.0-dev,sorensen@users.berlios.de)
AC_INIT(cuetools,1.4.0-dev,svend@ciffer.net)
# getting conflicting errors about config.h.in
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION)