Lines Matching full:program
9 # This program is free software; you can redistribute it and/or modify
14 # This program is distributed in the hope that it will be useful,
20 # along with this program. If not, see <https://www.gnu.org/licenses/>.
23 # distribute this file as part of a program that contains a
25 # the same distribution terms that you use for the rest of that program.
47 $0 [OPTION]... PROGRAM [ARGUMENT]...
49 Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due
50 to PROGRAM being missing or too old.
56 Supported PROGRAM values:
60 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
80 # Run the given program, remember its exit status.
88 # program is present and works.
97 # Program was missing.
100 # Program was found and executed, but failed. Give up.
112 echo "The '$1' program is part of the GNU Automake package:"
120 echo "The '$1' program is part of the GNU Autoconf package:"
131 # Normalize program name to check for.
163 echo "the 'autom4te' program to be rebuilt."
197 echo "case some other package contains this missing '$1' program."
205 # Propagate the correct exit status (expected to be 127 for a program
206 # not found, 63 for a program that failed due to version mismatch).