OSDN Git Service

Lowercase $host for QNX.
authorBruce Momjian <bruce@momjian.us>
Fri, 17 Dec 1999 18:18:26 +0000 (18:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 17 Dec 1999 18:18:26 +0000 (18:18 +0000)
src/configure.in

index 3e97ab4..3d8b6b7 100644 (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"