Lines Matching defs:prog*
2 # Common wrapper for a few potentially missing GNU programs.
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 <http://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.
80 # Run the given program, remember its exit status.
88 # program is present and works.
108 program_details ()
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.
144 program_details 'autoconf'
149 program_details 'autoheader'
154 program_details 'automake'
159 program_details 'aclocal'
163 echo "the 'automa4te' program to be rebuilt."
164 program_details 'autom4te'
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).