* Makefile.in (ALL_MODULES): Include all-apache.
authorTom Tromey <tromey@redhat.com>
Mon, 15 Apr 1996 21:14:30 +0000 (21:14 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 15 Apr 1996 21:14:30 +0000 (21:14 +0000)
(CROSS_CHECK_MODULES): Include check-apache.
(INSTALL_MODULES): Include install-apache.
(all-apache): New target.

* configure.in: Added apache everywhere perl is seen.

ChangeLog
Makefile.in
configure.in

index 3f0ea67d725a0488116840c38109889fc8d12437..7c830e23b8023727cda1c267417ef38ac75eecb8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
+
+       * Makefile.in (ALL_MODULES): Include all-apache.
+       (CROSS_CHECK_MODULES): Include check-apache.
+       (INSTALL_MODULES): Include install-apache.
+       (all-apache): New target.
+
+       * configure.in: Added apache everywhere perl is seen.
+
 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * Makefile.in: Add support for clean-{module} and
index 597682f1db2f66621f2e61e249a88f8d13c49ec5..dda19c40bc32039281cbba2a380b04cbccc1e7d1 100644 (file)
@@ -410,6 +410,7 @@ GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS)
 # This is a list of the targets for all of the modules which are compiled
 # using $(FLAGS_TO_PASS).
 ALL_MODULES = \
+       all-apache \
        all-autoconf \
        all-bfd \
        all-binutils \
@@ -470,6 +471,7 @@ NATIVE_CHECK_MODULES = \
        check-flex
 
 CROSS_CHECK_MODULES = \
+       check-apache \
        check-autoconf \
        check-bfd \
        check-binutils \
@@ -517,6 +519,7 @@ CHECK_MODULES=$(NATIVE_CHECK_MODULES) $(CROSS_CHECK_MODULES)
 # This is a list of the install targets for all of the modules which are
 # compiled using $(FLAGS_TO_PASS).
 INSTALL_MODULES = \
+       install-apache \
        install-autoconf \
        install-bfd \
        install-binutils \
@@ -1220,6 +1223,7 @@ install-dosrel-fake:
 
 
 # This is a list of inter-dependencies among modules.
+all-apache:
 all-autoconf: all-m4
 all-bfd:
 all-binutils: all-libiberty all-opcodes all-bfd all-flex all-byacc
index dec42cfa9b93ab15014973376dedaf3678c91c10..01ff0dd40c19891db0cf0500723066ebbc88f7a5 100644 (file)
@@ -36,7 +36,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
            prms send-pr gprof gdbtest tgas etc expect dejagnu sim
             m4 autoconf ispell grep diff rcs cvs fileutils shellutils
            textutils wdiff find emacs emacs19 uudecode hello tar gzip indent
-           recode release sed utils guile perl"
+           recode release sed utils guile perl apache"
 
 
 # these libraries are built for the target environment, and are built after
@@ -66,7 +66,7 @@ target_tools="target-examples target-groff"
 #
 native_only="autoconf cvs emacs emacs19 fileutils find grep gzip hello
             indent ispell m4 rcs recode sed shellutils tar textutils gash
-            uudecode wdiff gprof target-groff guile perl"
+            uudecode wdiff gprof target-groff guile perl apache"
 
 # directories to be built in a cross environment only
 #
@@ -347,16 +347,16 @@ noconfigdirs=""
 
 case "${host}" in
   i[345]86-*-vsta)
-    noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl"
+    noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache"
     ;;
   i[345]86-*-go32)
-    noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl"
+    noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache"
        ;;
   *-*-cygwin32)
-     noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl"
+     noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache"
     ;;
   ppc*-*-pe)
-     noconfigdirs="patch diff  make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl"
+     noconfigdirs="patch diff  make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache"
     ;;
 esac
 
This page took 0.032758 seconds and 4 git commands to generate.