Hello Guilers,

I've worked a bit on the autotool chain files of guile-lib, fixed make check, 
make
distckeck and added a meta/guile-lib-1.0.pc file.

I did not touched any of the source code modules, these are all admin patches so
to speak. I worked on this because I wanted to use pkg-config to check guile-lib
version users have [or not] installed for guile-gnome and guile-clutter...

Also, here [in the past I mean], make check and make distcheck never passed,
now they do pass, both for 2.0.12 and 2.1.3.

As usual, patch review welcome!

        Note: after these patches, guile-lib will install its modules in
        (%global-site-dir) [it was in $prefix/share/guile/site], and the go 
files in
        (%site-ccache-dir) [their were installed next to the module files].

Unless negative feedback, I should push these within 2 weeks, merge to master 
and
release Guile-Lib 0.2.3 early august.

Thanks,
David

PS:     I tried git send-email, but had a problem, I'm talking to my smtp
        provider, hope next time it's all automatic :)
From fefdfca4fe6ef53aff695e2eebfda6a0515e3b81 Mon Sep 17 00:00:00 2001
From: David Pirotte <da...@altosw.be>
Date: Tue, 12 Jul 2016 20:59:45 -0300
Subject: [PATCH 01/11] Fix some more dirs and files we do not track

* .gitignore:  Do not track some more dirs and files.
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 94d1d8e..76a4aba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
 .bzrignore
 Makefile
 Makefile.in
+dev-environ
+build-aux
 *.go
 /aclocal.m4
 /autom4te.cache
@@ -30,7 +32,12 @@ Makefile.in
 /doc/guile-library.tps
 /doc/guile-library.vr
 /doc/guile-library.vrs
+/doc/guile-library.dvi
+/doc/guile-library.html/
+/doc/guile-library.t2d/
+/doc/guile-library.t2p/
 /doc/guile-libraryscmfiles
+/doc/guile-librarydepfiles
 /doc/html
 /doc/html-stamp
 /doc/www/index.html
-- 
2.8.1

Attachment: pgpfCkLG6_mOE.pgp
Description: OpenPGP digital signature

Reply via email to