]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* m4/as.m4, m4/depend.m4, m4/maintainer.m4, m4/multi.m4: Update
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 11 Jan 2004 12:05:12 +0000 (12:05 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 11 Jan 2004 12:05:12 +0000 (12:05 +0000)
copyright years and serial.

ChangeLog
m4/as.m4
m4/depend.m4
m4/maintainer.m4
m4/multi.m4

index d16353a406fb138689a7b9807eaeed412d3dafbb..6f2dd774732995971ea5979d6c55fb0aaba942e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-01-11  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * m4/as.m4, m4/depend.m4, m4/maintainer.m4, m4/multi.m4: Update
+       copyright years and serial.
+
        * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.4.
 
 2004-01-10  Peter Eisentraut  <peter_e@gmx.net>  (tiny change)
index 3d8f476486dcf506a7feb2253515afe131914cb7..8c043fca7a2af81787d69b7ee468d22a52437235 100644 (file)
--- a/m4/as.m4
+++ b/m4/as.m4
@@ -1,8 +1,8 @@
 # Figure out how to run the assembler.             -*- Autoconf -*-
 
-# serial 2
+# serial 3
 
-# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 81e6c05b808df662e0d29f4248f71d3acfd26cb3..f695a384392938756c15b46c09982de3540cb73c 100644 (file)
@@ -1,6 +1,7 @@
-# serial 5                                             -*- Autoconf -*-
+# serial 6                                             -*- Autoconf -*-
 
-# Copyright (C) 1999, 2000, 2001, 2002, 2003  Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+# Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index f18b6a10563fe479ddb4309212183141038b20a6..9454a54c216b4569e5b8611386751ac7ce58d721 100644 (file)
@@ -1,7 +1,7 @@
 # Add --enable-maintainer-mode option to configure.
 # From Jim Meyering
 
-# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003
+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004
 # Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -19,7 +19,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# serial 2
+# serial 3
 
 AC_DEFUN([AM_MAINTAINER_MODE],
 [AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
index 28bc9d6b5d263a80132a88b579d3943c97adf97d..075d16059d10e40a57f3b6c92bf015d64ca782bf 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004
+# Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -15,7 +16,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-# serial 3
+# serial 4
 
 # AM_ENABLE_MULTILIB([MAKEFILE], [REL-TO-TOP-SRCDIR])
 # ---------------------------------------------------