From a50ad182d726cc0ce4d5418376c11519d3760955 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Mon, 23 Jun 2008 03:39:22 -0400 Subject: [PATCH] Added DISTCHECK_CONFIGURE_FLAGS to root Makefile.am Added DISTCHECK_CONFIGURE_FLAGS to root Makefile.am, similar to David Everly's patch in tracker #1973536 Thanks David! 'make distcheck' now works, but only in an environment like buildtest.sh creates. Also, buildtest.sh passes all tests now, including distcheck. --- ChangeLog | 5 +++++ Makefile.am | 2 ++ test/buildtest.sh | 3 +-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 58031319..1fd19a82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,11 @@ Release: version 0.13 - 2008/06/?? - moved cleanall check above 'make dist' as dist doesn't clean up after itself - commented out 'make distcheck' for now, as it doesn't work + - added DISTCHECK_CONFIGURE_FLAGS to root Makefile.am, similar to + David Everly's patch in tracker # 1973536 + Thanks David! 'make distcheck' now works, but only in + an environment like buildtest.sh creates. + Also, buildtest.sh passes all tests now, including distcheck. 2008/06/21 - added beginnings of a build system test script - fixed sha1.h so it is installed by src/Makefile.am diff --git a/Makefile.am b/Makefile.am index 35518555..208d457f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +DISTCHECK_CONFIGURE_FLAGS = --enable-gui --enable-opensync-plugin + ACLOCAL_FLAGS = -I m4 EXTRA_DIST = COPYING ChangeLog README \ diff --git a/test/buildtest.sh b/test/buildtest.sh index 473ee17e..009bc92a 100755 --- a/test/buildtest.sh +++ b/test/buildtest.sh @@ -166,8 +166,7 @@ rm -rf "$BASEPATH/build/rootdir" ./buildgen.sh ./configure --enable-gui --enable-opensync-plugin make dist -# FIXME - make this work someday -#make distcheck +make distcheck make distclean -- 2.11.4.GIT