summaryrefslogtreecommitdiff
path: root/m4/init.m4
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-07-14 18:49:25 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-07-14 19:02:52 +0200
commit6e3c0b92fdef5119ea2ca508061a9b46ef4c251b (patch)
tree3a3aa2dabe68ca551dab335807deb82a3e8c8f40 /m4/init.m4
parentc08068901f025912c8bd442f9e167546b8805753 (diff)
downloadautomake-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/init.m4')
-rw-r--r--m4/init.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/init.m4 b/m4/init.m4
index cf47e76d2..5e1bbe3b1 100644
--- a/m4/init.m4
+++ b/m4/init.m4
@@ -6,8 +6,6 @@
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
-# serial 19
-
# This macro actually does too much. Some checks are only needed if
# your package does certain things. But this isn't really a big deal.