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-73-g76a8d


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.11-73-g76a8db2
Date: Sat, 20 Sep 2014 12:36:39 +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=76a8db27c65b59879a8c27363f374035b233d6b7

The branch, stable-2.0 has been updated
       via  76a8db27c65b59879a8c27363f374035b233d6b7 (commit)
      from  8442211ef0029581b35f784489afcf210491fc41 (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 76a8db27c65b59879a8c27363f374035b233d6b7
Author: Ludovic Courtès <address@hidden>
Date:   Sat Sep 20 14:36:09 2014 +0200

    build: Use 'libtoolize' in autogen.sh.
    
    Fixes <http://bugs.gnu.org/18470>.
    Reported by Rob Browning <address@hidden>.
    
    * autogen.sh: Invoke 'libtoolize' instead of 'libtool'.

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

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

diff --git a/autogen.sh b/autogen.sh
index 5187cd4..af1ade60 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,11 +15,7 @@ autoconf --version
 echo ""
 automake --version
 echo ""
-if test "`uname -s`" = Darwin; then
-  glibtool --version
-else
-  libtool --version
-fi
+libtoolize --version
 echo ""
 ${M4:-m4} --version
 echo ""


hooks/post-receive
-- 
GNU Guile



reply via email to

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