[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-231-g570fd
From: |
Ludovic Courtès |
Subject: |
[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-231-g570fdec |
Date: |
Mon, 25 Mar 2013 21:30:54 +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=570fdeceacaad7f6e928123f40e8bb5f72677dcb
The branch, stable-2.0 has been updated
via 570fdeceacaad7f6e928123f40e8bb5f72677dcb (commit)
from 11ed42771dec06626457eae58f2f334df1397f72 (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 570fdeceacaad7f6e928123f40e8bb5f72677dcb
Author: Ludovic Courtès <address@hidden>
Date: Mon Mar 25 22:27:37 2013 +0100
build: Use portable sed constructs.
Partly fixes <http://bugs.gnu.org/14042>.
Reported by Marc Girod <address@hidden>.
* meta/Makefile.am (guile-config): Use separate "s" expressions to
accommodate Solaris sed.
-----------------------------------------------------------------------
Summary of changes:
meta/Makefile.am | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta/Makefile.am b/meta/Makefile.am
index bd20784..5a96e0e 100644
--- a/meta/Makefile.am
+++ b/meta/Makefile.am
@@ -2,7 +2,7 @@
## Jim Blandy <address@hidden> --- September 1997
##
## Copyright (C) 1998, 1999, 2001, 2006, 2007, 2008, 2009, 2011,
-## 2012 Free Software Foundation, Inc.
+## 2012, 2013 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -46,10 +46,10 @@ aclocal_DATA = guile.m4
guile-config: $(srcdir)/guile-config.in $(top_builddir)/config.status
guile="@bindir@/`echo guile | $(SED) -e '$(program_transform_name)'`" ;
\
- cat $(srcdir)/guile-config.in
\
- | $(SED) -e "s,@pkgconfigdir@,$(pkgconfigdir),g ;
\
- s,@""PKG_CONFIG@,$(PKG_CONFIG),g ;
\
- s,@installed_guile@,$$guile,g"
\
+ cat $(srcdir)/guile-config.in
\
+ | $(SED) -e "s,@pkgconfigdir@,$(pkgconfigdir),g"
\
+ -e "s,@""PKG_CONFIG@,$(PKG_CONFIG),g"
\
+ -e "s,@installed_guile@,$$guile,g"
\
> guile-config.out
mv guile-config.out guile-config
chmod +x guile-config
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-231-g570fdec,
Ludovic Courtès <=