summaryrefslogtreecommitdiff
path: root/Build/source/texk/texlive/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-12-19 11:06:18 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-12-19 11:06:18 +0000
commitf4a44885a367794f0ed41c0dd446df7b40a174d8 (patch)
treeff5f6f65c92699d23eea5a9c8578847ece736556 /Build/source/texk/texlive/configure.ac
parentdac42fa45e686717a350e950f3a68ad1cc5eec83 (diff)
Add a configure option to skip the linked scripts and still run texlinks
git-svn-id: svn://tug.org/texlive/trunk@32449 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/texlive/configure.ac')
-rw-r--r--Build/source/texk/texlive/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/texlive/configure.ac b/Build/source/texk/texlive/configure.ac
index c70779db465..be6b1e49e40 100644
--- a/Build/source/texk/texlive/configure.ac
+++ b/Build/source/texk/texlive/configure.ac
@@ -16,6 +16,10 @@ AC_CONFIG_MACRO_DIR([../../m4])
AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE
+# Configure options for texlive also shown at the TeX Live top-level.
+m4_include([ac/texlive.ac])
+AM_CONDITIONAL([LINKED_SCRIPTS], [test "x$enable_linked_scripts" != xno])
+
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LN_S