Searched refs:gl_cv_func_gnu_getopt (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/ |
H A D | getopt.m4 | 47 AC_CACHE_CHECK([for working GNU getopt function], [gl_cv_func_gnu_getopt], 57 [gl_cv_func_gnu_getopt=yes], 58 [gl_cv_func_gnu_getopt=no], 63 [gl_cv_func_gnu_getopt=no], [gl_cv_func_gnu_getopt=yes], 65 if test "$gl_cv_func_gnu_getopt" = "no"; then
|
/netbsd-src/external/gpl2/xcvs/dist/m4/ |
H A D | getopt.m4 | 47 AC_CACHE_CHECK([for working GNU getopt function], [gl_cv_func_gnu_getopt], 57 [gl_cv_func_gnu_getopt=yes], 58 [gl_cv_func_gnu_getopt=no], 63 [gl_cv_func_gnu_getopt=no], [gl_cv_func_gnu_getopt=yes], 65 if test "$gl_cv_func_gnu_getopt" = "no"; then
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/ |
H A D | getopt.m4 | 47 AC_CACHE_CHECK([for working GNU getopt function], [gl_cv_func_gnu_getopt], 57 [gl_cv_func_gnu_getopt=yes], 58 [gl_cv_func_gnu_getopt=no], 63 [gl_cv_func_gnu_getopt=no], [gl_cv_func_gnu_getopt=yes], 65 if test "$gl_cv_func_gnu_getopt" = "no"; then
|
/netbsd-src/external/gpl2/xcvs/dist/ |
H A D | configure | 8579 gl_cv_func_gnu_getopt=no 8581 gl_cv_func_gnu_getopt=yes 8603 gl_cv_func_gnu_getopt=yes 8605 gl_cv_func_gnu_getopt=no 8612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gnu_getopt" >&5 8613 $as_echo "$gl_cv_func_gnu_getopt" >&6; } 8614 if test "$gl_cv_func_gnu_getopt" = "no"; then
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/ |
H A D | configure | 29738 gl_cv_func_gnu_getopt=no 29740 gl_cv_func_gnu_getopt=yes 29785 gl_cv_func_gnu_getopt=yes 29792 gl_cv_func_gnu_getopt=no 29799 { echo "$as_me:$LINENO: result: $gl_cv_func_gnu_getopt" >&5 29800 echo "${ECHO_T}$gl_cv_func_gnu_getopt" >&6; } 29801 if test "$gl_cv_func_gnu_getopt" = "no"; then
|