Revision
138947
Author
raimue@macports.org
Date
2015-07-24 14:31:09 -0700 (Fri, 24 Jul 2015)

Log Message

configure: Update OS X versions

Modified Paths

Diff

Modified: trunk/base/configure (138946 => 138947)


--- trunk/base/configure	2015-07-24 21:26:53 UTC (rev 138946)
+++ trunk/base/configure	2015-07-24 21:31:09 UTC (rev 138947)
@@ -3038,7 +3038,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.6.[0-7]|10.7.[0-4]|10.8.[0-4]|10.9.[0-4])
+  10.4.[0-9]|10.4.10|10.5.[0-7]|10.6.[0-7]|10.7.[0-4]|10.8.[0-4]|10.9.[0-4]|10.10.[0-3])
     { $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 (138946 => 138947)


--- trunk/base/configure.ac	2015-07-24 21:26:53 UTC (rev 138946)
+++ trunk/base/configure.ac	2015-07-24 21:31:09 UTC (rev 138947)
@@ -33,7 +33,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.6.[[0-7]]|10.7.[[0-4]]|10.8.[[0-4]]|10.9.[[0-4]])
+  10.4.[[0-9]]|10.4.10|10.5.[[0-7]]|10.6.[[0-7]]|10.7.[[0-4]]|10.8.[[0-4]]|10.9.[[0-4]]|10.10.[[0-3]])
     AC_MSG_WARN([This version of Mac OS X is out of date])
     AC_MSG_WARN([Please run Software Update to update it])
     ;;