summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-01-13 18:29:37 +0000
committerKarl Berry <karl@freefriends.org>2008-01-13 18:29:37 +0000
commitcd19406a59274abc69e8a79af7cc747bd0895782 (patch)
tree5aab56fe4ce7df21e31dfe26872e45b0e02c6b82
parent26c58e8a4f8469a61092b4943e604dfaa58d2742 (diff)
--without-afm2pl, --without-dtl; from Patrice
git-svn-id: svn://tug.org/texlive/trunk@6210 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/ChangeLog5
-rw-r--r--Build/source/texk/withenable.ac4
2 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/ChangeLog b/Build/source/texk/ChangeLog
index 24a9937b04e..900a423f42c 100644
--- a/Build/source/texk/ChangeLog
+++ b/Build/source/texk/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-13 Karl Berry <karl@tug.org>
+
+ * withenable.ac (afm2pl, dtl): more --without options.
+ Found by Patrice.
+
2007-01-10 Karl Berry <karl@tug.org>
* dvipos/Makefile (DEFS): add -I../../../texk for
diff --git a/Build/source/texk/withenable.ac b/Build/source/texk/withenable.ac
index 226f7d22604..430686ac20e 100644
--- a/Build/source/texk/withenable.ac
+++ b/Build/source/texk/withenable.ac
@@ -1,11 +1,15 @@
dnl withenable.ac: --with and --enable options.
+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],