summaryrefslogtreecommitdiff
path: root/Build/source/Build
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-06-04 08:50:20 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-06-04 08:50:20 +0000
commit2300ccb10e93ce75ca3e3dcf2b26bd4600761a47 (patch)
tree37a33bbefeac5a45bf01648b1e27c91c000902c9 /Build/source/Build
parentd99cbbf7e8cc585a93ea5db4531c0da771c1f0ee (diff)
misc cleanup
git-svn-id: svn://tug.org/texlive/trunk@18715 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Build')
-rwxr-xr-xBuild/source/Build5
1 files changed, 1 insertions, 4 deletions
diff --git a/Build/source/Build b/Build/source/Build
index 111c17f4b0e..71580f43aa0 100755
--- a/Build/source/Build
+++ b/Build/source/Build
@@ -65,9 +65,6 @@ cd $TL_WORKDIR || exit 1
# allow override of configure location, just in case.
: ${TL_CONFIGURE=../configure}
-# banner for TeX et al.
-: ${TL_CONF_BANNER=--with-tex-banner='"TeX Live 2010/pretest"'}
-
# longinteger and off_t declarations are still inconsistent, do not
# enable this unless you are testing.
: ${TL_CONF_LARGEFILE=--disable-largefile}
@@ -82,7 +79,7 @@ cd $TL_WORKDIR || exit 1
: ${TL_CONF_XDVI_TOOLKIT=--with-xdvi-x-toolkit=xaw}
# allow adding arbitrary other configure args, such as
-# --with-tex-banner='TeX Live 2009/SomeDistro'.
+# --with-banner-add='/SomeDistro'.
: ${TL_CONFIGURE_ARGS=}
# allow override of make target.