From 223d9c785f8ec2bb0a72b410077b7db78a938969 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 15 Sep 2014 10:16:13 +0000 Subject: xindy 2.5.1 git-svn-id: svn://tug.org/texlive/trunk@35177 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/xindy/configure | 155 ++++++------------------------------- 1 file changed, 22 insertions(+), 133 deletions(-) (limited to 'Build/source/utils/xindy/configure') diff --git a/Build/source/utils/xindy/configure b/Build/source/utils/xindy/configure index 8a67bdc7684..cc5dce3d9da 100755 --- a/Build/source/utils/xindy/configure +++ b/Build/source/utils/xindy/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for xindy (TeX Live) 2.5.0. +# Generated by GNU Autoconf 2.69 for xindy (TeX Live) 2.5.1. # # Report bugs to . # @@ -579,12 +579,12 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='xindy (TeX Live)' PACKAGE_TARNAME='xindy--tex-live-' -PACKAGE_VERSION='2.5.0' -PACKAGE_STRING='xindy (TeX Live) 2.5.0' +PACKAGE_VERSION='2.5.1' +PACKAGE_STRING='xindy (TeX Live) 2.5.1' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' -ac_unique_file="xindy-2.5.0/ChangeLog.Gour" +ac_unique_file="xindy-2.5.1/ChangeLog.Gour" ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS @@ -600,8 +600,6 @@ WIN32_WRAP_FALSE WIN32_WRAP_TRUE WIN32_FALSE WIN32_TRUE -CONVERT_TO_UTF8 -CONVERT_FROM_UTF8 LISP_RUN XINDY_RUN PDFLATEX @@ -1273,7 +1271,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 xindy (TeX Live) 2.5.0 to adapt to many kinds of systems. +\`configure' configures xindy (TeX Live) 2.5.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1344,7 +1342,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xindy (TeX Live) 2.5.0:";; + short | recursive ) echo "Configuration of xindy (TeX Live) 2.5.1:";; esac cat <<\_ACEOF @@ -1455,7 +1453,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xindy (TeX Live) configure 2.5.0 +xindy (TeX Live) configure 2.5.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1623,7 +1621,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 xindy (TeX Live) $as_me 2.5.0, which was +It was created by xindy (TeX Live) $as_me 2.5.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3546,7 +3544,7 @@ fi # Define the identity of the package. PACKAGE='xindy--tex-live-' - VERSION='2.5.0' + VERSION='2.5.1' # Some tools Automake needs. @@ -4989,59 +4987,6 @@ if test "x$enable_xindy_rules:$enable_xindy_docs:$PDFLATEX" = xyes:yes:no; then as_fn_error $? "PDFLATEX is required to build xindy docs" "$LINENO" 5 fi -if test "x$with_xindy_recode" = xyes; then - # Extract the first word of "recode", so it can be a program name with args. -set dummy recode; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_CONVERT_FROM_UTF8+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$CONVERT_FROM_UTF8"; then - ac_cv_prog_CONVERT_FROM_UTF8="$CONVERT_FROM_UTF8" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_CONVERT_FROM_UTF8="recode UTF-8.." - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -CONVERT_FROM_UTF8=$ac_cv_prog_CONVERT_FROM_UTF8 -if test -n "$CONVERT_FROM_UTF8"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT_FROM_UTF8" >&5 -$as_echo "$CONVERT_FROM_UTF8" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - - if test "x$CONVERT_FROM_UTF8" != 'xrecode UTF-8..'; then - as_fn_error $? "--with-xindy-recode specified, but \`recode' not found" "$LINENO" 5 - fi - # FIXME Conversion to UTF-8 with recode needs source encoding - # within the argument. This won't work. Currently, this is only used - # to establish utf8.xdy which doesn't work well anyhow for arbitrary - # languages. So let's skip its creation on systems that don't have iconv. - CONVERT_TO_UTF8=true -else - CONVERT_FROM_UTF8='iconv -f UTF-8 -t #' # May need the trailing blank - CONVERT_TO_UTF8='iconv -t UTF-8 -f #' # May need the trailing blank -fi - - - # No checks for header files. We use stdio.h, unistd.h, and string.h. # Today, they are universally available if a C compiler is installed. @@ -5132,7 +5077,7 @@ fi -XINDY_TREE=xindy-2.5.0 +XINDY_TREE=xindy-2.5.1 if test "x$with_clisp_runtime" != xsystem; then @@ -5160,7 +5105,7 @@ else fi -ac_config_files="$ac_config_files Makefile xindy-2.5.0/Makefile xindy-2.5.0/src/Makefile xindy-2.5.0/tex2xindy/Makefile xindy-2.5.0/modules/Makefile xindy-2.5.0/modules/base/Makefile xindy-2.5.0/modules/class/Makefile xindy-2.5.0/modules/lang/Makefile xindy-2.5.0/modules/lang/german/Makefile xindy-2.5.0/modules/lang/korean/Makefile xindy-2.5.0/modules/lang/latin/Makefile xindy-2.5.0/modules/ord/Makefile xindy-2.5.0/modules/rules/Makefile xindy-2.5.0/modules/styles/Makefile xindy-2.5.0/user-commands/Makefile xindy-2.5.0/make-rules/Makefile xindy-2.5.0/make-rules/alphabets/Makefile xindy-2.5.0/make-rules/alphabets/albanian/Makefile xindy-2.5.0/make-rules/alphabets/belarusian/Makefile xindy-2.5.0/make-rules/alphabets/bulgarian/Makefile xindy-2.5.0/make-rules/alphabets/croatian/Makefile xindy-2.5.0/make-rules/alphabets/czech/Makefile xindy-2.5.0/make-rules/alphabets/danish/Makefile xindy-2.5.0/make-rules/alphabets/dutch/Makefile xindy-2.5.0/make-rules/alphabets/english/Makefile xindy-2.5.0/make-rules/alphabets/esperanto/Makefile xindy-2.5.0/make-rules/alphabets/estonian/Makefile xindy-2.5.0/make-rules/alphabets/finnish/Makefile xindy-2.5.0/make-rules/alphabets/french/Makefile xindy-2.5.0/make-rules/alphabets/general/Makefile xindy-2.5.0/make-rules/alphabets/georgian/Makefile xindy-2.5.0/make-rules/alphabets/german/Makefile xindy-2.5.0/make-rules/alphabets/greek/Makefile xindy-2.5.0/make-rules/alphabets/gypsy/Makefile xindy-2.5.0/make-rules/alphabets/hausa/Makefile xindy-2.5.0/make-rules/alphabets/hebrew/Makefile xindy-2.5.0/make-rules/alphabets/hungarian/Makefile xindy-2.5.0/make-rules/alphabets/icelandic/Makefile xindy-2.5.0/make-rules/alphabets/italian/Makefile xindy-2.5.0/make-rules/alphabets/klingon/Makefile xindy-2.5.0/make-rules/alphabets/kurdish/Makefile xindy-2.5.0/make-rules/alphabets/latin/Makefile xindy-2.5.0/make-rules/alphabets/latvian/Makefile xindy-2.5.0/make-rules/alphabets/lithuanian/Makefile xindy-2.5.0/make-rules/alphabets/lower-sorbian/Makefile xindy-2.5.0/make-rules/alphabets/macedonian/Makefile xindy-2.5.0/make-rules/alphabets/mongolian/Makefile xindy-2.5.0/make-rules/alphabets/norwegian/Makefile xindy-2.5.0/make-rules/alphabets/persian/Makefile xindy-2.5.0/make-rules/alphabets/polish/Makefile xindy-2.5.0/make-rules/alphabets/portuguese/Makefile xindy-2.5.0/make-rules/alphabets/romanian/Makefile xindy-2.5.0/make-rules/alphabets/russian/Makefile xindy-2.5.0/make-rules/alphabets/serbian/Makefile xindy-2.5.0/make-rules/alphabets/slovak/Makefile xindy-2.5.0/make-rules/alphabets/slovenian/Makefile xindy-2.5.0/make-rules/alphabets/spanish/Makefile xindy-2.5.0/make-rules/alphabets/swedish/Makefile xindy-2.5.0/make-rules/alphabets/test1/Makefile xindy-2.5.0/make-rules/alphabets/turkish/Makefile xindy-2.5.0/make-rules/alphabets/ukrainian/Makefile xindy-2.5.0/make-rules/alphabets/upper-sorbian/Makefile xindy-2.5.0/make-rules/alphabets/vietnamese/Makefile xindy-2.5.0/make-rules/inputenc/Makefile xindy-2.5.0/doc/Makefile xindy-2.5.0/doc/style-tutorial/Makefile" +ac_config_files="$ac_config_files Makefile xindy-2.5.1/Makefile xindy-2.5.1/src/Makefile xindy-2.5.1/tex2xindy/Makefile xindy-2.5.1/modules/Makefile xindy-2.5.1/user-commands/Makefile xindy-2.5.1/make-rules/Makefile xindy-2.5.1/make-rules/alphabets/Makefile xindy-2.5.1/make-rules/inputenc/Makefile xindy-2.5.1/doc/Makefile" cat >confcache <<\_ACEOF @@ -5761,7 +5706,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 xindy (TeX Live) $as_me 2.5.0, which was +This file was extended by xindy (TeX Live) $as_me 2.5.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5818,7 +5763,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="\\ -xindy (TeX Live) config.status 2.5.0 +xindy (TeX Live) config.status 2.5.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -5938,71 +5883,15 @@ do case $ac_config_target in "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "xindy-2.5.0/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/Makefile" ;; - "xindy-2.5.0/src/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/src/Makefile" ;; - "xindy-2.5.0/tex2xindy/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/tex2xindy/Makefile" ;; - "xindy-2.5.0/modules/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/modules/Makefile" ;; - "xindy-2.5.0/modules/base/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/modules/base/Makefile" ;; - "xindy-2.5.0/modules/class/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/modules/class/Makefile" ;; - "xindy-2.5.0/modules/lang/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/modules/lang/Makefile" ;; - "xindy-2.5.0/modules/lang/german/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/modules/lang/german/Makefile" ;; - "xindy-2.5.0/modules/lang/korean/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/modules/lang/korean/Makefile" ;; - "xindy-2.5.0/modules/lang/latin/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/modules/lang/latin/Makefile" ;; - "xindy-2.5.0/modules/ord/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/modules/ord/Makefile" ;; - "xindy-2.5.0/modules/rules/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/modules/rules/Makefile" ;; - "xindy-2.5.0/modules/styles/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/modules/styles/Makefile" ;; - "xindy-2.5.0/user-commands/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/user-commands/Makefile" ;; - "xindy-2.5.0/make-rules/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/albanian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/albanian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/belarusian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/belarusian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/bulgarian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/bulgarian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/croatian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/croatian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/czech/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/czech/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/danish/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/danish/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/dutch/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/dutch/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/english/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/english/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/esperanto/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/esperanto/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/estonian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/estonian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/finnish/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/finnish/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/french/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/french/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/general/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/general/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/georgian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/georgian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/german/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/german/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/greek/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/greek/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/gypsy/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/gypsy/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/hausa/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/hausa/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/hebrew/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/hebrew/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/hungarian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/hungarian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/icelandic/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/icelandic/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/italian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/italian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/klingon/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/klingon/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/kurdish/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/kurdish/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/latin/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/latin/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/latvian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/latvian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/lithuanian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/lithuanian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/lower-sorbian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/lower-sorbian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/macedonian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/macedonian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/mongolian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/mongolian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/norwegian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/norwegian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/persian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/persian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/polish/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/polish/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/portuguese/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/portuguese/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/romanian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/romanian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/russian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/russian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/serbian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/serbian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/slovak/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/slovak/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/slovenian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/slovenian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/spanish/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/spanish/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/swedish/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/swedish/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/test1/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/test1/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/turkish/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/turkish/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/ukrainian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/ukrainian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/upper-sorbian/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/upper-sorbian/Makefile" ;; - "xindy-2.5.0/make-rules/alphabets/vietnamese/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/alphabets/vietnamese/Makefile" ;; - "xindy-2.5.0/make-rules/inputenc/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/make-rules/inputenc/Makefile" ;; - "xindy-2.5.0/doc/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/doc/Makefile" ;; - "xindy-2.5.0/doc/style-tutorial/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.0/doc/style-tutorial/Makefile" ;; + "xindy-2.5.1/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.1/Makefile" ;; + "xindy-2.5.1/src/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.1/src/Makefile" ;; + "xindy-2.5.1/tex2xindy/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.1/tex2xindy/Makefile" ;; + "xindy-2.5.1/modules/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.1/modules/Makefile" ;; + "xindy-2.5.1/user-commands/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.1/user-commands/Makefile" ;; + "xindy-2.5.1/make-rules/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.1/make-rules/Makefile" ;; + "xindy-2.5.1/make-rules/alphabets/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.1/make-rules/alphabets/Makefile" ;; + "xindy-2.5.1/make-rules/inputenc/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.1/make-rules/inputenc/Makefile" ;; + "xindy-2.5.1/doc/Makefile") CONFIG_FILES="$CONFIG_FILES xindy-2.5.1/doc/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac -- cgit v1.2.3