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 Inetutils ".
The branch, master has been updated
via 52aa241af16aaeb280a354fa5ae61416b450fd99 (commit)
from 7026c695a0ccaabf8a223852f22291d8bf98220e (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=52aa241af16aaeb280a354fa5ae61416b450fd99
commit 52aa241af16aaeb280a354fa5ae61416b450fd99
Author: Mats Erik Andersson <[email protected]>
Date: Wed Apr 15 23:02:24 2015 +0200
Update bootstrap from gnulib.
diff --git a/ChangeLog b/ChangeLog
index 78ac9d2..8f183e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-04-15 Mats Erik Andersson <[email protected]>
+
+ * bootstrap: Updated from gnulib.
+ * doc/.gitignore: Add `/gendocs_template_min'. The file
+ is added during bootstrap.
+
2015-04-09 Mats Erik Andersson <[email protected]>
Incomplete test of syslogd.
diff --git a/bootstrap b/bootstrap
index 2fdf267..e72894c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -915,7 +915,8 @@ if test $use_libtool = 1; then
esac
fi
echo "$0: $gnulib_tool $gnulib_tool_options --import ..."
-$gnulib_tool $gnulib_tool_options --import $gnulib_modules &&
+$gnulib_tool $gnulib_tool_options --import $gnulib_modules \
+ || die "gnulib-tool failed"
for file in $gnulib_files; do
symlink_to_dir "$GNULIB_SRCDIR" $file \
diff --git a/doc/.gitignore b/doc/.gitignore
index ba54d04..6bf83eb 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -1,5 +1,6 @@
/fdl-1.3.texi
/gendocs_template
+/gendocs_template_min
fdl-1.3.texi
gendocs_template
inetutils.info*
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
bootstrap | 3 ++-
doc/.gitignore | 1 +
3 files changed, 9 insertions(+), 1 deletions(-)
hooks/post-receive
--
GNU Inetutils
_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils