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.11-81-g449be


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.11-81-g449be2a
Date: Mon, 06 Oct 2014 13:23:07 +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=449be2a5e5670b8ae1e02aaaddbd4425a8785205

The branch, stable-2.0 has been updated
       via  449be2a5e5670b8ae1e02aaaddbd4425a8785205 (commit)
      from  5af307de43e4b65eec7f235b48a8908f2a00f134 (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 449be2a5e5670b8ae1e02aaaddbd4425a8785205
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 6 15:22:44 2014 +0200

    build: Adjust autogen.sh to 'libtoolize' name on Darwin.
    
    Reported by Daniel Llorens.
    
    * autogen.sh: Use 'glibtoolize' on Darwin.

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

Summary of changes:
 autogen.sh |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index af1ade60..2e39fb5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,7 +15,15 @@ autoconf --version
 echo ""
 automake --version
 echo ""
-libtoolize --version
+
+# Typical MacOS X installations rename 'libtoolize' to 'glibtoolize', so
+# adjust to that.
+if test "`uname -s`" = "Darwin"; then
+  glibtoolize --version
+else
+  libtoolize --version
+fi
+
 echo ""
 ${M4:-m4} --version
 echo ""


hooks/post-receive
-- 
GNU Guile



reply via email to

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