autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.62-34-g


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.62-34-ge842296
Date: Thu, 19 Jun 2008 05:56:43 +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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=e8422963dffd1fd23083ce8c0a081887cf387c07

The branch, master has been updated
       via  e8422963dffd1fd23083ce8c0a081887cf387c07 (commit)
      from  b077f0d2d6ac103f1e9349e7ac41e3dc27774603 (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 e8422963dffd1fd23083ce8c0a081887cf387c07
Author: Ralf Wildenhues <address@hidden>
Date:   Thu Jun 19 07:55:16 2008 +0200

    config.status should not warn when it does not link.
    
    * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not warn when not
    linking a file to itself.
    Report by Bruno Haible.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog              |    6 ++++++
 lib/autoconf/status.m4 |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 75cde7b..3e72893 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-19  Ralf Wildenhues  <address@hidden>
+
+       * lib/autoconf/status.m4 (_AC_OUTPUT_LINK): Do not warn when not
+       linking a file to itself.
+       Report by Bruno Haible.
+
 2008-06-19  Eric Blake  <address@hidden>
 
        Resync with gnulib.
diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4
index d5ed323..4d22085 100644
--- a/lib/autoconf/status.m4
+++ b/lib/autoconf/status.m4
@@ -961,7 +961,7 @@ m4_define([_AC_OUTPUT_LINK],
   #
 
   if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
-    AC_MSG_WARN([not linking $ac_source to itself])
+    :
   else
     # Prefer the file from the source tree if names are identical.
     if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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