summaryrefslogtreecommitdiff
path: root/Build/source/texk/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-12-15 14:15:50 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-12-15 14:15:50 +0000
commit6e80afc0d352d893cf66f956cb9a95d033ca4680 (patch)
treeebfcee96946ee99b0aeeebdfb54e0e6e73d285a3 /Build/source/texk/configure
parent911dc67a9c87f978296ce19551a7e621aeedcfe8 (diff)
ps2pk 1.7
git-svn-id: svn://tug.org/texlive/trunk@35828 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-xBuild/source/texk/configure36
1 files changed, 18 insertions, 18 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index f7c609b1769..268ddf0f033 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -794,7 +794,7 @@ enable_updmap
enable_makeindexk
enable_makejvf
enable_mendexk
-enable_ps2pkm
+enable_ps2pk
enable_psutils
enable_seetexk
enable_tex4htk
@@ -883,7 +883,7 @@ lcdf-typetools
makeindexk
makejvf
mendexk
-ps2pkm
+ps2pk
psutils
seetexk
tex4htk
@@ -1613,7 +1613,7 @@ Optional Features:
--disable-makeindexk do not build the makeindexk package
--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-ps2pk do not build the ps2pk 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
@@ -4605,25 +4605,25 @@ test "x$enable_mendexk" = xno || {
need_ptexenc=yes
}
-## texk/ps2pkm/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ps2pkm/
-## configure options and TL libraries required for ps2pkm
-# Check whether --enable-ps2pkm was given.
-if test "${enable_ps2pkm+set}" = set; then :
- enableval=$enable_ps2pkm;
+## texk/ps2pk/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ps2pk/
+## configure options and TL libraries required for ps2pk
+# Check whether --enable-ps2pk was given.
+if test "${enable_ps2pk+set}" = set; then :
+ enableval=$enable_ps2pk;
fi
-case $enable_ps2pkm in #(
+case $enable_ps2pk in #(
yes|no) :
;; #(
*) :
- enable_ps2pkm=$enable_all_pkgs
- { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-ps2pkm=$enable_ps2pkm'" >&5
-$as_echo "$as_me: Assuming \`--enable-ps2pkm=$enable_ps2pkm'" >&6;}
- ac_configure_args="$ac_configure_args '--enable-ps2pkm=$enable_ps2pkm'"
+ enable_ps2pk=$enable_all_pkgs
+ { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`--enable-ps2pk=$enable_ps2pk'" >&5
+$as_echo "$as_me: Assuming \`--enable-ps2pk=$enable_ps2pk'" >&6;}
+ ac_configure_args="$ac_configure_args '--enable-ps2pk=$enable_ps2pk'"
;;
esac
-test "x$enable_ps2pkm" = xno || {
+test "x$enable_ps2pk" = xno || {
need_kpathsea=yes
}
@@ -6550,11 +6550,11 @@ if test -x $srcdir/mendexk/configure; then
fi
fi
-if test -x $srcdir/ps2pkm/configure; then
- test "x$enable_ps2pkm" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS ps2pkm"
- CONF_SUBDIRS="$CONF_SUBDIRS ps2pkm"
+if test -x $srcdir/ps2pk/configure; then
+ test "x$enable_ps2pk" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS ps2pk"
+ CONF_SUBDIRS="$CONF_SUBDIRS ps2pk"
if false; then
- subdirs="$subdirs ps2pkm"
+ subdirs="$subdirs ps2pk"
fi
fi