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:
parent
56243769f5
commit
5d760ed3e4
|
@ -5,6 +5,8 @@ AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects 1.6])
|
||||||
AC_PREREQ(2.53)
|
AC_PREREQ(2.53)
|
||||||
AM_CONFIG_HEADER(include/config.h)
|
AM_CONFIG_HEADER(include/config.h)
|
||||||
|
|
||||||
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AM_PROG_CC_C_O
|
AM_PROG_CC_C_O
|
||||||
|
|
Loading…
Reference in New Issue