diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2002-12-17 02:52:32 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2002-12-17 02:52:32 +0000 |
commit | 1809460e45c24a51bcbac82243cad09117cd43c5 (patch) | |
tree | eddef12a233e9598ddf2e4284768f70ca30d0b67 /readline/support | |
parent | 163cd3d90623ccc3205cec13a7fae8085045363f (diff) | |
download | gdb-1809460e45c24a51bcbac82243cad09117cd43c5.tar.gz |
* configure.in: Remove --enable-shared option. It shouldn't be used for gdb.
* configure: Regenerate.
Diffstat (limited to 'readline/support')
-rwxr-xr-x | readline/support/shobj-conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |