summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-08-23 08:52:54 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-08-23 08:52:54 +0000
commita6a17e9694ba2834fedb93aa43dd05e0912f7ea8 (patch)
treec366a11d0c387cf2a192e0fc7ea9162bf9127b26
parentb91366cf53d661155388058502049978877f89d0 (diff)
texk/web2c: Drop redundant code
git-svn-id: svn://tug.org/texlive/trunk@35023 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rwxr-xr-xBuild/source/texk/web2c/configure13
-rw-r--r--Build/source/texk/web2c/configure.ac2
3 files changed, 4 insertions, 15 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 46d96ff2597..3429c66cc88 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,7 @@
+2014-08-22 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * configure.ac: Drop redundant AM_CONDITIONAL MP.
+
2014-07-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Check for <StructTreeRoot.h> (poppler 0.25 or
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure
index 5c8d449de8e..64b7c465868 100755
--- a/Build/source/texk/web2c/configure
+++ b/Build/source/texk/web2c/configure
@@ -20357,15 +20357,6 @@ $as_echo "#define UNITERMWIN /**/" >>confdefs.h
fi
- if test "x$enable_mp" != xno; then
- MP_TRUE=
- MP_FALSE='#'
-else
- MP_TRUE='#'
- MP_FALSE=
-fi
-
-
if test "x$enable_web_progs" != xno; then
WEB_TRUE=
WEB_FALSE='#'
@@ -24468,10 +24459,6 @@ if test -z "${MFXT_TRUE}" && test -z "${MFXT_FALSE}"; then
as_fn_error $? "conditional \"MFXT\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
-if test -z "${MP_TRUE}" && test -z "${MP_FALSE}"; then
- as_fn_error $? "conditional \"MP\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
if test -z "${WEB_TRUE}" && test -z "${WEB_FALSE}"; then
as_fn_error $? "conditional \"WEB\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac
index 315af0206ea..70db03fec7e 100644
--- a/Build/source/texk/web2c/configure.ac
+++ b/Build/source/texk/web2c/configure.ac
@@ -195,8 +195,6 @@ m4_foreach([Kpse_Win], [kpse_mf_win],
[m4_ifset([Kpse_Win],
[KPSE_MFWIN_DEFINE(Kpse_Win)])])[]dnl
-AM_CONDITIONAL([MP], [test "x$enable_mp" != xno])
-
AM_CONDITIONAL([WEB], [test "x$enable_web_progs" != xno])
AS_IF([test "x$enable_ptex:$enable_eptex" = xno:no],