Steve's version_path stuff bites the dust.
authorJim Wilson <wilson@tuliptree.org>
Tue, 28 Jan 1992 00:38:04 +0000 (00:38 +0000)
committerJim Wilson <wilson@tuliptree.org>
Tue, 28 Jan 1992 00:38:04 +0000 (00:38 +0000)
configure

index b06cf25a98586d74fcf004484994eae37861fc5c..a56c48484c5d7223bbb39d82449ba6aa29676e0c 100755 (executable)
--- a/configure
+++ b/configure
@@ -88,10 +88,6 @@ verbose=
 version="$Revision$"
 x11=default
 
-# or maybe grab from gcc/version.c
-version_path=
-next_version_path=
-
 NO_EDIT="This file was generated automatically by configure.  Do not edit."
 
 ## this is a little touchy and won't always work, but...
@@ -125,7 +121,6 @@ do
 #      elif [ -n "${next_namesubdir}" ] ; then \
 #              namesubdir=${arg} ; namesubdiroption="--namesubdir=${namesubdir}" ; next_namesubdir=
 #      elif [ -n "${next_objdir}" ] ; then objdir=${arg} ; objdiroption="--objdir=${objdir}" ; next_objdir=
-       elif [ -n "${next_version_path}" ] ; then version_path=${arg} ; next_version_path=
        elif [ -n "${next_site}" ] ; then site=${arg} ; next_site=
        elif [ -n "${next_srcdir}" ] ; then srcdir=${arg} ; next_srcdir=                
        elif [ -n "${next_target}" ] ; then
@@ -273,10 +268,6 @@ do
        fi
 done
 
-if [ -n "${verbose}" ] ; then
-       echo $0 $*
-fi
-
 # process host and target
 if [ -z "${fatal}" ] ; then
 #      # Complain if an arg is missing
@@ -601,7 +592,7 @@ for host in ${hosts} ; do
                        echo "host_cpu = ${host_cpu}" >> ${Makefile}
                        echo "host_vendor = ${host_vendor}" >> ${Makefile}
                        echo "host_os = ${host_os}" >> ${Makefile}
-                       echo "version_path = ${version_path}" >> ${Makefile}
+
                        echo "target_alias = ${target_alias}" >> ${Makefile}
                        echo "target_cpu = ${target_cpu}" >> ${Makefile}
                        echo "target_vendor = ${target_vendor}" >> ${Makefile}
This page took 0.030772 seconds and 4 git commands to generate.