summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-07-15 00:37:26 +0000
committerChad Rosier <mcrosier@apple.com>2011-07-15 00:37:26 +0000
commit445d39b0b73ce46879c7ce49141962ce1d8607ad (patch)
tree89a2132e51bb54129705a33f28e43fece758641c /llvm
parent001c4f3ff02ca06dddbce13ca44ca36e6046bf81 (diff)
downloadbcm5719-llvm-445d39b0b73ce46879c7ce49141962ce1d8607ad.tar.gz
bcm5719-llvm-445d39b0b73ce46879c7ce49141962ce1d8607ad.zip
Add new configure option, --with-bug-report-url, which allows users/vendors to
specify where bug reports should be submitted. Part of rdar://9575623 llvm-svn: 135233
Diffstat (limited to 'llvm')
-rw-r--r--llvm/autoconf/configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 18890f6e1fe..3c3ddaa6661 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -939,6 +939,14 @@ if test "x$WITH_BINUTILS_INCDIR" != xdefault ; then
fi
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")
+AC_DEFINE_UNQUOTED(BUG_REPORT_URL,"$withval",
+ [Bug report URL.])
+
dnl --enable-libffi : check whether the user wants to turn off libffi:
AC_ARG_ENABLE(libffi,AS_HELP_STRING(
--enable-libffi,[Check for the presence of libffi (default is NO)]),
OpenPOWER on IntegriCloud