From 8d2cb230bc9703778d8729bbffaa576c1eed9755 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 1 Jun 2009 21:37:32 +0000 Subject: pass banner option, and increase quoting git-svn-id: svn://tug.org/texlive/trunk@13565 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/Build | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'Build') 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 -- cgit v1.2.3