ac_default_prefix=/usr/local
# Any additions from configure.in:
ac_help="$ac_help
- 64-bit-bfd 64-bit support (on hosts with narrower word sizes)"
+ --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)"
ac_help="$ac_help
- targets alternative target configurations besides the primary"
+ --enable-targets alternative target configurations"
# Initialize some variables set by options.
# The variables have the same names as the options, with
AC_INIT(libbfd.c)
AC_ARG_ENABLE(64-bit-bfd,
-[ 64-bit-bfd 64-bit support (on hosts with narrower word sizes)],
+[ --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)],
[case "{$enableval}" in
yes) want64=true ;;
no) want64=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for 64-bit-bfd option) ;;
esac],[want64=false])dnl
AC_ARG_ENABLE(targets,
-[ targets alternative target configurations besides the primary],
+[ --enable-targets alternative target configurations],
[case "${enableval}" in
yes | "") AC_ERROR(enable-targets option must specify target names or 'all')
;;