17 lines
1.3 KiB
Plaintext
17 lines
1.3 KiB
Plaintext
--- configure.in.orig Wed Jun 23 00:44:40 1999
|
|
+++ configure.in Sat Aug 21 00:22:09 1999
|
|
@@ -50,8 +50,12 @@
|
|
# 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 bzip2 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 zip"
|
|
+host_tools="byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 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 zip"
|
|
|
|
+
|
|
+if [ "${enable_subdir_texinfo}" != "no" ] ; then
|
|
+ host_tools="texinfo ${host_tools}"
|
|
+fi
|
|
|
|
# these libraries are built for the target environment, and are built after
|
|
# the host libraries and the host tools (which may be a cross compiler)
|