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 <[email protected]>

Signed-off-by: Zachary T Welch <[email protected]>
---
 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 <[email protected]>])
+AC_INIT([ltrace],[0.6.0],[[email protected]])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR(libltrace.c)
 #AC_CONFIG_MACRO_DIR([config/m4])
-- 
1.7.2.2


_______________________________________________
Ltrace-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/ltrace-devel

Reply via email to