From 3b369e6bbe0fb6d7359398935706c87dd9375cb6 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 16 Feb 2012 22:29:32 +0100 Subject: [PATCH] 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.47.2