diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-08-10 15:20:51 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-08-10 19:11:38 -0400 |
commit | 7f1d88f7401c50c1f7f3b3821cb4d493c198fd50 (patch) | |
tree | fa4f6c98fcd440c36c391717a26ec83238314617 /Makefile.am | |
parent | 1185b9b29cfcb0700a0ead34e595d8f1bb4f4a88 (diff) | |
download | gtk+-7f1d88f7401c50c1f7f3b3821cb4d493c198fd50.tar.gz |
Update DISTCHECK_CONFIGURE_ARGS
The --disable-rebuilds option does not exist anymore, so remove
it. At the same time, add --enable-installed-tests.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index cda16ced7c..d689b3fbac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -123,11 +123,11 @@ snapshot: $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"` DISTCHECK_CONFIGURE_FLAGS = \ - --enable-gtk-doc \ - --enable-man \ - --disable-rebuilds \ - --disable-maintainer-mode \ - --enable-introspection + --enable-gtk-doc \ + --enable-man \ + --disable-maintainer-mode \ + --enable-introspection \ + --enable-installed-tests GITIGNOREFILES = \ po-properties/Makefile.in.in \ |