[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:
Behdad Esfahbod 2007-03-06 14:26:51 -05:00
parent f7beb220df
commit b0d05f7421

View file

@ -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!