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 874e49cee08963f8fe774433fd417414f33f817b (commit)
from 20787168168e0a7bec3e51e0f10192ee633a5078 (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=874e49cee08963f8fe774433fd417414f33f817b
commit 874e49cee08963f8fe774433fd417414f33f817b
Author: Giuseppe Scrivano <[email protected]>
Date: Wed May 12 10:45:33 2010 +0200
Remove test to skip autoheader in bootstrap.
diff --git a/ChangeLog b/ChangeLog
index 0289bf6..763a439 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-12 Giuseppe Scrivano <[email protected]>
+
+ * bootstrap: Remove test to skip autoheader.
+
2010-05-11 Giuseppe Scrivano <[email protected]>
* src/tftpd.c (timer): Use `siglongjmp' instead of `longjmp'.
diff --git a/bootstrap b/bootstrap
index ae91997..551b703 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
# Print a version string.
-scriptversion=2010-04-30.16; # UTC
+scriptversion=2010-05-12.08; # UTC
# Bootstrap this package from checked-out sources.
@@ -767,10 +767,6 @@ find "$m4_base" "$source_base" \
# Reconfigure, getting other files.
-# Skip autoheader if it's not needed.
-grep -E '^[ ]*AC_CONFIG_HEADERS?\>' configure.ac >/dev/null ||
- AUTOHEADER=true
-
for command in \
libtool \
"${ACLOCAL-aclocal} --force -I m4 -I am" \
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
bootstrap | 6 +-----
2 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
GNU Inetutils
_______________________________________________
Commit-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-inetutils