summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-08-10 15:20:51 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-08-10 19:11:38 -0400
commit7f1d88f7401c50c1f7f3b3821cb4d493c198fd50 (patch)
treefa4f6c98fcd440c36c391717a26ec83238314617
parent1185b9b29cfcb0700a0ead34e595d8f1bb4f4a88 (diff)
downloadgtk+-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.
-rw-r--r--Makefile.am10
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 \