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/substnot.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/substnot.m4')
-rw-r--r-- | m4/substnot.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/substnot.m4 b/m4/substnot.m4 index 64d91ff3e..1830e796d 100644 --- a/m4/substnot.m4 +++ b/m4/substnot.m4 @@ -5,8 +5,6 @@ # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 3 - # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. |