diff options
author | Colin Walters <walters@verbum.org> | 2011-07-05 10:20:48 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2011-07-05 10:20:48 -0400 |
commit | 5f7be6c67d2bda1f6bac2e53c696b90a5a0c8353 (patch) | |
tree | 7466bab3d907303c20220116d9bea08deeb60a97 | |
parent | e9d0c82252dab878ea3e631c48c40e97aa4f42ea (diff) |
build: Use --disable-maintainer-mode for distcheck
Otherwise due to weird things like gtk-doc.make copying files back
into the source directory, we may run into the maintainer mode
bits mistakenly attempting to rerun.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 68b927485..e1a57513a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -106,7 +106,7 @@ gettextdir = $(datadir)/glib-2.0/gettext gettext_SCRIPTS = mkinstalldirs # build documentation when doing distcheck -DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gtk-doc --enable-man +DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gtk-doc --enable-man --disable-maintainer-mode DISTCLEANFILES = config.lt |