Lowercase $host for QNX.

This commit is contained in:
Bruce Momjian 1999-12-17 18:18:26 +00:00
parent 1520f60f0e
commit 9f013a552a
1 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,10 @@ AC_ARG_WITH(template,
see template directory],
[ TEMPLATE=$withval ],
[
# lowercase $host
host="`echo $host | tr '[A-Z]' '[a-z]'`"
# First, try for a template exactly matching $host
if test -f "template/$host"
then TEMPLATE="$host"