summaryrefslogtreecommitdiff
path: root/Build/source/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-01 21:37:32 +0000
committerKarl Berry <karl@freefriends.org>2009-06-01 21:37:32 +0000
commit8d2cb230bc9703778d8729bbffaa576c1eed9755 (patch)
tree72d702aa8b27384e320835e69c3e3d40747b4467 /Build/source/Build
parent1bdc132f5edb897391bd7ab4d11ccee00696e645 (diff)
pass banner option, and increase quoting
git-svn-id: svn://tug.org/texlive/trunk@13565 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Build')
-rwxr-xr-xBuild/source/Build15
1 files changed, 8 insertions, 7 deletions
diff --git a/Build/source/Build b/Build/source/Build
index 53d20cc1bbe..938ab49ba8e 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -69,21 +69,21 @@ cd $TL_WORKDIR || exit 1
: ${TL_CONFIGURE=../configure}
# banner for TeX et al.
-: ${TL_CONF_BANNER=--with-tex-banner="TeX Live 2009"}
-
-# default to static linking.
-: ${TL_CONF_SHARED=--disable-shared}
+: ${TL_CONF_BANNER=--with-tex-banner='"TeX Live 2009"'}
# longinteger and off_t declarations are still inconsistent, do not
# enable this unless you are testing.
: ${TL_CONF_LARGEFILE=--disable-largefile}
-# allow override of xdvi toolkit, default to standard xaw.
-: ${TL_CONF_XDVI_TOOLKIT=--with-xdvi-x-toolkit=xaw}
+# default to static linking.
+: ${TL_CONF_SHARED=--disable-shared}
# default to building ICU without thread support, since xetex doesn't need it.
: ${TL_CONF_THREADS=--disable-threads}
+# allow override of xdvi toolkit, default to standard xaw.
+: ${TL_CONF_XDVI_TOOLKIT=--with-xdvi-x-toolkit=xaw}
+
# allow adding arbitrary other configure args.
: ${TL_CONFIGURE_ARGS=}
@@ -103,10 +103,11 @@ cd $TL_WORKDIR || exit 1
eval $TL_BUILD_ENV time $TL_CONFIGURE \
--prefix=$TL_INSTALL_DEST \
--datadir=$TL_INSTALL_DEST \
+ $TL_CONF_BANNER \
$TL_CONF_SHARED \
$TL_CONF_LARGEFILE \
- $TL_CONF_XDVI_TOOLKIT \
$TL_CONF_THREADS \
+ $TL_CONF_XDVI_TOOLKIT \
$TL_CONFIGURE_ARGS \
"$@" \
&& eval $TL_BUILD_ENV time $TL_MAKE $TL_MAKE_FLAGS $TL_TARGET