summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-01-09 12:51:50 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-01-09 12:51:50 +0000
commit05e38350226b5da4ed5ad2132525f9b31ac0bc50 (patch)
treebae885a0219fd1e9eeac34861b243fc60826de7a /Build/source/texk/lcdf-typetools/configure
parent00c4dcfbc8a0c6caa1a9e71cbbdcff92d217ef99 (diff)
lcdf-typetools 2.100
git-svn-id: svn://tug.org/texlive/trunk@32615 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lcdf-typetools/configure')
-rwxr-xr-xBuild/source/texk/lcdf-typetools/configure147
1 files changed, 102 insertions, 45 deletions
diff --git a/Build/source/texk/lcdf-typetools/configure b/Build/source/texk/lcdf-typetools/configure
index c2b1ab52b03..a265594cbd3 100755
--- a/Build/source/texk/lcdf-typetools/configure
+++ b/Build/source/texk/lcdf-typetools/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for LCDF typetools (TeX Live) 2.99.
+# Generated by GNU Autoconf 2.69 for LCDF typetools (TeX Live) 2.100.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -590,12 +590,12 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='LCDF typetools (TeX Live)'
PACKAGE_TARNAME='lcdf-typetools--tex-live-'
-PACKAGE_VERSION='2.99'
-PACKAGE_STRING='LCDF typetools (TeX Live) 2.99'
+PACKAGE_VERSION='2.100'
+PACKAGE_STRING='LCDF typetools (TeX Live) 2.100'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
-ac_unique_file="lcdf-typetools-2.99/NEWS"
+ac_unique_file="lcdf-typetools-2.100/NEWS"
# Factoring default headers for most tests.
ac_includes_default="\
#include <stdio.h>
@@ -1366,7 +1366,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 LCDF typetools (TeX Live) 2.99 to adapt to many kinds of systems.
+\`configure' configures LCDF typetools (TeX Live) 2.100 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1437,7 +1437,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of LCDF typetools (TeX Live) 2.99:";;
+ short | recursive ) echo "Configuration of LCDF typetools (TeX Live) 2.100:";;
esac
cat <<\_ACEOF
@@ -1579,7 +1579,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-LCDF typetools (TeX Live) configure 2.99
+LCDF typetools (TeX Live) configure 2.100
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2739,7 +2739,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 LCDF typetools (TeX Live) $as_me 2.99, which was
+It was created by LCDF typetools (TeX Live) $as_me 2.100, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -8229,7 +8229,7 @@ fi
# Define the identity of the package.
PACKAGE='lcdf-typetools--tex-live-'
- VERSION='2.99'
+ VERSION='2.100'
cat >>confdefs.h <<_ACEOF
@@ -13529,7 +13529,7 @@ fi
-LCDF_TYPETOOLS_VERSION=2.99
+LCDF_TYPETOOLS_VERSION=2.100
ac_config_headers="$ac_config_headers autoconf.h"
@@ -17730,6 +17730,9 @@ done
+
+$as_echo "#define WORDS_BIGENDIAN_SET 1" >>confdefs.h
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
if ${ac_cv_c_bigendian+:} false; then :
@@ -17943,9 +17946,7 @@ $as_echo "$ac_cv_c_bigendian" >&6; }
$as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
;; #(
no)
-
-$as_echo "#define WORDS_LITTLEENDIAN 1" >>confdefs.h
- ;; #(
+ ;; #(
universal)
$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
@@ -18567,6 +18568,62 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing ntohs" >&5
+$as_echo_n "checking for library containing ntohs... " >&6; }
+if ${ac_cv_search_ntohs+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ ac_func_search_save_LIBS=$LIBS
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+
+/* Override any GCC internal prototype to avoid an error.
+ Use char because int might match the return type of a GCC
+ builtin and then its argument prototype would still apply. */
+#ifdef __cplusplus
+extern "C"
+#endif
+char ntohs ();
+int
+main ()
+{
+return ntohs ();
+ ;
+ return 0;
+}
+_ACEOF
+for ac_lib in '' -lnet -lwinsock32; do
+ if test -z "$ac_lib"; then
+ ac_res="none required"
+ else
+ ac_res=-l$ac_lib
+ LIBS="-l$ac_lib $ac_func_search_save_LIBS"
+ fi
+ if ac_fn_c_try_link "$LINENO"; then :
+ ac_cv_search_ntohs=$ac_res
+fi
+rm -f core conftest.err conftest.$ac_objext \
+ conftest$ac_exeext
+ if ${ac_cv_search_ntohs+:} false; then :
+ break
+fi
+done
+if ${ac_cv_search_ntohs+:} false; then :
+
+else
+ ac_cv_search_ntohs=no
+fi
+rm conftest.$ac_ext
+LIBS=$ac_func_search_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_ntohs" >&5
+$as_echo "$ac_cv_search_ntohs" >&6; }
+ac_res=$ac_cv_search_ntohs
+if test "$ac_res" != no; then :
+ test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+
+fi
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for native WIN32 or MINGW32" >&5
$as_echo_n "checking for native WIN32 or MINGW32... " >&6; }
@@ -19205,7 +19262,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-LCDF typetools (TeX Live) config.lt 2.99
+LCDF typetools (TeX Live) config.lt 2.100
configured by $0, generated by GNU Autoconf 2.69.
Copyright (C) 2011 Free Software Foundation, Inc.
@@ -20702,24 +20759,24 @@ _ACEOF
-LCDF_TYPETOOLS_TREE=lcdf-typetools-2.99
+LCDF_TYPETOOLS_TREE=lcdf-typetools-2.100
-ac_config_files="$ac_config_files Makefile lcdf-typetools-2.99/Makefile"
+ac_config_files="$ac_config_files Makefile lcdf-typetools-2.100/Makefile"
-ac_config_files="$ac_config_files lcdf-typetools-2.99/liblcdf/Makefile"
-ac_config_files="$ac_config_files lcdf-typetools-2.99/libefont/Makefile"
-ac_config_files="$ac_config_files lcdf-typetools-2.99/cfftot1/Makefile"
-ac_config_files="$ac_config_files lcdf-typetools-2.99/mmafm/Makefile"
-ac_config_files="$ac_config_files lcdf-typetools-2.99/mmpfb/Makefile"
-ac_config_files="$ac_config_files lcdf-typetools-2.99/otfinfo/Makefile"
-ac_config_files="$ac_config_files lcdf-typetools-2.99/otftotfm/Makefile"
-ac_config_files="$ac_config_files lcdf-typetools-2.99/t1dotlessj/Makefile"
-ac_config_files="$ac_config_files lcdf-typetools-2.99/t1lint/Makefile"
-ac_config_files="$ac_config_files lcdf-typetools-2.99/t1rawafm/Makefile"
-ac_config_files="$ac_config_files lcdf-typetools-2.99/t1reencode/Makefile"
-ac_config_files="$ac_config_files lcdf-typetools-2.99/t1testpage/Makefile"
-ac_config_files="$ac_config_files lcdf-typetools-2.99/ttftotype42/Makefile"
+ac_config_files="$ac_config_files lcdf-typetools-2.100/liblcdf/Makefile"
+ac_config_files="$ac_config_files lcdf-typetools-2.100/libefont/Makefile"
+ac_config_files="$ac_config_files lcdf-typetools-2.100/cfftot1/Makefile"
+ac_config_files="$ac_config_files lcdf-typetools-2.100/mmafm/Makefile"
+ac_config_files="$ac_config_files lcdf-typetools-2.100/mmpfb/Makefile"
+ac_config_files="$ac_config_files lcdf-typetools-2.100/otfinfo/Makefile"
+ac_config_files="$ac_config_files lcdf-typetools-2.100/otftotfm/Makefile"
+ac_config_files="$ac_config_files lcdf-typetools-2.100/t1dotlessj/Makefile"
+ac_config_files="$ac_config_files lcdf-typetools-2.100/t1lint/Makefile"
+ac_config_files="$ac_config_files lcdf-typetools-2.100/t1rawafm/Makefile"
+ac_config_files="$ac_config_files lcdf-typetools-2.100/t1reencode/Makefile"
+ac_config_files="$ac_config_files lcdf-typetools-2.100/t1testpage/Makefile"
+ac_config_files="$ac_config_files lcdf-typetools-2.100/ttftotype42/Makefile"
cat >confcache <<\_ACEOF
@@ -21273,7 +21330,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 LCDF typetools (TeX Live) $as_me 2.99, which was
+This file was extended by LCDF typetools (TeX Live) $as_me 2.100, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -21339,7 +21396,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="\\
-LCDF typetools (TeX Live) config.status 2.99
+LCDF typetools (TeX Live) config.status 2.100
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
@@ -21852,20 +21909,20 @@ do
"autoconf.h") CONFIG_HEADERS="$CONFIG_HEADERS autoconf.h" ;;
"CXXLD.sh") CONFIG_COMMANDS="$CONFIG_COMMANDS CXXLD.sh" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
- "lcdf-typetools-2.99/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.99/Makefile" ;;
- "lcdf-typetools-2.99/liblcdf/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.99/liblcdf/Makefile" ;;
- "lcdf-typetools-2.99/libefont/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.99/libefont/Makefile" ;;
- "lcdf-typetools-2.99/cfftot1/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.99/cfftot1/Makefile" ;;
- "lcdf-typetools-2.99/mmafm/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.99/mmafm/Makefile" ;;
- "lcdf-typetools-2.99/mmpfb/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.99/mmpfb/Makefile" ;;
- "lcdf-typetools-2.99/otfinfo/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.99/otfinfo/Makefile" ;;
- "lcdf-typetools-2.99/otftotfm/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.99/otftotfm/Makefile" ;;
- "lcdf-typetools-2.99/t1dotlessj/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.99/t1dotlessj/Makefile" ;;
- "lcdf-typetools-2.99/t1lint/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.99/t1lint/Makefile" ;;
- "lcdf-typetools-2.99/t1rawafm/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.99/t1rawafm/Makefile" ;;
- "lcdf-typetools-2.99/t1reencode/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.99/t1reencode/Makefile" ;;
- "lcdf-typetools-2.99/t1testpage/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.99/t1testpage/Makefile" ;;
- "lcdf-typetools-2.99/ttftotype42/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.99/ttftotype42/Makefile" ;;
+ "lcdf-typetools-2.100/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.100/Makefile" ;;
+ "lcdf-typetools-2.100/liblcdf/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.100/liblcdf/Makefile" ;;
+ "lcdf-typetools-2.100/libefont/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.100/libefont/Makefile" ;;
+ "lcdf-typetools-2.100/cfftot1/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.100/cfftot1/Makefile" ;;
+ "lcdf-typetools-2.100/mmafm/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.100/mmafm/Makefile" ;;
+ "lcdf-typetools-2.100/mmpfb/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.100/mmpfb/Makefile" ;;
+ "lcdf-typetools-2.100/otfinfo/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.100/otfinfo/Makefile" ;;
+ "lcdf-typetools-2.100/otftotfm/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.100/otftotfm/Makefile" ;;
+ "lcdf-typetools-2.100/t1dotlessj/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.100/t1dotlessj/Makefile" ;;
+ "lcdf-typetools-2.100/t1lint/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.100/t1lint/Makefile" ;;
+ "lcdf-typetools-2.100/t1rawafm/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.100/t1rawafm/Makefile" ;;
+ "lcdf-typetools-2.100/t1reencode/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.100/t1reencode/Makefile" ;;
+ "lcdf-typetools-2.100/t1testpage/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.100/t1testpage/Makefile" ;;
+ "lcdf-typetools-2.100/ttftotype42/Makefile") CONFIG_FILES="$CONFIG_FILES lcdf-typetools-2.100/ttftotype42/Makefile" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac