configure script updates

This commit is contained in:
Joshua Root
2016-12-16 00:56:17 +11:00
parent 18065db4c6
commit 75e25987d5
2 changed files with 18 additions and 18 deletions
Vendored
+14 -14
View File
@@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for MacPorts 2.3.99.
#
# Report bugs to <macports-dev@lists.macosforge.org>.
# Report bugs to <macports-dev@lists.macports.org>.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -267,7 +267,7 @@ fi
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
$as_echo "$0: Please tell bug-autoconf@gnu.org and
$0: macports-dev@lists.macosforge.org about your system,
$0: macports-dev@lists.macports.org about your system,
$0: including any error possibly output before this
$0: message. Then install a modern shell, or manually run
$0: the script under such a shell if you do have one."
@@ -582,7 +582,7 @@ PACKAGE_NAME='MacPorts'
PACKAGE_TARNAME='macports'
PACKAGE_VERSION='2.3.99'
PACKAGE_STRING='MacPorts 2.3.99'
PACKAGE_BUGREPORT='macports-dev@lists.macosforge.org'
PACKAGE_BUGREPORT='macports-dev@lists.macports.org'
PACKAGE_URL=''
ac_unique_file="src/pextlib1.0/Pextlib.c"
@@ -1560,7 +1560,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to <macports-dev@lists.macosforge.org>.
Report bugs to <macports-dev@lists.macports.org>.
_ACEOF
ac_status=$?
fi
@@ -1866,9 +1866,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## ------------------------------------------------ ##
## Report this to macports-dev@lists.macosforge.org ##
## ------------------------------------------------ ##"
( $as_echo "## ---------------------------------------------- ##
## Report this to macports-dev@lists.macports.org ##
## ---------------------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
esac
@@ -2155,9 +2155,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## ------------------------------------------------ ##
## Report this to macports-dev@lists.macosforge.org ##
## ------------------------------------------------ ##"
( $as_echo "## ---------------------------------------------- ##
## Report this to macports-dev@lists.macports.org ##
## ---------------------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
esac
@@ -3039,13 +3039,13 @@ case "$MACOSX_VERSION" in
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.10.[0-3])
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-4]|10.11.[0-5]|10.12.[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
$as_echo "$as_me: WARNING: Please run Software Update to update it" >&2;}
;;
10.4*|10.5*|10.6*|10.7*|10.8*|10.9*|10.10*)
10.4*|10.5*|10.6*|10.7*|10.8*|10.9*|10.10*|10.11*|10.12*)
;;
*)
;;
@@ -3102,7 +3102,7 @@ $as_echo "$as_me: WARNING: This version of Xcode Tools is out of date" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Please consider upgrading as some ports fail compiling" >&5
$as_echo "$as_me: WARNING: Please consider upgrading as some ports fail compiling" >&2;}
;;
2.*|3.*|4.*|5.*|6.*)
2.*|3.*|4.*|5.*|6.*|7.*|8.*)
;;
*)
;;
@@ -12016,7 +12016,7 @@ $config_files
Configuration headers:
$config_headers
Report bugs to <macports-dev@lists.macosforge.org>."
Report bugs to <macports-dev@lists.macports.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
+4 -4
View File
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.63)
AC_DEFUN([MACPORTS_VERSION_MACRO], [esyscmd(<config/macports_version tr -d '\n')])
AC_INIT([MacPorts],MACPORTS_VERSION_MACRO,[macports-dev@lists.macosforge.org],[macports])
AC_INIT([MacPorts],MACPORTS_VERSION_MACRO,[macports-dev@lists.macports.org],[macports])
AC_CONFIG_SRCDIR([src/pextlib1.0/Pextlib.c])
AC_CONFIG_HEADERS([src/config.h])
@@ -32,11 +32,11 @@ case "$MACOSX_VERSION" in
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.10.[[0-3]])
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-4]]|10.11.[[0-5]]|10.12.[[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])
;;
10.4*|10.5*|10.6*|10.7*|10.8*|10.9*|10.10*)
10.4*|10.5*|10.6*|10.7*|10.8*|10.9*|10.10*|10.11*|10.12*)
dnl Supported version
;;
*)
@@ -86,7 +86,7 @@ case "$XCODE_VERSION" in
AC_MSG_WARN([This version of Xcode Tools is out of date])
AC_MSG_WARN([Please consider upgrading as some ports fail compiling])
;;
2.*|3.*|4.*|5.*|6.*)
2.*|3.*|4.*|5.*|6.*|7.*|8.*)
dnl Supported version
;;
*)