]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
missing et al.: mention automake home page and gnu.org/gethelp.
authorKarl Berry <karl@freefriends.org>
Thu, 23 Nov 2023 17:35:09 +0000 (09:35 -0800)
committerKarl Berry <karl@freefriends.org>
Thu, 23 Nov 2023 17:35:09 +0000 (09:35 -0800)
* lib/compile: in --help message, include automake home page
and gnu.org/gethelp, following automake --help.
* lib/depcomp: likewise.
* lib/install-sh: likewise.
* lib/mdate-sh: likewise.
* lib/missing: likewise.
* lib/mkinstalldirs: likewise.
* lib/py-compile: likewise.
* lib/ylwrap: likewise.

lib/compile
lib/depcomp
lib/install-sh
lib/mdate-sh
lib/missing
lib/mkinstalldirs
lib/py-compile
lib/ylwrap

index ba883b54aac2c9f7f537816d98d751f9bbb49e06..38ab1224b0407099d28b8d853b8de5c703b47927 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2018-03-07.03; # UTC
+scriptversion=2023-11-23.18; # UTC
 
 # Copyright (C) 1999-2023 Free Software Foundation, Inc.
 # Written by Tom Tromey <tromey@cygnus.com>.
@@ -248,6 +248,8 @@ If you are trying to build a whole package this is not the
 right script to run: please start by reading the file 'INSTALL'.
 
 Report bugs to <bug-automake@gnu.org>.
+GNU Automake home page: <https://www.gnu.org/software/automake/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
 EOF
     exit $?
     ;;
index ecee3e788382a3ae6e2c5c9429ea27e44eb16f98..0e48ffab42d543a034bb2665e416e9f58f33450b 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # depcomp - compile a program generating dependencies as side-effects
 
-scriptversion=2022-09-18.14; # UTC
+scriptversion=2023-11-23.18; # UTC
 
 # Copyright (C) 1999-2023 Free Software Foundation, Inc.
 
@@ -47,6 +47,8 @@ Environment variables:
   libtool     Whether libtool is used (yes/no).
 
 Report bugs to <bug-automake@gnu.org>.
+GNU Automake home page: <https://www.gnu.org/software/automake/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
 EOF
     exit $?
     ;;
index ec298b53740270ce82b326c4c2deaa5dcdec4596..7c56c9c015103600a06f59ab1183eb3966a513ab 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2020-11-14.01; # UTC
+scriptversion=2023-11-23.18; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -124,9 +124,9 @@ it's up to you to specify -f if you want it.
 
 If -S is not specified, no backups are attempted.
 
-Email bug reports to bug-automake@gnu.org.
-Automake home page: https://www.gnu.org/software/automake/
-"
+Report bugs to <bug-automake@gnu.org>.
+GNU Automake home page: <https://www.gnu.org/software/automake/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>."
 
 while test $# -ne 0; do
   case $1 in
index 6947addb525263b817d9332c94c2c4e9e94f47a5..875c81acef147d5e47d687781d5a6b6d4cfa8513 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Get modification time of a file or directory and pretty-print it.
 
-scriptversion=2018-03-07.03; # UTC
+scriptversion=2023-11-23.18; # UTC
 
 # Copyright (C) 1995-2023 Free Software Foundation, Inc.
 # written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995
@@ -50,6 +50,8 @@ Pretty-print the modification day of FILE, in the format:
 1 January 1970
 
 Report bugs to <bug-automake@gnu.org>.
+GNU Automake home page: <https://www.gnu.org/software/automake/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
 EOF
     exit $?
     ;;
index e73e48a4368892b8bde3c4ec78244e5371c9a2e4..89123eda696e57ca9e9af3790650041aaafa7ada 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Common wrapper for a few potentially missing GNU and other programs.
 
-scriptversion=2023-11-23.17; # UTC
+scriptversion=2023-11-23.18; # UTC
 
 # Copyright (C) 1996-2023 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
@@ -60,7 +60,9 @@ bison   flex     help2man lex        makeinfo perl     yacc
 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
 'g' are ignored when checking the name.
 
-Send bug reports to <bug-automake@gnu.org>."
+Report bugs to <bug-automake@gnu.org>.
+GNU Automake home page: <https://www.gnu.org/software/automake/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>."
     exit $?
     ;;
 
index c364f3d5e12f8c1a6665802a4dda48eace5b0179..83e8e31ecddbc92f192fd001984ebfef589d0e82 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # mkinstalldirs --- make directory hierarchy
 
-scriptversion=2020-07-26.22; # UTC
+scriptversion=2023-11-23.18; # UTC
 
 # Original author: Noah Friedman <friedman@prep.ai.mit.edu>
 # Created: 1993-05-16
@@ -23,7 +23,9 @@ Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
 Create each directory DIR (with mode MODE, if specified), including all
 leading file name components.
 
-Report bugs to <bug-automake@gnu.org>."
+Report bugs to <bug-automake@gnu.org>.
+GNU Automake home page: <https://www.gnu.org/software/automake/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>."
 
 # process command line arguments
 while test $# -gt 0 ; do
index d11962e96fc93f294fdfb3f34d403968fcea14a2..b262552375e8617c9e8e05deed817a04c4dd3260 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # py-compile - Compile a Python program
 
-scriptversion=2023-03-30.00; # UTC
+scriptversion=2023-11-23.18; # UTC
 
 # Copyright (C) 2000-2023 Free Software Foundation, Inc.
 
@@ -79,6 +79,8 @@ Example:
   py-compile --destdir /tmp/pkg-root --basedir /usr/share/test test.py test2.py
 
 Report bugs to <bug-automake@gnu.org>.
+GNU Automake home page: <https://www.gnu.org/software/automake/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
 EOF
       exit $?
       ;;
index 9322b7b7e56de9bd940c4c03b16d08d6a18b3e14..bb0f47859e55b2aba9e8dd8e19534f365c4bfee0 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # ylwrap - wrapper for lex/yacc invocations.
 
-scriptversion=2018-03-07.03; # UTC
+scriptversion=2023-11-23.18; # UTC
 
 # Copyright (C) 1996-2023 Free Software Foundation, Inc.
 #
@@ -81,6 +81,8 @@ Wrapper for lex/yacc invocations, renaming files as desired.
 Any number of OUTPUT,DESIRED pairs may be used.
 
 Report bugs to <bug-automake@gnu.org>.
+GNU Automake home page: <https://www.gnu.org/software/automake/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
 EOF
     exit $?
     ;;