m4: get rid of "# serial" lines
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 14 Jul 2012 16:49:25 +0000 (18:49 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 14 Jul 2012 17:02:52 +0000 (19:02 +0200)
commit6e3c0b92fdef5119ea2ca508061a9b46ef4c251b
tree3a3aa2dabe68ca551dab335807deb82a3e8c8f40
parentc08068901f025912c8bd442f9e167546b8805753
m4: get rid of "# serial" lines

The "#serial" lines are only considered by aclocal for the system-wide
third-party '.m4' files, not for the Automake-provided ones.  So they
serve no real purpose in the Automake '.m4' files.

In addition, now that we use git and topic branches, and that we are also
writing the Automake-NG fork, the "#serial" lines are becoming more and
more unreliable (e.g., different version of the same file in different
branches can easily end up having the same serial numbers).

So let's just nuke all the "#serial" lines.  See also automake bug#11932.

* m4/*.m4: All "# serial" lines removed.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
37 files changed:
NEWS
m4/amversion.m4
m4/ar-lib.m4
m4/as.m4
m4/auxdir.m4
m4/ccstdc.m4
m4/cond-if.m4
m4/cond.m4
m4/depend.m4
m4/depout.m4
m4/dmalloc.m4
m4/gcj.m4
m4/header.m4
m4/init.m4
m4/install-sh.m4
m4/lead-dot.m4
m4/lex.m4
m4/lispdir.m4
m4/maintainer.m4
m4/make.m4
m4/minuso.m4
m4/missing.m4
m4/mkdirp.m4
m4/obsol-gt.m4
m4/obsol-lt.m4
m4/obsolete.m4
m4/options.m4
m4/protos.m4
m4/python.m4
m4/runlog.m4
m4/sanity.m4
m4/silent.m4
m4/strip.m4
m4/substnot.m4
m4/tar.m4
m4/upc.m4
m4/vala.m4