aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>1992-01-28 00:38:04 +0000
committerJim Wilson <wilson@tuliptree.org>1992-01-28 00:38:04 +0000
commit1395529c9d1453977ee5e2f808467466d6ecd9c1 (patch)
tree030e625b934d33251ff2a5033c1ff0e938192990 /configure
parent1aa560b2eaa7afbd52a2900b40a2f835198ca6b8 (diff)
downloadfsf-binutils-gdb-1395529c9d1453977ee5e2f808467466d6ecd9c1.zip
fsf-binutils-gdb-1395529c9d1453977ee5e2f808467466d6ecd9c1.tar.gz
fsf-binutils-gdb-1395529c9d1453977ee5e2f808467466d6ecd9c1.tar.bz2
Steve's version_path stuff bites the dust.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 1 insertions, 10 deletions
diff --git a/configure b/configure
index b06cf25..a56c484 100755
--- 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}