[60766] trunk/base

jmr at macports.org jmr at macports.org
Sun Nov 22 15:54:53 PST 2009


Revision: 60766
          http://trac.macports.org/changeset/60766
Author:   jmr at macports.org
Date:     2009-11-22 15:54:52 -0800 (Sun, 22 Nov 2009)
Log Message:
-----------
update OS version check

Modified Paths:
--------------
    trunk/base/configure
    trunk/base/configure.ac

Modified: trunk/base/configure
===================================================================
--- trunk/base/configure	2009-11-22 23:52:20 UTC (rev 60765)
+++ trunk/base/configure	2009-11-22 23:54:52 UTC (rev 60766)
@@ -2892,7 +2892,7 @@
     as_fn_error "This version of Mac OS X is not supported
                   Please upgrade at http://store.apple.com/" "$LINENO" 5
     ;;
-  10.4.[0-9]|10.4.10|10.5.[0-7])
+  10.4.[0-9]|10.4.10|10.5.[0-7]|10.6.[0-1])
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: This version of Mac OS X is out of date" >&5
 $as_echo "$as_me: WARNING: This version of Mac OS X is out of date" >&2;}
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Please run Software Update to update it" >&5

Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac	2009-11-22 23:52:20 UTC (rev 60765)
+++ trunk/base/configure.ac	2009-11-22 23:54:52 UTC (rev 60766)
@@ -32,7 +32,7 @@
     AC_MSG_ERROR([This version of Mac OS X is not supported
                   Please upgrade at http://store.apple.com/])
     ;;
-  10.4.[[0-9]]|10.4.10|10.5.[[0-7]])
+  10.4.[[0-9]]|10.4.10|10.5.[[0-7]]|10.6.[[0-1]])
     AC_MSG_WARN([This version of Mac OS X is out of date])
     AC_MSG_WARN([Please run Software Update to update it])
     ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091122/471b258b/attachment.html>


More information about the macports-changes mailing list