[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2126
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2126-g2bf9b58 |
Date: |
Sat, 07 Apr 2012 11:39:31 +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=2bf9b58d1153cb51be592f009192a48798b5e97e
The branch, master has been updated
via 2bf9b58d1153cb51be592f009192a48798b5e97e (commit)
via cb19500768ac53bd9a9c348a11906a7c000e430c (commit)
from a4b0f4b51f8fbf6e5de4ced85b3f7150ec766005 (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 2bf9b58d1153cb51be592f009192a48798b5e97e
Author: Stefano Lattarini <address@hidden>
Date: Sat Apr 7 13:35:45 2012 +0200
tests: remove redundant requirement
* tests/txinfo19.test ($required): Drop required "tex", it is not
really needed.
Add trailing ':' command since we are at it.
Signed-off-by: Stefano Lattarini <address@hidden>
commit cb19500768ac53bd9a9c348a11906a7c000e430c
Author: Stefano Lattarini <address@hidden>
Date: Sat Apr 7 13:04:14 2012 +0200
tests: make two test scripts executable
* tests/instdir-cond.test: Add executable bit.
* tests/instdir-cond2.test: Likewise.
Signed-off-by: Stefano Lattarini <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
tests/txinfo19.test | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
mode change 100644 => 100755 tests/instdir-cond.test
mode change 100644 => 100755 tests/instdir-cond2.test
diff --git a/tests/instdir-cond.test b/tests/instdir-cond.test
old mode 100644
new mode 100755
diff --git a/tests/instdir-cond2.test b/tests/instdir-cond2.test
old mode 100644
new mode 100755
diff --git a/tests/txinfo19.test b/tests/txinfo19.test
index e304b42..63417f8 100755
--- a/tests/txinfo19.test
+++ b/tests/txinfo19.test
@@ -16,7 +16,7 @@
# Test support for DJGPP's .iNN info files.
-required='makeinfo tex'
+required=makeinfo
. ./defs || Exit 1
echo AC_OUTPUT >> configure.ac
@@ -68,3 +68,5 @@ test ! -f main.i21
$MAKE maintainer-clean
test ! -f main.i7
test ! -f main.i39
+
+:
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2126-g2bf9b58,
Stefano Lattarini <=