Formatting cleanups in macro comments.

2010-03-06 Thread Ralf Wildenhues
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

hello uses fdl.texi, not gpl.texi

2010-03-06 Thread Karl Berry
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

Re: Bug#565663: [PATCH] aclocal: Make missing 'dir' in -Idir a warning instead of a fatal error.

2010-03-06 Thread Ben Pfaff
Ben Pfaff b...@cs.stanford.edu writes: +2010-02-27 Ben Pfaff b...@cs.stanford.edu + + 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