* configure.in: Remove --enable-shared option. It shouldn't be used for gdb.
authorChristopher Faylor <me+cygwin@cgf.cx>
Tue, 17 Dec 2002 02:52:32 +0000 (02:52 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Tue, 17 Dec 2002 02:52:32 +0000 (02:52 +0000)
* configure: Regenerate.

readline/ChangeLog.gdb
readline/configure
readline/configure.in
readline/support/shobj-conf

index 1a804602a020457c873bc3efd0ed7e75a1bbc2f6..022d139ecc997f87a049d6c7117791295d9c28b3 100644 (file)
@@ -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>
 
        * config/cygwin.cache: Prime mbstate_t.
index d4aed2af5dda94649101a0c3e8a543eb47d80b82..92c76767c906cbd82237bcf094e4f525e0b71249 100755 (executable)
@@ -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"
index 773f79a56b3212b059300ac4ceb0cffa407c4cb4..406e172c3d0d9daa941d31372f7930d3276eb378 100644 (file)
@@ -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 ""
index 6bd7fb120cac0fea75d2d15f44a55b7f29b43515..04e30c9d08978f24c2c6d5a8859d97734ac26ef9 100755 (executable)
@@ -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
This page took 0.031718 seconds and 4 git commands to generate.