build: fix distcheck configure flags
authorDan Williams <dcbw@redhat.com>
Wed, 24 Jul 2013 19:06:32 +0000 (14:06 -0500)
committerDan Williams <dcbw@redhat.com>
Wed, 24 Jul 2013 19:06:32 +0000 (14:06 -0500)
Update the tests flag to the latest syntax, and make sure we
don't run valgrind on distcheck for now, since new valgrind
errors may show up when things like glib change.

Makefile.am

index ced0b4f..0fb1b9a 100644 (file)
@@ -34,7 +34,8 @@ EXTRA_DIST = \
        valgrind.suppressions
 
 DISTCHECK_CONFIGURE_FLAGS = \
-       --with-tests=yes \
+       --enable-tests=yes \
+       --with-valgrind=no \
        --enable-gtk-doc \
        --enable-more-warnings=yes \
        --with-udev-dir=$$dc_install_base/lib/udev \