From 200cfaafaed3d870382579503f73a3838b427d51 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Fri, 20 Mar 2009 07:23:18 +0000 Subject: new build system git-svn-id: svn://tug.org/texlive/trunk@12442 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/dummy/Makefile.in | 2 +- Build/source/utils/dummy/README | 5 +++++ Build/source/utils/dummy/configure | 18 +++++++++--------- Build/source/utils/dummy/configure.ac | 2 +- 4 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 Build/source/utils/dummy/README (limited to 'Build/source/utils/dummy') diff --git a/Build/source/utils/dummy/Makefile.in b/Build/source/utils/dummy/Makefile.in index bcddd01e1f2..21d9f0bd9cc 100644 --- a/Build/source/utils/dummy/Makefile.in +++ b/Build/source/utils/dummy/Makefile.in @@ -31,7 +31,7 @@ NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : subdir = . -DIST_COMMON = $(am__configure_deps) \ +DIST_COMMON = README $(am__configure_deps) \ $(srcdir)/../../build-aux/install-sh \ $(srcdir)/../../build-aux/missing $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(top_srcdir)/configure \ diff --git a/Build/source/utils/dummy/README b/Build/source/utils/dummy/README new file mode 100644 index 00000000000..6d82affd248 --- /dev/null +++ b/Build/source/utils/dummy/README @@ -0,0 +1,5 @@ +This directory utils/dummy does not build or install anything. Its purpose +is to record the command line used to invoke utils/dummy/configure from +utils/configure. This information is then used by utils/Makefile to invoke +utils/*/configure in the remaining subdirectories without the need to adjust +any absolute or relative paths. diff --git a/Build/source/utils/dummy/configure b/Build/source/utils/dummy/configure index fde84dbe370..34552b2a9b8 100755 --- a/Build/source/utils/dummy/configure +++ b/Build/source/utils/dummy/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.63 for TeX live utils dummy 2009. +# Generated by GNU Autoconf 2.63 for TeX Live utils dummy 2009. # # Report bugs to . # @@ -594,10 +594,10 @@ MAKEFLAGS= SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. -PACKAGE_NAME='TeX live utils dummy' +PACKAGE_NAME='TeX Live utils dummy' PACKAGE_TARNAME='tex-live-utils-dummy' PACKAGE_VERSION='2009' -PACKAGE_STRING='TeX live utils dummy 2009' +PACKAGE_STRING='TeX Live utils dummy 2009' PACKAGE_BUGREPORT='tex-k@tug.org' ac_unique_file="../../build-aux/missing" @@ -1226,7 +1226,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 utils dummy 2009 to adapt to many kinds of systems. +\`configure' configures TeX Live utils dummy 2009 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1293,7 +1293,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of TeX live utils dummy 2009:";; + short | recursive ) echo "Configuration of TeX Live utils dummy 2009:";; esac cat <<\_ACEOF @@ -1367,7 +1367,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -TeX live utils dummy configure 2009 +TeX Live utils dummy configure 2009 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1381,7 +1381,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 utils dummy $as_me 2009, which was +It was created by TeX Live utils dummy $as_me 2009, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ @@ -2732,7 +2732,7 @@ exec 6>&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 utils dummy $as_me 2009, which was +This file was extended by TeX Live utils dummy $as_me 2009, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2782,7 +2782,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -TeX live utils dummy config.status 2009 +TeX Live utils dummy config.status 2009 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/Build/source/utils/dummy/configure.ac b/Build/source/utils/dummy/configure.ac index 5bb9c28abee..15ca524c4fa 100644 --- a/Build/source/utils/dummy/configure.ac +++ b/Build/source/utils/dummy/configure.ac @@ -6,7 +6,7 @@ dnl This file is free software; the copyright holder dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl -AC_INIT([TeX live utils dummy], [2009], [tex-k@tug.org]) +AC_INIT([TeX Live utils dummy], [2009], [tex-k@tug.org]) AC_PREREQ([2.63]) AC_CONFIG_SRCDIR([../../build-aux/missing]) AC_CONFIG_AUX_DIR([../../build-aux]) -- cgit v1.2.3