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.61a-335


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.61a-335-g48dec25
Date: Tue, 08 Jan 2008 20:56:02 +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=48dec25f221fdd2cc5984a63e8a400866e4a07fe

The branch, master has been updated
       via  48dec25f221fdd2cc5984a63e8a400866e4a07fe (commit)
      from  4c2c793ed5e57a442d214ceb4ac6d86cf26f8fd9 (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 48dec25f221fdd2cc5984a63e8a400866e4a07fe
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Jan 8 21:55:47 2008 +0100

    * bin/autoreconf.in: Discard stderr for $autoconf/$aclocal --help.

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

Summary of changes:
 ChangeLog         |    4 ++++
 bin/autoreconf.in |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 412d0e5..57299a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-08  Ralf Wildenhues  <address@hidden>
+
+       * bin/autoreconf.in: Discard stderr for $autoconf/$aclocal --help.
+
 2007-12-16  Ralf Wildenhues  <address@hidden>
 
        Fix some write failure cases in Autotest.
diff --git a/bin/autoreconf.in b/bin/autoreconf.in
index e707446..fa48b20 100644
--- a/bin/autoreconf.in
+++ b/bin/autoreconf.in
@@ -6,8 +6,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S 
"$0" "$@";; esac'
     if 0;
 
 # autoreconf - install the GNU Build System in a directory tree
-# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+# 2007, 2008  Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -177,8 +177,8 @@ sub parse_args ()
        }
     }
 
-  $aclocal_supports_force = `$aclocal --help` =~ /--force/;
-  $automake_supports_force_missing = `$automake --help` =~ /--force-missing/;
+  $aclocal_supports_force = `$aclocal --help 2>/dev/null` =~ /--force/;
+  $automake_supports_force_missing = `$automake --help 2>/dev/null` =~ 
/--force-missing/;
 
   # Dispatch autoreconf's option to the tools.
   # --include;


hooks/post-receive
--
GNU Autoconf source repository




reply via email to

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