Lines Matching refs:opt
1062 opt="$1"
1064 case $opt in
1101 test $# = 0 && func_missing_arg $opt && break
1109 *) func_error "invalid argument for $opt"
1118 func_append preserve_args " $opt"
1122 func_append preserve_args " $opt"
1126 func_append preserve_args " $opt"
1130 func_append preserve_args " $opt"
1135 func_append preserve_args " $opt"
1139 test $# = 0 && func_missing_arg $opt && break
1142 func_append preserve_args " $opt $optarg"
1153 func_split_long_opt "$opt"
1160 func_split_short_opt "$opt"
1166 -*) func_fatal_help "unrecognized option \`$opt'" ;;
1167 *) set dummy "$opt" ${1+"$@"}; shift; break ;;
1175 nonopt="$opt"
2687 for opt in "$nonopt" ${1+"$@"}
2689 if test -d "$opt"; then
2690 func_append libdirs " $opt"
2692 elif test -f "$opt"; then
2693 if func_lalib_unsafe_p "$opt"; then
2694 func_append libs " $opt"
2696 func_warning "\`$opt' is not a valid libtool archive"
2700 func_fatal_error "invalid argument \`$opt'"