Home
last modified time | relevance | path

Searched refs:gl_replace_getopt (Results 1 – 2 of 2) sorted by relevance

/external/bison/m4/
Dgetopt.m420 if test -n "$gl_replace_getopt"; then
57 gl_replace_getopt=
60 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
61 AC_CHECK_HEADERS([getopt.h], [], [gl_replace_getopt=yes])
65 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
66 AC_CHECK_FUNCS([getopt_long_only], [], [gl_replace_getopt=yes])
73 if test -z "$gl_replace_getopt"; then
197 *no) gl_replace_getopt=yes ;;
201 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
308 gl_replace_getopt=yes
[all …]
/external/bison/
Dconfigure13511 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
13528 if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then
13544 if test -z "$gl_replace_getopt"; then
13954 gl_replace_getopt=yes
14016 *) gl_replace_getopt=yes ;;
14027 if test -n "$gl_replace_getopt"; then
22356 if test -n "$gl_replace_getopt"; then