diff options
author | Guillem Jover <guillem@debian.org> | 2019-07-16 02:34:35 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-10-30 22:02:41 +0100 |
commit | fc62712fee8845193283484c2c0b9a24eb8451d6 (patch) | |
tree | 76f9041000b80e9c6798301a5c1eb9a9161ce3b7 /m4 | |
parent | 3821f024d92aabf24a333025c1c1956d8a45e718 (diff) | |
download | dpkg-fc62712fee8845193283484c2c0b9a24eb8451d6.tar.gz |
build: Add a serial versioning to the m4 files
aclocal uses this to determine whether it needs to update m4 files in
local trees.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/dpkg-arch.m4 | 1 | ||||
-rw-r--r-- | m4/dpkg-build.m4 | 1 | ||||
-rw-r--r-- | m4/dpkg-compiler.m4 | 1 | ||||
-rw-r--r-- | m4/dpkg-coverage.m4 | 1 | ||||
-rw-r--r-- | m4/dpkg-funcs.m4 | 1 | ||||
-rw-r--r-- | m4/dpkg-libs.m4 | 1 | ||||
-rw-r--r-- | m4/dpkg-linker.m4 | 1 | ||||
-rw-r--r-- | m4/dpkg-progs.m4 | 1 | ||||
-rw-r--r-- | m4/dpkg-types.m4 | 1 | ||||
-rw-r--r-- | m4/dpkg-unicode.m4 | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/m4/dpkg-arch.m4 b/m4/dpkg-arch.m4 index ec25d95e5..71044c90f 100644 --- a/m4/dpkg-arch.m4 +++ b/m4/dpkg-arch.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2005 Scott James Remnant <scott@netsplit.com> # Copyright © 2006-2009 Guillem Jover <guillem@debian.org> diff --git a/m4/dpkg-build.m4 b/m4/dpkg-build.m4 index d73db9907..1cc149a8e 100644 --- a/m4/dpkg-build.m4 +++ b/m4/dpkg-build.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2010-2014 Guillem Jover <guillem@debian.org> # DPKG_BUILD_SHARED_LIBS() diff --git a/m4/dpkg-compiler.m4 b/m4/dpkg-compiler.m4 index a6192f63a..9799f6fea 100644 --- a/m4/dpkg-compiler.m4 +++ b/m4/dpkg-compiler.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2004 Scott James Remnant <scott@netsplit.com> # Copyright © 2006, 2009-2011, 2013-2016 Guillem Jover <guillem@debian.org> diff --git a/m4/dpkg-coverage.m4 b/m4/dpkg-coverage.m4 index 6cc097d0e..70b67d152 100644 --- a/m4/dpkg-coverage.m4 +++ b/m4/dpkg-coverage.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2010 Guillem Jover <guillem@debian.org> # DPKG_CODE_COVERAGE diff --git a/m4/dpkg-funcs.m4 b/m4/dpkg-funcs.m4 index 80e76d6f1..74acf220d 100644 --- a/m4/dpkg-funcs.m4 +++ b/m4/dpkg-funcs.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2005 Scott James Remnant <scott@netsplit.com> # Copyright © 2008-2009,2015 Guillem Jover <guillem@debian.org> diff --git a/m4/dpkg-libs.m4 b/m4/dpkg-libs.m4 index 577264706..ffe373b7d 100644 --- a/m4/dpkg-libs.m4 +++ b/m4/dpkg-libs.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2004 Scott James Remnant <scott@netsplit.com> # Copyright © 2007 Nicolas François <nicolas.francois@centraliens.net> # Copyright © 2006, 2009-2012, 2014-2015 Guillem Jover <guillem@debian.org> diff --git a/m4/dpkg-linker.m4 b/m4/dpkg-linker.m4 index 1bb64350d..4451199ea 100644 --- a/m4/dpkg-linker.m4 +++ b/m4/dpkg-linker.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2004 Scott James Remnant <scott@netsplit.com>. # Copyright © 2010, 2014, 2016 Guillem Jover <guillem@debian.org> diff --git a/m4/dpkg-progs.m4 b/m4/dpkg-progs.m4 index ab27f9149..f952bd170 100644 --- a/m4/dpkg-progs.m4 +++ b/m4/dpkg-progs.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2005 Scott James Remnant <scott@netsplit.com> # Copyright © 2007 Frank Lichtenheld <djpig@debian.org> # Copyright © 2007, 2009, 2011 Guillem Jover <guillem@debian.org> diff --git a/m4/dpkg-types.m4 b/m4/dpkg-types.m4 index 5355f5a93..f6553112f 100644 --- a/m4/dpkg-types.m4 +++ b/m4/dpkg-types.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 2005 Scott James Remnant <scott@netsplit.com> # Copyright © 2009-2011 Guillem Jover <guillem@debian.org> diff --git a/m4/dpkg-unicode.m4 b/m4/dpkg-unicode.m4 index 2cef2c7f1..dbe199498 100644 --- a/m4/dpkg-unicode.m4 +++ b/m4/dpkg-unicode.m4 @@ -1,3 +1,4 @@ +# serial 1 # Copyright © 1995-2003, 2005-2006 Free Software Foundation, Inc. # Copyright © 2009 Yuri Vasilevski <yvasilev@gentoo.org> # Copyright © 2010 Guillem Jover <guillem@debian.org> |