Ben Pfaff writes:
> +2010-02-27 Ben Pfaff
> +
> + Make -Idir a warning instead of a fatal error if 'dir' does not
> + exist.
> + * aclocal.in (scan_m4_dirs): Demote fatal error to warning.
> +
I was hoping for some feedback on this proposed patch.
--
Ben Pfaff
http://benpfaff.or
Some time ago I changed hello.texi to not @cinlude gpl.texi any more.
May as well fix the example in the Automake manual. Diff below.
--- /tmp/ORIG/automake.texi 2010-02-25 00:22:09.0 -0800
+++ /tmp/automake.texi 2010-03-06 15:15:17.0 -0800
@@ -7743,3 +7743,3 @@
file. For i
A trivial cleanup for maint. Found by inspecting the quickfix list
generated by
for f in `git ls-files`
do
awk '{ len[NR] = length($0) }
/*/ && len[NR-1] != 0 {
if (len[NR-1] != len[NR])
print FILENAME ":" NR ":" $0
}' $f
done
Cheers,
Ralf