commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_7-49-g874e49c


From: Giuseppe Scrivano
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_7-49-g874e49c
Date: Wed, 12 May 2010 08:49:07 +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 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 <address@hidden>
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  <address@hidden>
+
+       * bootstrap: Remove test to skip autoheader.
+
 2010-05-11  Giuseppe Scrivano  <address@hidden>
 
        * 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 



reply via email to

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