changeset 2532:f8e3162f2b2c

trim AC_INIT email addr autogen was warning about extra characters in the AC_INIT: $ CFLAGS="-g" ./autogen.sh --prefix=/home/john/vips configure.in:3: warning: AC_INIT: not a literal: Andrew L Janke <a.janke@gmail.com> trim the email address to just the address to fix
author John Cupitt <jcupitt@gmail.com>
date Mon, 01 Aug 2011 09:57:04 +0100
parents e5a91a896b9a
children 25ecac1ab0e4
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([minc],[2.1.01],[Andrew L Janke <a.janke@gmail.com>])
+AC_INIT([minc],[2.1.01],[a.janke@gmail.com])
 
 AC_CONFIG_SRCDIR([libsrc2/minc2.h])
 AC_CONFIG_AUX_DIR(ac_config_aux)