* Makefile.in, configure.in: Add libtool as a native only directory
authorIan Lance Taylor <ian@airs.com>
Mon, 13 Apr 1998 19:38:02 +0000 (19:38 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 13 Apr 1998 19:38:02 +0000 (19:38 +0000)
  to configure and build.

ChangeLog
Makefile.in
configure.in

index 8e4a79936be98f9609c218d7a761a3aa8ea44e56..2f8b5be0cad9a51d9b439135365989c5b24e144d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in, configure.in: Add libtool as a native only directory
+       to configure and build.
+
 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
 
        * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
index 258130bb5c929ba547a24d0e291e5323ed6b606a..f3a841aa86611d8b34db10dd0469e2a00e42c719 100644 (file)
@@ -525,6 +525,7 @@ ALL_MODULES = \
        all-libide \
        all-libidetcl \
        $(end-sanitize-ide) \
+       all-libtool \
        all-m4 \
        all-make \
        all-mmalloc \
@@ -606,6 +607,7 @@ CROSS_CHECK_MODULES = \
        check-libide \
        check-libidetcl \
        $(end-sanitize-ide) \
+       check-libtool \
        check-m4 \
        check-make \
        check-mmcheckoc \
@@ -691,6 +693,7 @@ INSTALL_MODULES = \
        install-libide \
        install-libidetcl \
        $(end-sanitize-ide) \
+       install-libtool \
        install-m4 \
        install-make \
        install-mmalloc \
@@ -855,6 +858,7 @@ CLEAN_MODULES = \
        clean-libide \
        clean-libidetcl \
        $(end-sanitize-ide) \
+       clean-libtool \
        clean-m4 \
        clean-make \
        clean-mmalloc \
@@ -1541,6 +1545,7 @@ configure-target-librx: $(ALL_GCC) configure-target-newlib
 all-target-librx: configure-target-librx
 configure-target-libstdc++: $(ALL_GCC)
 all-target-libstdc++: configure-target-libstdc++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio
+all-libtool:
 all-m4: all-libiberty
 all-make: all-libiberty
 all-mmalloc:
index 9975971021e354c5e2d430b4155b93bfaaa059c4..b6d499e9243d82846dded76ec7e430233a53a2a6 100644 (file)
@@ -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 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 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"
 # start-sanitize-ide
 host_tools="${host_tools} ilu vmake jstools"
 # end-sanitize-ide
@@ -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 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 libtool"
 
 # directories to be built in a cross environment only
 #
This page took 0.033404 seconds and 4 git commands to generate.