guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.9-236-gda7e4


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.9-236-gda7e43a
Date: Wed, 12 Mar 2014 13:25:00 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=da7e43a6e0dadb2f96e6e33163bb4d94715f7498

The branch, stable-2.0 has been updated
       via  da7e43a6e0dadb2f96e6e33163bb4d94715f7498 (commit)
      from  c6a2691fff2863209729aba5f54e3f874bbbf1c4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit da7e43a6e0dadb2f96e6e33163bb4d94715f7498
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 12 14:24:11 2014 +0100

    build: Fix Gnulib compilation when $builddir != $srcdir.
    
    * configure.ac: Add -I$top_srcdir_absolute to 'CPPFLAGS'.  Fixes
      out-of-source-tree compilation of lib/regex.c.  Reported at
      <https://lists.gnu.org/archive/html/guile-devel/2014-03/msg00022.html>.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 947296b..3969929 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1636,6 +1636,9 @@ AC_SUBST(top_builddir_absolute)
 top_srcdir_absolute=`(cd $srcdir && pwd)`
 AC_SUBST(top_srcdir_absolute)
 
+dnl Add -I flag so that lib/glthread/lock.h finds <libguile/threads.h>.
+CPPFLAGS="-I$top_srcdir_absolute $CPPFLAGS"
+
 dnl `sitedir' goes into libpath.h and the pkg-config file.
 pkgdatadir="$datadir/$PACKAGE_TARNAME"
 sitedir="$pkgdatadir/site/$GUILE_EFFECTIVE_VERSION"


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]