automake-patches
[Top][All Lists]
Advanced

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

[SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-62-gfe6428


From: Ralf Wildenhues
Subject: [SCM] GNU Automake branch, branch-1-10, updated. Release-1-10-62-gfe6428e
Date: Sun, 13 Jan 2008 19:07:36 +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 Automake".

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

The branch, branch-1-10 has been updated
       via  fe6428e2b6fbe918fff6ee37723d7d97f4fdd94a (commit)
       via  922ca745a723781086365934866c08908ead52d3 (commit)
       via  61f819f4520c627c76ad4ebdf3972e44b140ee95 (commit)
       via  fc9262e0a5d9909eed145b98af41bd211bfe8b56 (commit)
      from  4c395bc27a51bcbae1d961c81190d45477a9eaa7 (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 fe6428e2b6fbe918fff6ee37723d7d97f4fdd94a
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Jan 13 18:06:56 2008 +0100

    Fix permissions of config.sub

commit 922ca745a723781086365934866c08908ead52d3
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Jan 13 18:05:44 2008 +0100

    Do not fail if `autoupdate' is not present.
    
    * tests/obsolete.test: Check for presence of autoupdate.  Apparently,
    FreeBSD may install the other Autoconf programs without a version
    suffix but not autoupdate.

commit 61f819f4520c627c76ad4ebdf3972e44b140ee95
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Jan 13 18:05:04 2008 +0100

    Fix Heisenbug trying to unset a sometimes-not-set variable.
    
    * tests/check5.test: Do not error out upon `unset TESTS' due to
    `set -e', in case TESTS was not set.

commit fc9262e0a5d9909eed145b98af41bd211bfe8b56
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Jan 13 18:04:16 2008 +0100

    * doc/automake.texi (amhello Explained): Fix odd sentence.
    Report by address@hidden

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

Summary of changes:
 ChangeLog           |   14 ++++++++++++++
 doc/automake.texi   |    2 +-
 tests/check5.test   |    4 ++--
 tests/obsolete.test |    4 +++-
 4 files changed, 20 insertions(+), 4 deletions(-)
 mode change 100644 => 100755 lib/config.sub

diff --git a/ChangeLog b/ChangeLog
index 6226f5d..3627d66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-01-13  Ralf Wildenhues  <address@hidden>
+
+       Do not fail if `autoupdate' is not present.
+       * tests/obsolete.test: Check for presence of autoupdate.  Apparently,
+       FreeBSD may install the other Autoconf programs without a version
+       suffix but not autoupdate.
+
+       Fix Heisenbug trying to unset a sometimes-not-set variable.
+       * tests/check5.test: Do not error out upon `unset TESTS' due to
+       `set -e', in case TESTS was not set.
+
+       * doc/automake.texi (amhello Explained): Fix odd sentence.
+       Report by address@hidden
+
 2008-01-12  Ralf Wildenhues  <address@hidden>
 
        * m4/init.m4 (_AC_AM_CONFIG_HEADER_HOOK): Rewrite to be more
diff --git a/doc/automake.texi b/doc/automake.texi
index 6ea6e46..08eaffc 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -1518,7 +1518,7 @@ Index, autoconf, The Autoconf Manual}).  The macros that 
start with
 (@pxref{Macro Index}).
 
 The first two lines of @file{configure.ac} initialize Autoconf and
-Automake.  @code{AC_INIT} takes in parameters the name of the package,
+Automake.  @code{AC_INIT} takes in as parameters the name of the package,
 its version number, and a contact address for bug-reports about the
 package (this address is output at the end of @code{./configure
 --help}, for instance).  When adapting this setup to your own package,
diff --git a/lib/config.sub b/lib/config.sub
old mode 100644
new mode 100755
diff --git a/tests/check5.test b/tests/check5.test
index 18a6e15..3df75dc 100755
--- a/tests/check5.test
+++ b/tests/check5.test
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2006, 2007  Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2008  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -50,7 +50,7 @@ END
 cp one.c two.c
 
 ./configure
-unset TESTS
+unset TESTS || :
 $MAKE check
 test -f ok
 EXEEXT=.bin $MAKE -e print-tests >output
diff --git a/tests/obsolete.test b/tests/obsolete.test
index ab6f59a..4210279 100755
--- a/tests/obsolete.test
+++ b/tests/obsolete.test
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 1996, 2001, 2002  Free Software Foundation, Inc.
+# Copyright (C) 1996, 2001, 2002, 2008  Free Software Foundation, Inc.
 #
 # This file is part of GNU Automake.
 #
@@ -20,6 +20,8 @@
 
 # Test to make sure obsolete macros can be autoupdated.
 
+set x ${AUTOUPDATE-autoupdate}
+required=$2
 . ./defs || exit 1
 
 cat > configure.in << 'END'


hooks/post-receive
--
GNU Automake




reply via email to

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