]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix maintainer-check failures.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 19 Aug 2008 21:03:57 +0000 (23:03 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 19 Aug 2008 21:03:57 +0000 (23:03 +0200)
* doc/automake.texi (Conditionals): Drop TAB.
* tests/missing6.test: Use 'rm -f'.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/automake.texi
tests/missing6.test

index 48ee5a9fc586f813ce840e5160ab2a9393aa7056..4b1191d54497a9c5c46f85e196d22c86e3e04373 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Fix maintainer-check failures.
+       * doc/automake.texi (Conditionals): Drop TAB.
+       * tests/missing6.test: Use 'rm -f'.
+
 2008-08-19  Reuben Thomas <rrt@sc3d.org>  (tiny patch)
 
        * doc/automake.texi (Flag Variables Ordering, Per-Object Flags):
index 021c0aecd1404261ef44bb8d96306ba39f246f4f..265a3f8ab2f524e1e8ea9e8a1471ce06694e1dad 100644 (file)
@@ -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
index 56c6047233aa4edac344af79427ce85211081be2..f65e2ab9796d2eb01fa1dd531464ab24322dc640 100755 (executable)
@@ -26,7 +26,7 @@ set -e
   cat configure.in
   echo AC_OUTPUT
 } >configure.ac
-rm configure.in
+rm -f configure.in
 
 touch Makefile.am