Lines Matching full:program
11 # This program is free software; you can redistribute it and/or modify
16 # This program is distributed in the hope that it will be useful,
22 # along with this program. If not, see <https://www.gnu.org/licenses/>.
25 # distribute this file as part of a program that contains a
27 # the same distribution terms that you use for the rest of that program.
49 $0 [OPTION]... PROGRAM [ARGUMENT]...
51 Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due
52 to PROGRAM being missing or too old.
58 Supported PROGRAM values:
62 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
84 # Run the given program, remember its exit status.
92 # program is present and works.
101 # Program was missing.
104 # Program was found and executed, but failed. Give up.
116 echo "The '$1' program is part of the GNU Automake package:"
124 echo "The '$1' program is part of the GNU Autoconf package:"
138 # Normalize program name to check for.
173 echo "the 'autom4te' program to be rebuilt."
217 echo "case some other package contains this missing '$1' program."
226 # Propagate the correct exit status (expected to be 127 for a program
227 # not found, 63 for a program that failed due to version mismatch).