automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11b-23-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11b-23-g9414efa
Date: Fri, 13 Apr 2012 15:58:34 +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=9414efaf789cddbb4434aad9218e2b396d8de87d

The branch, master has been updated
       via  9414efaf789cddbb4434aad9218e2b396d8de87d (commit)
      from  f4b8c5856fb76889f8a44287c2bf48256f1a2a00 (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 9414efaf789cddbb4434aad9218e2b396d8de87d
Author: Stefano Lattarini <address@hidden>
Date:   Fri Apr 13 17:57:12 2012 +0200

    tests: avoid spurious failure when 'install-info' program is unavailable
    
    From a report by Dmitry V. Levin:
    <http://lists.gnu.org/archive/html/automake-patches/2012-04/msg00085.html>
    
    * t/install-info-dir.sh : When 'install-info' is unavailable, create a
    dummy '${infodir}/dir' file by hand when that file is required by later
    checks.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

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

Summary of changes:
 t/install-info-dir.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/t/install-info-dir.sh b/t/install-info-dir.sh
index 9e40f54..d8b32d8 100755
--- a/t/install-info-dir.sh
+++ b/t/install-info-dir.sh
@@ -155,6 +155,10 @@ for val in no NO n; do
 done
 
 $MAKE install-info
+if test $have_installinfo != yes; then
+  echo 'Does nothing at all, but has a nice name' > $instdir/info/dir
+fi
+
 chmod a-w $instdir/info/dir
 for val in no NO n; do
   env AM_UPDATE_INFO_DIR="$val" $MAKE uninstall


hooks/post-receive
-- 
GNU Automake



reply via email to

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