From: Stefano Lattarini Date: Thu, 16 Feb 2012 21:29:32 +0000 (+0100) Subject: maint: use AC_PACKAGE_BUGREPORT to avoid duplication X-Git-Tag: v1.11b~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b369e6bbe0fb6d7359398935706c87dd9375cb6;p=thirdparty%2Fautomake.git maint: use AC_PACKAGE_BUGREPORT to avoid duplication * 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. --- diff --git a/configure.ac b/configure.ac index 1b8ebb423..775c36d51 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 . +Please report bugs, problems and feedback to . EOF AS_EXIT([0])