summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/configure')
-rwxr-xr-xBuild/source/utils/asymptote/configure58
1 files changed, 36 insertions, 22 deletions
diff --git a/Build/source/utils/asymptote/configure b/Build/source/utils/asymptote/configure
index 1342116fe5f..3e5c10ec221 100755
--- a/Build/source/utils/asymptote/configure
+++ b/Build/source/utils/asymptote/configure
@@ -1,8 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Asymptote 2.75.
+# Generated by GNU Autoconf 2.69 for Asymptote 2.76.
#
-# Report bugs to <https://sourceforge.net/projects/asymptote>.
+# Report bugs to <https://github.com/vectorgraphics/asymptote/issues>.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -267,10 +267,11 @@ 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: https://sourceforge.net/projects/asymptote about your
-$0: system, 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."
+$0: https://github.com/vectorgraphics/asymptote/issues
+$0: about your system, including any error possibly output
+$0: before this message. Then install a modern shell, or
+$0: manually run the script under such a shell if you do
+$0: have one."
fi
exit 1
fi
@@ -580,9 +581,9 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Asymptote'
PACKAGE_TARNAME='asymptote'
-PACKAGE_VERSION='2.75'
-PACKAGE_STRING='Asymptote 2.75'
-PACKAGE_BUGREPORT='https://sourceforge.net/projects/asymptote'
+PACKAGE_VERSION='2.76'
+PACKAGE_STRING='Asymptote 2.76'
+PACKAGE_BUGREPORT='https://github.com/vectorgraphics/asymptote/issues'
PACKAGE_URL=''
# Factoring default headers for most tests.
@@ -727,6 +728,7 @@ enable_texlive_build
enable_gc
enable_gc_debug
enable_gc_full_debug
+enable_threads
enable_sigsegv
enable_curl
enable_readline
@@ -1302,7 +1304,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures Asymptote 2.75 to adapt to many kinds of systems.
+\`configure' configures Asymptote 2.76 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1368,7 +1370,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Asymptote 2.75:";;
+ short | recursive ) echo "Configuration of Asymptote 2.76:";;
esac
cat <<\_ACEOF
@@ -1383,6 +1385,7 @@ Optional Features:
[=PREFIX] use Boehm garbage collector installed in PREFIX
--enable-gc-debug enable (slow) garbage collector debugging
--enable-gc-full-debug enable (very slow) garbage collector backtrace
+ --enable-threads[=yes] enable POSIX threads
--enable-sigsegv[=yes] enable GNU Stack Overflow Handler
--enable-curl[=yes] enable libcurl and compile with optional URL support
--enable-readline[=yes] enable GNU Readline Library
@@ -1423,7 +1426,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 <https://sourceforge.net/projects/asymptote>.
+Report bugs to <https://github.com/vectorgraphics/asymptote/issues>.
_ACEOF
ac_status=$?
fi
@@ -1486,7 +1489,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Asymptote configure 2.75
+Asymptote configure 2.76
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1839,9 +1842,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 https://sourceforge.net/projects/asymptote ##
-## --------------------------------------------------------- ##"
+( $as_echo "## ----------------------------------------------------------------- ##
+## Report this to https://github.com/vectorgraphics/asymptote/issues ##
+## ----------------------------------------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
esac
@@ -2072,7 +2075,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Asymptote $as_me 2.75, which was
+It was created by Asymptote $as_me 2.76, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -5941,7 +5944,6 @@ GCLIB=
GCPPLIB=
INCL="-I."
GCNAME="Boehm Garbage Collector"
-GCOPTIONS="--disable-shared"
if test "x$ac_cv_use_gc" != "xno" ; then
OPTIONS=$OPTIONS"-DUSEGC "
case _$ac_cv_use_gc in
@@ -6199,6 +6201,15 @@ else
fi
+GCOPTIONS="--disable-shared "
+# Check whether --enable-threads was given.
+if test "${enable_threads+set}" = set; then :
+ enableval=$enable_threads;
+fi
+
+
+if test "x$enable_threads" != "xno"; then
+
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
@@ -6594,6 +6605,9 @@ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ex
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+else
+ GCOPTIONS=$GCOPTIONS"--disable-threads "
+fi
# Check whether --enable-sigsegv was given.
if test "${enable_sigsegv+set}" = set; then :
@@ -6756,7 +6770,7 @@ fi
LSPLIBS=
LSPLIB=
-if test "x$enable_lsp" != "xno"; then
+if test "x$enable_lsp" != "xno" -a "x$enable_threads" != "xno"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for opendir in -lboost_filesystem" >&5
$as_echo_n "checking for opendir in -lboost_filesystem... " >&6; }
if ${ac_cv_lib_boost_filesystem_opendir+:} false; then :
@@ -9464,7 +9478,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by Asymptote $as_me 2.75, which was
+This file was extended by Asymptote $as_me 2.76, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -9520,13 +9534,13 @@ $config_files
Configuration headers:
$config_headers
-Report bugs to <https://sourceforge.net/projects/asymptote>."
+Report bugs to <https://github.com/vectorgraphics/asymptote/issues>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-Asymptote config.status 2.75
+Asymptote config.status 2.76
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"