diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-24 11:36:53 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-06-24 11:36:53 +0000 |
commit | 8a9fa865b4d372ab53ccc70fe46a25273c49e9af (patch) | |
tree | 96a83e43801be4faa0662613ff4ef46adf58d04b /Build/source/configure | |
parent | 432d51af8c3f6760dc1dda1f229f9a27e34d4a44 (diff) |
Update build system
git-svn-id: svn://tug.org/texlive/trunk@30903 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/Build/source/configure b/Build/source/configure index 9d3f3b58547..5558bb6fb20 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.69 for TeX Live 2013-03-01. +# Generated by GNU Autoconf 2.69 for TeX Live 2013-06-24. # # Report bugs to <tex-k@tug.org>. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='TeX Live' PACKAGE_TARNAME='tex-live' -PACKAGE_VERSION='2013-03-01' -PACKAGE_STRING='TeX Live 2013-03-01' +PACKAGE_VERSION='2013-06-24' +PACKAGE_STRING='TeX Live 2013-06-24' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1498,7 +1498,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 2013-03-01 to adapt to many kinds of systems. +\`configure' configures TeX Live 2013-06-24 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1572,7 +1572,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of TeX Live 2013-03-01:";; + short | recursive ) echo "Configuration of TeX Live 2013-06-24:";; esac cat <<\_ACEOF @@ -1880,7 +1880,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -TeX Live configure 2013-03-01 +TeX Live configure 2013-06-24 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2611,7 +2611,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 2013-03-01, which was +It was created by TeX Live $as_me 2013-06-24, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -10315,7 +10315,7 @@ fi # Define the identity of the package. PACKAGE='tex-live' - VERSION='2013-03-01' + VERSION='2013-06-24' cat >>confdefs.h <<_ACEOF @@ -10355,11 +10355,16 @@ mkdir_p='$(MKDIR_P)' # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 @@ -21693,7 +21698,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 2013-03-01, which was +This file was extended by TeX Live $as_me 2013-06-24, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21750,7 +21755,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 2013-03-01 +TeX Live config.status 2013-06-24 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -22730,7 +22735,7 @@ $as_echo X"$mf" | DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "am__include" && continue + test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the |