[Ltrace-devel] [PATCH 1/6] Fix configure e-mail address

Zachary T Welch zwelch at codesourcery.com
Tue Dec 7 07:20:58 UTC 2010


AC_INIT expects a simple e-mail address without a name; otherwise,
the following error will be produced several times during bootstrap:

  configure.ac:5: warning: AC_INIT: not a literal:
    ltrace-devel <ltrace-devel at lists.alioth.debian.org>

Signed-off-by: Zachary T Welch <zwelch at codesourcery.com>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 417a88e..1b70c46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
 
-AC_INIT([ltrace],[0.6.0],[ltrace-devel <ltrace-devel at lists.alioth.debian.org>])
+AC_INIT([ltrace],[0.6.0],[ltrace-devel at lists.alioth.debian.org])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR(libltrace.c)
 #AC_CONFIG_MACRO_DIR([config/m4])
-- 
1.7.2.2




More information about the Ltrace-devel mailing list