[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01. Some missing (C)
From: |
Akim Demaille |
Subject: |
01. Some missing (C) |
Date: |
Mon, 02 Jun 2003 09:01:02 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
While cleaning up some missing (C) in Autoconf, several where found in
Automake's output. So I checked Automake's input files, and since you
are not working on the am files, I'm checking the following as
obvious.
Index: 0.1/ChangeLog
--- 0.1/ChangeLog Thu, 29 May 2003 16:18:35 +0200 akim (automake/c/2_ChangeLog
1.1 644)
+++ 0.1(w)/ChangeLog Fri, 30 May 2003 10:59:38 +0200 akim
(automake/c/2_ChangeLog 1.1 644)
@@ -1,3 +1,23 @@
+2003-05-30 Akim Demaille <address@hidden>
+
+ * lib/am/texi-vers.am, lib/am/subdirs.am, lib/am/scripts.am,
+ * lib/am/remake-hdr.am, lib/am/python.am, lib/am/progs.am,
+ * lib/am/program.am, lib/am/multilib.am, lib/am/mans.am,
+ * lib/am/mans-vars.am, lib/am/ltlibrary.am, lib/am/ltlib.am,
+ * lib/am/lisp.am, lib/am/libtool.am, lib/am/library.am,
+ * lib/am/lang-compile.am, lib/am/java.am, lib/am/header.am,
+ * lib/am/header-vars.am, lib/am/footer.am, lib/am/depend.am,
+ * lib/am/dejagnu.am, lib/am/data.am, lib/am/compile.am,
+ * lib/am/clean.am, lib/am/clean-hdr.am, lib/am/check.am,
+ * lib/am/ansi2knr.am, lib/am/Makefile.am, lib/Makefile.am,
+ * m4/strip.m4, m4/sanity.m4, m4/runlog.m4, m4/regex.m4,
+ * m4/python.m4, m4/protos.m4, m4/options.m4, m4/obsolete.m4,
+ * m4/obsol-lt.m4, m4/obsol-gt.m4, m4/multi.m4, m4/missing.m4,
+ * m4/minuso.m4, m4/maintainer.m4, m4/lispdir.m4, m4/lex.m4,
+ * m4/install-sh.m4, m4/header.m4, m4/gcj.m4, m4/dmalloc.m4,
+ * m4/depout.m4, m4/cond.m4, m4/ccstdc.m4, m4/auxdir.m4, m4/as.m4,
+ * m4/Makefile.am: White space changes and Copyright updates.
+
2003-05-25 Alexandre Duret-Lutz <address@hidden>
* lib/Automake/Variable.pm, lib/Automake/VarDef.pm: New files.
Index: 0.1/lib/am/texi-vers.am
--- 0.1/lib/am/texi-vers.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/3_texi-vers. 1.1 644)
+++ 0.1(w)/lib/am/texi-vers.am Fri, 30 May 2003 10:49:18 +0200 akim
(automake/3_texi-vers. 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
+## Copyright (C) 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003
## Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
Index: 0.1/lib/am/subdirs.am
--- 0.1/lib/am/subdirs.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/5_subdirs.am 1.1 644)
+++ 0.1(w)/lib/am/subdirs.am Fri, 30 May 2003 10:49:13 +0200 akim
(automake/5_subdirs.am 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003
## Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
Index: 0.1/lib/am/scripts.am
--- 0.1/lib/am/scripts.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/6_scripts.am 1.1 644)
+++ 0.1(w)/lib/am/scripts.am Fri, 30 May 2003 10:49:09 +0200 akim
(automake/6_scripts.am 1.1 644)
@@ -1,5 +1,6 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1998, 1999, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1998, 1999, 2001, 2003
+## 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
@@ -99,8 +100,8 @@
?!BASE? f=`echo "$$p" | sed 's|[^/]*$$||'`"$$f"; \
for opt in --help --version; do \
if $(DESTDIR)$(%NDIR%dir)/$$f $$opt > c$${pid}_.out 2>
c$${pid}_.err \
- && test -n "`cat c$${pid}_.out`" \
- && test -z "`cat c$${pid}_.err`"; then :; \
+ && test -n "`cat c$${pid}_.out`" \
+ && test -z "`cat c$${pid}_.err`"; then :; \
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
done; \
done; rm -f c$${pid}_.???; exit $$bad
Index: 0.1/lib/am/remake-hdr.am
--- 0.1/lib/am/remake-hdr.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/7_remake-hdr 1.1 644)
+++ 0.1(w)/lib/am/remake-hdr.am Fri, 30 May 2003 10:48:59 +0200 akim
(automake/7_remake-hdr 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2001
+## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2003
## Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
Index: 0.1/lib/am/python.am
--- 0.1/lib/am/python.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/8_python.am 1.1 644)
+++ 0.1(w)/lib/am/python.am Fri, 30 May 2003 10:48:54 +0200 akim
(automake/8_python.am 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1999, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1999, 2001, 2003 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: 0.1/lib/am/progs.am
--- 0.1/lib/am/progs.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/9_progs.am 1.1 644)
+++ 0.1(w)/lib/am/progs.am Fri, 30 May 2003 10:48:52 +0200 akim
(automake/9_progs.am 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2001
+## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2003
## Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
@@ -121,8 +121,8 @@
?!BASE? f=`echo "$$p" | sed 's|[^/]*$$||'`"$$f"; \
for opt in --help --version; do \
if $(DESTDIR)$(%NDIR%dir)/$$f $$opt > c$${pid}_.out 2>
c$${pid}_.err \
- && test -n "`cat c$${pid}_.out`" \
- && test -z "`cat c$${pid}_.err`"; then :; \
+ && test -n "`cat c$${pid}_.out`" \
+ && test -z "`cat c$${pid}_.err`"; then :; \
else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
done; \
done; rm -f c$${pid}_.???; exit $$bad
Index: 0.1/lib/am/program.am
--- 0.1/lib/am/program.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/10_program.am 1.1 644)
+++ 0.1(w)/lib/am/program.am Fri, 30 May 2003 10:48:49 +0200 akim
(automake/10_program.am 1.1 644)
@@ -1,5 +1,6 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1997, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997, 2001, 2003
+## 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: 0.1/lib/am/multilib.am
--- 0.1/lib/am/multilib.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/11_multilib.a 1.1 644)
+++ 0.1(w)/lib/am/multilib.am Fri, 30 May 2003 10:48:42 +0200 akim
(automake/11_multilib.a 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1998, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1998, 2001, 2003 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: 0.1/lib/am/mans.am
--- 0.1/lib/am/mans.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/12_mans.am 1.1 644)
+++ 0.1(w)/lib/am/mans.am Fri, 30 May 2003 10:48:38 +0200 akim
(automake/12_mans.am 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1998, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1998, 2001, 2003 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: 0.1/lib/am/mans-vars.am
--- 0.1/lib/am/mans-vars.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/13_mans-vars. 1.1 644)
+++ 0.1(w)/lib/am/mans-vars.am Fri, 30 May 2003 10:48:35 +0200 akim
(automake/13_mans-vars. 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 2001, 2003 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: 0.1/lib/am/ltlibrary.am
--- 0.1/lib/am/ltlibrary.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/14_ltlibrary. 1.1 644)
+++ 0.1(w)/lib/am/ltlibrary.am Fri, 30 May 2003 10:48:32 +0200 akim
(automake/14_ltlibrary. 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 2003 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: 0.1/lib/am/ltlib.am
--- 0.1/lib/am/ltlib.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/15_ltlib.am 1.1 644)
+++ 0.1(w)/lib/am/ltlib.am Fri, 30 May 2003 10:48:29 +0200 akim
(automake/15_ltlib.am 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2001
+## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2003
## Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
Index: 0.1/lib/am/lisp.am
--- 0.1/lib/am/lisp.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/16_lisp.am 1.1 644)
+++ 0.1(w)/lib/am/lisp.am Fri, 30 May 2003 10:48:25 +0200 akim
(automake/16_lisp.am 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2003
+## Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003
## Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
@@ -30,7 +30,7 @@
## Populate "$@" whith elisp files (found in the current directory
## or in $srcdir).
list='$(am__ELFILES)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
set x "$$@" "$$d$$p"; shift; \
done; \
## Finally call elisp-comp for all files.
Index: 0.1/lib/am/libtool.am
--- 0.1/lib/am/libtool.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/17_libtool.am 1.1 644)
+++ 0.1(w)/lib/am/libtool.am Fri, 30 May 2003 10:48:20 +0200 akim
(automake/17_libtool.am 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2001
+## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2003
## Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
Index: 0.1/lib/am/library.am
--- 0.1/lib/am/library.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/19_library.am 1.1 644)
+++ 0.1(w)/lib/am/library.am Fri, 30 May 2003 10:48:16 +0200 akim
(automake/19_library.am 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1999 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1999, 2003 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: 0.1/lib/am/lang-compile.am
--- 0.1/lib/am/lang-compile.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/21_lang-compi 1.1 644)
+++ 0.1(w)/lib/am/lang-compile.am Fri, 30 May 2003 10:48:12 +0200 akim
(automake/21_lang-compi 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 2001 Free Software Foundation, Inc.
+## Copyright (C) 2001, 2003 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: 0.1/lib/am/java.am
--- 0.1/lib/am/java.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/22_java.am 1.1 644)
+++ 0.1(w)/lib/am/java.am Fri, 30 May 2003 10:48:10 +0200 akim
(automake/22_java.am 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1998, 1999, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2001, 2003 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: 0.1/lib/am/header.am
--- 0.1/lib/am/header.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/24_header.am 1.1 644)
+++ 0.1(w)/lib/am/header.am Fri, 30 May 2003 10:48:05 +0200 akim
(automake/24_header.am 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1998, 1999, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1998, 1999, 2001, 2003 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: 0.1/lib/am/header-vars.am
--- 0.1/lib/am/header-vars.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/25_header-var 1.1 644)
+++ 0.1(w)/lib/am/header-vars.am Fri, 30 May 2003 10:47:58 +0200 akim
(automake/25_header-var 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
+## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2003
## Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
Index: 0.1/lib/am/footer.am
--- 0.1/lib/am/footer.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/26_footer.am 1.1 644)
+++ 0.1(w)/lib/am/footer.am Fri, 30 May 2003 10:47:52 +0200 akim
(automake/26_footer.am 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 2003 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: 0.1/lib/am/depend.am
--- 0.1/lib/am/depend.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/29_depend.am 1.1 644)
+++ 0.1(w)/lib/am/depend.am Fri, 30 May 2003 10:47:48 +0200 akim
(automake/29_depend.am 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2001
+## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2003
## Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
Index: 0.1/lib/am/dejagnu.am
--- 0.1/lib/am/dejagnu.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/30_dejagnu.am 1.1 644)
+++ 0.1(w)/lib/am/dejagnu.am Fri, 30 May 2003 10:47:44 +0200 akim
(automake/30_dejagnu.am 1.1 644)
@@ -1,5 +1,6 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2003
+## 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
@@ -29,16 +30,16 @@
## Otherwise they are looked for in $PATH.
if %?CYGNUS%
EXPECT = `if test -f $(top_builddir)/../expect/expect; then \
- echo $(top_builddir)/../expect/expect; \
- else \
- echo expect; \
- fi`
+ echo $(top_builddir)/../expect/expect; \
+ else \
+ echo expect; \
+ fi`
RUNTEST = `if test -f $(top_srcdir)/../dejagnu/runtest; then \
- echo $(top_srcdir)/../dejagnu/runtest; \
- else \
- echo runtest; \
- fi`
+ echo $(top_srcdir)/../dejagnu/runtest; \
+ else \
+ echo runtest; \
+ fi`
else ! %?CYGNUS%
EXPECT = expect
RUNTEST = runtest
Index: 0.1/lib/am/data.am
--- 0.1/lib/am/data.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/31_data.am 1.1 644)
+++ 0.1(w)/lib/am/data.am Fri, 30 May 2003 10:47:37 +0200 akim
(automake/31_data.am 1.1 644)
@@ -1,5 +1,6 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1998, 1999, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1998, 1999, 2001, 2003
+## 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: 0.1/lib/am/compile.am
--- 0.1/lib/am/compile.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/33_compile.am 1.1 644)
+++ 0.1(w)/lib/am/compile.am Fri, 30 May 2003 10:47:30 +0200 akim
(automake/33_compile.am 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2001
+## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2003
## Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
Index: 0.1/lib/am/clean.am
--- 0.1/lib/am/clean.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/34_clean.am 1.1 644)
+++ 0.1(w)/lib/am/clean.am Fri, 30 May 2003 10:47:25 +0200 akim
(automake/34_clean.am 1.1 644)
@@ -1,5 +1,6 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1998, 1999, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1998, 1999, 2001, 2003
+## 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: 0.1/lib/am/clean-hdr.am
--- 0.1/lib/am/clean-hdr.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/35_clean-hdr. 1.1 644)
+++ 0.1(w)/lib/am/clean-hdr.am Fri, 30 May 2003 10:47:17 +0200 akim
(automake/35_clean-hdr. 1.1 644)
@@ -1,5 +1,6 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1997, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997, 2001, 2003
+## 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: 0.1/lib/am/check.am
--- 0.1/lib/am/check.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/36_check.am 1.1 644)
+++ 0.1(w)/lib/am/check.am Fri, 30 May 2003 10:47:08 +0200 akim
(automake/36_check.am 1.1 644)
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 2001 Free Software Foundation, Inc.
+## Copyright (C) 2001, 2003 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
@@ -34,12 +34,12 @@
all=`expr $$all + 1`; \
case " $(XFAIL_TESTS) " in \
*" $$tst "*) \
- xpass=`expr $$xpass + 1`; \
- failed=`expr $$failed + 1`; \
- echo "XPASS: $$tst"; \
+ xpass=`expr $$xpass + 1`; \
+ failed=`expr $$failed + 1`; \
+ echo "XPASS: $$tst"; \
;; \
*) \
- echo "PASS: $$tst"; \
+ echo "PASS: $$tst"; \
;; \
esac; \
elif test $$? -ne 77; then \
@@ -47,12 +47,12 @@
all=`expr $$all + 1`; \
case " $(XFAIL_TESTS) " in \
*" $$tst "*) \
- xfail=`expr $$xfail + 1`; \
- echo "XFAIL: $$tst"; \
+ xfail=`expr $$xfail + 1`; \
+ echo "XFAIL: $$tst"; \
;; \
*) \
- failed=`expr $$failed + 1`; \
- echo "FAIL: $$tst"; \
+ failed=`expr $$failed + 1`; \
+ echo "FAIL: $$tst"; \
;; \
esac; \
else \
Index: 0.1/lib/am/ansi2knr.am
--- 0.1/lib/am/ansi2knr.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/37_ansi2knr.a 1.1 644)
+++ 0.1(w)/lib/am/ansi2knr.am Fri, 30 May 2003 10:47:03 +0200 akim
(automake/37_ansi2knr.a 1.1 644)
@@ -1,5 +1,6 @@
## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1997, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997, 2001, 2003
+## 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: 0.1/lib/am/Makefile.am
--- 0.1/lib/am/Makefile.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/38_Makefile.a 1.1 644)
+++ 0.1(w)/lib/am/Makefile.am Fri, 30 May 2003 10:42:53 +0200 akim
(automake/38_Makefile.a 1.1 644)
@@ -2,7 +2,8 @@
## Makefile for Automake lib/am.
-## Copyright 1995, 1996, 1997, 1998, 1999, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2003
+## 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: 0.1/lib/Makefile.am
--- 0.1/lib/Makefile.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/10_Makefile.a 1.1 644)
+++ 0.1(w)/lib/Makefile.am Fri, 30 May 2003 10:40:34 +0200 akim
(automake/b/10_Makefile.a 1.1 644)
@@ -2,7 +2,7 @@
## Makefile for Automake lib.
-## Copyright 2001 Free Software Foundation, Inc.
+## Copyright (C) 2001, 2003 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: 0.1/m4/strip.m4
--- 0.1/m4/strip.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/12_strip.m4 1.1 644)
+++ 0.1(w)/m4/strip.m4 Fri, 30 May 2003 10:55:47 +0200 akim
(automake/b/12_strip.m4 1.1 644)
@@ -1,6 +1,6 @@
# AM_PROG_INSTALL_STRIP
-# Copyright 2001 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003 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: 0.1/m4/sanity.m4
--- 0.1/m4/sanity.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/13_sanity.m4 1.1 644)
+++ 0.1(w)/m4/sanity.m4 Fri, 30 May 2003 10:55:44 +0200 akim
(automake/b/13_sanity.m4 1.1 644)
@@ -2,7 +2,7 @@
# Check to make sure that the build environment is sane.
#
-# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 2000, 2001, 2003 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: 0.1/m4/runlog.m4
--- 0.1/m4/runlog.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/14_runlog.m4 1.1 644)
+++ 0.1(w)/m4/runlog.m4 Fri, 30 May 2003 10:55:40 +0200 akim
(automake/b/14_runlog.m4 1.1 644)
@@ -1,4 +1,4 @@
-# Copyright 2001 Free Software Foundation, Inc. -*- Autoconf -*-
+# Copyright (C) 2001, 2003 Free Software Foundation, Inc. -*- Autoconf -*-
# 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: 0.1/m4/regex.m4
--- 0.1/m4/regex.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/15_regex.m4 1.1 644)
+++ 0.1(w)/m4/regex.m4 Fri, 30 May 2003 10:55:28 +0200 akim
(automake/b/15_regex.m4 1.1 644)
@@ -2,7 +2,8 @@
## Check if --with-regex was given. ##
## --------------------------------- ##
-# Copyright 1996, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003
+# 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
@@ -42,16 +43,16 @@
AC_MSG_CHECKING([which of GNU rx or gawk's regex is wanted])
AC_ARG_WITH(regex,
[ --without-regex use GNU rx in lieu of gawk's regex for matching],
- [test "$withval" = yes && am_with_regex=1],
- [am_with_regex=1])
+ [test "$withval" = yes && am_with_regex=1],
+ [am_with_regex=1])
if test -n "$am_with_regex"; then
AC_MSG_RESULT(regex)
AC_DEFINE(WITH_REGEX, 1, [Define if using GNU regex])
AC_CACHE_CHECK([for GNU regex in libc], am_cv_gnu_regex,
[AC_TRY_LINK([],
- [extern int re_max_failures; re_max_failures = 1],
+ [extern int re_max_failures; re_max_failures = 1],
[am_cv_gnu_regex=yes],
- [am_cv_gnu_regex=no])])
+ [am_cv_gnu_regex=no])])
if test $am_cv_gnu_regex = no; then
AC_LIBOBJ([regex])
fi
Index: 0.1/m4/python.m4
--- 0.1/m4/python.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/16_python.m4 1.1 644)
+++ 0.1(w)/m4/python.m4 Fri, 30 May 2003 10:55:20 +0200 akim
(automake/b/16_python.m4 1.1 644)
@@ -4,7 +4,7 @@
## Updated by James Henstridge
## ------------------------
-# Copyright 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001, 2002, 2003 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
@@ -72,11 +72,11 @@
AC_CACHE_CHECK([for a Python interpreter with version >= $1],
[am_cv_pathless_PYTHON],[
for am_cv_pathless_PYTHON in _AM_PYTHON_INTERPRETER_LIST : ; do
- if test "$am_cv_pathless_PYTHON" = : ; then
- AC_MSG_ERROR([no suitable Python interpreter found])
+ if test "$am_cv_pathless_PYTHON" = : ; then
+ AC_MSG_ERROR([no suitable Python interpreter found])
fi
- AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break])
- done])
+ AM_PYTHON_CHECK_VERSION([$am_cv_pathless_PYTHON], [$1], [break])
+ done])
# Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
AC_PATH_PROG([PYTHON], [$am_cv_pathless_PYTHON])
am_display_PYTHON=$am_cv_pathless_PYTHON
Index: 0.1/m4/protos.m4
--- 0.1/m4/protos.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/17_protos.m4 1.1 644)
+++ 0.1(w)/m4/protos.m4 Fri, 30 May 2003 10:55:12 +0200 akim
(automake/b/17_protos.m4 1.1 644)
@@ -3,7 +3,8 @@
## From Franc,ois Pinard ##
## ------------------------------- ##
-# Copyright 1996, 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 2000, 2001, 2002, 2003
+# 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: 0.1/m4/options.m4
--- 0.1/m4/options.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/18_options.m4 1.1 644)
+++ 0.1(w)/m4/options.m4 Fri, 30 May 2003 10:55:03 +0200 akim
(automake/b/18_options.m4 1.1 644)
@@ -1,6 +1,6 @@
# Helper functions for option handling. -*- Autoconf -*-
-# Copyright 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003 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: 0.1/m4/obsolete.m4
--- 0.1/m4/obsolete.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/19_obsolete.m 1.1 644)
+++ 0.1(w)/m4/obsolete.m4 Fri, 30 May 2003 10:54:59 +0200 akim
(automake/b/19_obsolete.m 1.1 644)
@@ -1,6 +1,6 @@
# Helper functions for option handling. -*- Autoconf -*-
-# Copyright 2002 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003 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: 0.1/m4/obsol-lt.m4
--- 0.1/m4/obsol-lt.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/20_obsol-lt.m 1.1 644)
+++ 0.1(w)/m4/obsol-lt.m4 Fri, 30 May 2003 10:54:50 +0200 akim
(automake/b/20_obsol-lt.m 1.1 644)
@@ -1,6 +1,6 @@
# Support for obsolete Libtool macro. -*- Autoconf -*-
-# Copyright 2002 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003 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: 0.1/m4/obsol-gt.m4
--- 0.1/m4/obsol-gt.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/21_obsol-gt.m 1.1 644)
+++ 0.1(w)/m4/obsol-gt.m4 Fri, 30 May 2003 10:54:46 +0200 akim
(automake/b/21_obsol-gt.m 1.1 644)
@@ -1,6 +1,6 @@
# Support for obsolete Gettext macro. -*- Autoconf -*-
-# Copyright 2002 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003 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: 0.1/m4/multi.m4
--- 0.1/m4/multi.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/22_multi.m4 1.1 644)
+++ 0.1(w)/m4/multi.m4 Fri, 30 May 2003 10:54:41 +0200 akim
(automake/b/22_multi.m4 1.1 644)
@@ -1,4 +1,4 @@
-# Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1998, 1999, 2000, 2001, 2003 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
@@ -29,7 +29,7 @@
no) multilib=no ;;
*) AC_MSG_ERROR([bad value $enableval for multilib option]) ;;
esac],
- [multilib=yes])
+ [multilib=yes])
# We may get other options which we leave undocumented:
# --with-target-subdir, --with-multisrctop, --with-multisubdir
@@ -54,7 +54,7 @@
ac_file=]m4_default([$1],Makefile)[ . ${multi_basedir}/config-ml.in
;;
esac],
- [
+ [
srcdir="$srcdir"
host="$host"
target="$target"
Index: 0.1/m4/missing.m4
--- 0.1/m4/missing.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/23_missing.m4 1.1 644)
+++ 0.1(w)/m4/missing.m4 Fri, 30 May 2003 10:54:36 +0200 akim
(automake/b/23_missing.m4 1.1 644)
@@ -4,7 +4,7 @@
## Fake the existence of programs that GNU maintainers use. ##
## --------------------------------------------------------- ##
-# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1997, 1999, 2000, 2001, 2003 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: 0.1/m4/minuso.m4
--- 0.1/m4/minuso.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/24_minuso.m4 1.1 644)
+++ 0.1(w)/m4/minuso.m4 Fri, 30 May 2003 10:54:33 +0200 akim
(automake/b/24_minuso.m4 1.1 644)
@@ -4,7 +4,7 @@
# --------------
# Like AC_PROG_CC_C_O, but changed for automake.
-# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001, 2003 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: 0.1/m4/maintainer.m4
--- 0.1/m4/maintainer.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/26_maintainer 1.1 644)
+++ 0.1(w)/m4/maintainer.m4 Fri, 30 May 2003 10:54:29 +0200 akim
(automake/b/26_maintainer 1.1 644)
@@ -1,7 +1,8 @@
# Add --enable-maintainer-mode option to configure.
# From Jim Meyering
-# Copyright 1996, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003
+# 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
@@ -25,7 +26,7 @@
dnl maintainer-mode is disabled by default
AC_ARG_ENABLE(maintainer-mode,
[ --enable-maintainer-mode enable make rules and dependencies not useful
- (and sometimes confusing) to the casual installer],
+ (and sometimes confusing) to the casual installer],
USE_MAINTAINER_MODE=$enableval,
USE_MAINTAINER_MODE=no)
AC_MSG_RESULT([$USE_MAINTAINER_MODE])
Index: 0.1/m4/lispdir.m4
--- 0.1/m4/lispdir.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/27_lispdir.m4 1.1 644)
+++ 0.1(w)/m4/lispdir.m4 Fri, 30 May 2003 10:54:20 +0200 akim
(automake/b/27_lispdir.m4 1.1 644)
@@ -4,8 +4,8 @@
## Almost entirely rewritten by Alexandre Oliva
## ------------------------
-# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+# 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
@@ -48,14 +48,14 @@
# Redirecting /dev/null should help a bit; pity we can't detect "broken"
# emacsen earlier and avoid running this altogether.
AC_RUN_LOG([$EMACS -batch -q -eval '(while load-path (princ (concat (car
load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out])
- am_cv_lispdir=`sed -n \
+ am_cv_lispdir=`sed -n \
-e 's,/$,,' \
-e '/.*\/lib\/\(x\?emacs\/site-lisp\)$/{s,,${libdir}/\1,;p;q;}' \
-e '/.*\/share\/\(x\?emacs\/site-lisp\)$/{s,,${datadir}/\1,;p;q;}' \
conftest.out`
rm conftest.out
if test -z "$am_cv_lispdir"; then
- am_cv_lispdir='${datadir}/emacs/site-lisp'
+ am_cv_lispdir='${datadir}/emacs/site-lisp'
fi
])
lispdir="$am_cv_lispdir"
Index: 0.1/m4/lex.m4
--- 0.1/m4/lex.m4 Thu, 29 May 2003 16:18:35 +0200 akim (automake/b/28_lex.m4
1.1 644)
+++ 0.1(w)/m4/lex.m4 Fri, 30 May 2003 10:54:16 +0200 akim (automake/b/28_lex.m4
1.1 644)
@@ -1,7 +1,8 @@
## Replacement for AC_PROG_LEX. -*- Autoconf -*-
## by Alexandre Oliva <address@hidden>
-# Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
+# 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: 0.1/m4/install-sh.m4
--- 0.1/m4/install-sh.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/30_install-sh 1.1 644)
+++ 0.1(w)/m4/install-sh.m4 Fri, 30 May 2003 10:54:00 +0200 akim
(automake/b/30_install-sh 1.1 644)
@@ -2,7 +2,7 @@
# ------------------
# Define $install_sh.
-# Copyright 2001 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003 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: 0.1/m4/header.m4
--- 0.1/m4/header.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/32_header.m4 1.1 644)
+++ 0.1(w)/m4/header.m4 Fri, 30 May 2003 10:53:56 +0200 akim
(automake/b/32_header.m4 1.1 644)
@@ -1,6 +1,6 @@
# Like AC_CONFIG_HEADER, but automatically create stamp file. -*- Autoconf -*-
-# Copyright 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 2000, 2001, 2003 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: 0.1/m4/gcj.m4
--- 0.1/m4/gcj.m4 Thu, 29 May 2003 16:18:35 +0200 akim (automake/b/33_gcj.m4
1.1 644)
+++ 0.1(w)/m4/gcj.m4 Fri, 30 May 2003 10:53:50 +0200 akim (automake/b/33_gcj.m4
1.1 644)
@@ -1,7 +1,7 @@
# Check for Java compiler.
# For now we only handle the GNU compiler.
-# Copyright 1999, 2000, Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2003 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: 0.1/m4/dmalloc.m4
--- 0.1/m4/dmalloc.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/34_dmalloc.m4 1.1 644)
+++ 0.1(w)/m4/dmalloc.m4 Fri, 30 May 2003 10:53:44 +0200 akim
(automake/b/34_dmalloc.m4 1.1 644)
@@ -3,7 +3,8 @@
## From Franc,ois Pinard ##
## ----------------------------------- ##
-# Copyright 1996, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003
+# 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
@@ -26,11 +27,11 @@
[AC_MSG_CHECKING([if malloc debugging is wanted])
AC_ARG_WITH(dmalloc,
[ --with-dmalloc use dmalloc, as in
- http://www.dmalloc.com/dmalloc.tar.gz],
+ http://www.dmalloc.com/dmalloc.tar.gz],
[if test "$withval" = yes; then
AC_MSG_RESULT(yes)
AC_DEFINE(WITH_DMALLOC,1,
- [Define if using the dmalloc debugging malloc package])
+ [Define if using the dmalloc debugging malloc package])
LIBS="$LIBS -ldmalloc"
LDFLAGS="$LDFLAGS -g"
else
Index: 0.1/m4/depout.m4
--- 0.1/m4/depout.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/35_depout.m4 1.1 644)
+++ 0.1(w)/m4/depout.m4 Fri, 30 May 2003 10:53:35 +0200 akim
(automake/b/35_depout.m4 1.1 644)
@@ -1,6 +1,6 @@
# Generate code to set up dependency tracking. -*- Autoconf -*-
-# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001, 2002, 2003 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: 0.1/m4/cond.m4
--- 0.1/m4/cond.m4 Thu, 29 May 2003 16:18:35 +0200 akim (automake/b/37_cond.m4
1.1 644)
+++ 0.1(w)/m4/cond.m4 Fri, 30 May 2003 10:53:32 +0200 akim
(automake/b/37_cond.m4 1.1 644)
@@ -1,6 +1,6 @@
# AM_CONDITIONAL -*- Autoconf -*-
-# Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1997, 2000, 2001, 2003 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
@@ -26,7 +26,7 @@
# Define a conditional.
AC_DEFUN([AM_CONDITIONAL],
[ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
- [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
+ [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
AC_SUBST([$1_TRUE])
AC_SUBST([$1_FALSE])
if $2; then
Index: 0.1/m4/ccstdc.m4
--- 0.1/m4/ccstdc.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/38_ccstdc.m4 1.1 644)
+++ 0.1(w)/m4/ccstdc.m4 Fri, 30 May 2003 10:53:27 +0200 akim
(automake/b/38_ccstdc.m4 1.1 644)
@@ -3,7 +3,8 @@
## From Franc,ois Pinard ##
## ----------------------------------------- ##
-# Copyright 1996, 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003
+# 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
@@ -27,9 +28,9 @@
AU_DEFUN([AM_PROG_CC_STDC],
[AC_PROG_CC
AC_DIAGNOSE([obsolete], [$0:
- your code should no longer depend upon `am_cv_prog_cc_stdc', but upon
- `ac_cv_prog_cc_stdc'. Remove this warning and the assignment when
- you adjust the code. You can also remove the above call to
+ your code should no longer depend upon `am_cv_prog_cc_stdc', but upon
+ `ac_cv_prog_cc_stdc'. Remove this warning and the assignment when
+ you adjust the code. You can also remove the above call to
AC_PROG_CC if you already called it elsewhere.])
am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
])
Index: 0.1/m4/auxdir.m4
--- 0.1/m4/auxdir.m4 Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/39_auxdir.m4 1.1 644)
+++ 0.1(w)/m4/auxdir.m4 Fri, 30 May 2003 10:53:18 +0200 akim
(automake/b/39_auxdir.m4 1.1 644)
@@ -1,6 +1,6 @@
# AM_AUX_DIR_EXPAND
-# Copyright 2001 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003 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: 0.1/m4/as.m4
--- 0.1/m4/as.m4 Thu, 29 May 2003 16:18:35 +0200 akim (automake/b/40_as.m4 1.1
644)
+++ 0.1(w)/m4/as.m4 Fri, 30 May 2003 10:53:15 +0200 akim (automake/b/40_as.m4
1.1 644)
@@ -2,7 +2,7 @@
# serial 2
-# Copyright 2001 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003 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: 0.1/m4/Makefile.am
--- 0.1/m4/Makefile.am Thu, 29 May 2003 16:18:35 +0200 akim
(automake/b/41_Makefile.a 1.1 644)
+++ 0.1(w)/m4/Makefile.am Fri, 30 May 2003 10:52:51 +0200 akim
(automake/b/41_Makefile.a 1.1 644)
@@ -2,7 +2,7 @@
## Makefile for Automake m4.
-## Copyright 1996, 1997, 1998, 1999, 2001, 2002, 2003
+## Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003
## Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- 01. Some missing (C),
Akim Demaille <=