Carlos R. Mafra wrote:
>
> I'm planning to release 0.95.3 in the next few days due to the
> regression (introduced by me) present in 0.95.2.
I somehow completely missed this, and I am sorry.
I found a problem...
I'd provide a better patch, but I have to admit that I can't even get
this commit from the index to the HEAD. git checkin doesn't work.
The test suite was added, but it wasn't included in the list of
directories to be included in the tarball, so ./configure fails:
config.status: error: cannot find input file: `test/Makefile.in'
The following patch adds the missing test suite.
[jhriv@chao:/tmp/wmaker-crm]% git diff
diff --git a/Makefile.am b/Makefile.am
index c76b1e3..c238d9c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,7 @@ config-paths.h: Makefile
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = wrlib WINGs src util po WindowMaker wmlib WPrefs.app doc
+SUBDIRS = wrlib WINGs src util po WindowMaker wmlib WPrefs.app doc test
EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N INSTALL \
INSTALL-WMAKER README.definable-cursor \
--
To unsubscribe, send mail to [email protected].