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-25-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11b-25-gc5a1ec0
Date: Fri, 13 Apr 2012 16:59:37 +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=c5a1ec04cbd53df049b125a441a49d69b7dcd0f0

The branch, master has been updated
       via  c5a1ec04cbd53df049b125a441a49d69b7dcd0f0 (commit)
      from  171a31b10048968c70c963239e40b7a6d5c648de (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 c5a1ec04cbd53df049b125a441a49d69b7dcd0f0
Author: Stefano Lattarini <address@hidden>
Date:   Fri Apr 13 18:56:24 2012 +0200

    dist tests: fix reduced coverage due to typo
    
    * t/dist-formats.tap: Append to 'Makefile.am', not to 'Makefil.am'.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

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

Summary of changes:
 t/dist-formats.tap |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/dist-formats.tap b/t/dist-formats.tap
index 8a287ff..d627cf8 100755
--- a/t/dist-formats.tap
+++ b/t/dist-formats.tap
@@ -374,7 +374,7 @@ for fmt in $all_compression_formats; do
     echo "  dist-$fmt" >> am-init.m4
     flip=false
   else
-    echo "AUTOMAKE_OPTIONS += dist-$fmt" >> Makefil.am
+    echo "AUTOMAKE_OPTIONS += dist-$fmt" >> Makefile.am
     flip=:
   fi
 done
@@ -386,7 +386,7 @@ sed 's/AM_INIT_AUTOMAKE.*/m4_include([am-init.m4])/' 
configure.ac > t
 mv -f t configure.ac
 
 # For debugging.
-cat Makefil.am
+cat Makefile.am
 cat configure.ac
 cat am-init.m4
 


hooks/post-receive
-- 
GNU Automake



reply via email to

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