diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-08-02 20:53:43 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-08-02 20:53:43 +0000 |
commit | 11066fb9374d80a1564d9bbcc93ccc2402fb1f97 (patch) | |
tree | 7528c780c73092010964d8a367388b479a3dbe84 /autoconf | |
parent | 6445ecbdb9caea8269ecb62e8dce13fe25238247 (diff) | |
download | external_llvm-11066fb9374d80a1564d9bbcc93ccc2402fb1f97.zip external_llvm-11066fb9374d80a1564d9bbcc93ccc2402fb1f97.tar.gz external_llvm-11066fb9374d80a1564d9bbcc93ccc2402fb1f97.tar.bz2 |
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
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 559d0bc..8a0d73b 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.]) |