[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-160-gbdae563 |
Date: |
Tue, 19 Aug 2008 21:09: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 Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=bdae563c149e64c2c0893350920585d77419129d
The branch, master has been updated
via bdae563c149e64c2c0893350920585d77419129d (commit)
from 8ed62646c0f763378b6b9e52b32999c79c847ddf (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 bdae563c149e64c2c0893350920585d77419129d
Author: Ralf Wildenhues <address@hidden>
Date: Tue Aug 19 23:03:57 2008 +0200
Fix maintainer-check failures.
* doc/automake.texi (Conditionals): Drop TAB.
* tests/missing6.test: Use 'rm -f'.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
doc/automake.texi | 2 +-
tests/missing6.test | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 48ee5a9..4b1191d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-19 Ralf Wildenhues <address@hidden>
+
+ Fix maintainer-check failures.
+ * doc/automake.texi (Conditionals): Drop TAB.
+ * tests/missing6.test: Use 'rm -f'.
+
2008-08-19 Reuben Thomas <address@hidden> (tiny patch)
* doc/automake.texi (Flag Variables Ordering, Per-Object Flags):
diff --git a/doc/automake.texi b/doc/automake.texi
index 021c0ae..265a3f8 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -8977,7 +8977,7 @@ Here is an example of how to define a conditional config
file:
@example
AM_CONDITIONAL([SHELL_WRAPPER], [test "x$with_wrapper" = xtrue])
AM_COND_IF([SHELL_WRAPPER],
- [AC_CONFIG_FILES([wrapper:wrapper.in])])
+ [AC_CONFIG_FILES([wrapper:wrapper.in])])
@end example
@unnumberedsec Portability
diff --git a/tests/missing6.test b/tests/missing6.test
index 56c6047..f65e2ab 100755
--- a/tests/missing6.test
+++ b/tests/missing6.test
@@ -26,7 +26,7 @@ set -e
cat configure.in
echo AC_OUTPUT
} >configure.ac
-rm configure.in
+rm -f configure.in
touch Makefile.am
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-160-gbdae563,
Ralf Wildenhues <=