Add AM_MAINTAINER_MODE to configure.in

Disable maintainer mode by default, as should be, to avoid having the
Makefiles try to run autotools during the build.

Gbp-Pq: Name AM_MAINTAINER_MODE.patch
This commit is contained in:
Julien BLACHE 2022-06-27 14:42:24 +08:00 committed by Lu zhiping
parent 56243769f5
commit 5d760ed3e4
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects 1.6])
AC_PREREQ(2.53)
AM_CONFIG_HEADER(include/config.h)
AM_MAINTAINER_MODE
dnl Checks for programs.
AC_PROG_CC
AM_PROG_CC_C_O