diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-02-02 14:23:40 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-02-02 14:23:40 +0000 |
commit | b12d337486bb1b532ff35ad73b39e547b0c80474 (patch) | |
tree | e7b80f7c37f28f03f2af4db043a351e43420bf5a /Build/source/configure.in | |
parent | 7b6ec243e2c593053c0987fb720fe3fe565ce7fd (diff) |
more autoconf updates
git-svn-id: svn://tug.org/texlive/trunk@6488 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure.in')
-rw-r--r-- | Build/source/configure.in | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/Build/source/configure.in b/Build/source/configure.in index 97389304a77..0af317d2036 100644 --- a/Build/source/configure.in +++ b/Build/source/configure.in @@ -259,19 +259,21 @@ test "$needs_obsdcompat" = yes \ AC_CONFIG_SUBDIRS([libs]) -PKGS='dialog lcdf-typetools lzma-utils mkjobtexmf pdfopen ps2eps psutils t1utils texcount texi2html texinfo tpic2pdftex' -ESUBDIRS= -test -d utils || mkdir utils -for pkg in $PKGS; do - if test -d $srcdir/utils/$pkg; then - if eval "test \"`echo '$with_'${pkg}|sed 's/-/_/g'`\" != no"; then - ESUBDIRS="$ESUBDIRS utils/$pkg" - AC_CONFIG_SUBDIRS([utils/$pkg]) - fi - fi -done - -AC_SUBST(ESUBDIRS) +KPSE_CONFIG_SUBDIRS([ + dialog + lcdf-typetools + lzma-utils + mkjobtexmf + pdfopen + ps2eps + psutils + t1utils + texcount + texi2html + texinfo + tpic2pdftex +], [utils]) + AC_SUBST(LIBSDEP) AC_SUBST(LIBSDIRS) |