summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/configure
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-07 00:27:20 +0000
committerKarl Berry <karl@freefriends.org>2016-02-07 00:27:20 +0000
commit0f5e19a268f4d86c2897f590563f21c8277c18d1 (patch)
tree7e65891f29ccde62ed60cbcc94e7fb7631429ac2 /Build/source/utils/asymptote/configure
parent1b8f7f1bf982c75d77d85ac6855d48332cd41ca4 (diff)
asy 2.36 sources
git-svn-id: svn://tug.org/texlive/trunk@39610 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/configure')
-rwxr-xr-xBuild/source/utils/asymptote/configure39
1 files changed, 20 insertions, 19 deletions
diff --git a/Build/source/utils/asymptote/configure b/Build/source/utils/asymptote/configure
index 740a69d08cc..e739637ad2f 100755
--- a/Build/source/utils/asymptote/configure
+++ b/Build/source/utils/asymptote/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Asymptote 2.35.
+# Generated by GNU Autoconf 2.69 for Asymptote 2.36.
#
# Report bugs to <http://sourceforge.net/projects/asymptote>.
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Asymptote'
PACKAGE_TARNAME='asymptote'
-PACKAGE_VERSION='2.35'
-PACKAGE_STRING='Asymptote 2.35'
+PACKAGE_VERSION='2.36'
+PACKAGE_STRING='Asymptote 2.36'
PACKAGE_BUGREPORT='http://sourceforge.net/projects/asymptote'
PACKAGE_URL=''
@@ -1281,7 +1281,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.35 to adapt to many kinds of systems.
+\`configure' configures Asymptote 2.36 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1346,7 +1346,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Asymptote 2.35:";;
+ short | recursive ) echo "Configuration of Asymptote 2.36:";;
esac
cat <<\_ACEOF
@@ -1459,7 +1459,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Asymptote configure 2.35
+Asymptote configure 2.36
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2045,7 +2045,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.35, which was
+It was created by Asymptote $as_me 2.36, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -5763,6 +5763,7 @@ fi
GCVERSION=7.4.2
GCFILE=gc-$GCVERSION
+ac_cv_use_gc="system"
as_ac_File=`$as_echo "ac_cv_file_$GCFILE.tar.gz" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $GCFILE.tar.gz" >&5
@@ -5783,17 +5784,13 @@ eval ac_res=\$$as_ac_File
$as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
ac_cv_use_gc=$GCVERSION
-else
- GC_SYSTEM="$GCFILE.tar.gz not found: using system Boehm garbage collector"
-ac_cv_use_gc="system"
fi
# Check whether --enable-gc was given.
if test "${enable_gc+set}" = set; then :
enableval=$enable_gc;
- if test "x$enableval" != "xyes"; then
+ if test "x$enableval" != "xyes" ; then
ac_cv_use_gc=$enableval
- GC_SYSTEM=""
fi
fi
@@ -5806,8 +5803,8 @@ GCNAME="Boehm Garbage Collector"
GCOPTIONS="--disable-shared --enable-large-config"
if test "x$ac_cv_use_gc" != "xno" ; then
OPTIONS=$OPTIONS"-DUSEGC "
- case $ac_cv_use_gc in
- system|*[\\/]*)
+ case _$ac_cv_use_gc in
+ _|_system|_*[\\/]*)
if test "x$ac_cv_use_gc" = "xsystem" ; then
INCL="-I$prefix/include/gc -I/usr/include/gc"
LIBS=$LIBS"-L$prefix/lib "
@@ -5882,7 +5879,8 @@ fi
;;
*)
GCVERSION=$ac_cv_use_gc
- GCDIR=gc-$GCVERSION
+ GCFILE=gc-$GCVERSION
+ GCDIR=$GCFILE
{ $as_echo "$as_me:${as_lineno-$LINENO}: enabling local $GCNAME $GCDIR" >&5
$as_echo "$as_me: enabling local $GCNAME $GCDIR" >&6;}
GCLIB="\$(GC)/.libs/libgc.a"
@@ -6758,10 +6756,13 @@ _ACEOF
LIBS="-lreadline $LIBS"
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: *** Could not find GNU readline 4.3 or later: will compile without readline support ***" >&5
-$as_echo "$as_me: *** Could not find GNU readline 4.3 or later: will compile without readline support ***" >&6;}
+ { $as_echo "$as_me:${as_lineno-$LINENO}: *** Could not find GNU libreadline 4.3 or later: will compile without readline support ***" >&5
+$as_echo "$as_me: *** Could not find GNU libreadline 4.3 or later: will compile without readline support ***" >&6;}
fi
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: *** Could not find GNU readline 4.3 or later: will compile without readline support ***" >&5
+$as_echo "$as_me: *** Could not find GNU readline 4.3 or later: will compile without readline support ***" >&6;}
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
@@ -8508,7 +8509,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.35, which was
+This file was extended by Asymptote $as_me 2.36, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -8570,7 +8571,7 @@ _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.35
+Asymptote config.status 2.36
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"