summaryrefslogtreecommitdiff
path: root/Build/source/libs
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs')
-rw-r--r--Build/source/libs/dummy/Makefile.in2
-rw-r--r--Build/source/libs/dummy/README5
-rwxr-xr-xBuild/source/libs/dummy/configure18
-rw-r--r--Build/source/libs/dummy/configure.ac2
4 files changed, 16 insertions, 11 deletions
diff --git a/Build/source/libs/dummy/Makefile.in b/Build/source/libs/dummy/Makefile.in
index dfeae3a4360..c4c230c2534 100644
--- a/Build/source/libs/dummy/Makefile.in
+++ b/Build/source/libs/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/libs/dummy/README b/Build/source/libs/dummy/README
new file mode 100644
index 00000000000..fe16d6f99e1
--- /dev/null
+++ b/Build/source/libs/dummy/README
@@ -0,0 +1,5 @@
+This directory libs/dummy does not build or install anything. Its purpose
+is to record the command line used to invoke libs/dummy/configure from
+libs/configure. This information is then used by libs/Makefile to invoke
+libs/*/configure in the remaining subdirectories without the need to adjust
+any absolute or relative paths.
diff --git a/Build/source/libs/dummy/configure b/Build/source/libs/dummy/configure
index 1802132cbeb..a3a69826bed 100755
--- a/Build/source/libs/dummy/configure
+++ b/Build/source/libs/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 libs dummy 2009.
+# Generated by GNU Autoconf 2.63 for TeX Live libs dummy 2009.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -594,10 +594,10 @@ MAKEFLAGS=
SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
-PACKAGE_NAME='TeX live libs dummy'
+PACKAGE_NAME='TeX Live libs dummy'
PACKAGE_TARNAME='tex-live-libs-dummy'
PACKAGE_VERSION='2009'
-PACKAGE_STRING='TeX live libs dummy 2009'
+PACKAGE_STRING='TeX Live libs 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 libs dummy 2009 to adapt to many kinds of systems.
+\`configure' configures TeX Live libs 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 libs dummy 2009:";;
+ short | recursive ) echo "Configuration of TeX Live libs 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 libs dummy configure 2009
+TeX Live libs 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 libs dummy $as_me 2009, which was
+It was created by TeX Live libs 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 libs dummy $as_me 2009, which was
+This file was extended by TeX Live libs 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 <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-TeX live libs dummy config.status 2009
+TeX Live libs 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/libs/dummy/configure.ac b/Build/source/libs/dummy/configure.ac
index 6799dae34b9..1daaf1c1358 100644
--- a/Build/source/libs/dummy/configure.ac
+++ b/Build/source/libs/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 libs dummy], [2009], [tex-k@tug.org])
+AC_INIT([TeX Live libs dummy], [2009], [tex-k@tug.org])
AC_PREREQ([2.63])
AC_CONFIG_SRCDIR([../../build-aux/missing])
AC_CONFIG_AUX_DIR([../../build-aux])