automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {master} maint: use AC_PACKAGE_BUGREPORT to avoid duplication


From: Stefano Lattarini
Subject: [FYI] {master} maint: use AC_PACKAGE_BUGREPORT to avoid duplication
Date: Thu, 16 Feb 2012 22:30:12 +0100

* configure.ac: In the message reporting whether the user is about
to build an alpha or beta version, use the autoconf-provided
AC_PACKAGE_BUGREPORT macro instead of duplicating the bur reporting
address.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1b8ebb4..775c36d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -370,7 +370,7 @@ WARNING: You are about to use a $am_release_type of 
automake.
 WARNING: It might easily suffer from new bugs or regressions.
 WARNING: You are strongly advised not to use it in production code.
 
-Please report bugs, problems and feedback to <address@hidden>.
+Please report bugs, problems and feedback to <AC_PACKAGE_BUGREPORT>. 
 EOF
 
 AS_EXIT([0])
-- 
1.7.9




reply via email to

[Prev in Thread] Current Thread [Next in Thread]