From 11066fb9374d80a1564d9bbcc93ccc2402fb1f97 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Tue, 2 Aug 2011 20:53:43 +0000 Subject: Update the default bug report url in autoconf. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136721 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 559d0bc010..8a0d73b7de 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -942,8 +942,8 @@ fi dnl Specify the URL where bug reports should be submitted. AC_ARG_WITH(bug-report-url, AS_HELP_STRING([--with-bug-report-url], - [Specify the URL where bug reports should be submitted (default=http://llvm.org)]),, - withval="http://llvm.org") + [Specify the URL where bug reports should be submitted (default=http://llvm.org/bugs/)]),, + withval="http://llvm.org/bugs/") AC_DEFINE_UNQUOTED(BUG_REPORT_URL,"$withval", [Bug report URL.]) -- cgit v1.2.3