aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-09-10 21:36:45 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-09-10 21:36:45 +0000
commitd0b01a5d97ed2b5b734bc9a891f9ff8aab4b504f (patch)
tree71638c954b6bc65148589cb69a2ac9ad4b630b67 /configure.in
parent1f36241228137891ca3ae3aeae067990259610cc (diff)
downloadgdb-d0b01a5d97ed2b5b734bc9a891f9ff8aab4b504f.zip
gdb-d0b01a5d97ed2b5b734bc9a891f9ff8aab4b504f.tar.gz
gdb-d0b01a5d97ed2b5b734bc9a891f9ff8aab4b504f.tar.bz2
add support for gash
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 3547e70..344c79a 100644
--- a/configure.in
+++ b/configure.in
@@ -24,7 +24,7 @@
# these libraries are used by various programs built for the host environment
#
-host_libs="mmalloc libiberty opcodes bfd readline glob tcl tk tclX"
+host_libs="mmalloc libiberty opcodes bfd readline glob gash tcl tk tclX"
# these tools are built for the host environment
#
@@ -64,7 +64,7 @@ target_tools="groff"
# directories to be built in the native environment only
#
native_only="autoconf cvs emacs fileutils find grep groff gzip hello indent
- ispell m4 rcs recode sed shellutils tar textutils tk uudecode wdiff
+ ispell m4 rcs recode sed shellutils tar textutils gash tk uudecode wdiff
gprof"
# directories to be built in a cross environment only
@@ -120,7 +120,7 @@ case ${with_x} in
yes | "") # the default value for this tree is that X11 is available
;;
no)
- configdirs=`echo ${configdirs} | sed -e 's/tk//'`
+ configdirs=`echo ${configdirs} | sed -e 's/tk//;/gash//'`
;;
*)
echo "*** bad value \"${with_x}\" for -with-x flag; ignored" 1>&2