summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2008-02-21 09:28:43 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2008-02-21 09:28:43 +0000
commita734173cbba559417924a91e0babca3b3053aa56 (patch)
tree10771b5e2c860ce110d5465b6ee2cfacdfad00b1 /Build/source/texk/configure.in
parent544143ec1e27925873c115f494b0c4840a28ee9c (diff)
autoconf changes:
* with --enable-multiplatform modifies libdir (in addition to bindir) * define lists of optional packages (in texk/PKG/, utils/PKG/) and use them (1) to generate --without-PKG options, and (2) to select subdirs git-svn-id: svn://tug.org/texlive/trunk@6698 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure.in')
-rw-r--r--Build/source/texk/configure.in34
1 files changed, 3 insertions, 31 deletions
diff --git a/Build/source/texk/configure.in b/Build/source/texk/configure.in
index 16039cb4dac..8c7cf884b9e 100644
--- a/Build/source/texk/configure.in
+++ b/Build/source/texk/configure.in
@@ -47,39 +47,11 @@ if test "x$with_x" = xno; then
with_xdvik=no
fi
+dnl required subdirs
AC_CONFIG_SUBDIRS([kpathsea web2c])
-KPSE_CONFIG_SUBDIRS([
- afm2pl
- bibtex8
- cjkutils
- detex
- devnag
- dtl
- dvi2tty
- dvidvi
- dviljk
- dvipdfm
- dvipdfmx
- dvipng
- dvipos
- dvipsk
- gsftopk
- lacheck
- lcdf-typetools
- makeindexk
- musixflx
- ps2pkm
- seetexk
- tetex
- tex4htk
- texlive
- ttf2pk
- tth
- xdv2pdf
- xdvik
- xdvipdfmx
-])
+dnl optional subdirs => ESUBDIRS
+KPSE_CONFIG_SUBDIRS(kpse_texk_pkglist)
KPSE_CONFIG_FILES([Makefile])
AC_OUTPUT