From: Akim Demaille Date: Mon, 16 Oct 2000 18:25:55 +0000 (+0000) Subject: * acgeneral.m4: Adjust copyright notice. X-Git-Tag: autoconf-2.50~571 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1e3cdfe0a3901d218c52b4312552647b0178d6e8;p=thirdparty%2Fautoconf.git * acgeneral.m4: Adjust copyright notice. * acspecific.m4: Likewise. * acoldnames.m4: Likewise. * acversion.m4.in: Likewise. * autoconf.sh: Likewise. * autoheader.sh: Likewise. * autoreconf.sh: Likewise. * autoscan.pl: Likewise. * autoupdate.sh: Likewise. * ifnames.sh: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 02365ed97..ee9bbb237 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2000-10-16 Akim Demaille + + * acgeneral.m4: Adjust copyright notice. + * acspecific.m4: Likewise. + * acoldnames.m4: Likewise. + * acversion.m4.in: Likewise. + * autoconf.sh: Likewise. + * autoheader.sh: Likewise. + * autoreconf.sh: Likewise. + * autoscan.pl: Likewise. + * autoupdate.sh: Likewise. + * ifnames.sh: Likewise. + 2000-10-16 Pavel Roskin * tests/aclocal.m4: Don't considers variables @, '*', '?' and diff --git a/acfunctions.m4 b/acfunctions.m4 index 02362ae62..966635b4d 100644 --- a/acfunctions.m4 +++ b/acfunctions.m4 @@ -1,6 +1,6 @@ # This file is part of Autoconf. -*- Autoconf -*- # Checking for functions. -# Copyright (C) 2000 +# Copyright 2000 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/acgeneral.m4 b/acgeneral.m4 index f70528972..cb2221138 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -1,6 +1,6 @@ # This file is part of Autoconf. -*- Autoconf -*- # Parameterized macros. -# Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000 +# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify @@ -2082,7 +2082,7 @@ ifset([AC_PACKAGE_BUGREPORT], # ------------------ define([_AC_INIT_COPYRIGHT], [AC_COPYRIGHT( -[Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000 +[Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it.])dnl diff --git a/aclang.m4 b/aclang.m4 index 2344a0673..7d22b7944 100644 --- a/aclang.m4 +++ b/aclang.m4 @@ -1,6 +1,6 @@ # This file is part of Autoconf. -*- Autoconf -*- # Programming languages support. -# Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000 +# Copyright 1992, 93, 94, 95, 96, 98, 99, 2000 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/acoldnames.m4 b/acoldnames.m4 index 8be3b62f1..bf055367a 100644 --- a/acoldnames.m4 +++ b/acoldnames.m4 @@ -1,6 +1,6 @@ # This file is part of Autoconf. -*- Autoconf -*- # Support old macros, and provide automated updates. -# Copyright (C) 1994, 1999, 2000 Free Software Foundation, Inc. +# Copyright 1994, 1999, 2000 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 diff --git a/acspecific.m4 b/acspecific.m4 index 568daa2d0..ae17ee789 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -1,6 +1,6 @@ # This file is part of Autoconf. -*- Autoconf -*- # Macros that test for specific features. -# Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000 +# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/acversion.m4.in b/acversion.m4.in index 1b21bf4f2..35487a3a9 100644 --- a/acversion.m4.in +++ b/acversion.m4.in @@ -1,5 +1,5 @@ # This file is part of Autoconf. -*- Autoconf -*- # Version of Autoconf. -# Copyright (C) 1999, 2000 Free Software Foundation, Inc. +# Copyright 1999, 2000 Free Software Foundation, Inc. define([AC_ACVERSION], [@VERSION@]) diff --git a/autoconf.in b/autoconf.in index f42a20284..c9b4856d3 100644 --- a/autoconf.in +++ b/autoconf.in @@ -1,6 +1,7 @@ #! @SHELL@ # autoconf -- create `configure' using m4 macros -# Copyright (C) 1992, 93, 94, 96, 99, 2000 Free Software Foundation, Inc. +# Copyright 1992, 1993, 1994, 1996, 1999, 2000 +# 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 @@ -63,7 +64,8 @@ version="\ autoconf (GNU @PACKAGE@) @VERSION@ Written by David J. MacKenzie. -Copyright (C) 1992, 93, 94, 96, 99, 2000 Free Software Foundation, Inc. +Copyright 1992, 1993, 1994, 1996, 1999, 2000 +Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/autoconf.m4 b/autoconf.m4 index 3f2d11ad7..a97246c99 100644 --- a/autoconf.m4 +++ b/autoconf.m4 @@ -1,7 +1,7 @@ include(libm4.m4)# -*- Autoconf -*- # This file is part of Autoconf. # Driver that loads the Autoconf macro files. -# Copyright (C) 1994, 1999 Free Software Foundation, Inc. +# Copyright 1994, 1999 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 diff --git a/autoconf.sh b/autoconf.sh index f42a20284..c9b4856d3 100644 --- a/autoconf.sh +++ b/autoconf.sh @@ -1,6 +1,7 @@ #! @SHELL@ # autoconf -- create `configure' using m4 macros -# Copyright (C) 1992, 93, 94, 96, 99, 2000 Free Software Foundation, Inc. +# Copyright 1992, 1993, 1994, 1996, 1999, 2000 +# 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 @@ -63,7 +64,8 @@ version="\ autoconf (GNU @PACKAGE@) @VERSION@ Written by David J. MacKenzie. -Copyright (C) 1992, 93, 94, 96, 99, 2000 Free Software Foundation, Inc. +Copyright 1992, 1993, 1994, 1996, 1999, 2000 +Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/autoheader.in b/autoheader.in index d7eb14dde..9996cb8a6 100644 --- a/autoheader.in +++ b/autoheader.in @@ -1,6 +1,7 @@ #! @SHELL@ # autoheader -- create `config.h.in' from `configure.in' -# Copyright (C) 1992-94, 96, 98, 99, 2000 Free Software Foundation, Inc. +# Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000 +# 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 @@ -53,7 +54,8 @@ version="\ autoheader (GNU @PACKAGE@) @VERSION@ Written by Roland McGrath. -Copyright (C) 1992-94, 96, 98, 99, 2000 Free Software Foundation, Inc. +Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000 +Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/autoheader.sh b/autoheader.sh index d7eb14dde..9996cb8a6 100644 --- a/autoheader.sh +++ b/autoheader.sh @@ -1,6 +1,7 @@ #! @SHELL@ # autoheader -- create `config.h.in' from `configure.in' -# Copyright (C) 1992-94, 96, 98, 99, 2000 Free Software Foundation, Inc. +# Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000 +# 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 @@ -53,7 +54,8 @@ version="\ autoheader (GNU @PACKAGE@) @VERSION@ Written by Roland McGrath. -Copyright (C) 1992-94, 96, 98, 99, 2000 Free Software Foundation, Inc. +Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000 +Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/autoreconf.in b/autoreconf.in index 09ce386a5..7672d04e3 100644 --- a/autoreconf.in +++ b/autoreconf.in @@ -1,6 +1,6 @@ #! @SHELL@ # autoreconf - remake all Autoconf configure scripts in a directory tree -# Copyright (C) 1994, 99, 2000 Free Software Foundation, Inc. +# Copyright 1994, 1999, 2000 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 @@ -68,7 +68,7 @@ version="\ autoreconf (GNU @PACKAGE@) @VERSION@ Written by David J. MacKenzie. -Copyright (C) 1994, 99, 2000 Free Software Foundation, Inc. +Copyright 1994, 1999, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/autoreconf.sh b/autoreconf.sh index 09ce386a5..7672d04e3 100644 --- a/autoreconf.sh +++ b/autoreconf.sh @@ -1,6 +1,6 @@ #! @SHELL@ # autoreconf - remake all Autoconf configure scripts in a directory tree -# Copyright (C) 1994, 99, 2000 Free Software Foundation, Inc. +# Copyright 1994, 1999, 2000 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 @@ -68,7 +68,7 @@ version="\ autoreconf (GNU @PACKAGE@) @VERSION@ Written by David J. MacKenzie. -Copyright (C) 1994, 99, 2000 Free Software Foundation, Inc. +Copyright 1994, 1999, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/autoscan.in b/autoscan.in index 6f2a0d6e7..6bb8d8037 100644 --- a/autoscan.in +++ b/autoscan.in @@ -1,6 +1,6 @@ #! @PERL@ -w # autoscan - Create configure.scan (a preliminary configure.in) for a package. -# Copyright (C) 1994, 99, 2000 Free Software Foundation, Inc. +# Copyright 1994, 1999, 2000 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 @@ -67,7 +67,7 @@ sub print_version print "autoscan (GNU @PACKAGE@) @VERSION@ Written by David J. MacKenzie. -Copyright (C) 1994, 99, 2000 Free Software Foundation, Inc. +Copyright 1994, 1999, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"; exit 0; diff --git a/autoscan.pl b/autoscan.pl index 6f2a0d6e7..6bb8d8037 100644 --- a/autoscan.pl +++ b/autoscan.pl @@ -1,6 +1,6 @@ #! @PERL@ -w # autoscan - Create configure.scan (a preliminary configure.in) for a package. -# Copyright (C) 1994, 99, 2000 Free Software Foundation, Inc. +# Copyright 1994, 1999, 2000 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 @@ -67,7 +67,7 @@ sub print_version print "autoscan (GNU @PACKAGE@) @VERSION@ Written by David J. MacKenzie. -Copyright (C) 1994, 99, 2000 Free Software Foundation, Inc. +Copyright 1994, 1999, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"; exit 0; diff --git a/bin/autoconf.in b/bin/autoconf.in index f42a20284..c9b4856d3 100644 --- a/bin/autoconf.in +++ b/bin/autoconf.in @@ -1,6 +1,7 @@ #! @SHELL@ # autoconf -- create `configure' using m4 macros -# Copyright (C) 1992, 93, 94, 96, 99, 2000 Free Software Foundation, Inc. +# Copyright 1992, 1993, 1994, 1996, 1999, 2000 +# 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 @@ -63,7 +64,8 @@ version="\ autoconf (GNU @PACKAGE@) @VERSION@ Written by David J. MacKenzie. -Copyright (C) 1992, 93, 94, 96, 99, 2000 Free Software Foundation, Inc. +Copyright 1992, 1993, 1994, 1996, 1999, 2000 +Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/bin/autoheader.in b/bin/autoheader.in index d7eb14dde..9996cb8a6 100644 --- a/bin/autoheader.in +++ b/bin/autoheader.in @@ -1,6 +1,7 @@ #! @SHELL@ # autoheader -- create `config.h.in' from `configure.in' -# Copyright (C) 1992-94, 96, 98, 99, 2000 Free Software Foundation, Inc. +# Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000 +# 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 @@ -53,7 +54,8 @@ version="\ autoheader (GNU @PACKAGE@) @VERSION@ Written by Roland McGrath. -Copyright (C) 1992-94, 96, 98, 99, 2000 Free Software Foundation, Inc. +Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000 +Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/bin/autoreconf.in b/bin/autoreconf.in index 09ce386a5..7672d04e3 100644 --- a/bin/autoreconf.in +++ b/bin/autoreconf.in @@ -1,6 +1,6 @@ #! @SHELL@ # autoreconf - remake all Autoconf configure scripts in a directory tree -# Copyright (C) 1994, 99, 2000 Free Software Foundation, Inc. +# Copyright 1994, 1999, 2000 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 @@ -68,7 +68,7 @@ version="\ autoreconf (GNU @PACKAGE@) @VERSION@ Written by David J. MacKenzie. -Copyright (C) 1994, 99, 2000 Free Software Foundation, Inc. +Copyright 1994, 1999, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." diff --git a/bin/autoscan.in b/bin/autoscan.in index 6f2a0d6e7..6bb8d8037 100644 --- a/bin/autoscan.in +++ b/bin/autoscan.in @@ -1,6 +1,6 @@ #! @PERL@ -w # autoscan - Create configure.scan (a preliminary configure.in) for a package. -# Copyright (C) 1994, 99, 2000 Free Software Foundation, Inc. +# Copyright 1994, 1999, 2000 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 @@ -67,7 +67,7 @@ sub print_version print "autoscan (GNU @PACKAGE@) @VERSION@ Written by David J. MacKenzie. -Copyright (C) 1994, 99, 2000 Free Software Foundation, Inc. +Copyright 1994, 1999, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"; exit 0; diff --git a/bin/ifnames.in b/bin/ifnames.in index a3e14fdf7..208b78558 100644 --- a/bin/ifnames.in +++ b/bin/ifnames.in @@ -1,6 +1,6 @@ #! @SHELL@ # ifnames - print the identifiers used in C preprocessor conditionals -# Copyright (C) 1994, 95, 99, 2000 Free Software Foundation, Inc. +# Copyright 1994, 1995, 1999, 2000 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 @@ -44,7 +44,7 @@ version="\ ifnames (GNU @PACKAGE@) @VERSION@ Written by David J. MacKenzie and Paul Eggert. -Copyright (C) 1994, 95, 99, 2000 Free Software Foundation, Inc. +Copyright 1994, 1995, 1999, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -73,16 +73,20 @@ done $AWK ' # Record that sym was found in FILENAME. - function file_sym(sym, i, fs) { - if (sym ~ /^[A-Za-z_]/) { - if (!found[sym,FILENAME]) { + function file_sym(sym, i, fs) + { + if (sym ~ /^[A-Za-z_]/) + { + if (!found[sym,FILENAME]) + { found[sym,FILENAME] = 1 # Insert FILENAME into files[sym], keeping the list sorted. i = 1 fs = files[sym] while (match(substr(fs, i), /^ [^ ]*/) \ - && substr(fs, i + 1, RLENGTH - 1) < FILENAME) { + && substr(fs, i + 1, RLENGTH - 1) < FILENAME) + { i += RLENGTH } files[sym] = substr(fs, 1, i - 1) " " FILENAME substr(fs, i) @@ -91,7 +95,8 @@ $AWK ' } { - while (sub(/\\$/, "", $0) > 0) { + while (sub(/\\$/, "", $0) > 0) + { if ((getline tmp) > 0) $0 = $0 tmp else @@ -99,25 +104,32 @@ $AWK ' } } - /^[\t ]*#/ { - if (sub(/^[\t ]*#[\t ]*ifn?def[\t ]+/, "", $0)) { + /^[\t ]*#/ + { + if (sub(/^[\t ]*#[\t ]*ifn?def[\t ]+/, "", $0)) + { sub(/[^A-Za-z_0-9].*/, "", $0) file_sym($0) } - if (sub(/^[\t ]*#[\t ]*(el)?if[\t ]+/, "", $0)) { + if (sub(/^[\t ]*#[\t ]*(el)?if[\t ]+/, "", $0)) + { # Remove comments. Not perfect, but close enough. gsub(/\/\*[^\/]*(\*\/)?/, "", $0) - for (i = split($0, field, /[^A-Za-z_0-9]+/); 1 <= i; i--) { - if (field[i] != "defined") { + for (i = split($0, field, /[^A-Za-z_0-9]+/); 1 <= i; i--) + { + if (field[i] != "defined") + { file_sym(field[i]) } } } } - END { - for (sym in files) { + END + { + for (sym in files) + { print sym files[sym] } } diff --git a/configure b/configure index d8dfc8329..79fc89d1d 100755 --- a/configure +++ b/configure @@ -4,7 +4,7 @@ # # Report bugs to . # -# Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000 +# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000 # Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. @@ -576,7 +576,7 @@ if $ac_init_version; then cat <<\EOF configure (Autoconf 2.49b) 2.49b -Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000 +Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. diff --git a/ifnames.in b/ifnames.in index a3e14fdf7..208b78558 100644 --- a/ifnames.in +++ b/ifnames.in @@ -1,6 +1,6 @@ #! @SHELL@ # ifnames - print the identifiers used in C preprocessor conditionals -# Copyright (C) 1994, 95, 99, 2000 Free Software Foundation, Inc. +# Copyright 1994, 1995, 1999, 2000 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 @@ -44,7 +44,7 @@ version="\ ifnames (GNU @PACKAGE@) @VERSION@ Written by David J. MacKenzie and Paul Eggert. -Copyright (C) 1994, 95, 99, 2000 Free Software Foundation, Inc. +Copyright 1994, 1995, 1999, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -73,16 +73,20 @@ done $AWK ' # Record that sym was found in FILENAME. - function file_sym(sym, i, fs) { - if (sym ~ /^[A-Za-z_]/) { - if (!found[sym,FILENAME]) { + function file_sym(sym, i, fs) + { + if (sym ~ /^[A-Za-z_]/) + { + if (!found[sym,FILENAME]) + { found[sym,FILENAME] = 1 # Insert FILENAME into files[sym], keeping the list sorted. i = 1 fs = files[sym] while (match(substr(fs, i), /^ [^ ]*/) \ - && substr(fs, i + 1, RLENGTH - 1) < FILENAME) { + && substr(fs, i + 1, RLENGTH - 1) < FILENAME) + { i += RLENGTH } files[sym] = substr(fs, 1, i - 1) " " FILENAME substr(fs, i) @@ -91,7 +95,8 @@ $AWK ' } { - while (sub(/\\$/, "", $0) > 0) { + while (sub(/\\$/, "", $0) > 0) + { if ((getline tmp) > 0) $0 = $0 tmp else @@ -99,25 +104,32 @@ $AWK ' } } - /^[\t ]*#/ { - if (sub(/^[\t ]*#[\t ]*ifn?def[\t ]+/, "", $0)) { + /^[\t ]*#/ + { + if (sub(/^[\t ]*#[\t ]*ifn?def[\t ]+/, "", $0)) + { sub(/[^A-Za-z_0-9].*/, "", $0) file_sym($0) } - if (sub(/^[\t ]*#[\t ]*(el)?if[\t ]+/, "", $0)) { + if (sub(/^[\t ]*#[\t ]*(el)?if[\t ]+/, "", $0)) + { # Remove comments. Not perfect, but close enough. gsub(/\/\*[^\/]*(\*\/)?/, "", $0) - for (i = split($0, field, /[^A-Za-z_0-9]+/); 1 <= i; i--) { - if (field[i] != "defined") { + for (i = split($0, field, /[^A-Za-z_0-9]+/); 1 <= i; i--) + { + if (field[i] != "defined") + { file_sym(field[i]) } } } } - END { - for (sym in files) { + END + { + for (sym in files) + { print sym files[sym] } } diff --git a/ifnames.sh b/ifnames.sh index a3e14fdf7..208b78558 100644 --- a/ifnames.sh +++ b/ifnames.sh @@ -1,6 +1,6 @@ #! @SHELL@ # ifnames - print the identifiers used in C preprocessor conditionals -# Copyright (C) 1994, 95, 99, 2000 Free Software Foundation, Inc. +# Copyright 1994, 1995, 1999, 2000 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 @@ -44,7 +44,7 @@ version="\ ifnames (GNU @PACKAGE@) @VERSION@ Written by David J. MacKenzie and Paul Eggert. -Copyright (C) 1994, 95, 99, 2000 Free Software Foundation, Inc. +Copyright 1994, 1995, 1999, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -73,16 +73,20 @@ done $AWK ' # Record that sym was found in FILENAME. - function file_sym(sym, i, fs) { - if (sym ~ /^[A-Za-z_]/) { - if (!found[sym,FILENAME]) { + function file_sym(sym, i, fs) + { + if (sym ~ /^[A-Za-z_]/) + { + if (!found[sym,FILENAME]) + { found[sym,FILENAME] = 1 # Insert FILENAME into files[sym], keeping the list sorted. i = 1 fs = files[sym] while (match(substr(fs, i), /^ [^ ]*/) \ - && substr(fs, i + 1, RLENGTH - 1) < FILENAME) { + && substr(fs, i + 1, RLENGTH - 1) < FILENAME) + { i += RLENGTH } files[sym] = substr(fs, 1, i - 1) " " FILENAME substr(fs, i) @@ -91,7 +95,8 @@ $AWK ' } { - while (sub(/\\$/, "", $0) > 0) { + while (sub(/\\$/, "", $0) > 0) + { if ((getline tmp) > 0) $0 = $0 tmp else @@ -99,25 +104,32 @@ $AWK ' } } - /^[\t ]*#/ { - if (sub(/^[\t ]*#[\t ]*ifn?def[\t ]+/, "", $0)) { + /^[\t ]*#/ + { + if (sub(/^[\t ]*#[\t ]*ifn?def[\t ]+/, "", $0)) + { sub(/[^A-Za-z_0-9].*/, "", $0) file_sym($0) } - if (sub(/^[\t ]*#[\t ]*(el)?if[\t ]+/, "", $0)) { + if (sub(/^[\t ]*#[\t ]*(el)?if[\t ]+/, "", $0)) + { # Remove comments. Not perfect, but close enough. gsub(/\/\*[^\/]*(\*\/)?/, "", $0) - for (i = split($0, field, /[^A-Za-z_0-9]+/); 1 <= i; i--) { - if (field[i] != "defined") { + for (i = split($0, field, /[^A-Za-z_0-9]+/); 1 <= i; i--) + { + if (field[i] != "defined") + { file_sym(field[i]) } } } } - END { - for (sym in files) { + END + { + for (sym in files) + { print sym files[sym] } } diff --git a/lib/autoconf/autoconf.m4 b/lib/autoconf/autoconf.m4 index 3f2d11ad7..a97246c99 100644 --- a/lib/autoconf/autoconf.m4 +++ b/lib/autoconf/autoconf.m4 @@ -1,7 +1,7 @@ include(libm4.m4)# -*- Autoconf -*- # This file is part of Autoconf. # Driver that loads the Autoconf macro files. -# Copyright (C) 1994, 1999 Free Software Foundation, Inc. +# Copyright 1994, 1999 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 diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4 index 2344a0673..7d22b7944 100644 --- a/lib/autoconf/c.m4 +++ b/lib/autoconf/c.m4 @@ -1,6 +1,6 @@ # This file is part of Autoconf. -*- Autoconf -*- # Programming languages support. -# Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000 +# Copyright 1992, 93, 94, 95, 96, 98, 99, 2000 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/autoconf/fortran.m4 b/lib/autoconf/fortran.m4 index 2344a0673..7d22b7944 100644 --- a/lib/autoconf/fortran.m4 +++ b/lib/autoconf/fortran.m4 @@ -1,6 +1,6 @@ # This file is part of Autoconf. -*- Autoconf -*- # Programming languages support. -# Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000 +# Copyright 1992, 93, 94, 95, 96, 98, 99, 2000 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4 index 02362ae62..966635b4d 100644 --- a/lib/autoconf/functions.m4 +++ b/lib/autoconf/functions.m4 @@ -1,6 +1,6 @@ # This file is part of Autoconf. -*- Autoconf -*- # Checking for functions. -# Copyright (C) 2000 +# Copyright 2000 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index f70528972..cb2221138 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -1,6 +1,6 @@ # This file is part of Autoconf. -*- Autoconf -*- # Parameterized macros. -# Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000 +# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify @@ -2082,7 +2082,7 @@ ifset([AC_PACKAGE_BUGREPORT], # ------------------ define([_AC_INIT_COPYRIGHT], [AC_COPYRIGHT( -[Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000 +[Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it.])dnl diff --git a/lib/autoconf/lang.m4 b/lib/autoconf/lang.m4 index 2344a0673..7d22b7944 100644 --- a/lib/autoconf/lang.m4 +++ b/lib/autoconf/lang.m4 @@ -1,6 +1,6 @@ # This file is part of Autoconf. -*- Autoconf -*- # Programming languages support. -# Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000 +# Copyright 1992, 93, 94, 95, 96, 98, 99, 2000 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/lib/autoconf/oldnames.m4 b/lib/autoconf/oldnames.m4 index 8be3b62f1..bf055367a 100644 --- a/lib/autoconf/oldnames.m4 +++ b/lib/autoconf/oldnames.m4 @@ -1,6 +1,6 @@ # This file is part of Autoconf. -*- Autoconf -*- # Support old macros, and provide automated updates. -# Copyright (C) 1994, 1999, 2000 Free Software Foundation, Inc. +# Copyright 1994, 1999, 2000 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 diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index 568daa2d0..ae17ee789 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -1,6 +1,6 @@ # This file is part of Autoconf. -*- Autoconf -*- # Macros that test for specific features. -# Copyright (C) 1992, 93, 94, 95, 96, 98, 99, 2000 +# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000 # Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/libm4.m4 b/libm4.m4 index 7fd7b813a..ebba0e1b0 100644 --- a/libm4.m4 +++ b/libm4.m4 @@ -2,7 +2,7 @@ divert(-1) -*- Autoconf -*- # This file is part of Autoconf. # Base m4 layer. # Requires GNU m4. -# Copyright (C) 1999, 2000 Free Software Foundation, Inc. +# Copyright 1999, 2000 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 diff --git a/man/autoconf.1 b/man/autoconf.1 index bc317d342..abf62728f 100644 --- a/man/autoconf.1 +++ b/man/autoconf.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022. -.TH AUTOCONF "1" "September 2000" "GNU autoconf 2.49b" FSF +.TH AUTOCONF "1" "October 2000" "GNU autoconf 2.49b" FSF .SH NAME autoconf \- Generate configuration scripts .SH SYNOPSIS @@ -69,13 +69,13 @@ also trace Autoconf's initialization process In tracing mode, no configuration script is created. .SH AUTHOR Written by David J. MacKenzie. -.SH "REPORTING BUGS" -Report bugs to . -.SH COPYRIGHT -Copyright \(co 1992, 93, 94, 96, 99, 2000 Free Software Foundation, Inc. -.br +.PP +Copyright 1992, 1993, 1994, 1996, 1999, 2000 +Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +.SH "REPORTING BUGS" +Report bugs to . .SH "SEE ALSO" .BR autoconf (1), .BR autoreconf (1), diff --git a/man/autoheader.1 b/man/autoheader.1 index 9bb404fe9..163e49457 100644 --- a/man/autoheader.1 +++ b/man/autoheader.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022. -.TH AUTOHEADER "1" "September 2000" "GNU autoconf 2.49b" FSF +.TH AUTOHEADER "1" "October 2000" "GNU autoconf 2.49b" FSF .SH NAME autoheader \- Create a template header for configure .SH SYNOPSIS @@ -43,13 +43,13 @@ Autoconf's macro files location (rarely needed) location of `aclocal.m4' and `acconfig.h' .SH AUTHOR Written by Roland McGrath. -.SH "REPORTING BUGS" -Report bugs to . -.SH COPYRIGHT -Copyright \(co 1992-94, 96, 98, 99, 2000 Free Software Foundation, Inc. -.br +.PP +Copyright 1992, 1993, 1994, 1996, 1998, 1999, 2000 +Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +.SH "REPORTING BUGS" +Report bugs to . .SH "SEE ALSO" .BR autoconf (1), .BR autoreconf (1), diff --git a/man/autoreconf.1 b/man/autoreconf.1 index 3240378ef..e60575513 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022. -.TH AUTORECONF "1" "September 2000" "GNU autoconf 2.49b" FSF +.TH AUTORECONF "1" "October 2000" "GNU autoconf 2.49b" FSF .SH NAME autoreconf \- Update generated configuration files .SH SYNOPSIS @@ -78,13 +78,12 @@ The environment variables AUTOCONF, AUTOHEADER, AUTOMAKE, and ACLOCAL are honored. .SH AUTHOR Written by David J. MacKenzie. -.SH "REPORTING BUGS" -Report bugs to . -.SH COPYRIGHT -Copyright \(co 1994, 99, 2000 Free Software Foundation, Inc. -.br +.PP +Copyright 1994, 1999, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +.SH "REPORTING BUGS" +Report bugs to . .SH "SEE ALSO" .BR autoconf (1), .BR autoreconf (1), diff --git a/man/autoscan.1 b/man/autoscan.1 index 7b4681162..891c77fc1 100644 --- a/man/autoscan.1 +++ b/man/autoscan.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022. -.TH AUTOSCAN "1" "September 2000" "GNU autoconf 2.49b" FSF +.TH AUTOSCAN "1" "October 2000" "GNU autoconf 2.49b" FSF .SH NAME autoscan \- Generate a preliminary configure.in .SH SYNOPSIS @@ -28,13 +28,12 @@ Autoconf's files location (rarely needed) location of `aclocal.m4' and `acconfig.h' .SH AUTHOR Written by David J. MacKenzie. -.SH "REPORTING BUGS" -Report bugs to . -.SH COPYRIGHT -Copyright \(co 1994, 99, 2000 Free Software Foundation, Inc. -.br +.PP +Copyright 1994, 1999, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +.SH "REPORTING BUGS" +Report bugs to . .SH "SEE ALSO" .BR autoconf (1), .BR autoreconf (1), diff --git a/man/autoupdate.1 b/man/autoupdate.1 index bd2c72841..e79f23c0e 100644 --- a/man/autoupdate.1 +++ b/man/autoupdate.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022. -.TH AUTOUPDATE "1" "September 2000" "GNU autoconf 2.49b" FSF +.TH AUTOUPDATE "1" "October 2000" "GNU autoconf 2.49b" FSF .SH NAME autoupdate \- Update a configure.in to a newer Autoconf .SH SYNOPSIS @@ -38,13 +38,12 @@ SED GNU sed is required. .SH AUTHOR Written by David J. MacKenzie. -.SH "REPORTING BUGS" -Report bugs to . -.SH COPYRIGHT -Copyright \(co 1994, 99, 2000 Free Software Foundation, Inc. -.br +.PP +Copyright 1994, 1999, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +.SH "REPORTING BUGS" +Report bugs to . .SH "SEE ALSO" .BR autoconf (1), .BR autoreconf (1), diff --git a/man/ifnames.1 b/man/ifnames.1 index 13d9d061b..c4a49ecd4 100644 --- a/man/ifnames.1 +++ b/man/ifnames.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022. -.TH IFNAMES "1" "September 2000" "GNU autoconf 2.49b" FSF +.TH IFNAMES "1" "October 2000" "GNU autoconf 2.49b" FSF .SH NAME ifnames \- Extract CPP conditionals from a set of files .SH SYNOPSIS @@ -22,13 +22,12 @@ print version number, then exit verbosely report processing .SH AUTHOR Written by David J. MacKenzie and Paul Eggert. -.SH "REPORTING BUGS" -Report bugs to . -.SH COPYRIGHT -Copyright \(co 1994, 95, 99, 2000 Free Software Foundation, Inc. -.br +.PP +Copyright 1994, 1995, 1999, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +.SH "REPORTING BUGS" +Report bugs to . .SH "SEE ALSO" .BR autoconf (1), .BR autoreconf (1), diff --git a/tests/Makefile.in b/tests/Makefile.in index af5760d2d..b3cff9e5f 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -82,7 +82,7 @@ CLEANFILES = debug-*.sh macro configure configure.in config.status config.cache DISTCLEANFILES = atconfig testsuite mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = atconfig -DIST_COMMON = Makefile.am Makefile.in atconfig.in configure.in +DIST_COMMON = Makefile.am Makefile.in atconfig.in PACKAGE = @PACKAGE@