From: Akim Demaille Date: Thu, 31 May 2001 15:44:27 +0000 (+0000) Subject: * acfunctions, acheaders, acidentifiers, acmakevars, acprograms: X-Git-Tag: AUTOCONF-2.50a~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b6534b96f2953ed3c4e16c993f3f7d8d278b2b;p=thirdparty%2Fautoconf.git * acfunctions, acheaders, acidentifiers, acmakevars, acprograms: Add copyright and comments. * acheaders: Add stdint.h. Suggested by Paul Eggert. --- diff --git a/ChangeLog b/ChangeLog index 880105167..5ad8e9ea0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-05-31 Akim Demaille + + * acfunctions, acheaders, acidentifiers, acmakevars, acprograms: + Add copyright and comments. + * acheaders: Add stdint.h. + Suggested by Paul Eggert. + 2001-05-31 Akim Demaille * atgeneral.m4 (AT_INIT): Use $SHELL. diff --git a/acfunctions b/acfunctions index ba1618853..b0bcee3da 100644 --- a/acfunctions +++ b/acfunctions @@ -1,3 +1,22 @@ +# acfunctions -- autoscan's mapping from functions to Autoconf macros +# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001 +# 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 +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + # Ones that have their own macros. alloca AC_FUNC_ALLOCA bcmp AC_HEADER_STDC @@ -43,7 +62,7 @@ vprintf AC_FUNC_VPRINTF vsprintf AC_FUNC_VPRINTF wait3 AC_FUNC_WAIT3 -# Others. +# Others, checked with AC_CHECK_FUNCS. __argz_count __argz_next __argz_stringify @@ -152,3 +171,7 @@ utmpname utmpxname vprintf wcwidth + +# Local Variables: +# mode: shell-script +# End: diff --git a/acheaders b/acheaders index 1b84723b5..2b343d107 100644 --- a/acheaders +++ b/acheaders @@ -1,3 +1,22 @@ +# acheaders -- autoscan's mapping from headers to Autoconf macros +# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001 +# 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 +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + # Ones that have their own macros. X11/Xlib.h AC_PATH_X dirent.h AC_HEADER_DIRENT @@ -12,7 +31,7 @@ sys/mkdev.h AC_HEADER_MAJOR sys/ndir.h AC_HEADER_DIRENT sys/wait.h AC_HEADER_SYS_WAIT -# Others, to checked with AC_CHECK_HEADERS. +# Others, checked with AC_CHECK_HEADERS. OS.h alloca.h argz.h @@ -40,6 +59,7 @@ paths.h sgtty.h shadow.h stddef.h +stdint.h stdio_ext.h stdlib.h string.h @@ -73,3 +93,7 @@ utmpx.h values.h wchar.h wctype.h + +# Local Variables: +# mode: shell-script +# End: diff --git a/acidentifiers b/acidentifiers index ebf620088..8c6059ba5 100644 --- a/acidentifiers +++ b/acidentifiers @@ -1,4 +1,22 @@ -# acidentifiers -- identifiers which are not involved in function calls. +# acindentifiers -- autoscan's mapping from identifiers which are not +# involved in function calls to Autoconf macros. +# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001 +# 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 +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Keywords. const AC_C_CONST @@ -33,3 +51,7 @@ st_blksize AC_CHECK_MEMBERS([struct stat.st_blksize]) st_blocks AC_STRUCT_ST_BLOCKS st_rdev AC_CHECK_MEMBERS([struct stat.st_rdev]) tm_zone AC_STRUCT_TIMEZONE + +# Local Variables: +# mode: shell-script +# End: diff --git a/acmakevars b/acmakevars index 721b79ba2..d19760db2 100644 --- a/acmakevars +++ b/acmakevars @@ -1,3 +1,22 @@ +# acmakevars -- autoscan's mapping from Make variables to Autoconf macros +# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001 +# 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 +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + LN AC_PROG_LN_S AWK AC_PROG_AWK CC AC_PROG_CC @@ -9,3 +28,7 @@ RANLIB AC_PROG_RANLIB YACC AC_PROG_YACC BISON AC_PROG_YACC MAKE AC_PROG_MAKE_SET + +# Local Variables: +# mode: shell-script +# End: diff --git a/acprograms b/acprograms index be237e31c..0a5a70a0e 100644 --- a/acprograms +++ b/acprograms @@ -1,3 +1,22 @@ +# acprograms -- autoscan's mapping from programs to Autoconf macros +# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001 +# 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 +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + ln AC_PROG_LN_S awk AC_PROG_AWK nawk AC_PROG_AWK @@ -16,3 +35,7 @@ yacc AC_PROG_YACC byacc AC_PROG_YACC bison AC_PROG_YACC make AC_PROG_MAKE_SET + +# Local Variables: +# mode: shell-script +# End: diff --git a/lib/autoscan/functions b/lib/autoscan/functions index ba1618853..b0bcee3da 100644 --- a/lib/autoscan/functions +++ b/lib/autoscan/functions @@ -1,3 +1,22 @@ +# acfunctions -- autoscan's mapping from functions to Autoconf macros +# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001 +# 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 +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + # Ones that have their own macros. alloca AC_FUNC_ALLOCA bcmp AC_HEADER_STDC @@ -43,7 +62,7 @@ vprintf AC_FUNC_VPRINTF vsprintf AC_FUNC_VPRINTF wait3 AC_FUNC_WAIT3 -# Others. +# Others, checked with AC_CHECK_FUNCS. __argz_count __argz_next __argz_stringify @@ -152,3 +171,7 @@ utmpname utmpxname vprintf wcwidth + +# Local Variables: +# mode: shell-script +# End: diff --git a/lib/autoscan/headers b/lib/autoscan/headers index 1b84723b5..2b343d107 100644 --- a/lib/autoscan/headers +++ b/lib/autoscan/headers @@ -1,3 +1,22 @@ +# acheaders -- autoscan's mapping from headers to Autoconf macros +# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001 +# 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 +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + # Ones that have their own macros. X11/Xlib.h AC_PATH_X dirent.h AC_HEADER_DIRENT @@ -12,7 +31,7 @@ sys/mkdev.h AC_HEADER_MAJOR sys/ndir.h AC_HEADER_DIRENT sys/wait.h AC_HEADER_SYS_WAIT -# Others, to checked with AC_CHECK_HEADERS. +# Others, checked with AC_CHECK_HEADERS. OS.h alloca.h argz.h @@ -40,6 +59,7 @@ paths.h sgtty.h shadow.h stddef.h +stdint.h stdio_ext.h stdlib.h string.h @@ -73,3 +93,7 @@ utmpx.h values.h wchar.h wctype.h + +# Local Variables: +# mode: shell-script +# End: diff --git a/lib/autoscan/identifiers b/lib/autoscan/identifiers index ebf620088..8c6059ba5 100644 --- a/lib/autoscan/identifiers +++ b/lib/autoscan/identifiers @@ -1,4 +1,22 @@ -# acidentifiers -- identifiers which are not involved in function calls. +# acindentifiers -- autoscan's mapping from identifiers which are not +# involved in function calls to Autoconf macros. +# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001 +# 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 +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. # Keywords. const AC_C_CONST @@ -33,3 +51,7 @@ st_blksize AC_CHECK_MEMBERS([struct stat.st_blksize]) st_blocks AC_STRUCT_ST_BLOCKS st_rdev AC_CHECK_MEMBERS([struct stat.st_rdev]) tm_zone AC_STRUCT_TIMEZONE + +# Local Variables: +# mode: shell-script +# End: diff --git a/lib/autoscan/makevars b/lib/autoscan/makevars index 721b79ba2..d19760db2 100644 --- a/lib/autoscan/makevars +++ b/lib/autoscan/makevars @@ -1,3 +1,22 @@ +# acmakevars -- autoscan's mapping from Make variables to Autoconf macros +# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001 +# 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 +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + LN AC_PROG_LN_S AWK AC_PROG_AWK CC AC_PROG_CC @@ -9,3 +28,7 @@ RANLIB AC_PROG_RANLIB YACC AC_PROG_YACC BISON AC_PROG_YACC MAKE AC_PROG_MAKE_SET + +# Local Variables: +# mode: shell-script +# End: diff --git a/lib/autoscan/programs b/lib/autoscan/programs index be237e31c..0a5a70a0e 100644 --- a/lib/autoscan/programs +++ b/lib/autoscan/programs @@ -1,3 +1,22 @@ +# acprograms -- autoscan's mapping from programs to Autoconf macros +# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001 +# 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 +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + ln AC_PROG_LN_S awk AC_PROG_AWK nawk AC_PROG_AWK @@ -16,3 +35,7 @@ yacc AC_PROG_YACC byacc AC_PROG_YACC bison AC_PROG_YACC make AC_PROG_MAKE_SET + +# Local Variables: +# mode: shell-script +# End: