Lines Matching +full:- +full:- +full:automake
4 scriptversion=2018-03-07.03; # UTC
6 # Copyright (C) 1996-2020 Free Software Foundation, Inc.
27 if test $# -eq 0; then
28 echo 1>&2 "Try '$0 --help' for more information"
34 --is-lightweight)
40 --run)
41 # Back-compat with the calling convention used by older automake.
45 -h|--h|--he|--hel|--help)
53 -h, --help display this help and exit
54 -v, --version output version information and exit
57 aclocal autoconf autoheader autom4te automake makeinfo
60 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
63 Send bug reports to <bug-automake@gnu.org>."
67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
68 echo "missing $scriptversion (GNU Automake)"
72 -*)
74 echo 1>&2 "Try '$0 --help' for more information"
84 test $st -eq 0 && exit 0
86 # Also exit now if we it failed (or wasn't found), and '--version' was
89 case $2 in --version|--help) exit $st;; esac
94 if test $st -eq 63; then
96 elif test $st -eq 127; then
111 aclocal|automake)
112 echo "The '$1' program is part of the GNU Automake package:"
113 echo "<$gnu_software_URL/automake>"
133 s/^gnu-//; t
151 automake*)
154 program_details 'automake'
202 give_advice "$1" | sed -e '1s/^/WARNING: /' \
203 -e '2,$s/^/ /' >&2
210 # eval: (add-hook 'before-save-hook 'time-stamp)
211 # time-stamp-start: "scriptversion="
212 # time-stamp-format: "%:y-%02m-%02d.%02H"
213 # time-stamp-time-zone: "UTC0"
214 # time-stamp-end: "; # UTC"