From ad547a6b5986815fda458221149728d9d9ab1d87 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 25 Feb 2021 19:22:25 +0000 Subject: restore Build,TODO from r57911 git-svn-id: svn://tug.org/texlive/trunk@57915 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/m4/web2c-disable.m4 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Build/source/texk/web2c/m4/web2c-disable.m4 (limited to 'Build/source/texk/web2c/m4') diff --git a/Build/source/texk/web2c/m4/web2c-disable.m4 b/Build/source/texk/web2c/m4/web2c-disable.m4 new file mode 100644 index 00000000000..65a34f4c872 --- /dev/null +++ b/Build/source/texk/web2c/m4/web2c-disable.m4 @@ -0,0 +1,17 @@ +# Autoconf macros for web2c. +# Copyright (C) 2009 Peter Breitenlohner +# +# This file is free software; the copyright holders +# give unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# WEB2C_DISABLE(PROGRAM, PROBLEM) +# ------------------------------ +# Disable building PROGRAM due to PROBLEM, usually missing libraries. +# Terminate, via KPSE_MSG_WARN, if `--disable-missing' was given. +AC_DEFUN([WEB2C_DISABLE], +[AS_IF([test "x$enable_$1" = xyes], + [KPSE_MSG_WARN([Sorry, $2: disabling $1]) + enable_$1=no]) +]) # WEB2C_DISABLE + -- cgit v1.2.3