aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2007-03-23 02:51:30 +0000
committerJoseph Myers <joseph@codesourcery.com>2007-03-23 02:51:30 +0000
commita1ac8190312a85c3726a7cfbdd938462cec9907b (patch)
treeee5ecc26575e81cba5ba6b873d98b8a90710397c /bfd/configure.in
parent706d7558b796c76f264e79f6081653c713f6b7a2 (diff)
downloadgdb-a1ac8190312a85c3726a7cfbdd938462cec9907b.zip
gdb-a1ac8190312a85c3726a7cfbdd938462cec9907b.tar.gz
gdb-a1ac8190312a85c3726a7cfbdd938462cec9907b.tar.bz2
bfd:
* configure.in: Use ACX_PKGVERSION and ACX_BUGURL. * configure: Regenerate. config: * acx.m4 (ACX_PKGVERSION, ACX_BUGURL): Define.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r--bfd/configure.in33
1 files changed, 2 insertions, 31 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index bb7065b..4524c62 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -63,37 +63,8 @@ if test $use_secureplt = true; then
[Define if we should default to creating read-only plt entries])
fi
-# Package version. For an official FSF release, it is empty.
-AC_ARG_WITH(pkgversion,
- AS_HELP_STRING([--with-pkgversion=PKG],
- [Add PKG to the version string]),
- [case "$withval" in
- yes) AC_MSG_ERROR([package version not specified]) ;;
- no) PKGVERSION= ;;
- *) PKGVERSION="($withval) " ;;
- esac],
- PKGVERSION="(GNU Binutils) "
-)
-AC_SUBST(PKGVERSION)
-
-# The location to which bugs should be reported.
-AC_ARG_WITH(bugurl,
- AS_HELP_STRING([--with-bugurl=URL],
- [Direct users to URL to report a bug]),
- [case "$withval" in
- yes) AC_MSG_ERROR([bug URL not specified]) ;;
- no) REPORT_BUGS_TO="";
- REPORT_BUGS_TEXI=""
- ;;
- *) REPORT_BUGS_TO="<$withval>"
- REPORT_BUGS_TEXI="@uref{`echo $withval | sed 's/@/@@/g'`}"
- ;;
- esac],
- REPORT_BUGS_TO="<http://www.sourceware.org/bugzilla/>"
- REPORT_BUGS_TEXI="@uref{http://www.sourceware.org/bugzilla/}"
-)
-AC_SUBST(REPORT_BUGS_TO)
-AC_SUBST(REPORT_BUGS_TEXI)
+ACX_PKGVERSION([GNU Binutils])
+ACX_BUGURL([http://www.sourceware.org/bugzilla/])
AM_BINUTILS_WARNINGS