diff options
author | K. Richard Pixley <rich@cygnus> | 1991-06-09 20:40:00 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-06-09 20:40:00 +0000 |
commit | e47a757114ae7f306616a81f325aba4b6a3a1160 (patch) | |
tree | 241689be717dc7160f580d3b866740fe0751cc5e /configure | |
parent | 7cffe88a922e2ee6abb4d2c2bc9dfab9cea1400d (diff) | |
download | gdb-e47a757114ae7f306616a81f325aba4b6a3a1160.zip gdb-e47a757114ae7f306616a81f325aba4b6a3a1160.tar.gz gdb-e47a757114ae7f306616a81f325aba4b6a3a1160.tar.bz2 |
Added +clib option.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -50,7 +50,9 @@ symbolic_link='ln -s' progname=$0 # clear some things potentially inherited from environment. + ansi= +clib= defaulttargets= destdir= fatal= @@ -71,6 +73,9 @@ do -ansi | +ansi) ansi=true ;; + -clib | +c*) + clib=clib + ;; -destdir=* | +destdir=* | +destdi=* | +destd=* | +dest=* | +des=* | +de=* | +d=*) destdir=`echo ${arg} | sed 's/[+-]d[a-z]*=//'` ;; @@ -181,7 +186,7 @@ fi # script appropriate for this directory. For more information, check # any existing configure script. -configdirs="libiberty bfd binutils ld gas readline gcc gnulib" +configdirs="libiberty bfd binutils ld gas readline gcc gnulib ${clib}" srctrigger=README.configure srcname="gnu development package" @@ -597,7 +602,10 @@ exit 0 # # $Log$ -# Revision 1.16 1991/05/27 21:04:21 rich +# Revision 1.17 1991/06/09 20:39:58 rich +# Added +clib option. +# +# Revision 1.16 1991/05/27 21:04:21 rich # Removed clib for now. # # Revision 1.15 1991/05/27 20:54:24 rich |