configure.in: Eliminate references to gash.

* configure.in: Eliminate references to gash.
* Makefile.in: Eliminate references to gash.

From-SVN: r52924
This commit is contained in:
Nathanael Nerode 2002-04-30 02:42:51 +00:00 committed by DJ Delorie
parent 57e0b4a8f5
commit 4bb98828a0
3 changed files with 6 additions and 8 deletions

View File

@ -1,5 +1,8 @@
2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org> 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
* configure.in: Eliminate references to gash.
* Makefile.in: Eliminate references to gash.
* configure.in: remove useless references to 'pic' makefile fragments. * configure.in: remove useless references to 'pic' makefile fragments.
* configure.in: (*-*-windows*) Finish removing. * configure.in: (*-*-windows*) Finish removing.

View File

@ -743,7 +743,6 @@ ALL_X11_MODULES = \
all-emacs19 \ all-emacs19 \
all-gdb \ all-gdb \
all-expect \ all-expect \
all-gash \
all-guile \ all-guile \
all-tclX \ all-tclX \
all-tk \ all-tk \
@ -757,7 +756,6 @@ CHECK_X11_MODULES = \
check-gdb \ check-gdb \
check-guile \ check-guile \
check-expect \ check-expect \
check-gash \
check-tclX \ check-tclX \
check-tk \ check-tk \
check-tix check-tix
@ -770,7 +768,6 @@ INSTALL_X11_MODULES = \
install-gdb \ install-gdb \
install-guile \ install-guile \
install-expect \ install-expect \
install-gash \
install-tclX \ install-tclX \
install-tk \ install-tk \
install-tk8.1 \ install-tk8.1 \
@ -953,7 +950,6 @@ CLEAN_X11_MODULES = \
clean-emacs19 \ clean-emacs19 \
clean-gdb \ clean-gdb \
clean-expect \ clean-expect \
clean-gash \
clean-guile \ clean-guile \
clean-tclX \ clean-tclX \
clean-tk \ clean-tk \
@ -1733,7 +1729,6 @@ all-findutils:
all-find: all-find:
all-flex: all-libiberty all-bison all-byacc all-flex: all-libiberty all-bison all-byacc
all-gas: all-libiberty all-opcodes all-bfd all-intl all-gas: all-libiberty all-opcodes all-bfd all-intl
all-gash: all-tcl
all-gawk: all-gawk:
all-gcc: all-bison all-byacc all-binutils all-gas all-ld all-zlib all-gcc: all-bison all-byacc all-binutils all-gas all-ld all-zlib
all-bootstrap: all-libiberty all-texinfo all-bison all-byacc all-binutils all-gas all-ld all-zlib all-bootstrap: all-libiberty all-texinfo all-bison all-byacc all-binutils all-gas all-ld all-zlib

View File

@ -42,7 +42,7 @@
# these libraries are used by various programs built for the host environment # these libraries are used by various programs built for the host environment
# #
host_libs="intl mmalloc libiberty opcodes bfd readline gash db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui zlib" host_libs="intl mmalloc libiberty opcodes bfd readline db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui zlib"
libstdcxx_version="target-libstdc++-v3" libstdcxx_version="target-libstdc++-v3"
# Don't use libstdc++-v3's flags to configure/build itself. # Don't use libstdc++-v3's flags to configure/build itself.
@ -93,7 +93,7 @@ target_tools="target-examples target-groff target-gperf"
# #
# This must be a single line because of the way it is searched by grep in # This must be a single line because of the way it is searched by grep in
# the code below. # the code below.
native_only="autoconf automake libtool cvssrc emacs emacs19 fileutils find gawk gettext grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time ash bash bzip2 prms snavigator gnuserv target-gperf" native_only="autoconf automake libtool cvssrc emacs emacs19 fileutils find gawk gettext grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils uudecode wdiff gprof target-groff guile perl apache inet time ash bash bzip2 prms snavigator gnuserv target-gperf"
# directories to be built in a cross environment only # directories to be built in a cross environment only
# #
@ -414,7 +414,7 @@ case ${with_x} in
yes | "") # the default value for this tree is that X11 is available yes | "") # the default value for this tree is that X11 is available
;; ;;
no) no)
skipdirs="${skipdirs} tk libgui gash" skipdirs="${skipdirs} tk libgui"
;; ;;
*) *)
echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2 echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2