summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian1997-07-14 16:47:36 +0000
committerBruce Momjian1997-07-14 16:47:36 +0000
commit10da89c1fbb4bd6388a7254181803de7ba22958a (patch)
treeba27a2550b8daa260b21eb755b7095274a95af27 /src
parente3be2f9dd786dca5848afc900998186f99c81e13 (diff)
Add sysv4 support to configure and docs.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/configure1
-rw-r--r--src/configure.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/configure b/src/configure
index 1b3c71b5e3..8bcad315f7 100755
--- a/src/configure
+++ b/src/configure
@@ -584,6 +584,7 @@ nextstep*) PORTNAME='nextstep';;
irix*) PORTNAME='irix5';;
hpux*) PORTNAME='hpux';;
osf*) PORTNAME='alpha';;
+ sysv4*) PORTNAME='svr4';;
sysv4.2*)
case "$host_vendor" in
univel) PORTNAME='univel';;
diff --git a/src/configure.in b/src/configure.in
index 8c910fe423..b76c143e26 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -20,6 +20,7 @@ nextstep*) PORTNAME='nextstep';;
irix*) PORTNAME='irix5';;
hpux*) PORTNAME='hpux';;
osf*) PORTNAME='alpha';;
+ sysv4*) PORTNAME='svr4';;
sysv4.2*)
case "$host_vendor" in
univel) PORTNAME='univel';;