projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c385f7
)
tr cleanup
author
Bruce Momjian
<bruce@momjian.us>
Mon, 20 Dec 1999 14:41:55 +0000
(14:41 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 20 Dec 1999 14:41:55 +0000
(14:41 +0000)
src/configure.in
patch
|
blob
|
history
diff --git
a/src/configure.in
b/src/configure.in
index 94a1242167a4c943f313f43f0f12b458be9c9aa8..3e6e5fb8c13f452533bc5bb3262788bb88b723a7 100644
(file)
--- a/
src/configure.in
+++ b/
src/configure.in
@@
-94,7
+94,7
@@
AC_ARG_WITH(template,
[
# 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"