summaryrefslogtreecommitdiff
path: root/Build/source/texk/withenable.ac
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/withenable.ac
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/withenable.ac')
-rw-r--r--Build/source/texk/withenable.ac94
1 files changed, 36 insertions, 58 deletions
diff --git a/Build/source/texk/withenable.ac b/Build/source/texk/withenable.ac
index b6297f51ab4..64b858c7fb3 100644
--- a/Build/source/texk/withenable.ac
+++ b/Build/source/texk/withenable.ac
@@ -1,60 +1,38 @@
dnl withenable.ac: --with and --enable options.
+dnl
+dnl list of optional packages in texk/, i.e., subdirs of texk/
+dnl
+m4_define([kpse_texk_pkglist], [
+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
+xdv2pdf
+xdvik
+xdvipdfmx
+])dnl
-AC_ARG_WITH([afm2pl],
- [ --without-afm2pl do not build the afm2pl package])
-AC_ARG_WITH([bibtex8],
- [ --without-bibtex8 do not build the bibtex8 package])
-AC_ARG_WITH([cjkutils],
- [ --without-cjkutils do not build the cjkutils package])
-AC_ARG_WITH([detex],
- [ --without-detex do not build the detex package])
-AC_ARG_WITH([devnag],
- [ --without-devnag do not build the devnag package])
-AC_ARG_WITH([dtl],
- [ --without-dtl do not build the dtl package])
-AC_ARG_WITH([dvi2tty],
- [ --without-dvi2tty do not build the dvi2tty package])
-AC_ARG_WITH([dvidvi],
- [ --without-dvidvi do not build the dvidvi package])
-AC_ARG_WITH([dviljk],
- [ --without-dviljk do not build the dviljk package])
-AC_ARG_WITH([dvipdfm],
- [ --without-dvipdfm do not build the dvipdfm package])
-AC_ARG_WITH([dvipdfmx],
- [ --without-dvipdfmx do not build the dvipdfmx package])
-AC_ARG_WITH([dvipng],
- [ --without-dvipng do not build the dvipng package])
-AC_ARG_WITH([dvipos],
- [ --without-dvipos do not build the dvipos package])
-AC_ARG_WITH([dvipsk],
- [ --without-dvipsk do not build the dvipsk package])
-AC_ARG_WITH([gsftopk],
- [ --without-gsftopk do not build the gsftopk package])
-AC_ARG_WITH([lacheck],
- [ --without-lacheck do not build the lacheck package])
-AC_ARG_WITH([lcdf-typetools],
- [ --without-lcdf-typetools do not build the lcdf-typetools package])
-AC_ARG_WITH([makeindexk],
- [ --without-makeindexk do not build the makeindexk package])
-AC_ARG_WITH([musixflx],
- [ --without-musixflx do not build the musixflx package])
-AC_ARG_WITH([ps2pkm],
- [ --without-ps2pkm do not build the ps2pkm package])
-AC_ARG_WITH([seetexk],
- [ --without-seetexk do not build the seetexk package])
-AC_ARG_WITH([tetex],
- [ --without-tetex do not build the tetex package])
-AC_ARG_WITH([tex4htk],
- [ --without-tex4htk do not build the tex4htk package])
-AC_ARG_WITH([texlive],
- [ --without-texlive do not build the texlive package])
-AC_ARG_WITH([ttf2pk],
- [ --without-ttf2pk do not build the ttf2pk package])
-AC_ARG_WITH([tth],
- [ --without-tth do not build the tth package])
-AC_ARG_WITH([xdvik],
- [ --without-xdvik do not build the xdvik package])
-AC_ARG_WITH([xdvipdfmx],
- [ --without-xdvipdfmx do not build the xdvipdfmx package])
-AC_ARG_WITH([xdv2pdf],
- [ --without-xdv2pdf do not build the xdv2pdf package])
+# Options to avoid/include the packages in texk/.
+#
+KPSE_WITH_SUBDIRS(kpse_texk_pkglist)