diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-09-02 02:08:02 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-09-02 02:08:02 +0000 |
commit | 566cd87873e39acadc5a9c68746502fe7da3a55c (patch) | |
tree | 50bfe7704d0e8af0942dcab1b526f3d117b28abf /src | |
parent | 21b9968d115a11746592a25ef0b10293dc3a0b47 (diff) |
update
Diffstat (limited to 'src')
-rwxr-xr-x | src/configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/configure b/src/configure index 4c2c989384b..6cccd633320 100755 --- a/src/configure +++ b/src/configure @@ -1390,7 +1390,7 @@ done test -n "$INSTALL" || INSTALL="NONE" if test "$INSTALL" = "NONE" -for ac_prog in installbsd +then for ac_prog in installbsd do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -1429,7 +1429,7 @@ test -n "$INSTALL" || INSTALL="NONE" fi if test "$INSTALL" = "NONE" -for ac_prog in bsdinst +then for ac_prog in bsdinst do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -1468,7 +1468,7 @@ test -n "$INSTALL" || INSTALL="NONE" fi if test "$INSTALL" = "NONE" -for ac_prog in scoinst +then for ac_prog in scoinst do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -1507,7 +1507,7 @@ test -n "$INSTALL" || INSTALL="NONE" fi if test "$INSTALL" = "NONE" -for ac_prog in install +then for ac_prog in install do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -1546,7 +1546,7 @@ test -n "$INSTALL" || INSTALL="NONE" fi if test "$INSTALL" = "NONE" -for ac_prog in install-sh +then for ac_prog in install-sh do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 |