Home
last modified time | relevance | path

Searched refs:help (Results 1 – 21 of 21) sorted by relevance

/libtiff-4.0.7/config/
H A Dmissing45 -h|--h|--he|--hel|--help)
89 case $2 in --version|--help) exit $st;; esac
H A Dconfig.sub81 help="
91 --help | --h* | -h )
98 echo "$me: invalid option $1$help"
112 0) echo "$me: missing argument$help" >&2
115 *) echo "$me: too many arguments$help" >&2
H A Dmkinstalldirs31 -h | --help | --h*) # -h for help
H A Dtest-driver62 --help) print_usage; exit $?;;
H A Dconfig.guess65 help="
75 --help | --h* | -h )
82 echo "$me: invalid option $1$help" >&2
90 echo "$me: too many arguments$help" >&2
975 ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
H A Dinstall-sh127 --help) echo "$usage"; exit $?;;
H A Ddepcomp35 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
H A Dltmain.sh1735 --help) func_help ;;
2337 --help) opt_help=: ;;
2339 --help-all) opt_help=': help-all' ;;
2444 $ECHO "$help" 1>&2
2449 generic_help=$help
11109 help=$generic_help
/libtiff-4.0.7/
H A Dcommit152 --help)
H A Dconfigure1031 -help | --help | --hel | --he | -h)
1033 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1035 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
3542 can help us improve future automake versions.
6338 case `$DLLTOOL --help 2>&1` in
7084 elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
10134 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10184 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
14237 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
H A Dconfigure.ac64 dnl Here are a set of rules to help you update your library version
H A Daclocal.m4554 can help us improve future automake versions.
H A DChangeLog5762 suggestion and help from Bill Allombert, Debian's libjpeg maintainer.
/libtiff-4.0.7/contrib/win_dib/
H A DREADME.tiff2dib13 Here is some information that may help someone.
/libtiff-4.0.7/m4/
H A Dltsugar.m413 # This is to help aclocal find these macros, as it can't see m4_define.
H A Dlt~obsolete.m436 # This is to help aclocal find these macros, as it can't see m4_define.
H A Dlibtool.m4260 # Define a few sed substitution that help us do robust quoting.
640 -h, --help print this help, then exit
661 --help | --h* | -h )
669 Try '$[0] --help' for more information.]) ;;
672 Try '$[0] --help' for more information.]) ;;
3777 case `$DLLTOOL --help 2>&1` in
4160 elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then
5041 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
5112 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
6402 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
[all …]
H A Dltoptions.m413 # This is to help aclocal find these macros, as it can't see m4_define.
H A Dacinclude.m4613 dnl by SGJ on autoconf scripts for FFTW (http://www.fftw.org/) (with help
/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c133 Boolean help; member
147 XtOffset(AppDataPtr, help), XtRImmediate, (XtPointer) False
281 if ((argc <= 1) || (argc > 2) || appData.help) in main()