diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-12-01 11:07:18 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-12-01 11:07:18 +0000 |
commit | 71d48c02c58e34346c5c269eaaf00e735e9344ba (patch) | |
tree | 77bc6298adfbc393dc02d1b4ea9de35acc71ee30 /Build/source/configure | |
parent | 288fc6e5e58880b29f34ee279e96fd6de0c0aa5f (diff) |
import xindy-2.4 as utils/xindy-new (still incomplete)
git-svn-id: svn://tug.org/texlive/trunk@16260 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 139 |
1 files changed, 107 insertions, 32 deletions
diff --git a/Build/source/configure b/Build/source/configure index 03ade39b884..19954286c85 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.65 for TeX Live 2009-11-10. +# Generated by GNU Autoconf 2.65 for TeX Live 2009-11-30. # # Report bugs to <tex-k@tug.org>. # @@ -701,8 +701,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='TeX Live' PACKAGE_TARNAME='tex-live' -PACKAGE_VERSION='2009-11-10' -PACKAGE_STRING='TeX Live 2009-11-10' +PACKAGE_VERSION='2009-11-30' +PACKAGE_STRING='TeX Live 2009-11-30' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -892,10 +892,12 @@ enable_psutils enable_t1utils enable_tpic2pdftex enable_vlna -enable_xindy +enable_xindy_new enable_xindy_rules enable_xindy_docs +with_system_clisp with_xindy_recode +enable_xindy enable_web2c with_tex_banner with_editor @@ -1572,7 +1574,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 TeX Live 2009-11-10 to adapt to many kinds of systems. +\`configure' configures TeX Live 2009-11-30 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1646,7 +1648,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of TeX Live 2009-11-10:";; + short | recursive ) echo "Configuration of TeX Live 2009-11-30:";; esac cat <<\_ACEOF @@ -1670,9 +1672,10 @@ Optional Features: --disable-t1utils do not build the t1utils package --disable-tpic2pdftex do not build the tpic2pdftex package --disable-vlna do not build the vlna package - --enable-xindy build the xindy package + --enable-xindy-new build the xindy-new package --enable-xindy-rules build and install make-rules package --enable-xindy-docs build and install documentation + --enable-xindy build the xindy package --disable-web2c do not build the web2c (TeX & Co.) package --enable-auto-core cause TeX&MF to dump core, given a certain filename @@ -1773,6 +1776,10 @@ Optional Features: Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --with-system-clisp do not install `clisp' for `xindy', use the + installed version + --with-recode use `recode' instead of `iconv' to build xindy-new + [default: no] --with-xindy-recode For `xindy': use `recode' instead of `iconv' (default is NO) --with-tex-banner=STR version string appended to banner lines [Web2C YEAR] @@ -1913,7 +1920,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -TeX Live configure 2009-11-10 +TeX Live configure 2009-11-30 generated by GNU Autoconf 2.65 Copyright (C) 2009 Free Software Foundation, Inc. @@ -2462,7 +2469,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 TeX Live $as_me 2009-11-10, which was +It was created by TeX Live $as_me 2009-11-30, which was generated by GNU Autoconf 2.65. Invocation command line was $ $0 $@ @@ -3161,6 +3168,74 @@ $as_echo "$as_me: Assuming \`--enable-vlna=$enable_vlna'" >&6;} esac +## utils/xindy-new/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy-new/ +## configure options and TL libraries required for xindy-new +# Check whether --enable-xindy-new was given. +if test "${enable_xindy_new+set}" = set; then : + enableval=$enable_xindy_new; +fi +case $enable_xindy_new in #( + yes) : + if test "x$cross_compiling" = xyes; then : + as_fn_error "Unable to cross compile xindy-new" "$LINENO" 5 +fi ;; #( + no) : + ;; #( + *) : + if test "x$cross_compiling" = xyes; then + enable_xindy_new=no + { $as_echo "$as_me:${as_lineno-$LINENO}: Cross compiling -> \`--disable-xindy-new'" >&5 +$as_echo "$as_me: Cross compiling -> \`--disable-xindy-new'" >&6;} + else + enable_xindy_new=no + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-xindy-new=$enable_xindy_new'" >&5 +$as_echo "$as_me: Assuming \`--enable-xindy-new=$enable_xindy_new'" >&6;} + ac_configure_args="$ac_configure_args '--enable-xindy-new=$enable_xindy_new'" + fi ;; +esac + +## utils/xindy-new/ac/xindy.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy-new/ +## configure options for xindy-new +# Check whether --enable-xindy-rules was given. +if test "${enable_xindy_rules+set}" = set; then : + enableval=$enable_xindy_rules; +fi +# Check whether --enable-xindy-docs was given. +if test "${enable_xindy_docs+set}" = set; then : + enableval=$enable_xindy_docs; +fi + +# Check whether --with-system-clisp was given. +if test "${with_system_clisp+set}" = set; then : + withval=$with_system_clisp; +fi + +# Check whether --with-xindy-recode was given. +if test "${with_xindy_recode+set}" = set; then : + withval=$with_xindy_recode; +fi + +## utils/xindy-new/ac/clisp.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy-new/ +## configure checks for xindy-new and clisp +case $with_system_clisp in #( + no) : + ;; #( + yes) : + if test "x$enable_native_texlive_build" = xyes; then : + as_fn_error "you can not use the installed clisp for a native TeX Live build" "$LINENO" 5 +fi ;; #( + *) : + if test "x$enable_native_texlive_build" = xyes; then : + with_system_clisp=no +else + with_system_clisp=yes +fi + { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--with-system-clisp=$with_system_clisp'" >&5 +$as_echo "$as_me: Assuming \`--with-system-clisp=$with_system_clisp'" >&6;} + ac_configure_args="$ac_configure_args '--with-system-clisp=$with_system_clisp'" ;; +esac + + ## utils/xindy/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/xindy/ ## configure options and TL libraries required for xindy # Check whether --enable-xindy was given. @@ -6773,13 +6848,13 @@ if test "${lt_cv_nm_interface+set}" = set; then : else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:6776: $ac_compile\"" >&5) + (eval echo "\"\$as_me:6851: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 - (eval echo "\"\$as_me:6779: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval echo "\"\$as_me:6854: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 - (eval echo "\"\$as_me:6782: output\"" >&5) + (eval echo "\"\$as_me:6857: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" @@ -7985,7 +8060,7 @@ ia64-*-hpux*) ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 7988 "configure"' > conftest.$ac_ext + echo '#line 8063 "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -9051,7 +9126,7 @@ fi # Define the identity of the package. PACKAGE='tex-live' - VERSION='2009-11-10' + VERSION='2009-11-30' cat >>confdefs.h <<_ACEOF @@ -9617,11 +9692,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:9620: $lt_compile\"" >&5) + (eval echo "\"\$as_me:9695: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:9624: \$? = $ac_status" >&5 + echo "$as_me:9699: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -9956,11 +10031,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:9959: $lt_compile\"" >&5) + (eval echo "\"\$as_me:10034: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:9963: \$? = $ac_status" >&5 + echo "$as_me:10038: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -10061,11 +10136,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:10064: $lt_compile\"" >&5) + (eval echo "\"\$as_me:10139: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:10068: \$? = $ac_status" >&5 + echo "$as_me:10143: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -10116,11 +10191,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:10119: $lt_compile\"" >&5) + (eval echo "\"\$as_me:10194: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:10123: \$? = $ac_status" >&5 + echo "$as_me:10198: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -12483,7 +12558,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12486 "configure" +#line 12561 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12579,7 +12654,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12582 "configure" +#line 12657 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -17053,11 +17128,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17056: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17131: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:17060: \$? = $ac_status" >&5 + echo "$as_me:17135: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -17152,11 +17227,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17155: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17230: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:17159: \$? = $ac_status" >&5 + echo "$as_me:17234: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -17204,11 +17279,11 @@ else -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17207: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17282: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:17211: \$? = $ac_status" >&5 + echo "$as_me:17286: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -19535,7 +19610,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 TeX Live $as_me 2009-11-10, which was +This file was extended by TeX Live $as_me 2009-11-30, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19592,7 +19667,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="\\ -TeX Live config.status 2009-11-10 +TeX Live config.status 2009-11-30 configured by $0, generated by GNU Autoconf 2.65, with options \\"\$ac_cs_config\\" |