summaryrefslogtreecommitdiff
path: root/Build/source/texk/cjkutils/configure
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/cjkutils/configure')
-rwxr-xr-xBuild/source/texk/cjkutils/configure113
1 files changed, 86 insertions, 27 deletions
diff --git a/Build/source/texk/cjkutils/configure b/Build/source/texk/cjkutils/configure
index b7cea8bbfc2..d0fb25cb6a4 100755
--- a/Build/source/texk/cjkutils/configure
+++ b/Build/source/texk/cjkutils/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for CJK utils for TeX Live 4.7.0.
+# Generated by GNU Autoconf 2.68 for CJK utils for TeX Live 4.8.2.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -570,12 +570,12 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='CJK utils for TeX Live'
PACKAGE_TARNAME='cjk-utils-for-tex-live'
-PACKAGE_VERSION='4.7.0'
-PACKAGE_STRING='CJK utils for TeX Live 4.7.0'
+PACKAGE_VERSION='4.8.2'
+PACKAGE_STRING='CJK utils for TeX Live 4.8.2'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
-ac_unique_file="hbf2gf/hbf.h"
+ac_unique_file="cjkutils-4.8.2/hbf2gf/hbf.h"
# Factoring default headers for most tests.
ac_includes_default="\
#include <stdio.h>
@@ -616,6 +616,9 @@ ac_subst_vars='am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
+CJKUTILS_TREE
+WIN32_FALSE
+WIN32_TRUE
do_cweb_FALSE
do_cweb_TRUE
TEX
@@ -1309,7 +1312,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 CJK utils for TeX Live 4.7.0 to adapt to many kinds of systems.
+\`configure' configures CJK utils for TeX Live 4.8.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1380,7 +1383,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of CJK utils for TeX Live 4.7.0:";;
+ short | recursive ) echo "Configuration of CJK utils for TeX Live 4.8.2:";;
esac
cat <<\_ACEOF
@@ -1492,7 +1495,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-CJK utils for TeX Live configure 4.7.0
+CJK utils for TeX Live configure 4.8.2
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1972,7 +1975,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 CJK utils for TeX Live $as_me 4.7.0, which was
+It was created by CJK utils for TeX Live $as_me 4.8.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -7325,18 +7328,9 @@ fi
# Define the identity of the package.
PACKAGE='cjk-utils-for-tex-live'
- VERSION='4.7.0'
+ VERSION='4.8.2'
-cat >>confdefs.h <<_ACEOF
-#define PACKAGE "$PACKAGE"
-_ACEOF
-
-
-cat >>confdefs.h <<_ACEOF
-#define VERSION "$VERSION"
-_ACEOF
-
# Some tools Automake needs.
ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
@@ -12543,7 +12537,7 @@ WARNING_CFLAGS=$kpse_cv_warning_cflags
-ac_config_headers="$ac_config_headers hbf2gf/c-auto.h:hbf2gf/c-auto.in"
+ac_config_headers="$ac_config_headers c-auto.h:c-auto.in"
XX_CFLAGS=$WARNING_CFLAGS
@@ -13048,7 +13042,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-CJK utils for TeX Live config.lt 4.7.0
+CJK utils for TeX Live config.lt 4.8.2
configured by $0, generated by GNU Autoconf 2.68.
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -14268,7 +14262,71 @@ else
fi
-ac_config_files="$ac_config_files Makefile conv/Makefile hbf2gf/Makefile scripts/Makefile"
+
+
+
+
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for native WIN32 or MINGW32" >&5
+$as_echo_n "checking for native WIN32 or MINGW32... " >&6; }
+if ${kpse_cv_have_win32+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#ifndef WIN32
+ choke me
+#endif
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#ifndef __MINGW32__
+ choke me
+#endif
+int
+main ()
+{
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ kpse_cv_have_win32=mingw32
+else
+ kpse_cv_have_win32=native
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+else
+ kpse_cv_have_win32=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kpse_cv_have_win32" >&5
+$as_echo "$kpse_cv_have_win32" >&6; }
+
+ if test "x$kpse_cv_have_win32" != xno; then
+ WIN32_TRUE=
+ WIN32_FALSE='#'
+else
+ WIN32_TRUE='#'
+ WIN32_FALSE=
+fi
+
+
+CJKUTILS_TREE=cjkutils-4.8.2
+
+
+ac_config_files="$ac_config_files Makefile"
cat >confcache <<\_ACEOF
@@ -14404,6 +14462,10 @@ if test -z "${do_cweb_TRUE}" && test -z "${do_cweb_FALSE}"; then
as_fn_error $? "conditional \"do_cweb\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${WIN32_TRUE}" && test -z "${WIN32_FALSE}"; then
+ as_fn_error $? "conditional \"WIN32\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
: "${CONFIG_STATUS=./config.status}"
ac_write_fail=0
@@ -14813,7 +14875,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 CJK utils for TeX Live $as_me 4.7.0, which was
+This file was extended by CJK utils for TeX Live $as_me 4.8.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14879,7 +14941,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="\\
-CJK utils for TeX Live config.status 4.7.0
+CJK utils for TeX Live config.status 4.8.2
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
@@ -15290,11 +15352,8 @@ do
case $ac_config_target in
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
- "hbf2gf/c-auto.h") CONFIG_HEADERS="$CONFIG_HEADERS hbf2gf/c-auto.h:hbf2gf/c-auto.in" ;;
+ "c-auto.h") CONFIG_HEADERS="$CONFIG_HEADERS c-auto.h:c-auto.in" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "conv/Makefile") CONFIG_FILES="$CONFIG_FILES conv/Makefile" ;;
- "hbf2gf/Makefile") CONFIG_FILES="$CONFIG_FILES hbf2gf/Makefile" ;;
- "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac