maint: use AC_PACKAGE_BUGREPORT to avoid duplication
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 21:29:32 +0000 (22:29 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 21:29:32 +0000 (22:29 +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

index 1b8ebb4..775c36d 100644 (file)
@@ -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 <bug-automake@gnu.org>.
+Please report bugs, problems and feedback to <AC_PACKAGE_BUGREPORT>. 
 EOF
 
 AS_EXIT([0])