]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Pull up 1.17
authorTed Lemon <source@isc.org>
Mon, 18 May 1998 05:32:18 +0000 (05:32 +0000)
committerTed Lemon <source@isc.org>
Mon, 18 May 1998 05:32:18 +0000 (05:32 +0000)
configure

index e80bd52764e6a029f89825d0ebe4fb5c754f150f..afccab3e2a78b2cae27e57bdc26947250b7c07d5 100755 (executable)
--- a/configure
+++ b/configure
@@ -16,7 +16,11 @@ if [ "$sysname" = "" ]; then
         sysname=alphaosf
       fi;;
     Linux)
-      sysname=linux;;
+      case `uname -r` in
+       1*) sysname=linux-1 ;;
+       2.1*) sysname=linux-2.1 ;;
+       2*) sysname=linux-2.0 ;;
+      esac;;
     SunOS)
       case `uname -r` in
         4*) sysname=sunos4;;