• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:site

4 scriptversion=2009-04-28.21; # UTC
28 if test $# -eq 0; then
29 echo 1>&2 "Try \`$0 --help' for more information"
34 sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
35 sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
39 if test -f configure.ac; then
48 --run)
57 # if --run hadn't been passed.
64 -h|--h|--he|--hel|--help)
72 -h, --help display this help and exit
73 -v, --version output version information and exit
74 --run try to run the given command, and emulate it if it fails
87 tar try tar, gnutar, gtar, then tar without non-portable flags
90 Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
93 Send bug reports to <bug-automake@gnu.org>."
97 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
102 -*)
104 echo 1>&2 "Try \`$0 --help' for more information"
112 s/^gnu-//; t
117 # don't have it and --version was passed (most likely to detect
118 # the program). This is about non-GNU programs, so use $1 not
122 # Not GNU programs, they don't have --version.
126 if test -n "$run"; then
127 echo 1>&2 "ERROR: \`tar' requires --run"
129 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
135 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
138 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
139 # Could not run --version or --help. This is probably someone
140 # running `$TOOL --version' or `$TOOL --help' to check whether
155 any GNU archive site."
164 archive site."
173 from any GNU archive site."
174 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
175 test -z "$files" && files="config.h"
180 sed -e 's/^[^:]*://' -e 's/:.*//'`;;
192 Grab them from any GNU archive site."
193 find . -type f -name Makefile.am -print |
204 archive site."
206 file=`echo "$*" | sed -n "$sed_output"`
207 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
208 if test -f "$file"; then
211 test -z "$file" || exec >$file
226 \`Bison' from any GNU archive site."
227 rm -f y.tab.c y.tab.h
228 if test $# -ne 1; then
233 if test -f "$SRCFILE"; then
237 if test -f "$SRCFILE"; then
243 if test ! -f y.tab.h; then
246 if test ! -f y.tab.c; then
256 \`Flex' from any GNU archive site."
257 rm -f lex.yy.c
258 if test $# -ne 1; then
263 if test -f "$SRCFILE"; then
269 if test ! -f lex.yy.c; then
279 effect. You can get \`Help2man' from any GNU archive site."
281 file=`echo "$*" | sed -n "$sed_output"`
282 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
283 if test -f "$file"; then
286 test -z "$file" || exec >$file
299 the \`GNU make' package. Grab either from any GNU archive site."
300 # The file to touch is that specified with -o ...
301 file=`echo "$*" | sed -n "$sed_output"`
302 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
303 if test -z "$file"; then
306 file=`sed -n '
313 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
317 test -f $file || exit 1
327 if (gnutar --version > /dev/null 2>&1); then
330 if (gtar --version > /dev/null 2>&1); then
362 this package. You may also peek at any GNU archive site, in case
371 # eval: (add-hook 'write-file-hooks 'time-stamp)
372 # time-stamp-start: "scriptversion="
373 # time-stamp-format: "%:y-%02m-%02d.%02H"
374 # time-stamp-time-zone: "UTC"
375 # time-stamp-end: "; # UTC"