mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 02:30:11 +01:00
[configure.in] Remove AM_MAINTAINER_MODE
Maintainer-mode is known broken behavior and discouraged. It has created headaches before when you run configure and all in a sudden editing Makefile.am's does not trigger a Makefile update...
This commit is contained in:
parent
f7beb220df
commit
b0d05f7421
1 changed files with 0 additions and 2 deletions
|
|
@ -48,8 +48,6 @@ AC_SUBST(CAIRO_VERSION_MAJOR)
|
|||
AC_SUBST(CAIRO_VERSION_MINOR)
|
||||
AC_SUBST(CAIRO_VERSION_MICRO)
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
AC_PROG_CC
|
||||
AC_PROG_CPP
|
||||
AC_PROG_LIBTOOL dnl required version (1.4) DON'T REMOVE!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue