summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-03-26 16:28:14 +0000
committerTed Lemon <source@isc.org>1999-03-26 16:28:14 +0000
commit9a5eb38baa7c1355ab8196201ee3b2b325903ea5 (patch)
tree4ed5b2502810b34f5d61ba352ac2d3382cfde3e4
parentc22512dcba487675baa349728ff155c2d125beb7 (diff)
downloadisc-dhcp-9a5eb38baa7c1355ab8196201ee3b2b325903ea5.tar.gz
Add AIX support.
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 956fd262..130f92e2 100755
--- a/configure
+++ b/configure
@@ -7,6 +7,8 @@ machine=`uname -m`
if [ "$sysname" = "" ]; then
case $uname in
+ AIX)
+ sysname=aix;;
Rhapsody)
sysname=rhapsody;;
ULTRIX)
@@ -58,6 +60,7 @@ if [ "$sysname" = "" ]; then
echo "configuration that isn't supported or hasn't been tested."
echo
echo "Supported configurations are:"
+ echo " aix AIX 4.1.5.0"
echo " ultrix ULTRIX 4.2A or higher"
echo " bsdos BSDI BSD/OS 2.1"
echo " alphaosf DEC Alpha OSF/1"