| /netbsd/src/external/gpl2/xcvs/dist/m4/ |
| D | iconv.m4 | 15 dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV 25 dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV 47 LIBS="$LIBS $LIBICONV" 63 AC_MSG_RESULT([$LIBICONV]) 65 dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV 68 LIBICONV= 71 AC_SUBST(LIBICONV) subst
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/m4/ |
| D | iconv.m4 | 15 dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV 25 dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV 47 LIBS="$LIBS $LIBICONV" 63 AC_MSG_RESULT([$LIBICONV]) 65 dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV 68 LIBICONV= 71 AC_SUBST(LIBICONV) subst
|
| D | Makefile.in | 94 LIBICONV = @LIBICONV@
|
| /netbsd/src/external/gpl3/gcc/dist/config/ |
| D | iconv.m4 | 18 dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV 28 dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV 61 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a 77 LIBS="$LIBS $LIBICONV" 95 AC_MSG_RESULT([$LIBICONV]) 97 LIBICONV= 100 AC_SUBST(LIBICONV) subst
|
| D | gettext.m4 | 193 if test "$gt_cv_func_gnugettext_libintl" != yes && test -n "$LIBICONV"; then 194 LIBS="$LIBS $LIBICONV" 217 [LIBINTL="$LIBINTL $LIBICONV" 254 …IBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV"
|
| /netbsd/src/external/bsd/flex/dist/m4/ |
| D | iconv.m4 | 15 dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV 26 dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV 48 LIBS="$LIBS $LIBICONV" 64 LIBS="$LIBS $LIBICONV" 161 AC_MSG_RESULT([$LIBICONV]) 163 dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV 166 LIBICONV= 169 AC_SUBST([LIBICONV]) subst
|
| D | gettext.m4 | 199 … eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then 200 LIBS="$LIBS $LIBICONV" 211 [LIBINTL="$LIBINTL $LIBICONV" 248 …lse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD"
|
| /netbsd/src/external/gpl3/binutils/dist/config/ |
| D | iconv.m4 | 22 dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV 33 dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV 59 LIBS="$LIBS $LIBICONV" 80 LIBS="$LIBS $LIBICONV" 223 AC_MSG_RESULT([$LIBICONV]) 225 dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV 228 LIBICONV= 231 AC_SUBST([LIBICONV]) subst 281 if test -n "$LIBICONV"; then
|
| D | gettext.m4 | 216 … eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then 217 LIBS="$LIBS $LIBICONV" 239 [LIBINTL="$LIBINTL $LIBICONV" 276 LIBINTL="m4_if([$3],[],\${top_builddir}/intl,[$3])/libintl.la $LIBICONV $LIBTHREAD"
|
| /netbsd/src/external/gpl3/gdb/dist/config/ |
| D | iconv.m4 | 22 dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV 33 dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV 59 LIBS="$LIBS $LIBICONV" 80 LIBS="$LIBS $LIBICONV" 223 AC_MSG_RESULT([$LIBICONV]) 225 dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV 228 LIBICONV= 231 AC_SUBST([LIBICONV]) subst 281 if test -n "$LIBICONV"; then
|
| D | gettext.m4 | 216 … eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then 217 LIBS="$LIBS $LIBICONV" 239 [LIBINTL="$LIBINTL $LIBICONV" 276 LIBINTL="m4_if([$3],[],\${top_builddir}/intl,[$3])/libintl.la $LIBICONV $LIBTHREAD"
|
| /netbsd/src/external/gpl3/gcc/dist/intl/ |
| D | configure | 5245 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" 5313 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 5326 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 5329 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 5342 for x in $LDFLAGS $LIBICONV; do 5358 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" 5361 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 5363 … LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" 5370 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" 5372 … LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | configure | 6962 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" 7030 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 7043 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 7046 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 7059 for x in $LDFLAGS $LIBICONV; do 7075 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" 7078 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 7080 … LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" 7087 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" 7089 … LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" [all …]
|
| D | Makefile.in | 49 LIBICONV = @LIBICONV@
|
| /netbsd/src/external/gpl3/gdb/dist/libdecnumber/ |
| D | Makefile.in | 41 LIBICONV = @LIBICONV@
|
| /netbsd/src/external/gpl3/gcc/dist/libdecnumber/ |
| D | Makefile.in | 41 LIBICONV = @LIBICONV@
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | configure | 13016 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" 13084 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 13097 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 13100 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 13113 for x in $LDFLAGS $LIBICONV; do 13129 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" 13132 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 13134 … LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" 13141 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" 13143 … LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" [all …]
|
| D | Makefile.am | 59 LIBICONV = @LIBICONV@ macro 521 windres_LDADD = $(BFDLIB) $(LIBIBERTY) $(LEXLIB) $(LIBINTL) $(LIBICONV) 525 windmc_LDADD = $(BFDLIB) $(LIBIBERTY) $(LEXLIB) $(LIBINTL) $(LIBICONV)
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | configure | 12278 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" 12346 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12359 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12362 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12375 for x in $LDFLAGS $LIBICONV; do 12391 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" 12394 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12396 … LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" 12403 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" 12405 … LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gprof/ |
| D | configure | 11943 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" 12011 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12024 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12027 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12040 for x in $LDFLAGS $LIBICONV; do 12056 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" 12059 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12061 … LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" 12068 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" 12070 … LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | configure | 7405 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" 7473 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 7486 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 7489 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 7502 for x in $LDFLAGS $LIBICONV; do 7518 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" 7521 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 7523 … LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" 7530 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" 7532 … LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | configure | 12272 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" 12340 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12353 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12356 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12369 for x in $LDFLAGS $LIBICONV; do 12385 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" 12388 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12390 … LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" 12397 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" 12399 … LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | configure | 13764 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" 13832 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 13845 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 13848 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 13861 for x in $LDFLAGS $LIBICONV; do 13877 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" 13880 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 13882 … LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" 13889 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" 13891 … LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" [all …]
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/ |
| D | configure | 12003 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" 12071 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12084 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12087 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12100 for x in $LDFLAGS $LIBICONV; do 12116 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" 12119 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 12121 … LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" 12128 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" 12130 … LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | configure | 13176 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" 13244 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 13257 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 13260 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 13273 for x in $LDFLAGS $LIBICONV; do 13289 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" 13292 … LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" 13294 … LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" 13301 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" 13303 … LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" [all …]
|