diff options
Diffstat (limited to 'Build/source/utils/vlna/configure.ac')
-rw-r--r-- | Build/source/utils/vlna/configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Build/source/utils/vlna/configure.ac b/Build/source/utils/vlna/configure.ac index d468b90066a..aecb7f9a97f 100644 --- a/Build/source/utils/vlna/configure.ac +++ b/Build/source/utils/vlna/configure.ac @@ -13,14 +13,11 @@ AC_CONFIG_SRCDIR([vlna-]vlna_version[/vlna.w]) AC_CONFIG_AUX_DIR([../../build-aux]) AC_CONFIG_MACRO_DIR([../../m4]) -AM_INIT_AUTOMAKE([foreign no-define]) -AM_MAINTAINER_MODE +KPSE_BASIC([vlna], [no-define]) # 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]) |