From: Christopher Faylor Date: Tue, 17 Dec 2002 02:52:32 +0000 (+0000) Subject: * configure.in: Remove --enable-shared option. It shouldn't be used for gdb. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7d4a3d1eadd58d5144564d8f597222e4959bd1c;p=binutils-gdb.git * configure.in: Remove --enable-shared option. It shouldn't be used for gdb. * configure: Regenerate. --- diff --git a/readline/ChangeLog.gdb b/readline/ChangeLog.gdb index 1a804602a02..022d139ecc9 100644 --- a/readline/ChangeLog.gdb +++ b/readline/ChangeLog.gdb @@ -1,3 +1,9 @@ +2002-12-16 Christopher Faylor + + * configure.in: Remove --enable-shared option. It shouldn't be used + for gdb. + * configure: Regenerate. + 2002-12-16 Christopher Faylor * config/cygwin.cache: Prime mbstate_t. diff --git a/readline/configure b/readline/configure index d4aed2af5dd..92c76767c90 100755 --- a/readline/configure +++ b/readline/configure @@ -672,7 +672,6 @@ if test -n "$ac_init_help"; then Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --enable-shared build shared libraries [default=YES] --enable-static build static libraries [default=YES] Optional Packages: @@ -1072,13 +1071,8 @@ if test "$opt_curses" = "yes"; then fi opt_static_libs=yes -opt_shared_libs=yes +opt_shared_libs=no -# Check whether --enable-shared or --disable-shared was given. -if test "${enable_shared+set}" = set; then - enableval="$enable_shared" - opt_shared_libs=$enableval -fi; # Check whether --enable-static or --disable-static was given. if test "${enable_static+set}" = set; then enableval="$enable_static" diff --git a/readline/configure.in b/readline/configure.in index 773f79a56b3..406e172c3d0 100644 --- a/readline/configure.in +++ b/readline/configure.in @@ -32,9 +32,8 @@ fi dnl option parsing for optional features opt_static_libs=yes -opt_shared_libs=yes +opt_shared_libs=no -AC_ARG_ENABLE(shared, AC_HELP_STRING([--enable-shared], [build shared libraries [[default=YES]]]), opt_shared_libs=$enableval) AC_ARG_ENABLE(static, AC_HELP_STRING([--enable-static], [build static libraries [[default=YES]]]), opt_static_libs=$enableval) echo "" diff --git a/readline/support/shobj-conf b/readline/support/shobj-conf index 6bd7fb120ca..04e30c9d089 100755 --- a/readline/support/shobj-conf +++ b/readline/support/shobj-conf @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/sh -x # # shobj-conf -- output a series of variable assignments to be substituted # into a Makefile by configure which specify system-dependent