From 46f3c7cda5827ea3d8226047bfb4acf161a5f830 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Tue, 1 Oct 1991 03:11:29 +0000 Subject: [PATCH] Trivial cleanup. --- configure | 110 +++++++++----------------------------------------------------- 1 file changed, 15 insertions(+), 95 deletions(-) diff --git a/configure b/configure index de0ab5a..b9c2689 100755 --- a/configure +++ b/configure @@ -1,11 +1,6 @@ #!/bin/sh -# Please do not edit this file. It is generated automatically from -# configure.in and a configure template. -configdirs= - -#!/bin/sh -# Configuration script template +# Configuration script # Copyright (C) 1988, 1990, 1991 Free Software Foundation, Inc. #This file is part of GNU. @@ -63,6 +58,7 @@ srctrigger= target= targets= commontargets= +configdirs= targetsubdir= template= verbose= @@ -331,6 +327,12 @@ for host in ${hosts} ; do #### configure.in per-host parts come in here. +# XXX - FIXME there needs to be a case for hmake-dgux + +case "${host_os}" in +sysv* | irix*) host_makefile_frag=config/hmake-sysv ;; +esac + ## end of per-host part. for target in ${targets} ; do @@ -345,6 +347,8 @@ for host in ${hosts} ; do #### configure.in per-target parts come in here. +# XXX - FIXME there needs to be a case for tmake-a29k + # # Local Variables: # fill-column: 131 @@ -621,7 +625,10 @@ exit 0 # # $Log$ -# Revision 1.40 1991/10/01 02:44:32 rich +# Revision 1.41 1991/10/01 03:11:29 rich +# Trivial cleanup. +# +# Revision 1.40 1991/10/01 02:44:32 rich # * use aliases as directory names. # * put aliases AND parsed triples into Makefiles. # * config.status is a shell script. @@ -648,98 +655,11 @@ exit 0 # Revision 1.22 1991/08/23 03:31:43 rich # Minor polish & config mapping. # -# Revision 1.30 1991/08/22 07:15:51 rich -# Three part names, etc. -# -# Revision 1.29 1991/08/20 04:56:51 rich -# revisiting error messages -# -# Revision 1.28 1991/08/16 19:22:17 rich -# This is the commontargets change and should be considered -# experimental. -# -# Revision 1.27 1991/08/08 01:14:13 rich -# allow +f to stand in for +subdirs -# -# Revision 1.26 1991/08/07 19:21:32 rich -# +forcesubdirs -> +subdirs -# -# Revision 1.25 1991/08/07 07:05:30 rich -# Added make. -# -# Revision 1.24 1991/08/06 19:26:01 rich -# revised option parsing. -# -# Revision 1.23 1991/08/06 19:12:32 rich -# Host-level GNUmakefiles. -# -# Revision 1.22 1991/07/20 01:22:30 rich -# propogate gdb changes and destdir fix -# -# Revision 1.21 1991/07/20 00:55:20 gnu -# Roll in new configure that handles GDB. Make sure that the "configure" -# that is checked-in reflects the latest "configure.in", which includes gdb. -# -# Revision 1.9 1991/07/06 04:35:51 gnu -# Fix bug in configure when iterating targets. -# Depend on alldeps.mak, not ${srcdir}/alldeps.mak, so it can be found -# in either spot. -# -# Revision 1.8 1991/07/05 00:04:58 gnu -# Thu Jul 4 14:47:06 1991 John Gilmore (gnu at cygint.cygnus.com) -# -# * configure.in, Makefile.in: Avoid rebuilding "depend" as much. -# Avoid declaring Makefile dependencies, because GNU Make stupidly -# tries to update it if we do. -# -# * coffread.c: Revise for minor changes to bfd internal coff -# indexes. -# -# * configure: If -template= is given a relative path, make it -# absolute before recurring in subdirectories. -# -# Revision 1.7 1991/07/04 15:59:46 gnu -# Make gdb work with configure. Only thing that doesn't work is the -list -# option (as far as I know). -# -# Revision 1.6 1991/06/04 07:28:16 gnu -# Change GDB over to GNU General Public License version 2. -# -# Revision 1.5 1991/05/19 07:26:54 rich -# configure changes and -opcode.h movement. -# -# Revision 1.4 1991/05/19 00:16:45 rich -# Configure for gdb. -# -# Revision 1.10 1991/05/04 00:58:38 rich -# Fix program name bug. -# -# Revision 1.9 1991/05/03 19:14:18 rich -# Changed getopt to libiberty, commented out an aborted attempt at host -# level Makefiles because it caused errors on +rm, add a warning for -# directories expected to be removed on +rm but that don't exist. -# -# Revision 1.8 1991/04/24 16:50:59 rich -# Three staging checkpoint. -# -# Revision 1.7 1991/04/17 01:34:47 rich -# Added getopt for binutils, fixed problem with host dependancies in -# configure.template. -# -# Revision 1.6 1991/04/16 00:18:44 rich -# Now handles multiple hosts and targets. -# -# Revision 1.5 1991/04/15 23:43:44 rich -# Now handles multiple hosts and targets. -# -# Revision 1.4 1991/04/13 02:11:03 rich -# Config cut 3. We now almost install a29k. # # Revision 1.3 1991/04/11 02:41:54 rich # Cut 2 config. Subdirs. # # -# # # Local Variables: @@ -747,4 +667,4 @@ exit 0 # End: # -# end of configure.template +# end of configure -- 2.7.4