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 | d7d4a3d1eadd58d5144564d8f597222e4959bd1c (patch) | |
tree | 8753aed66328077f4d0089098b3c13584cee8542 /readline/support | |
parent | afd2f162acb81f46c588f7fa47b393bdfd9b6cbb (diff) | |
download | gdb-d7d4a3d1eadd58d5144564d8f597222e4959bd1c.zip gdb-d7d4a3d1eadd58d5144564d8f597222e4959bd1c.tar.gz gdb-d7d4a3d1eadd58d5144564d8f597222e4959bd1c.tar.bz2 |
* 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 6bd7fb1..04e30c9 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 |