diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-04-17 11:21:49 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-04-17 11:51:14 +0200 |
commit | 1cddf4107153300cfb0e321711ddb38eb0d7e96c (patch) | |
tree | ac147e589bf653e0b7db02d06f4ed10f7dbac72c /m4 | |
parent | 5bbf66bd78066dfe088a8405e6c1755c3a9ab2ba (diff) | |
download | automake-1cddf4107153300cfb0e321711ddb38eb0d7e96c.tar.gz |
m4: add missing serial numbers to a few files
Related to automake bug#8483.
* m4/amversion.in: Add serial number.
* m4/auxdir.m4: Likewise.
* m4/gcj.m4: Likewise.
* m4/install-sh.m4: Likewise.
* m4/mkdirp.m4: Likewise.
* m4/python.m4: Likewise.
* m4/runlog.m4: Likewise.
* m4/strip.m4: Likewise.
* m4/upc.m4: Likewise.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/amversion.in | 5 | ||||
-rw-r--r-- | m4/amversion.m4 | 5 | ||||
-rw-r--r-- | m4/auxdir.m4 | 4 | ||||
-rw-r--r-- | m4/gcj.m4 | 5 | ||||
-rw-r--r-- | m4/install-sh.m4 | 5 | ||||
-rw-r--r-- | m4/mkdirp.m4 | 5 | ||||
-rw-r--r-- | m4/python.m4 | 6 | ||||
-rw-r--r-- | m4/runlog.m4 | 4 | ||||
-rw-r--r-- | m4/strip.m4 | 4 | ||||
-rw-r--r-- | m4/upc.m4 | 4 |
10 files changed, 36 insertions, 11 deletions
diff --git a/m4/amversion.in b/m4/amversion.in index 0ca73cfd9..61a86abfb 100644 --- a/m4/amversion.in +++ b/m4/amversion.in @@ -1,11 +1,14 @@ ## -*- Autoconf -*- ## @configure_input@ -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been diff --git a/m4/amversion.m4 b/m4/amversion.m4 index aae0c28a0..9fd3c1e0c 100644 --- a/m4/amversion.m4 +++ b/m4/amversion.m4 @@ -1,11 +1,14 @@ ## -*- Autoconf -*- ## Generated from amversion.in; do not edit by hand. -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been diff --git a/m4/auxdir.m4 b/m4/auxdir.m4 index 091e3b7ab..4b810b099 100644 --- a/m4/auxdir.m4 +++ b/m4/auxdir.m4 @@ -1,11 +1,13 @@ # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. @@ -1,12 +1,15 @@ # Check for Java compiler. -*- Autoconf -*- # For now we only handle the GNU compiler. -# Copyright (C) 1999, 2000, 2003, 2005, 2009 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2003, 2005, 2009, 2011 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + AC_DEFUN([AM_PROG_GCJ],[ AC_CHECK_TOOLS(GCJ, gcj, gcj) test -z "$GCJ" && AC_MSG_ERROR([no acceptable gcj found in \$PATH]) diff --git a/m4/install-sh.m4 b/m4/install-sh.m4 index b15371521..20d71c652 100644 --- a/m4/install-sh.m4 +++ b/m4/install-sh.m4 @@ -1,10 +1,13 @@ ## -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. diff --git a/m4/mkdirp.m4 b/m4/mkdirp.m4 index be8a9de5d..152d7fb05 100644 --- a/m4/mkdirp.m4 +++ b/m4/mkdirp.m4 @@ -1,10 +1,13 @@ ## -*- Autoconf -*- -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. diff --git a/m4/python.m4 b/m4/python.m4 index 655dcf3f0..89f2dfb48 100644 --- a/m4/python.m4 +++ b/m4/python.m4 @@ -3,13 +3,15 @@ ## From Andrew Dalke ## Updated by James Henstridge ## ------------------------ -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, +# 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PATH_PYTHON([MINIMUM-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # --------------------------------------------------------------------------- # Adds support for distributing Python modules and packages. To diff --git a/m4/runlog.m4 b/m4/runlog.m4 index c3608fbb8..0bfd30d22 100644 --- a/m4/runlog.m4 +++ b/m4/runlog.m4 @@ -1,10 +1,12 @@ ## -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. diff --git a/m4/strip.m4 b/m4/strip.m4 index 43435dcf2..e73f60714 100644 --- a/m4/strip.m4 +++ b/m4/strip.m4 @@ -1,10 +1,12 @@ ## -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't @@ -1,11 +1,13 @@ # Find a compiler for Unified Parallel C. -*- Autoconf -*- -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + AC_DEFUN([AM_PROG_UPC], [dnl We need OBJEXT and EXEEXT, but Autoconf doesn't offer any public dnl macro to compute them. Use AC_PROG_CC instead. |