Use AM_DISTCHECK_CONFIGURE_FLAGS
authorMatthias Clasen <mclasen@redhat.com>
Thu, 31 Mar 2016 01:54:04 +0000 (21:54 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 31 Mar 2016 01:54:04 +0000 (21:54 -0400)
This is preferred over DISTCHECK_CONFIGURE_FLAGS in modern automake.

Makefile.am

index a4c56a770127c0ec3e8dbc964e0759d249c1620d..38e8b1ccb1d1aa908e897d8c1a5c2c80051e0c3c 100644 (file)
@@ -95,7 +95,7 @@ ChangeLog:
 uninstall-local:
        rm -f $(DESTDIR)$(pkgconfigdir)/gtk+-3.0.pc
 
-DISTCHECK_CONFIGURE_FLAGS =            \
+AM_DISTCHECK_CONFIGURE_FLAGS =         \
        --enable-gtk-doc                \
        --disable-doc-cross-references  \
        --enable-man                    \