summaryrefslogtreecommitdiff
path: root/fonts/thai/fonts-tlwg/configure
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/thai/fonts-tlwg/configure')
-rwxr-xr-xfonts/thai/fonts-tlwg/configure64
1 files changed, 32 insertions, 32 deletions
diff --git a/fonts/thai/fonts-tlwg/configure b/fonts/thai/fonts-tlwg/configure
index ce1db26d71..a92368ce23 100755
--- a/fonts/thai/fonts-tlwg/configure
+++ b/fonts/thai/fonts-tlwg/configure
@@ -1,8 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for fonts-tlwg 0.7.1.
+# Generated by GNU Autoconf 2.69 for fonts-tlwg 0.7.2.
#
-# Report bugs to <thai-linux-foss-devel@googlegroups.com>.
+# Report bugs to <https://github.com/tlwg/fonts-tlwg/issues>.
#
#
# 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: thai-linux-foss-devel@googlegroups.com about your
+$0: https://github.com/tlwg/fonts-tlwg/issues 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."
@@ -580,9 +580,9 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='fonts-tlwg'
PACKAGE_TARNAME='fonts-tlwg'
-PACKAGE_VERSION='0.7.1'
-PACKAGE_STRING='fonts-tlwg 0.7.1'
-PACKAGE_BUGREPORT='thai-linux-foss-devel@googlegroups.com'
+PACKAGE_VERSION='0.7.2'
+PACKAGE_STRING='fonts-tlwg 0.7.2'
+PACKAGE_BUGREPORT='https://github.com/tlwg/fonts-tlwg/issues'
PACKAGE_URL=''
ac_unique_file="nf/Garuda.sfd"
@@ -1269,7 +1269,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 fonts-tlwg 0.7.1 to adapt to many kinds of systems.
+\`configure' configures fonts-tlwg 0.7.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1336,7 +1336,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of fonts-tlwg 0.7.1:";;
+ short | recursive ) echo "Configuration of fonts-tlwg 0.7.2:";;
esac
cat <<\_ACEOF
@@ -1373,7 +1373,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 <thai-linux-foss-devel@googlegroups.com>.
+Report bugs to <https://github.com/tlwg/fonts-tlwg/issues>.
_ACEOF
ac_status=$?
fi
@@ -1436,7 +1436,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-fonts-tlwg configure 0.7.1
+fonts-tlwg configure 0.7.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1453,7 +1453,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 fonts-tlwg $as_me 0.7.1, which was
+It was created by fonts-tlwg $as_me 0.7.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2318,7 +2318,7 @@ fi
# Define the identity of the package.
PACKAGE='fonts-tlwg'
- VERSION='0.7.1'
+ VERSION='0.7.2'
cat >>confdefs.h <<_ACEOF
@@ -2412,7 +2412,7 @@ END
fi
-FONTFORGE_MIN_VER=20170731
+FONTFORGE_MIN_VER=20190801
LATEX_PACKAGE="fonts-tlwg"
@@ -2433,13 +2433,13 @@ if test "x$enable_ttf" = "xyes"; then
if test -n "$PYTHON"; then
# If the user set $PYTHON, use it and don't search something else.
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 2.7" >&5
-$as_echo_n "checking whether $PYTHON version is >= 2.7... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 3.7" >&5
+$as_echo_n "checking whether $PYTHON version is >= 3.7... " >&6; }
prog="import sys
# split strings by '.' and convert to numeric. Append some zeros
# because we need at least 4 digits for the hex conversion.
# map returns an iterator in Python 3.0 and a list in 2.x
-minver = list(map(int, '2.7'.split('.'))) + [0, 0, 0]
+minver = list(map(int, '3.7'.split('.'))) + [0, 0, 0]
minverhex = 0
# xrange is not present in Python 3.0 and range returns an iterator
for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
@@ -2460,8 +2460,8 @@ fi
else
# Otherwise, try each interpreter until we find one that satisfies
# VERSION.
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a Python interpreter with version >= 2.7" >&5
-$as_echo_n "checking for a Python interpreter with version >= 2.7... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a Python interpreter with version >= 3.7" >&5
+$as_echo_n "checking for a Python interpreter with version >= 3.7... " >&6; }
if ${am_cv_pathless_PYTHON+:} false; then :
$as_echo_n "(cached) " >&6
else
@@ -2472,7 +2472,7 @@ else
# split strings by '.' and convert to numeric. Append some zeros
# because we need at least 4 digits for the hex conversion.
# map returns an iterator in Python 3.0 and a list in 2.x
-minver = list(map(int, '2.7'.split('.'))) + [0, 0, 0]
+minver = list(map(int, '3.7'.split('.'))) + [0, 0, 0]
minverhex = 0
# xrange is not present in Python 3.0 and range returns an iterator
for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
@@ -2689,11 +2689,11 @@ $as_echo "$am_cv_python_pyexecdir" >&6; }
if test -z $PYTHON;
then
- if test -z "python";
+ if test -z "";
then
PYTHON="python3"
else
- PYTHON="python"
+ PYTHON=""
fi
fi
PYTHON_NAME=`basename $PYTHON`
@@ -2822,13 +2822,13 @@ if test "x$enable_testfont" = "xyes"; then
if test -n "$PYTHON"; then
# If the user set $PYTHON, use it and don't search something else.
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 2.7" >&5
-$as_echo_n "checking whether $PYTHON version is >= 2.7... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $PYTHON version is >= 3.7" >&5
+$as_echo_n "checking whether $PYTHON version is >= 3.7... " >&6; }
prog="import sys
# split strings by '.' and convert to numeric. Append some zeros
# because we need at least 4 digits for the hex conversion.
# map returns an iterator in Python 3.0 and a list in 2.x
-minver = list(map(int, '2.7'.split('.'))) + [0, 0, 0]
+minver = list(map(int, '3.7'.split('.'))) + [0, 0, 0]
minverhex = 0
# xrange is not present in Python 3.0 and range returns an iterator
for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
@@ -2849,8 +2849,8 @@ fi
else
# Otherwise, try each interpreter until we find one that satisfies
# VERSION.
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a Python interpreter with version >= 2.7" >&5
-$as_echo_n "checking for a Python interpreter with version >= 2.7... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a Python interpreter with version >= 3.7" >&5
+$as_echo_n "checking for a Python interpreter with version >= 3.7... " >&6; }
if ${am_cv_pathless_PYTHON+:} false; then :
$as_echo_n "(cached) " >&6
else
@@ -2861,7 +2861,7 @@ else
# split strings by '.' and convert to numeric. Append some zeros
# because we need at least 4 digits for the hex conversion.
# map returns an iterator in Python 3.0 and a list in 2.x
-minver = list(map(int, '2.7'.split('.'))) + [0, 0, 0]
+minver = list(map(int, '3.7'.split('.'))) + [0, 0, 0]
minverhex = 0
# xrange is not present in Python 3.0 and range returns an iterator
for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
@@ -3078,11 +3078,11 @@ $as_echo "$am_cv_python_pyexecdir" >&6; }
if test -z $PYTHON;
then
- if test -z "python";
+ if test -z "";
then
PYTHON="python3"
else
- PYTHON="python"
+ PYTHON=""
fi
fi
PYTHON_NAME=`basename $PYTHON`
@@ -4421,7 +4421,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 fonts-tlwg $as_me 0.7.1, which was
+This file was extended by fonts-tlwg $as_me 0.7.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -4468,13 +4468,13 @@ Usage: $0 [OPTION]... [TAG]...
Configuration files:
$config_files
-Report bugs to <thai-linux-foss-devel@googlegroups.com>."
+Report bugs to <https://github.com/tlwg/fonts-tlwg/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="\\
-fonts-tlwg config.status 0.7.1
+fonts-tlwg config.status 0.7.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"