diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-06-04 08:50:20 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-06-04 08:50:20 +0000 |
commit | 2300ccb10e93ce75ca3e3dcf2b26bd4600761a47 (patch) | |
tree | 37a33bbefeac5a45bf01648b1e27c91c000902c9 /Build/source/texk/web2c/configure.ac | |
parent | d99cbbf7e8cc585a93ea5db4531c0da771c1f0ee (diff) |
misc cleanup
git-svn-id: svn://tug.org/texlive/trunk@18715 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure.ac')
-rw-r--r-- | Build/source/texk/web2c/configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac index 3a16b950319..c149c13c170 100644 --- a/Build/source/texk/web2c/configure.ac +++ b/Build/source/texk/web2c/configure.ac @@ -46,11 +46,11 @@ dnl Include additional code for web2c. KPSE_WEB2C_PREPARE m4_include([ac/web2c.ac]) -AS_CASE([$with_tex_banner], - [''|yes|no], [with_tex_banner="Web2C $WEB2CVERSION"], - [AS_IF([echo "$with_tex_banner" | grep -v "$WEB2CVERSION" >/dev/null], - [AC_MSG_ERROR([Bad `--with-tex-banner=$with_tex_banner' version string (must contain ` $WEB2CVERSION')])])]) -AC_DEFINE_UNQUOTED([WEB2CVERSION], [" ($with_tex_banner)"]) +AS_IF([test "x$enable_texlive_build" = xyes], + [banner_pre='TeX Live'], + [banner_pre='Web2C']) +AC_DEFINE_UNQUOTED([WEB2CVERSION], + [" ($banner_pre $WEB2CVERSION$with_banner_add)"]) dnl For tests AC_CHECK_PROGS([KPSEWHICH], [kpsewhich], [false]) |