diff options
author | Tom Tromey <tromey@redhat.com> | 1997-04-21 20:00:42 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1997-04-21 20:00:42 +0000 |
commit | ba26181f82a9ae92b4e24225313dce9efadb79cb (patch) | |
tree | 451b05ba8c347ffc2a9d300c702b22c4e75fa132 /configure.in | |
parent | a21dd1e0904c94bd651f431f02e32b6769d84b2c (diff) | |
download | ppe42-binutils-ba26181f82a9ae92b4e24225313dce9efadb79cb.tar.gz ppe42-binutils-ba26181f82a9ae92b4e24225313dce9efadb79cb.zip |
* configure.in: Added gnuserv everywhere sn appears.
* Makefile.in (ALL_MODULES): Added all-gnuserv.
(CROSS_CHECK_MODULES): Added check-gnuserv.
(INSTALL_MODULES): Added install-gnuserv.
(CLEAN_MODULES): Added clean-gnuserv.
(all-gnuserv): New target.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/configure.in b/configure.in index e9b1276baa..4ffbad666a 100644 --- a/configure.in +++ b/configure.in @@ -80,7 +80,7 @@ target_tools="target-examples target-groff" # # This must be a single line because of the way it is searched by grep in # the code below. -native_only="autoconf cvs emacs emacs19 fileutils find gawk grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time bash prms sn" +native_only="autoconf cvs emacs emacs19 fileutils find gawk grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time bash prms sn gnuserv" # directories to be built in a cross environment only # @@ -371,13 +371,13 @@ noconfigdirs="" case "${host}" in i[3456]86-*-vsta) - noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl db sn libide vmake" + noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl db sn gnuserv libide vmake" ;; i[3456]86-*-go32) - noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl db sn libide vmake" + noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl db sn gnuserv libide vmake" ;; *-*-cygwin32) - noconfigdirs="expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet itcl db sn libide vmake" + noconfigdirs="expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet itcl db sn gnuserv libide vmake" ;; *-*-windows*) # This is only used to build WinGDB... @@ -385,7 +385,7 @@ case "${host}" in target_configdirs= ;; ppc*-*-pe) - noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet itcl db sn libidea vmake" + noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet itcl db sn gnuserv libide vmake" ;; esac @@ -429,7 +429,7 @@ case "${target}" in ;; # start-sanitize-d30v d30v-*-*) - noconfigdirs="$noconfigdirs tcl tk expect gcc gdb newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss itcl db sn target-libiberty target-newlib target-examples libide vmake" + noconfigdirs="$noconfigdirs tcl tk expect gcc gdb newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss itcl db sn gnuserv target-libiberty target-newlib target-examples libide vmake" ;; # end-sanitize-d30v h8300*-*-* | \ @@ -457,7 +457,7 @@ case "${target}" in ;; *-*-cygwin32) target_configdirs="$target_configdirs target-winsup" - noconfigdirs="$noconfigdirs expect target-libgloss itcl db sn libide vmake" + noconfigdirs="$noconfigdirs expect target-libgloss itcl db sn gnuserv libide vmake" # always build newlib. skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` @@ -507,13 +507,13 @@ case "${target}" in ;; powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe) target_configdirs="$target_configdirs target-winsup" - noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl db sn libide vmake" + noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl db sn gnuserv libide vmake" # always build newlib. skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'` ;; # This is temporary until we can link against shared libraries powerpcle-*-solaris*) - noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl db sn libide vmake" + noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl db sn gnuserv libide vmake" ;; rs6000-*-lynxos*) # The CVS server code doesn't work on the RS/6000 @@ -610,7 +610,7 @@ esac # If we are building a Canadian Cross, discard tools that can not be built # using a cross compiler. FIXME: These tools should be fixed. if [ "${build}" != "${host}" ]; then - noconfigdirs="$noconfigdirs expect dejagnu itcl db sn libide vmake" + noconfigdirs="$noconfigdirs expect dejagnu itcl db sn gnuserv libide vmake" fi # Make sure we don't let GNU ld be added if we didn't want it. |