diff options
Diffstat (limited to 'Build/source/utils/vlna/configure.ac')
-rw-r--r-- | Build/source/utils/vlna/configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/utils/vlna/configure.ac b/Build/source/utils/vlna/configure.ac index c81fcbc651d..abcaf895df7 100644 --- a/Build/source/utils/vlna/configure.ac +++ b/Build/source/utils/vlna/configure.ac @@ -10,13 +10,16 @@ AC_INIT([vlna for TeX Live], [1.3], [tex-live@tug.org]) AC_PREREQ([2.63]) AC_CONFIG_SRCDIR([vlna.w]) AC_CONFIG_AUX_DIR([../../build-aux]) +AC_CONFIG_MACRO_DIR([../../m4]) -AM_INIT_AUTOMAKE([foreign dist-bzip2 no-define]) +AM_INIT_AUTOMAKE([foreign no-define]) AM_MAINTAINER_MODE # Checks for programs. AC_PROG_CC +KPSE_COMPILER_WARNINGS + # With --enable-maintainer-mode we may want to regenerate # vlna.c, vlna.tex, and vlna.dvi, this requires ctangle, cweave, and csplain. AC_CHECK_PROGS([CTANGLE], [ctangle], [none]) |