Lines Matching refs:prog*
2 # Common wrapper for a few potentially missing GNU and other programs.
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.
84 # Run the given program, remember its exit status.
92 # program is present and works.
112 program_details ()
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."
220 program_details "$normalized_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).