[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-158-g9ddf0
From: |
Andy Wingo |
Subject: |
[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-158-g9ddf06d |
Date: |
Sat, 09 Mar 2013 09:32:48 +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=9ddf06dceee3a2bf5480a3e261ec01aaa91a1f67
The branch, stable-2.0 has been updated
via 9ddf06dceee3a2bf5480a3e261ec01aaa91a1f67 (commit)
from 929d11b2c1e1060a51bf7e395ab0ddd48e599144 (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 9ddf06dceee3a2bf5480a3e261ec01aaa91a1f67
Author: Andy Wingo <address@hidden>
Date: Sat Mar 9 10:29:57 2013 +0100
fix in-tree guile reference
* meta/guile.in (GUILE): Add @EXEEXT@ for libguile/guile reference, for
MinGW compiles.
-----------------------------------------------------------------------
Summary of changes:
meta/guile.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/guile.in b/meta/guile.in
index 5125827..3d4cacf 100644
--- a/meta/guile.in
+++ b/meta/guile.in
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2002, 2006, 2008, 2009 Free Software Foundation
+# Copyright (C) 2002, 2006, 2008, 2009, 2013 Free Software Foundation
#
# This file is part of GUILE.
#
@@ -39,7 +39,7 @@
top_builddir="@top_builddir_absolute@"
# set GUILE (clobber)
-GUILE=${top_builddir}/libguile/guile
+GUILE=${top_builddir}/libguile/address@hidden@
export GUILE
XDG_CACHE_HOME=${top_builddir}/cache
export XDG_CACHE_HOME
hooks/post-receive
--
GNU Guile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-158-g9ddf06d,
Andy Wingo <=