| /netbsd-src/external/mit/isl/dist/m4/ |
| H A D | ax_submodule.m4 | 21 if test "x$with_$1_prefix" != "x" -a "x$with_$1_exec_prefix" = "x"; then 22 with_$1_exec_prefix=$with_$1_prefix 24 if test "x$with_$1_prefix" != "x" -o "x$with_$1_exec_prefix" != "x"; then 25 if test "x$with_$1" != "x" -a "x$with_$1" != "xyes" -a "x$with_$1" != "xsystem"; then 26 AC_MSG_ERROR([Setting $with_$1_prefix implies use of system $1]) 28 with_$1="system" 30 if test "x$with_$1_builddir" != "x"; then 31 if test "x$with_$1" != "x" -a "x$with_$1" != "xyes" -a "x$with_$1" != "xbuild"; then 32 AC_MSG_ERROR([Setting $with_$1_builddir implies use of build $1]) 34 with_$1="build" [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | test-package.m4 | 13 elif test "X$with_$1" = "X"; then 14 with_$1=yes 20 elif test "X$with_$1" = "X"; then 21 with_$1=yes 32 case "$with_$1" in 35 *) d="$with_$1" ;; 41 if test "$with_$1_include" = ""; then 49 if test "$with_$1_lib" = ""; then 56 if test "$with_$1_include"; then 57 header_dirs="$with_$1_include $header_dirs" [all …]
|
| H A D | with-all.m4 | 17 elif test "X$with_$1" = "X"; then 18 with_$1=yes 26 elif test "X$with_$1" = "X"; then 27 with_$1=yes 30 case "$with_$1" in 34 *) if test "$with_$1_include" = ""; then 35 with_$1_include="$with_$1/include" 37 if test "$with_$1_lib" = ""; then 38 with_$1_lib="$with_$1/lib$abilibdirext"
|
| /netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
| H A D | with_addon.m4 | 11 with_$1=yes 13 with_$1=no 18 with_$1=yes 20 if test "$with_$1" = "yes"
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | aclocal.m4 | 307 m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes]) 308 m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no]) 316 [AS_TR_SH([with_]with_arg)=def_arg]) 318 AS_CASE([$AS_TR_SH([with_]with_arg)], 341 [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"]) 355 AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"],
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | tokens.d | 200 with_, enumerator 507 TOK.with_, 713 TOK.with_: "with",
|
| H A D | tokens.h | 209 with_, enumerator
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | CMS_decrypt.pod | 100 and should better read: B<with_>.
|
| /netbsd-src/tools/make/ |
| H A D | configure | 1033 "with_$ac_useropt" 1038 eval with_$ac_useropt=\$ac_optarg ;; 1049 "with_$ac_useropt" 1054 eval with_$ac_useropt=no ;;
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/ |
| H A D | configure | 1054 "with_$ac_useropt" 1059 eval with_$ac_useropt=\$ac_optarg ;; 1070 "with_$ac_useropt" 1075 eval with_$ac_useropt=no ;;
|
| /netbsd-src/lib/librumpuser/ |
| H A D | configure | 1044 "with_$ac_useropt" 1049 eval with_$ac_useropt=\$ac_optarg ;; 1060 "with_$ac_useropt" 1065 eval with_$ac_useropt=no ;;
|
| /netbsd-src/external/gpl3/gcc/dist/c++tools/ |
| H A D | configure | 1059 "with_$ac_useropt" 1064 eval with_$ac_useropt=\$ac_optarg ;; 1075 "with_$ac_useropt" 1080 eval with_$ac_useropt=no ;;
|
| /netbsd-src/external/public-domain/sqlite/dist/tea/tclconfig/ |
| H A D | tcl.m4 | 3712 …ith-$1 directory containing $1 configuration ($1Config.sh)], with_$1config=${withval}) 3717 if test x"${with_$1config}" != x ; then 3718 case ${with_$1config} in 3720 if test -f ${with_$1config}; then 3722 with_$1config=`echo ${with_$1config} | sed 's!/$1Config\.sh$!!'` 3725 if test -f "${with_$1config}/$1Config.sh" ; then 3726 ac_cv_c_$1config=`(cd ${with_$1config}; pwd)` 3728 AC_MSG_ERROR([${with_$1config} directory doesn't contain $1Config.sh])
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | config.gcc | 32 # with_* Various variables as set by configure. 4235 eval "val=\$with_$which" 4350 eval "val=\$with_$which" 4388 eval "val=\$with_$which" 4581 eval "val=\$with_$which" 4622 eval "val=\$with_$which" 5088 eval "val=\$with_$which" 5099 with_which="with_$which" 5104 eval "with_$which=405" 5188 eval "val=\$with_$which" [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
| H A D | configure | 1054 "with_$ac_useropt" 1059 eval with_$ac_useropt=\$ac_optarg ;; 1070 "with_$ac_useropt" 1075 eval with_$ac_useropt=no ;;
|
| /netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
| H A D | configure | 1054 "with_$ac_useropt" 1059 eval with_$ac_useropt=\$ac_optarg ;; 1070 "with_$ac_useropt" 1075 eval with_$ac_useropt=no ;;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | config.gcc | 33 # with_* Various variables as set by configure. 4279 eval "val=\$with_$which" 4394 eval "val=\$with_$which" 4473 eval "val=\$with_$which" 4666 eval "val=\$with_$which" 4707 eval "val=\$with_$which" 5553 eval "val=\$with_$which" 5564 with_which="with_$which" 5569 eval "with_$which=405" 5643 eval "val=\$with_$which" [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
| H A D | configure | 1035 "with_$ac_useropt" 1040 eval with_$ac_useropt=\$ac_optarg ;; 1051 "with_$ac_useropt" 1056 eval with_$ac_useropt=no ;;
|
| /netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/ |
| H A D | configure | 1035 "with_$ac_useropt" 1040 eval with_$ac_useropt=\$ac_optarg ;; 1051 "with_$ac_useropt" 1056 eval with_$ac_useropt=no ;;
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | configure | 1074 "with_$ac_useropt" 1079 eval with_$ac_useropt=\$ac_optarg ;; 1090 "with_$ac_useropt" 1095 eval with_$ac_useropt=no ;;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/ |
| H A D | configure | 1061 "with_$ac_useropt" 1066 eval with_$ac_useropt=\$ac_optarg ;; 1077 "with_$ac_useropt" 1082 eval with_$ac_useropt=no ;;
|
| /netbsd-src/external/gpl3/gcc/dist/libdecnumber/ |
| H A D | configure | 1064 "with_$ac_useropt" 1069 eval with_$ac_useropt=\$ac_optarg ;; 1080 "with_$ac_useropt" 1085 eval with_$ac_useropt=no ;;
|
| /netbsd-src/tools/compat/ |
| H A D | configure | 1044 "with_$ac_useropt" 1049 eval with_$ac_useropt=\$ac_optarg ;; 1060 "with_$ac_useropt" 1065 eval with_$ac_useropt=no ;;
|
| /netbsd-src/external/bsd/pcc/dist/pcc/ |
| H A D | configure | 1079 "with_$ac_useropt" 1084 eval with_$ac_useropt=\$ac_optarg ;; 1095 "with_$ac_useropt" 1100 eval with_$ac_useropt=no ;;
|
| /netbsd-src/external/gpl3/gcc.old/dist/intl/ |
| H A D | configure | 1085 "with_$ac_useropt" 1090 eval with_$ac_useropt=\$ac_optarg ;; 1101 "with_$ac_useropt" 1106 eval with_$ac_useropt=no ;;
|