diff options
author | Brendan Kehoe <brendan@cygnus> | 1998-04-19 20:01:35 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1998-04-19 20:01:35 +0000 |
commit | 5412dcebb205caa67dda4070b340b97fb9669c6c (patch) | |
tree | 0afc9937d82f4c4ff0a6349d139e07ceb3056e6e /configure.in | |
parent | 9d3a718ca942307aaf028dfeee3feb583c5f2bbe (diff) | |
download | gdb-5412dcebb205caa67dda4070b340b97fb9669c6c.zip gdb-5412dcebb205caa67dda4070b340b97fb9669c6c.tar.gz gdb-5412dcebb205caa67dda4070b340b97fb9669c6c.tar.bz2 |
* configure.in (host_tools): Fix typo, lbtool -> libtool.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 722b6c7..c8f62a8 100644 --- a/configure.in +++ b/configure.in @@ -53,7 +53,7 @@ fi # these tools are built for the host environment # Note, the powerpc-eabi build depends on sim occurring before gdb in order to # know that we are building the simulator. -host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash m4 autoconf automake lbtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext" +host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext" # start-sanitize-ide host_tools="${host_tools} ilu vmake jstools" # end-sanitize-ide |