* configure.in: Remove --enable-shared option. It shouldn't be used for gdb.
* configure: Regenerate.
This commit is contained in:
parent
afd2f162ac
commit
d7d4a3d1ea
@ -1,3 +1,9 @@
|
|||||||
|
2002-12-16 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Remove --enable-shared option. It shouldn't be used
|
||||||
|
for gdb.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2002-12-16 Christopher Faylor <cgf@redhat.com>
|
2002-12-16 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* config/cygwin.cache: Prime mbstate_t.
|
* config/cygwin.cache: Prime mbstate_t.
|
||||||
|
8
readline/configure
vendored
8
readline/configure
vendored
@ -672,7 +672,6 @@ if test -n "$ac_init_help"; then
|
|||||||
Optional Features:
|
Optional Features:
|
||||||
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
||||||
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
||||||
--enable-shared build shared libraries [default=YES]
|
|
||||||
--enable-static build static libraries [default=YES]
|
--enable-static build static libraries [default=YES]
|
||||||
|
|
||||||
Optional Packages:
|
Optional Packages:
|
||||||
@ -1072,13 +1071,8 @@ if test "$opt_curses" = "yes"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
opt_static_libs=yes
|
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.
|
# Check whether --enable-static or --disable-static was given.
|
||||||
if test "${enable_static+set}" = set; then
|
if test "${enable_static+set}" = set; then
|
||||||
enableval="$enable_static"
|
enableval="$enable_static"
|
||||||
|
@ -32,9 +32,8 @@ fi
|
|||||||
|
|
||||||
dnl option parsing for optional features
|
dnl option parsing for optional features
|
||||||
opt_static_libs=yes
|
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)
|
AC_ARG_ENABLE(static, AC_HELP_STRING([--enable-static], [build static libraries [[default=YES]]]), opt_static_libs=$enableval)
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh -x
|
||||||
#
|
#
|
||||||
# shobj-conf -- output a series of variable assignments to be substituted
|
# shobj-conf -- output a series of variable assignments to be substituted
|
||||||
# into a Makefile by configure which specify system-dependent
|
# into a Makefile by configure which specify system-dependent
|
||||||
|
Loading…
Reference in New Issue
Block a user