summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-01-03 23:53:40 +0000
committerRoland McGrath <roland@gnu.org>1994-01-03 23:53:40 +0000
commit1bd4c4ada91c17f82837ec77458a928dd1703560 (patch)
tree5d2b02dafb4eae6f38cf03cc9a0dc7c827bdae10 /configure.in
parent4eecd28f67cb2bf4abe0c4910514ae5d1232d3aa (diff)
Formerly ../configure.in.~41~
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 159b74a81c..97ebb97ed6 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ changequote(,)dnl
dnl You can ignore the following line if you are reading this sentence.
# DO NOT EDIT! This script is generated from configure.in; edit that instead.
-# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
+# Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -286,7 +286,7 @@ sysnames=
for b in $base ''; do
for v in /$vendor ''; do
for o in /$ostry ''; do
- for m in /$mach ''; do
+ for m in $mach ''; do
if [ -d $sysdep_dir$b$v$o$m ]; then
sysnames="$sysnames $b$v$o$m"
[ "$o" -o "$b" ] && os_used=t