projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a554a0
)
autoconf
author
Bruce Momjian
Tue, 21 Dec 1999 16:56:42 +0000
(16:56 +0000)
committer
Bruce Momjian
Tue, 21 Dec 1999 16:56:42 +0000
(16:56 +0000)
src/configure
patch
|
blob
|
blame
|
history
diff --git
a/src/configure
b/src/configure
index 15cfa8d9b16034589e72666411dc6538728da1c7..c67d0fcbee037a05383a3779fca0beee9e672500 100755
(executable)
--- a/
src/configure
+++ b/
src/configure
@@
-701,7
+701,7
@@
else
# lowercase $host
-host="`echo $host | tr '
A-Z' 'a-z
'`"
+host="`echo $host | tr '
[A-Z]' '[a-z]
'`"
# First, try for a template exactly matching $host
if test -f "template/$host"
@@
-729,7
+729,7
@@
else
then TEMPLATE="$GUESS"
else
# Last chance ... maybe uname -s will match an entry.
- TEMPLATE=`uname -s | tr
A-Z a-z
`
+ TEMPLATE=`uname -s | tr
'[A-Z]' '[a-z]'
`
fi
fi
fi