Update the default bug report url in autoconf.
authorChad Rosier <mcrosier@apple.com>
Tue, 2 Aug 2011 20:53:43 +0000 (20:53 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 2 Aug 2011 20:53:43 +0000 (20:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136721 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac

index 559d0bc0103822e58f8d1fc74e62ae2947467636..8a0d73b7de6414617500e1013613b02bd9dd3a1d 100644 (file)
@@ -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.])