summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-12-03 12:13:36 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-12-03 12:13:36 +0000
commit6c95206204a22fa0f39833b36c446fae569c2eb4 (patch)
tree4d3691c9ba9b979b7d04f022d92a20c3507f2791 /Build/source/texk/configure
parentef888e5b75caca5afa1021d6eb57437019ea8481 (diff)
psutils: Use getopt() from kpathsea and move from utils/ to texk/
git-svn-id: svn://tug.org/texlive/trunk@32305 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure58
1 files changed, 34 insertions, 24 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 85d9cb43c33..c1cd36b632b 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -700,7 +700,6 @@ enable_biber
enable_m_tx
enable_pmx
enable_ps2eps
-enable_psutils
enable_t1utils
enable_texdoctk
enable_tpic2pdftex
@@ -796,6 +795,7 @@ enable_makeindexk
enable_makejvf
enable_mendexk
enable_ps2pkm
+enable_psutils
enable_seetexk
enable_tex4htk
enable_ttf2pk2
@@ -878,6 +878,7 @@ makeindexk
makejvf
mendexk
ps2pkm
+psutils
seetexk
tex4htk
ttf2pk2
@@ -1514,7 +1515,6 @@ Optional Features:
--disable-m-tx do not build the m-tx package
--disable-pmx do not build the pmx package
--disable-ps2eps do not build the ps2eps package
- --disable-psutils do not build the psutils package
--disable-t1utils do not build the t1utils package
--disable-texdoctk do not build the texdoctk package
--disable-tpic2pdftex do not build the tpic2pdftex package
@@ -1610,6 +1610,7 @@ Optional Features:
--disable-makejvf do not build the makejvf package
--disable-mendexk do not build the mendexk package
--disable-ps2pkm do not build the ps2pkm package
+ --disable-psutils do not build the psutils package
--disable-seetexk do not build the seetexk package
--disable-tex4htk do not build the tex4htk package
--disable-ttf2pk2 do not build the ttf2pk2 package
@@ -3436,28 +3437,6 @@ $as_echo "$as_me: Assuming \`--enable-ps2eps=$enable_ps2eps'" >&6;}
;;
esac
-## utils/psutils/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/psutils/
-## configure options and TL libraries required for psutils
-# Check whether --enable-psutils was given.
-if test "${enable_psutils+set}" = set; then :
- enableval=$enable_psutils;
-fi
-case $enable_psutils in #(
- yes|no) :
- ;; #(
- *) :
-
- enable_psutils=$enable_all_pkgs
- { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-psutils=$enable_psutils'" >&5
-$as_echo "$as_me: Assuming \`--enable-psutils=$enable_psutils'" >&6;}
- ac_configure_args="$ac_configure_args '--enable-psutils=$enable_psutils'"
- ;;
-esac
-
-test "x$enable_psutils" = xno || {
- need_paper=yes
-}
-
## utils/t1utils/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/t1utils/
## configure options and TL libraries required for t1utils
# Check whether --enable-t1utils was given.
@@ -4625,6 +4604,29 @@ test "x$enable_ps2pkm" = xno || {
need_kpathsea=yes
}
+## texk/psutils/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/psutils/
+## configure options and TL libraries required for psutils
+# Check whether --enable-psutils was given.
+if test "${enable_psutils+set}" = set; then :
+ enableval=$enable_psutils;
+fi
+case $enable_psutils in #(
+ yes|no) :
+ ;; #(
+ *) :
+
+ enable_psutils=$enable_all_pkgs
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-psutils=$enable_psutils'" >&5
+$as_echo "$as_me: Assuming \`--enable-psutils=$enable_psutils'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-psutils=$enable_psutils'"
+ ;;
+esac
+
+test "x$enable_psutils" = xno || {
+ need_kpathsea=yes
+ need_paper=yes
+}
+
## texk/seetexk/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/seetexk/
## configure options and TL libraries required for seetexk
# Check whether --enable-seetexk was given.
@@ -6457,6 +6459,14 @@ if test -x $srcdir/ps2pkm/configure; then
fi
fi
+if test -x $srcdir/psutils/configure; then
+ test "x$enable_psutils" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS psutils"
+ CONF_SUBDIRS="$CONF_SUBDIRS psutils"
+ if false; then
+ subdirs="$subdirs psutils"
+
+ fi
+fi
if test -x $srcdir/seetexk/configure; then
test "x$enable_seetexk" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS seetexk"
CONF_SUBDIRS="$CONF_SUBDIRS seetexk"