Home | History | Annotate | Download | only in build-aux

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 <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.
48 # Try to run requested program, and just exit if it succeeds.
55 # we should proceed has if the program had been absent, or
65 $0 [OPTION]... PROGRAM [ARGUMENT]...
67 Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
68 error status if there is no known handling for PROGRAM.
75 Supported PROGRAM values:
88 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
108 # normalize program name to check for.
109 program=`echo "$1" | sed '
116 # the program). This is about non-GNU programs, so use $1 not
117 # $program.
138 case $program in
317 some other package would contain this missing '$1' program."