[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] GNU Guile branch, master, updated. release_1-9-5-4-g850a
From: |
Ludovic Courtès |
Subject: |
[Guile-commits] GNU Guile branch, master, updated. release_1-9-5-4-g850a4c8 |
Date: |
Wed, 18 Nov 2009 14:32:08 +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=850a4c8f5f076fb5968c2204eefadf91dc7c56bd
The branch, master has been updated
via 850a4c8f5f076fb5968c2204eefadf91dc7c56bd (commit)
from 91cbeffc871327ee0fee4a4acf27969188529f77 (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 850a4c8f5f076fb5968c2204eefadf91dc7c56bd
Author: Ludovic Courtès <address@hidden>
Date: Wed Nov 18 15:32:03 2009 +0100
autogen.sh: Don't presume /usr/bin/m4.
* autogen.sh: Don't presume /usr/bin/m4.
-----------------------------------------------------------------------
Summary of changes:
autogen.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 78b6802..501925f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,7 +21,7 @@ else
libtool --version
fi
echo ""
-${M4:-/usr/bin/m4} --version
+${M4:-m4} --version
echo ""
######################################################################
hooks/post-receive
--
GNU Guile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] GNU Guile branch, master, updated. release_1-9-5-4-g850a4c8,
Ludovic Courtès <=