summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-03-26 19:19:46 +0000
committerTed Lemon <source@isc.org>1999-03-26 19:19:46 +0000
commit2d1b06e071253c6850a1d27ca9b7857620ccc5a5 (patch)
treedca2263056763e8bcb12d0687669c8e02bc336e9 /configure
parent2540af046cb52279823d956a2f6ff5723d0eeef9 (diff)
downloadisc-dhcp-2d1b06e071253c6850a1d27ca9b7857620ccc5a5.tar.gz
Pull up changes in Patchlevel 19
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index e1c69f80..c3936444 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"