diff options
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/withenable.ac | 4 |
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], |