]> granicus.if.org Git - postgresql/commitdiff
Configure OS cleanup.
authorBruce Momjian <bruce@momjian.us>
Sun, 21 Sep 1997 22:54:19 +0000 (22:54 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 21 Sep 1997 22:54:19 +0000 (22:54 +0000)
src/configure
src/configure.in

index 724226ebcd7872d9b995410b4a83b34ef8d96042..e620511d8c871d7fbe407a8e33feb338cfde6933 100755 (executable)
@@ -641,10 +641,10 @@ starts 'checking host system type...'
 **************************************************************
 EOT
        TEMPLATE=generic
-       GUESS=`grep "$host_os" template/.similar 2>/dev/null`
+       GUESS=`grep "$host" template/.similar 2>/dev/null`
        if test ! "$GUESS"
-       then    host_os_no_ver=`echo "$host_os" | sed 's/[0-9.]*$//'`
-               GUESS=`grep "$host_os_no_ver" template/.similar 2>/dev/null`
+       then    host_no_ver=`echo "$host" | sed 's/[0-9.]*$//'`
+               GUESS=`grep "$host_no_ver" template/.similar 2>/dev/null`
        fi
        if test "$GUESS"
        then
index 5b279e866930f75f9a274030eff513d895951eb8..c0fa45786da242ebdb28ed2829de423c5050b629 100644 (file)
@@ -79,10 +79,10 @@ starts 'checking host system type...'
 **************************************************************
 EOT
        TEMPLATE=generic
-       GUESS=`grep "$host_os" template/.similar 2>/dev/null`
+       GUESS=`grep "$host" template/.similar 2>/dev/null`
        if test ! "$GUESS"
-       then    host_os_no_ver=`echo "$host_os" | sed 's/[[0-9.]]*$//'`
-               GUESS=`grep "$host_os_no_ver" template/.similar 2>/dev/null`
+       then    host_no_ver=`echo "$host" | sed 's/[[0-9.]]*$//'`
+               GUESS=`grep "$host_no_ver" template/.similar 2>/dev/null`
        fi
        if test "$GUESS"
        then