diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-07-14 18:49:25 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-07-14 19:02:52 +0200 |
commit | 6e3c0b92fdef5119ea2ca508061a9b46ef4c251b (patch) | |
tree | 3a3aa2dabe68ca551dab335807deb82a3e8c8f40 /m4/depend.m4 | |
parent | c08068901f025912c8bd442f9e167546b8805753 (diff) | |
download | automake-6e3c0b92fdef5119ea2ca508061a9b46ef4c251b.tar.gz |
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>
Diffstat (limited to 'm4/depend.m4')
-rw-r--r-- | m4/depend.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/depend.m4 b/m4/depend.m4 index cee31991b..cd9306173 100644 --- a/m4/depend.m4 +++ b/m4/depend.m4 @@ -5,7 +5,6 @@ # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 17 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, |