diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-22 17:08:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-22 17:08:48 +0000 |
commit | 2f5ed6bce04d01d05d469bf37d20b82a76380b87 (patch) | |
tree | 9633c367699404409db69880c41c95e66722c9c1 /configure.in | |
parent | 3f4606a0f100bc531eb30d7698d060d201d8329d (diff) | |
download | gdb-2f5ed6bce04d01d05d469bf37d20b82a76380b87.zip gdb-2f5ed6bce04d01d05d469bf37d20b82a76380b87.tar.gz gdb-2f5ed6bce04d01d05d469bf37d20b82a76380b87.tar.bz2 |
remove duplicate 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 e95af52..c219e36 100644 --- a/configure.in +++ b/configure.in @@ -85,7 +85,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 # 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 prms snavigator gnuserv target-gperf libtool" +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 prms snavigator gnuserv target-gperf" # directories to be built in a cross environment only # |