guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. f856c2b6d77633366f154


From: Neil Jerram
Subject: [Guile-commits] GNU Guile branch, master, updated. f856c2b6d77633366f154cb38cd4edb384b4892d
Date: Sat, 13 Jun 2009 11:18:38 +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=f856c2b6d77633366f154cb38cd4edb384b4892d

The branch, master has been updated
       via  f856c2b6d77633366f154cb38cd4edb384b4892d (commit)
      from  62e9a9b704524edfad98dd84ac5a11abd48d0b27 (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 f856c2b6d77633366f154cb38cd4edb384b4892d
Author: Neil Jerram <address@hidden>
Date:   Sat Jun 13 10:45:45 2009 +0100

    Fix for make distcheck
    
    * examples/Makefile.am (AM_CFLAGS, AM_LIBS): Set PATH so that
      guile-config can find guile.

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

Summary of changes:
 examples/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/Makefile.am b/examples/Makefile.am
index 873f34c..e514bd4 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -38,8 +38,8 @@ EXTRA_DIST = README ChangeLog-2008 check.test                 
        \
                                                                        \
  safe/README safe/safe safe/untrusted.scm safe/evil.scm
 
-AM_CFLAGS = `PKG_CONFIG_PATH=$(libdir)/pkgconfig $(bindir)/guile-config 
compile`
-AM_LIBS   = `PKG_CONFIG_PATH=$(libdir)/pkgconfig $(bindir)/guile-config link`
+AM_CFLAGS = `PATH=$(bindir):$$PATH PKG_CONFIG_PATH=$(libdir)/pkgconfig 
$(bindir)/guile-config compile`
+AM_LIBS   = `PATH=$(bindir):$$PATH PKG_CONFIG_PATH=$(libdir)/pkgconfig 
$(bindir)/guile-config link`
 
 
 box/box: box/box.o


hooks/post-receive
-- 
GNU Guile




reply via email to

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