summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-04-14 08:35:50 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-04-14 08:35:50 +0000
commit8af55a14b7fb6dcc703f803ef3cd3cd359ae345d (patch)
treef828f1c548fdec0d51e315052a0cbdb58fd7d29e /Build/source/texk/xdvik/configure
parent3606cb1179eae47f2ee7d2569ae7ac024deb1310 (diff)
xdvik 22.87
git-svn-id: svn://tug.org/texlive/trunk@33436 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/configure')
-rwxr-xr-xBuild/source/texk/xdvik/configure72
1 files changed, 60 insertions, 12 deletions
diff --git a/Build/source/texk/xdvik/configure b/Build/source/texk/xdvik/configure
index b854bcad84f..5964f3c776a 100755
--- a/Build/source/texk/xdvik/configure
+++ b/Build/source/texk/xdvik/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xdvik (TeX Live) 22.86.
+# Generated by GNU Autoconf 2.69 for xdvik (TeX Live) 22.87.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='xdvik (TeX Live)'
PACKAGE_TARNAME='xdvik--tex-live-'
-PACKAGE_VERSION='22.86'
-PACKAGE_STRING='xdvik (TeX Live) 22.86'
+PACKAGE_VERSION='22.87'
+PACKAGE_STRING='xdvik (TeX Live) 22.87'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -804,6 +804,7 @@ with_xdvi_x_toolkit
with_ps
enable_a4
with_x
+enable_xi2_scrolling
with_iconv
with_iconv_include
with_iconv_libdir
@@ -1374,7 +1375,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 xdvik (TeX Live) 22.86 to adapt to many kinds of systems.
+\`configure' configures xdvik (TeX Live) 22.87 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1449,7 +1450,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of xdvik (TeX Live) 22.86:";;
+ short | recursive ) echo "Configuration of xdvik (TeX Live) 22.87:";;
esac
cat <<\_ACEOF
@@ -1477,6 +1478,8 @@ Optional Features:
--disable-largefile omit support for large files
--disable-a4 Set default paper size to letter and default unit to
inch
+ --enable-xi2-scrolling Use XInput 2.1 'smooth scrolling' if available
+ (default: enabled)
--enable-magick Use ImageMagick to load/render image files.
EXPERIMENTAL - DO NOT USE!
@@ -1600,7 +1603,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-xdvik (TeX Live) configure 22.86
+xdvik (TeX Live) configure 22.87
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2393,7 +2396,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 xdvik (TeX Live) $as_me 22.86, which was
+It was created by xdvik (TeX Live) $as_me 22.87, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -7883,7 +7886,7 @@ fi
# Define the identity of the package.
PACKAGE='xdvik--tex-live-'
- VERSION='22.86'
+ VERSION='22.87'
cat >>confdefs.h <<_ACEOF
@@ -15263,6 +15266,51 @@ $as_echo "#define HAVE_XKB_BELL_EXT 1" >>confdefs.h
fi
+# Check whether --enable-xi2-scrolling was given.
+if test "${enable_xi2_scrolling+set}" = set; then :
+ enableval=$enable_xi2_scrolling;
+else
+ enable_xi2_scrolling=yes
+fi
+
+if test "x$enable_xi2_scrolling" = xyes; then
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XInput version 2.1 or higher" >&5
+$as_echo_n "checking for XInput version 2.1 or higher... " >&6; }
+if ${xdvi_cv_xinput_2_1+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h. */
+#include <X11/extensions/XI2.h>
+
+int
+main ()
+{
+#if (XI_2_Major < 2 || (XI_2_Major == 2 && XI_2_Minor < 1))
+choke me "XInput version is < 2.1"
+#endif
+
+ ;
+ return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+ xdvi_cv_xinput_2_1=yes
+else
+ xdvi_cv_xinput_2_1=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xdvi_cv_xinput_2_1" >&5
+$as_echo "$xdvi_cv_xinput_2_1" >&6; }
+if test $xdvi_cv_xinput_2_1 = yes; then
+
+$as_echo "#define HAVE_XI21 1" >>confdefs.h
+
+ X_PRE_LIBS="$X_PRE_LIBS -lXi"
+fi
+fi
+
@@ -17120,7 +17168,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-xdvik (TeX Live) config.lt 22.86
+xdvik (TeX Live) config.lt 22.87
configured by $0, generated by GNU Autoconf 2.69.
Copyright (C) 2011 Free Software Foundation, Inc.
@@ -18480,7 +18528,7 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
-XDVIK_VERSION=22.86
+XDVIK_VERSION=22.87
@@ -19031,7 +19079,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 xdvik (TeX Live) $as_me 22.86, which was
+This file was extended by xdvik (TeX Live) $as_me 22.87, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -19097,7 +19145,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="\\
-xdvik (TeX Live) config.status 22.86
+xdvik (TeX Live) config.status 22.87
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"