]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add AIX support.
authorTed Lemon <source@isc.org>
Fri, 26 Mar 1999 16:28:14 +0000 (16:28 +0000)
committerTed Lemon <source@isc.org>
Fri, 26 Mar 1999 16:28:14 +0000 (16:28 +0000)
configure

index 956fd262785755df0b33b20f346d48bc0df3ab49..130f92e2932cf80afeefd7a77aa84c8c3de5979d 100755 (executable)
--- 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"