summaryrefslogtreecommitdiff
path: root/Build/source/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/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/configure.in')
-rw-r--r--Build/source/configure.in15
1 files changed, 3 insertions, 12 deletions
diff --git a/Build/source/configure.in b/Build/source/configure.in
index ea1e9bb8a46..1653d9dd2be 100644
--- a/Build/source/configure.in
+++ b/Build/source/configure.in
@@ -256,20 +256,11 @@ test "$needs_graphite" = yes \
test "$needs_obsdcompat" = yes \
&& LIBSDIRS="$LIBOBSDCOMPATDIR $LIBSDIRS"
+dnl required subdir
AC_CONFIG_SUBDIRS([libs])
-KPSE_CONFIG_SUBDIRS([
- dialog
- mkjobtexmf
- pdfopen
- ps2eps
- psutils
- t1utils
- texcount
- texi2html
- texinfo
- tpic2pdftex
-], [utils])
+dnl optional subdirs in utils/ => ESUBDIRS
+KPSE_CONFIG_SUBDIRS(kpse_utils_pkglist, [utils])
AC_SUBST(LIBSDEP)
AC_SUBST(LIBSDIRS)