* doc/automake.texi (Conditionals): Drop TAB.
* tests/missing6.test: Use 'rm -f'.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+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):
@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
cat configure.in
echo AC_OUTPUT
} >configure.ac
-rm configure.in
+rm -f configure.in
touch Makefile.am