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 "UNNAMED PROJECT".
The branch master has been updated
via 860c2f2478d3e3b394c7e4d63310e757baddb9ae (commit)
from 21d2be9e01272b682a4a7fa405a71e36b6ba5b22 (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 -----------------------------------------------------------------
860c2f2 Disable the use of Magick++ on most Olena builds (cont.).
-----------------------------------------------------------------------
Summary of changes:
buildbot/masters/ChangeLog | 6 ++++++
buildbot/masters/oln_master.cfg | 1 +
2 files changed, 7 insertions(+), 0 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
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 "UNNAMED PROJECT".
The branch master has been updated
via 21d2be9e01272b682a4a7fa405a71e36b6ba5b22 (commit)
from 82a6014b5b7dd1db0c21048d7cf4aa4b7d8b66ef (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 -----------------------------------------------------------------
21d2be9 Disable the use of Magick++ on most Olena builds.
-----------------------------------------------------------------------
Summary of changes:
buildbot/masters/ChangeLog | 6 ++++++
buildbot/masters/oln_master.cfg | 14 ++++++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
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 "A MIPS simulator with infinitely many registers".
The branch master has been updated
via 283c6c1484d2b204b9cc69ecb780153bd63e743f (commit)
via 0618f8d48d1a6b2f845ce3bf9ecd900ea48604d0 (commit)
from b4b9cea35b0ebf8b6b11fbfed62041c18a7f5b41 (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 -----------------------------------------------------------------
No new revisions were added by this update.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 +-
build-aux/.gitignore | 3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
hooks/post-receive
--
A MIPS simulator with infinitely many registers
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 "A MIPS simulator with infinitely many registers".
The branch old-autoconf has been created
at 17297e778b00e3f5f36457c44ec94363263f3712 (commit)
- Log -----------------------------------------------------------------
17297e7 Support old Autoconf versions.
283c6c1 Fix ChangeLog.
0618f8d Ignore more files copied from gnulib.
-----------------------------------------------------------------------
hooks/post-receive
--
A MIPS simulator with infinitely many registers
* bootstrap: Have m4/gnulib.m4 invoke gl_COMMON to ensure a
definition of AS_VAR_IF is available.
---
ChangeLog | 7 +++++++
bootstrap | 5 +++++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 46fe727..1ad5503 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-27 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Support old Autoconf versions.
+
+ * bootstrap: Have m4/gnulib.m4 invoke gl_COMMON to ensure a
+ definition of AS_VAR_IF is available.
+
2009-11-10 Roland Levillain <roland(a)lrde.epita.fr>
Update bootstrap w.r.t. Gnulib.
diff --git a/bootstrap b/bootstrap
index ee0e3d2..2e889ba 100755
--- a/bootstrap
+++ b/bootstrap
@@ -217,6 +217,11 @@ echo "$0: Creating m4/gnulib.m4"
(echo "# This file is generated automatically. Please, do not edit."
echo "#"
echo "AC_DEFUN([nolimips_GNULIB],["
+ echo "# Invoke gl_COMMON to force aclocal to include m4/gnulib-common.m4"
+ echo "# in aclocal.m4, so as to benefit from Gnulib's AS_VAR_IF fallback"
+ echo "# definition when using an old Autoconf."
+ echo "gl_COMMON"
+ echo
for gnulib_module in $gnulib_modules; do
echo "# $gnulib_module"
$GNULIB_SRCDIR/gnulib-tool \
--
1.5.6.5