=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== tnftp-20200705/buildaux/config.guess-38- tnftp-20200705/buildaux/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'` tnftp-20200705/buildaux/config.guess-40- ############################################## tnftp-20200705/buildaux/config.guess-108-: ${TMPDIR=/tmp} ; tnftp-20200705/buildaux/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || tnftp-20200705/buildaux/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## tnftp-20200705/buildaux/config.guess-194- *) tnftp-20200705/buildaux/config.guess:195: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` tnftp-20200705/buildaux/config.guess-196- ;; ############################################## tnftp-20200705/buildaux/config.guess-221- *4.0) tnftp-20200705/buildaux/config.guess:222: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` tnftp-20200705/buildaux/config.guess-223- ;; tnftp-20200705/buildaux/config.guess-224- *5.*) tnftp-20200705/buildaux/config.guess:225: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` tnftp-20200705/buildaux/config.guess-226- ;; ############################################## tnftp-20200705/buildaux/config.guess-231- # types through head -n 1, so we only detect the type of CPU 0. tnftp-20200705/buildaux/config.guess:232: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` tnftp-20200705/buildaux/config.guess-233- case "$ALPHA_CPU_TYPE" in ############################################## tnftp-20200705/buildaux/config.guess-269- # 1.2 uses "1.2" for uname -r. tnftp-20200705/buildaux/config.guess:270: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` tnftp-20200705/buildaux/config.guess-271- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## tnftp-20200705/buildaux/config.guess-329- s390x:SunOS:*:*) tnftp-20200705/buildaux/config.guess:330: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` tnftp-20200705/buildaux/config.guess-331- exit ;; tnftp-20200705/buildaux/config.guess-332- sun4H:SunOS:5.*:*) tnftp-20200705/buildaux/config.guess:333: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` tnftp-20200705/buildaux/config.guess-334- exit ;; tnftp-20200705/buildaux/config.guess-335- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) tnftp-20200705/buildaux/config.guess:336: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` tnftp-20200705/buildaux/config.guess-337- exit ;; ############################################## tnftp-20200705/buildaux/config.guess-354- fi tnftp-20200705/buildaux/config.guess:355: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` tnftp-20200705/buildaux/config.guess-356- exit ;; ############################################## tnftp-20200705/buildaux/config.guess-360- # it's likely to be more like Solaris than SunOS4. tnftp-20200705/buildaux/config.guess:361: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` tnftp-20200705/buildaux/config.guess-362- exit ;; ############################################## tnftp-20200705/buildaux/config.guess-369- # Japanese Language versions have a version number like `4.1.3-JL'. tnftp-20200705/buildaux/config.guess:370: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` tnftp-20200705/buildaux/config.guess-371- exit ;; ############################################## tnftp-20200705/buildaux/config.guess-375- sun*:*:4.2BSD:*) tnftp-20200705/buildaux/config.guess:376: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` tnftp-20200705/buildaux/config.guess-377- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## tnftp-20200705/buildaux/config.guess-457- $CC_FOR_BUILD -o $dummy $dummy.c && tnftp-20200705/buildaux/config.guess:458: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && tnftp-20200705/buildaux/config.guess:459: SYSTEM_NAME=`$dummy $dummyarg` && tnftp-20200705/buildaux/config.guess-460- { echo "$SYSTEM_NAME"; exit; } ############################################## tnftp-20200705/buildaux/config.guess-513- *:IRIX*:*:*) tnftp-20200705/buildaux/config.guess:514: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` tnftp-20200705/buildaux/config.guess-515- exit ;; ############################################## tnftp-20200705/buildaux/config.guess-543-EOF tnftp-20200705/buildaux/config.guess:544: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` tnftp-20200705/buildaux/config.guess-545- then ############################################## tnftp-20200705/buildaux/config.guess-556- *:AIX:*:[4567]) tnftp-20200705/buildaux/config.guess:557: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` tnftp-20200705/buildaux/config.guess-558- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## tnftp-20200705/buildaux/config.guess-591- 9000/[34678]??:HP-UX:*:*) tnftp-20200705/buildaux/config.guess:592: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` tnftp-20200705/buildaux/config.guess-593- case "${UNAME_MACHINE}" in ############################################## tnftp-20200705/buildaux/config.guess-645-EOF tnftp-20200705/buildaux/config.guess:646: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` tnftp-20200705/buildaux/config.guess-647- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## tnftp-20200705/buildaux/config.guess-673- ia64:HP-UX:*:*) tnftp-20200705/buildaux/config.guess:674: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` tnftp-20200705/buildaux/config.guess-675- echo ia64-hp-hpux${HPUX_REV} ############################################## tnftp-20200705/buildaux/config.guess-703-EOF tnftp-20200705/buildaux/config.guess:704: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && tnftp-20200705/buildaux/config.guess-705- { echo "$SYSTEM_NAME"; exit; } ############################################## tnftp-20200705/buildaux/config.guess-774- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` tnftp-20200705/buildaux/config.guess:775: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` tnftp-20200705/buildaux/config.guess-776- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## tnftp-20200705/buildaux/config.guess-779- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` tnftp-20200705/buildaux/config.guess:780: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` tnftp-20200705/buildaux/config.guess-781- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## tnftp-20200705/buildaux/config.guess-795- amd64) tnftp-20200705/buildaux/config.guess:796: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; tnftp-20200705/buildaux/config.guess-797- *) tnftp-20200705/buildaux/config.guess:798: echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; tnftp-20200705/buildaux/config.guess-799- esac ############################################## tnftp-20200705/buildaux/config.guess-850- prep*:SunOS:5.*:*) tnftp-20200705/buildaux/config.guess:851: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` tnftp-20200705/buildaux/config.guess-852- exit ;; ############################################## tnftp-20200705/buildaux/config.guess-854- # the GNU system tnftp-20200705/buildaux/config.guess:855: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` tnftp-20200705/buildaux/config.guess-856- exit ;; ############################################## tnftp-20200705/buildaux/config.guess-858- # other systems with GNU libc and userland tnftp-20200705/buildaux/config.guess:859: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu tnftp-20200705/buildaux/config.guess-860- exit ;; ############################################## tnftp-20200705/buildaux/config.guess-923-EOF tnftp-20200705/buildaux/config.guess:924: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` tnftp-20200705/buildaux/config.guess-925- echo "${UNAME_MACHINE}-pc-linux-${LIBC}" ############################################## tnftp-20200705/buildaux/config.guess-951-EOF tnftp-20200705/buildaux/config.guess:952: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` tnftp-20200705/buildaux/config.guess-953- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## tnftp-20200705/buildaux/config.guess-1036- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) tnftp-20200705/buildaux/config.guess:1037: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` tnftp-20200705/buildaux/config.guess-1038- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## tnftp-20200705/buildaux/config.guess-1306- *:DragonFly:*:*) tnftp-20200705/buildaux/config.guess:1307: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` tnftp-20200705/buildaux/config.guess-1308- exit ;; ############################################## tnftp-20200705/buildaux/config.guess-1319- i*86:skyos:*:*) tnftp-20200705/buildaux/config.guess:1320: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' tnftp-20200705/buildaux/config.guess-1321- exit ;; ############################################## tnftp-20200705/buildaux/config.guess-1450- tnftp-20200705/buildaux/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && tnftp-20200705/buildaux/config.guess-1452- { echo "$SYSTEM_NAME"; exit; } ############################################## tnftp-20200705/buildaux/ltmain.sh-167-{ tnftp-20200705/buildaux/ltmain.sh:168: func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` tnftp-20200705/buildaux/ltmain.sh-169- if test "X$func_dirname_result" = "X${1}"; then ############################################## tnftp-20200705/buildaux/ltmain.sh-179-{ tnftp-20200705/buildaux/ltmain.sh:180: func_basename_result=`$ECHO "${1}" | $SED "$basename"` tnftp-20200705/buildaux/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation ############################################## tnftp-20200705/buildaux/ltmain.sh-198- # Extract subdirectory from the argument. tnftp-20200705/buildaux/ltmain.sh:199: func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` tnftp-20200705/buildaux/ltmain.sh-200- if test "X$func_dirname_result" = "X${1}"; then ############################################## tnftp-20200705/buildaux/ltmain.sh-204- fi tnftp-20200705/buildaux/ltmain.sh:205: func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` tnftp-20200705/buildaux/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation ############################################## tnftp-20200705/buildaux/ltmain.sh-217- case ${2} in tnftp-20200705/buildaux/ltmain.sh:218: .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; tnftp-20200705/buildaux/ltmain.sh:219: *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; tnftp-20200705/buildaux/ltmain.sh-220- esac ############################################## tnftp-20200705/buildaux/ltmain.sh-380- progdir=$func_dirname_result tnftp-20200705/buildaux/ltmain.sh:381: progdir=`cd "$progdir" && pwd` tnftp-20200705/buildaux/ltmain.sh-382- progpath="$progdir/$progname" ############################################## tnftp-20200705/buildaux/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of tnftp-20200705/buildaux/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'. `\' that '$'. tnftp-20200705/buildaux/ltmain.sh-419-bs='\\' ############################################## tnftp-20200705/buildaux/ltmain.sh-531- # ...otherwise throw away the child directory and loop tnftp-20200705/buildaux/ltmain.sh:532: my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` tnftp-20200705/buildaux/ltmain.sh-533- done tnftp-20200705/buildaux/ltmain.sh:534: my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` tnftp-20200705/buildaux/ltmain.sh-535- ############################################## tnftp-20200705/buildaux/ltmain.sh-566- # If mktemp works, use that first and foremost tnftp-20200705/buildaux/ltmain.sh:567: my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` tnftp-20200705/buildaux/ltmain.sh-568- ############################################## tnftp-20200705/buildaux/ltmain.sh-597- *[\\\`\"\$]*) tnftp-20200705/buildaux/ltmain.sh:598: func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; tnftp-20200705/buildaux/ltmain.sh-599- *) ############################################## tnftp-20200705/buildaux/ltmain.sh-702- [0-9]* | *[!a-zA-Z0-9_]*) tnftp-20200705/buildaux/ltmain.sh:703: func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` tnftp-20200705/buildaux/ltmain.sh-704- ;; ############################################## tnftp-20200705/buildaux/ltmain.sh-769- s/\$with_gnu_ld/'"$with_gnu_ld"'/ tnftp-20200705/buildaux/ltmain.sh:770: s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ tnftp-20200705/buildaux/ltmain.sh:771: s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ tnftp-20200705/buildaux/ltmain.sh-772- p ############################################## tnftp-20200705/buildaux/ltmain.sh-803- tnftp-20200705/buildaux/ltmain.sh:804: func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"` tnftp-20200705/buildaux/ltmain.sh:805: func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"` tnftp-20200705/buildaux/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation ############################################## tnftp-20200705/buildaux/ltmain.sh-816- tnftp-20200705/buildaux/ltmain.sh:817: func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"` tnftp-20200705/buildaux/ltmain.sh:818: func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"` tnftp-20200705/buildaux/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation ############################################## tnftp-20200705/buildaux/ltmain.sh-862-{ tnftp-20200705/buildaux/ltmain.sh:863: func_arith_result=`expr "${@}"` tnftp-20200705/buildaux/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation ############################################## tnftp-20200705/buildaux/ltmain.sh-870-{ tnftp-20200705/buildaux/ltmain.sh:871: func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len` tnftp-20200705/buildaux/ltmain.sh-872-} # func_len may be replaced by extended shell implementation ############################################## tnftp-20200705/buildaux/ltmain.sh-877-{ tnftp-20200705/buildaux/ltmain.sh:878: func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` tnftp-20200705/buildaux/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation ############################################## tnftp-20200705/buildaux/ltmain.sh-884-{ tnftp-20200705/buildaux/ltmain.sh:885: func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` tnftp-20200705/buildaux/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation ############################################## tnftp-20200705/buildaux/ltmain.sh-968- # quotes we have to do it in 2 steps: tnftp-20200705/buildaux/ltmain.sh:969: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` tnftp-20200705/buildaux/ltmain.sh-970- eval "$extractedcf" ############################################## tnftp-20200705/buildaux/ltmain.sh-1382- done tnftp-20200705/buildaux/ltmain.sh:1383: CC_expanded=`func_echo_all $CC` tnftp-20200705/buildaux/ltmain.sh:1384: CC_quoted_expanded=`func_echo_all $CC_quoted` tnftp-20200705/buildaux/ltmain.sh-1385- case $@ in ############################################## tnftp-20200705/buildaux/ltmain.sh-1395- # Evaluate the configuration. tnftp-20200705/buildaux/ltmain.sh:1396: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" tnftp-20200705/buildaux/ltmain.sh-1397- CC_quoted= ############################################## tnftp-20200705/buildaux/ltmain.sh-1401- done tnftp-20200705/buildaux/ltmain.sh:1402: CC_expanded=`func_echo_all $CC` tnftp-20200705/buildaux/ltmain.sh:1403: CC_quoted_expanded=`func_echo_all $CC_quoted` tnftp-20200705/buildaux/ltmain.sh-1404- case "$@ " in ############################################## tnftp-20200705/buildaux/ltmain.sh-1492- # zero AND non-empty stdout, which explains the odd construction: tnftp-20200705/buildaux/ltmain.sh:1493: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` tnftp-20200705/buildaux/ltmain.sh-1494- if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then ############################################## tnftp-20200705/buildaux/ltmain.sh-1558- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then tnftp-20200705/buildaux/ltmain.sh:1559: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` tnftp-20200705/buildaux/ltmain.sh-1560- if test "$?" -ne 0; then ############################################## tnftp-20200705/buildaux/ltmain.sh-1721- # LT_CYGPATH in this case. tnftp-20200705/buildaux/ltmain.sh:1722: func_to_host_file_result=`cygpath -m "$1"` tnftp-20200705/buildaux/ltmain.sh-1723- fi ############################################## tnftp-20200705/buildaux/ltmain.sh-1871- func_to_host_path_tmp1=$func_stripname_result tnftp-20200705/buildaux/ltmain.sh:1872: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` tnftp-20200705/buildaux/ltmain.sh-1873- func_convert_path_check : ";" \ ############################################## tnftp-20200705/buildaux/ltmain.sh-2060- *.[cCFSifmso] | \ tnftp-20200705/buildaux/ltmain.sh:2061: *.ada | *.adb | *.ads | *.asm | \ tnftp-20200705/buildaux/ltmain.sh-2062- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## tnftp-20200705/buildaux/ltmain.sh-2137- if test "$compiler_c_o" = no; then tnftp-20200705/buildaux/ltmain.sh:2138: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} tnftp-20200705/buildaux/ltmain.sh-2139- lockfile="$output_obj.lock" ############################################## tnftp-20200705/buildaux/ltmain.sh-2156-*** ERROR, $lockfile exists and contains: tnftp-20200705/buildaux/ltmain.sh:2157:`cat $lockfile 2>/dev/null` tnftp-20200705/buildaux/ltmain.sh-2158- ############################################## tnftp-20200705/buildaux/ltmain.sh-2204- if test "$need_locks" = warn && tnftp-20200705/buildaux/ltmain.sh:2205: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then tnftp-20200705/buildaux/ltmain.sh-2206- $ECHO "\ tnftp-20200705/buildaux/ltmain.sh-2207-*** ERROR, $lockfile contains: tnftp-20200705/buildaux/ltmain.sh:2208:`cat $lockfile 2>/dev/null` tnftp-20200705/buildaux/ltmain.sh-2209- ############################################## tnftp-20200705/buildaux/ltmain.sh-2253- if test "$need_locks" = warn && tnftp-20200705/buildaux/ltmain.sh:2254: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then tnftp-20200705/buildaux/ltmain.sh-2255- $ECHO "\ tnftp-20200705/buildaux/ltmain.sh-2256-*** ERROR, $lockfile contains: tnftp-20200705/buildaux/ltmain.sh:2257:`cat $lockfile 2>/dev/null` tnftp-20200705/buildaux/ltmain.sh-2258- ############################################## tnftp-20200705/buildaux/ltmain.sh-2548- test -n "$library_names" && \ tnftp-20200705/buildaux/ltmain.sh:2549: func_warning "\`$file' was not linked with \`-export-dynamic'" tnftp-20200705/buildaux/ltmain.sh-2550- continue ############################################## tnftp-20200705/buildaux/ltmain.sh-2559- if test ! -f "$dir/$dlname"; then tnftp-20200705/buildaux/ltmain.sh:2560: func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" tnftp-20200705/buildaux/ltmain.sh-2561- fi ############################################## tnftp-20200705/buildaux/ltmain.sh-2577- # Get the absolute pathname. tnftp-20200705/buildaux/ltmain.sh:2578: absdir=`cd "$dir" && pwd` tnftp-20200705/buildaux/ltmain.sh-2579- test -n "$absdir" && dir="$absdir" ############################################## tnftp-20200705/buildaux/ltmain.sh-2675- if test -n "$lt_sysroot"; then tnftp-20200705/buildaux/ltmain.sh:2676: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` tnftp-20200705/buildaux/ltmain.sh-2677- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## tnftp-20200705/buildaux/ltmain.sh-2957- # Determine the prefix the user has applied to our future dir. tnftp-20200705/buildaux/ltmain.sh:2958: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` tnftp-20200705/buildaux/ltmain.sh-2959- ############################################## tnftp-20200705/buildaux/ltmain.sh-2970- # Stick the inst_prefix_dir data into the link command. tnftp-20200705/buildaux/ltmain.sh:2971: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` tnftp-20200705/buildaux/ltmain.sh-2972- else tnftp-20200705/buildaux/ltmain.sh:2973: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` tnftp-20200705/buildaux/ltmain.sh-2974- fi ############################################## tnftp-20200705/buildaux/ltmain.sh-3130- fi tnftp-20200705/buildaux/ltmain.sh:3131: libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test tnftp-20200705/buildaux/ltmain.sh-3132- if test -n "$libdir" && test ! -f "$libfile"; then tnftp-20200705/buildaux/ltmain.sh:3133: func_warning "\`$lib' has not been installed in \`$libdir'" tnftp-20200705/buildaux/ltmain.sh-3134- finalize=no ############################################## tnftp-20200705/buildaux/ltmain.sh-3149- # Replace the output file specification. tnftp-20200705/buildaux/ltmain.sh:3150: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` tnftp-20200705/buildaux/ltmain.sh-3151- ############################################## tnftp-20200705/buildaux/ltmain.sh-3168- # Install the binary that we compiled earlier. tnftp-20200705/buildaux/ltmain.sh:3169: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` tnftp-20200705/buildaux/ltmain.sh-3170- fi ############################################## tnftp-20200705/buildaux/ltmain.sh-3241- my_pic_p="${3-no}" tnftp-20200705/buildaux/ltmain.sh:3242: my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` tnftp-20200705/buildaux/ltmain.sh-3243- my_dlsyms= ############################################## tnftp-20200705/buildaux/ltmain.sh-3297- # Add our own program objects to the symbol list. tnftp-20200705/buildaux/ltmain.sh:3298: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` tnftp-20200705/buildaux/ltmain.sh-3299- for progfile in $progfiles; do ############################################## tnftp-20200705/buildaux/ltmain.sh-3359- # Use subshell, to avoid clobbering current variable values tnftp-20200705/buildaux/ltmain.sh:3360: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` tnftp-20200705/buildaux/ltmain.sh-3361- if test -n "$dlprefile_dlname" ; then ############################################## tnftp-20200705/buildaux/ltmain.sh-3506- if test -f "$output_objdir/$my_outputname.def"; then tnftp-20200705/buildaux/ltmain.sh:3507: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` tnftp-20200705/buildaux/ltmain.sh:3508: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` tnftp-20200705/buildaux/ltmain.sh-3509- else tnftp-20200705/buildaux/ltmain.sh:3510: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` tnftp-20200705/buildaux/ltmain.sh:3511: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` tnftp-20200705/buildaux/ltmain.sh-3512- fi ############################################## tnftp-20200705/buildaux/ltmain.sh-3514- *) tnftp-20200705/buildaux/ltmain.sh:3515: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` tnftp-20200705/buildaux/ltmain.sh:3516: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` tnftp-20200705/buildaux/ltmain.sh-3517- ;; ############################################## tnftp-20200705/buildaux/ltmain.sh-3529- # Nullify the symbol file. tnftp-20200705/buildaux/ltmain.sh:3530: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` tnftp-20200705/buildaux/ltmain.sh:3531: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` tnftp-20200705/buildaux/ltmain.sh-3532- fi ############################################## tnftp-20200705/buildaux/ltmain.sh-3545- win32_libid_type="unknown" tnftp-20200705/buildaux/ltmain.sh:3546: win32_fileres=`file -L $1 2>/dev/null` tnftp-20200705/buildaux/ltmain.sh-3547- case $win32_fileres in ############################################## tnftp-20200705/buildaux/ltmain.sh-3596- $opt_debug tnftp-20200705/buildaux/ltmain.sh:3597: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` tnftp-20200705/buildaux/ltmain.sh-3598-} ############################################## tnftp-20200705/buildaux/ltmain.sh-3613- $opt_debug tnftp-20200705/buildaux/ltmain.sh:3614: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` tnftp-20200705/buildaux/ltmain.sh-3615- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## tnftp-20200705/buildaux/ltmain.sh-3668- func_to_tool_file "$1" func_convert_file_msys_to_w32 tnftp-20200705/buildaux/ltmain.sh:3669: func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` tnftp-20200705/buildaux/ltmain.sh-3670- test -n "$func_cygming_gnu_implib_tmp" ############################################## tnftp-20200705/buildaux/ltmain.sh-3680- func_to_tool_file "$1" func_convert_file_msys_to_w32 tnftp-20200705/buildaux/ltmain.sh:3681: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` tnftp-20200705/buildaux/ltmain.sh-3682- test -n "$func_cygming_ms_implib_tmp" ############################################## tnftp-20200705/buildaux/ltmain.sh-3700- # binutils import library tnftp-20200705/buildaux/ltmain.sh:3701: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` tnftp-20200705/buildaux/ltmain.sh-3702- elif func_cygming_ms_implib_p "$1" ; then tnftp-20200705/buildaux/ltmain.sh-3703- # ms-generated import library tnftp-20200705/buildaux/ltmain.sh:3704: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` tnftp-20200705/buildaux/ltmain.sh-3705- else ############################################## tnftp-20200705/buildaux/ltmain.sh-3780- darwin_curdir=`pwd` tnftp-20200705/buildaux/ltmain.sh:3781: darwin_base_archive=`basename "$darwin_archive"` tnftp-20200705/buildaux/ltmain.sh:3782: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` tnftp-20200705/buildaux/ltmain.sh-3783- if test -n "$darwin_arches"; then tnftp-20200705/buildaux/ltmain.sh:3784: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` tnftp-20200705/buildaux/ltmain.sh-3785- darwin_arch= ############################################## tnftp-20200705/buildaux/ltmain.sh-3795- ## Okay now we've a bunch of thin objects, gotta fatten them up :) tnftp-20200705/buildaux/ltmain.sh:3796: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` tnftp-20200705/buildaux/ltmain.sh-3797- darwin_file= ############################################## tnftp-20200705/buildaux/ltmain.sh-3799- for darwin_file in $darwin_filelist; do tnftp-20200705/buildaux/ltmain.sh:3800: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` tnftp-20200705/buildaux/ltmain.sh-3801- $LIPO -create -output "$darwin_file" $darwin_files ############################################## tnftp-20200705/buildaux/ltmain.sh-3814- esac tnftp-20200705/buildaux/ltmain.sh:3815: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` tnftp-20200705/buildaux/ltmain.sh-3816- done ############################################## tnftp-20200705/buildaux/ltmain.sh-3885- tnftp-20200705/buildaux/ltmain.sh:3886: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` tnftp-20200705/buildaux/ltmain.sh-3887- $ECHO "\ ############################################## tnftp-20200705/buildaux/ltmain.sh-3920- --lt-dump-script) tnftp-20200705/buildaux/ltmain.sh:3921: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` tnftp-20200705/buildaux/ltmain.sh-3922- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. tnftp-20200705/buildaux/ltmain.sh:3923: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` tnftp-20200705/buildaux/ltmain.sh-3924- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## tnftp-20200705/buildaux/ltmain.sh-3947- \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" tnftp-20200705/buildaux/ltmain.sh:3948: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` tnftp-20200705/buildaux/ltmain.sh-3949- done ############################################## tnftp-20200705/buildaux/ltmain.sh-4005- # Find the directory that this script lives in. tnftp-20200705/buildaux/ltmain.sh:4006: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` tnftp-20200705/buildaux/ltmain.sh-4007- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## tnftp-20200705/buildaux/ltmain.sh-4009- # Follow symbolic links until we get to the real thisdir. tnftp-20200705/buildaux/ltmain.sh:4010: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` tnftp-20200705/buildaux/ltmain.sh-4011- while test -n \"\$file\"; do tnftp-20200705/buildaux/ltmain.sh:4012: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` tnftp-20200705/buildaux/ltmain.sh-4013- ############################################## tnftp-20200705/buildaux/ltmain.sh-4021- tnftp-20200705/buildaux/ltmain.sh:4022: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` tnftp-20200705/buildaux/ltmain.sh:4023: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` tnftp-20200705/buildaux/ltmain.sh-4024- done ############################################## tnftp-20200705/buildaux/ltmain.sh-4035- case \"\$thisdir\" in tnftp-20200705/buildaux/ltmain.sh:4036: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; tnftp-20200705/buildaux/ltmain.sh-4037- $objdir ) thisdir=. ;; ############################################## tnftp-20200705/buildaux/ltmain.sh-4041- # Try to get the absolute directory name. tnftp-20200705/buildaux/ltmain.sh:4042: absdir=\`cd \"\$thisdir\" && pwd\` tnftp-20200705/buildaux/ltmain.sh-4043- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## tnftp-20200705/buildaux/ltmain.sh-4051- if test ! -f \"\$progdir/\$program\" || tnftp-20200705/buildaux/ltmain.sh:4052: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ tnftp-20200705/buildaux/ltmain.sh-4053- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## tnftp-20200705/buildaux/ltmain.sh-4066- if test -n \"\$relink_command\"; then tnftp-20200705/buildaux/ltmain.sh:4067: if relink_command_output=\`eval \$relink_command 2>&1\`; then : tnftp-20200705/buildaux/ltmain.sh-4068- else ############################################## tnftp-20200705/buildaux/ltmain.sh-4110- # The second colon is a workaround for a bug in BeOS R4 sed tnftp-20200705/buildaux/ltmain.sh:4111: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` tnftp-20200705/buildaux/ltmain.sh-4112- ############################################## tnftp-20200705/buildaux/ltmain.sh-5085- $opt_debug tnftp-20200705/buildaux/ltmain.sh:5086: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in tnftp-20200705/buildaux/ltmain.sh-5087- *import*) : ;; ############################################## tnftp-20200705/buildaux/ltmain.sh-5307- moreargs= tnftp-20200705/buildaux/ltmain.sh:5308: for fil in `cat "$save_arg"` tnftp-20200705/buildaux/ltmain.sh-5309- do ############################################## tnftp-20200705/buildaux/ltmain.sh-5563- *) tnftp-20200705/buildaux/ltmain.sh:5564: absdir=`cd "$dir" && pwd` tnftp-20200705/buildaux/ltmain.sh-5565- test -z "$absdir" && \ ############################################## tnftp-20200705/buildaux/ltmain.sh-5584- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) tnftp-20200705/buildaux/ltmain.sh:5585: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` tnftp-20200705/buildaux/ltmain.sh-5586- case :$dllsearchpath: in ############################################## tnftp-20200705/buildaux/ltmain.sh-6016- # get the directories listed in $shlibpath_var tnftp-20200705/buildaux/ltmain.sh:6017: eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` tnftp-20200705/buildaux/ltmain.sh-6018- else ############################################## tnftp-20200705/buildaux/ltmain.sh-6328- set dummy $deplibs_check_method; shift tnftp-20200705/buildaux/ltmain.sh:6329: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` tnftp-20200705/buildaux/ltmain.sh-6330- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## tnftp-20200705/buildaux/ltmain.sh-6391- else tnftp-20200705/buildaux/ltmain.sh:6392: func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" tnftp-20200705/buildaux/ltmain.sh-6393- fi ############################################## tnftp-20200705/buildaux/ltmain.sh-6420- if test -n "$inherited_linker_flags"; then tnftp-20200705/buildaux/ltmain.sh:6421: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` tnftp-20200705/buildaux/ltmain.sh-6422- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## tnftp-20200705/buildaux/ltmain.sh-6428- fi tnftp-20200705/buildaux/ltmain.sh:6429: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` tnftp-20200705/buildaux/ltmain.sh-6430- if test "$linkmode,$pass" = "lib,link" || ############################################## tnftp-20200705/buildaux/ltmain.sh-6501- *) tnftp-20200705/buildaux/ltmain.sh:6502: abs_ladir=`cd "$ladir" && pwd` tnftp-20200705/buildaux/ltmain.sh-6503- if test -z "$abs_ladir"; then ############################################## tnftp-20200705/buildaux/ltmain.sh-6754- shift tnftp-20200705/buildaux/ltmain.sh:6755: libname=`eval "\\$ECHO \"$libname_spec\""` tnftp-20200705/buildaux/ltmain.sh-6756- # use dlname if we got it. it's perfectly good, no? ############################################## tnftp-20200705/buildaux/ltmain.sh-7046- *) tnftp-20200705/buildaux/ltmain.sh:7047: absdir=`cd "$dir" && pwd` tnftp-20200705/buildaux/ltmain.sh-7048- if test -z "$absdir"; then ############################################## tnftp-20200705/buildaux/ltmain.sh-7057- depdepl= tnftp-20200705/buildaux/ltmain.sh:7058: eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` tnftp-20200705/buildaux/ltmain.sh-7059- if test -n "$deplibrary_names" ; then ############################################## tnftp-20200705/buildaux/ltmain.sh-7064- depdepl="$absdir/$objdir/$depdepl" tnftp-20200705/buildaux/ltmain.sh:7065: darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` tnftp-20200705/buildaux/ltmain.sh-7066- if test -z "$darwin_install_name"; then tnftp-20200705/buildaux/ltmain.sh:7067: darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` tnftp-20200705/buildaux/ltmain.sh-7068- fi ############################################## tnftp-20200705/buildaux/ltmain.sh-7079- else tnftp-20200705/buildaux/ltmain.sh:7080: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` tnftp-20200705/buildaux/ltmain.sh-7081- test -z "$libdir" && \ ############################################## tnftp-20200705/buildaux/ltmain.sh-7102- else tnftp-20200705/buildaux/ltmain.sh:7103: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` tnftp-20200705/buildaux/ltmain.sh-7104- fi ############################################## tnftp-20200705/buildaux/ltmain.sh-7251- test "$module" = no && \ tnftp-20200705/buildaux/ltmain.sh:7252: func_fatal_help "libtool library \`$output' must begin with \`lib'" tnftp-20200705/buildaux/ltmain.sh-7253- ############################################## tnftp-20200705/buildaux/ltmain.sh-7386- if test "$age" -gt "$current"; then tnftp-20200705/buildaux/ltmain.sh:7387: func_error "AGE \`$age' is greater than the current interface number \`$current'" tnftp-20200705/buildaux/ltmain.sh-7388- func_fatal_error "\`$vinfo' is not valid version information" ############################################## tnftp-20200705/buildaux/ltmain.sh-7547- removelist= tnftp-20200705/buildaux/ltmain.sh:7548: tempremovelist=`$ECHO "$output_objdir/*"` tnftp-20200705/buildaux/ltmain.sh-7549- for p in $tempremovelist; do ############################################## tnftp-20200705/buildaux/ltmain.sh-7573- # Transform .lo files to .o files. tnftp-20200705/buildaux/ltmain.sh:7574: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` tnftp-20200705/buildaux/ltmain.sh-7575- fi ############################################## tnftp-20200705/buildaux/ltmain.sh-7578- #for path in $notinst_path; do tnftp-20200705/buildaux/ltmain.sh:7579: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` tnftp-20200705/buildaux/ltmain.sh:7580: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` tnftp-20200705/buildaux/ltmain.sh:7581: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` tnftp-20200705/buildaux/ltmain.sh-7582- #done ############################################## tnftp-20200705/buildaux/ltmain.sh-7699- if test -n "$i" ; then tnftp-20200705/buildaux/ltmain.sh:7700: libname=`eval "\\$ECHO \"$libname_spec\""` tnftp-20200705/buildaux/ltmain.sh:7701: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` tnftp-20200705/buildaux/ltmain.sh-7702- set dummy $deplib_matches; shift tnftp-20200705/buildaux/ltmain.sh-7703- deplib_match=$1 tnftp-20200705/buildaux/ltmain.sh:7704: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then tnftp-20200705/buildaux/ltmain.sh-7705- func_append newdeplibs " $i" ############################################## tnftp-20200705/buildaux/ltmain.sh-7742- if test -n "$i" ; then tnftp-20200705/buildaux/ltmain.sh:7743: libname=`eval "\\$ECHO \"$libname_spec\""` tnftp-20200705/buildaux/ltmain.sh:7744: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` tnftp-20200705/buildaux/ltmain.sh-7745- set dummy $deplib_matches; shift tnftp-20200705/buildaux/ltmain.sh-7746- deplib_match=$1 tnftp-20200705/buildaux/ltmain.sh:7747: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then tnftp-20200705/buildaux/ltmain.sh-7748- func_append newdeplibs " $i" ############################################## tnftp-20200705/buildaux/ltmain.sh-7777- set dummy $deplibs_check_method; shift tnftp-20200705/buildaux/ltmain.sh:7778: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` tnftp-20200705/buildaux/ltmain.sh-7779- for a_deplib in $deplibs; do ############################################## tnftp-20200705/buildaux/ltmain.sh-7792- if test -n "$a_deplib" ; then tnftp-20200705/buildaux/ltmain.sh:7793: libname=`eval "\\$ECHO \"$libname_spec\""` tnftp-20200705/buildaux/ltmain.sh-7794- if test -n "$file_magic_glob"; then tnftp-20200705/buildaux/ltmain.sh:7795: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` tnftp-20200705/buildaux/ltmain.sh-7796- else ############################################## tnftp-20200705/buildaux/ltmain.sh-7802- shopt -s nocaseglob tnftp-20200705/buildaux/ltmain.sh:7803: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` tnftp-20200705/buildaux/ltmain.sh-7804- $nocaseglob tnftp-20200705/buildaux/ltmain.sh-7805- else tnftp-20200705/buildaux/ltmain.sh:7806: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` tnftp-20200705/buildaux/ltmain.sh-7807- fi ############################################## tnftp-20200705/buildaux/ltmain.sh-7820- while test -h "$potlib" 2>/dev/null; do tnftp-20200705/buildaux/ltmain.sh:7821: potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` tnftp-20200705/buildaux/ltmain.sh-7822- case $potliblink in tnftp-20200705/buildaux/ltmain.sh-7823- [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; tnftp-20200705/buildaux/ltmain.sh:7824: *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; tnftp-20200705/buildaux/ltmain.sh-7825- esac ############################################## tnftp-20200705/buildaux/ltmain.sh-7861- set dummy $deplibs_check_method; shift tnftp-20200705/buildaux/ltmain.sh:7862: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` tnftp-20200705/buildaux/ltmain.sh-7863- for a_deplib in $deplibs; do ############################################## tnftp-20200705/buildaux/ltmain.sh-7876- if test -n "$a_deplib" ; then tnftp-20200705/buildaux/ltmain.sh:7877: libname=`eval "\\$ECHO \"$libname_spec\""` tnftp-20200705/buildaux/ltmain.sh-7878- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do tnftp-20200705/buildaux/ltmain.sh:7879: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` tnftp-20200705/buildaux/ltmain.sh-7880- for potent_lib in $potential_libs; do ############################################## tnftp-20200705/buildaux/ltmain.sh-7915- newdeplibs="" tnftp-20200705/buildaux/ltmain.sh:7916: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` tnftp-20200705/buildaux/ltmain.sh-7917- if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then ############################################## tnftp-20200705/buildaux/ltmain.sh-7919- # can't use Xsed below, because $i might contain '/' tnftp-20200705/buildaux/ltmain.sh:7920: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` tnftp-20200705/buildaux/ltmain.sh-7921- done ############################################## tnftp-20200705/buildaux/ltmain.sh-7945- # On Rhapsody replace the C library with the System framework tnftp-20200705/buildaux/ltmain.sh:7946: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` tnftp-20200705/buildaux/ltmain.sh-7947- ;; ############################################## tnftp-20200705/buildaux/ltmain.sh-7997- *-*-darwin*) tnftp-20200705/buildaux/ltmain.sh:7998: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` tnftp-20200705/buildaux/ltmain.sh:7999: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` tnftp-20200705/buildaux/ltmain.sh:8000: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` tnftp-20200705/buildaux/ltmain.sh-8001- ;; ############################################## tnftp-20200705/buildaux/ltmain.sh-8124- # Use standard objects if they are pic tnftp-20200705/buildaux/ltmain.sh:8125: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` tnftp-20200705/buildaux/ltmain.sh-8126- test "X$libobjs" = "X " && libobjs= ############################################## tnftp-20200705/buildaux/ltmain.sh-8139- # exporting using user supplied symfile tnftp-20200705/buildaux/ltmain.sh:8140: if test "x`$SED 1q $export_symbols`" != xEXPORTS; then tnftp-20200705/buildaux/ltmain.sh-8141- # and it's NOT already a .def file. Must figure out ############################################## tnftp-20200705/buildaux/ltmain.sh-8636- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" tnftp-20200705/buildaux/ltmain.sh:8637: reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` tnftp-20200705/buildaux/ltmain.sh-8638- else ############################################## tnftp-20200705/buildaux/ltmain.sh-8650- # Create the old-style object. tnftp-20200705/buildaux/ltmain.sh:8651: reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test tnftp-20200705/buildaux/ltmain.sh-8652- ############################################## tnftp-20200705/buildaux/ltmain.sh-8710- # On Rhapsody replace the C library is the System framework tnftp-20200705/buildaux/ltmain.sh:8711: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` tnftp-20200705/buildaux/ltmain.sh:8712: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` tnftp-20200705/buildaux/ltmain.sh-8713- ;; ############################################## tnftp-20200705/buildaux/ltmain.sh-8728- # Time to change all our "foo.ltframework" stuff back to "-framework foo" tnftp-20200705/buildaux/ltmain.sh:8729: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` tnftp-20200705/buildaux/ltmain.sh:8730: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` tnftp-20200705/buildaux/ltmain.sh-8731- ;; ############################################## tnftp-20200705/buildaux/ltmain.sh-8806- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) tnftp-20200705/buildaux/ltmain.sh:8807: testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` tnftp-20200705/buildaux/ltmain.sh-8808- case :$dllsearchpath: in ############################################## tnftp-20200705/buildaux/ltmain.sh-8866- # Transform all the library objects into standard objects. tnftp-20200705/buildaux/ltmain.sh:8867: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` tnftp-20200705/buildaux/ltmain.sh:8868: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` tnftp-20200705/buildaux/ltmain.sh-8869- fi ############################################## tnftp-20200705/buildaux/ltmain.sh-8896- # Replace the output file specification. tnftp-20200705/buildaux/ltmain.sh:8897: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` tnftp-20200705/buildaux/ltmain.sh-8898- link_command="$compile_command$compile_rpath" ############################################## tnftp-20200705/buildaux/ltmain.sh-8905- func_to_tool_file "$output" tnftp-20200705/buildaux/ltmain.sh:8906: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` tnftp-20200705/buildaux/ltmain.sh-8907- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## tnftp-20200705/buildaux/ltmain.sh-8949- # Replace the output file specification. tnftp-20200705/buildaux/ltmain.sh:8950: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` tnftp-20200705/buildaux/ltmain.sh-8951- # Delete the old output file. ############################################## tnftp-20200705/buildaux/ltmain.sh-8957- func_to_tool_file "$output" tnftp-20200705/buildaux/ltmain.sh:8958: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` tnftp-20200705/buildaux/ltmain.sh-8959- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## tnftp-20200705/buildaux/ltmain.sh-8975- if test "$fast_install" = yes; then tnftp-20200705/buildaux/ltmain.sh:8976: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` tnftp-20200705/buildaux/ltmain.sh-8977- else ############################################## tnftp-20200705/buildaux/ltmain.sh-8987- # Replace the output file specification. tnftp-20200705/buildaux/ltmain.sh:8988: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` tnftp-20200705/buildaux/ltmain.sh-8989- ############################################## tnftp-20200705/buildaux/ltmain.sh-8996- func_to_tool_file "$output_objdir/$outputname" tnftp-20200705/buildaux/ltmain.sh:8997: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` tnftp-20200705/buildaux/ltmain.sh-8998- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## tnftp-20200705/buildaux/ltmain.sh-9017- relink_command="(cd `pwd`; $relink_command)" tnftp-20200705/buildaux/ltmain.sh:9018: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` tnftp-20200705/buildaux/ltmain.sh-9019- fi ############################################## tnftp-20200705/buildaux/ltmain.sh-9261- relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" tnftp-20200705/buildaux/ltmain.sh:9262: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` tnftp-20200705/buildaux/ltmain.sh-9263- if test "$hardcode_automatic" = yes ; then ############################################## tnftp-20200705/buildaux/ltmain.sh-9282- func_resolve_sysroot "$deplib" tnftp-20200705/buildaux/ltmain.sh:9283: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` tnftp-20200705/buildaux/ltmain.sh-9284- test -z "$libdir" && \ ############################################## tnftp-20200705/buildaux/ltmain.sh-9308- name="$func_basename_result" tnftp-20200705/buildaux/ltmain.sh:9309: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` tnftp-20200705/buildaux/ltmain.sh-9310- test -z "$libdir" && \ ############################################## tnftp-20200705/buildaux/ltmain.sh-9327- name="$func_basename_result" tnftp-20200705/buildaux/ltmain.sh:9328: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` tnftp-20200705/buildaux/ltmain.sh-9329- test -z "$libdir" && \ ############################################## tnftp-20200705/buildaux/ltmain.sh-9646-# ### BEGIN LIBTOOL TAG CONFIG: disable-static tnftp-20200705/buildaux/ltmain.sh:9647:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` tnftp-20200705/buildaux/ltmain.sh-9648-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## tnftp-20200705/buildaux/install-sh-229- fi tnftp-20200705/buildaux/install-sh:230: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; tnftp-20200705/buildaux/install-sh-231- *) ############################################## tnftp-20200705/buildaux/install-sh-276- dstdir=$dst tnftp-20200705/buildaux/install-sh:277: dst=$dstdir/`basename "$src"` tnftp-20200705/buildaux/install-sh-278- dstdir_status=0 ############################################## tnftp-20200705/buildaux/install-sh-358- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. tnftp-20200705/buildaux/install-sh:359: ls_ld_tmpdir=`ls -ld "$tmpdir"` tnftp-20200705/buildaux/install-sh-360- case $ls_ld_tmpdir in ############################################## tnftp-20200705/buildaux/install-sh-365- $mkdirprog -m$different_mode -p -- "$tmpdir" && { tnftp-20200705/buildaux/install-sh:366: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` tnftp-20200705/buildaux/install-sh-367- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## tnftp-20200705/buildaux/install-sh-425- case $prefix in tnftp-20200705/buildaux/install-sh:426: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; tnftp-20200705/buildaux/install-sh-427- *) qprefix=$prefix;; ############################################## tnftp-20200705/buildaux/install-sh-474- if $copy_on_change && tnftp-20200705/buildaux/install-sh:475: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && tnftp-20200705/buildaux/install-sh:476: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && tnftp-20200705/buildaux/install-sh-477- ############################################## tnftp-20200705/buildaux/ax_check_openssl.m4-55- if test x"$PKG_CONFIG" != x""; then tnftp-20200705/buildaux/ax_check_openssl.m4:56: OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L 2>/dev/null` tnftp-20200705/buildaux/ax_check_openssl.m4-57- if test $? = 0; then tnftp-20200705/buildaux/ax_check_openssl.m4:58: OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null` tnftp-20200705/buildaux/ax_check_openssl.m4:59: OPENSSL_INCLUDES=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null` tnftp-20200705/buildaux/ax_check_openssl.m4-60- found=true ############################################## tnftp-20200705/buildaux/ltsugar.m4-67-m4_define([lt_combine], tnftp-20200705/buildaux/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1], tnftp-20200705/buildaux/ltsugar.m4-69- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## tnftp-20200705/buildaux/missing-129- # Could not run --version or --help. This is probably someone tnftp-20200705/buildaux/missing:130: # running `$TOOL --version' or `$TOOL --help' to check whether tnftp-20200705/buildaux/missing-131- # $TOOL exists and not knowing $TOOL uses missing. ############################################## tnftp-20200705/buildaux/missing-163- from any GNU archive site." tnftp-20200705/buildaux/missing:164: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` tnftp-20200705/buildaux/missing-165- test -z "$files" && files="config.h" ############################################## tnftp-20200705/buildaux/missing-192- proper tools for further handling them. tnftp-20200705/buildaux/missing:193: You can get \`$1' as part of \`Autoconf' from any GNU tnftp-20200705/buildaux/missing-194- archive site." tnftp-20200705/buildaux/missing-195- tnftp-20200705/buildaux/missing:196: file=`echo "$*" | sed -n "$sed_output"` tnftp-20200705/buildaux/missing:197: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` tnftp-20200705/buildaux/missing-198- if test -f "$file"; then ############################################## tnftp-20200705/buildaux/missing-221- *.y) tnftp-20200705/buildaux/missing:222: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` tnftp-20200705/buildaux/missing-223- if test -f "$SRCFILE"; then ############################################## tnftp-20200705/buildaux/missing-225- fi tnftp-20200705/buildaux/missing:226: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` tnftp-20200705/buildaux/missing-227- if test -f "$SRCFILE"; then ############################################## tnftp-20200705/buildaux/missing-251- *.l) tnftp-20200705/buildaux/missing:252: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` tnftp-20200705/buildaux/missing-253- if test -f "$SRCFILE"; then ############################################## tnftp-20200705/buildaux/missing-270- tnftp-20200705/buildaux/missing:271: file=`echo "$*" | sed -n "$sed_output"` tnftp-20200705/buildaux/missing:272: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` tnftp-20200705/buildaux/missing-273- if test -f "$file"; then ############################################## tnftp-20200705/buildaux/missing-290- # The file to touch is that specified with -o ... tnftp-20200705/buildaux/missing:291: file=`echo "$*" | sed -n "$sed_output"` tnftp-20200705/buildaux/missing:292: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` tnftp-20200705/buildaux/missing-293- if test -z "$file"; then tnftp-20200705/buildaux/missing-294- # ... or it is the one specified with @setfilename ... tnftp-20200705/buildaux/missing:295: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` tnftp-20200705/buildaux/missing-296- file=`sed -n ' ############################################## tnftp-20200705/buildaux/missing-302- # ... or it is derived from the source name (dir/f.texi becomes f.info) tnftp-20200705/buildaux/missing:303: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info tnftp-20200705/buildaux/missing-304- fi ############################################## tnftp-20200705/buildaux/depcomp-73- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tnftp-20200705/buildaux/depcomp:74:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} tnftp-20200705/buildaux/depcomp-75- ############################################## tnftp-20200705/buildaux/depcomp-249- # Version 6 uses the directory in both cases. tnftp-20200705/buildaux/depcomp:250: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` tnftp-20200705/buildaux/depcomp-251- test "x$dir" = "x$object" && dir= tnftp-20200705/buildaux/depcomp:252: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` tnftp-20200705/buildaux/depcomp-253- if test "$libtool" = yes; then ############################################## tnftp-20200705/buildaux/depcomp-344- # Much of this is similar to the tru64 case; see comments there. tnftp-20200705/buildaux/depcomp:345: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` tnftp-20200705/buildaux/depcomp-346- test "x$dir" = "x$object" && dir= tnftp-20200705/buildaux/depcomp:347: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` tnftp-20200705/buildaux/depcomp-348- if test "$libtool" = yes; then ############################################## tnftp-20200705/buildaux/depcomp-388- # Subdirectories are respected. tnftp-20200705/buildaux/depcomp:389: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` tnftp-20200705/buildaux/depcomp-390- test "x$dir" = "x$object" && dir= tnftp-20200705/buildaux/depcomp:391: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` tnftp-20200705/buildaux/depcomp-392- ############################################## tnftp-20200705/buildaux/depcomp-578- done tnftp-20200705/buildaux/depcomp:579: obj_suffix=`echo "$object" | sed 's/^.*\././'` tnftp-20200705/buildaux/depcomp-580- touch "$tmpdepfile" ############################################## tnftp-20200705/buildaux/config.sub-57- tnftp-20200705/buildaux/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'` tnftp-20200705/buildaux/config.sub-59- ############################################## tnftp-20200705/buildaux/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations. tnftp-20200705/buildaux/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` tnftp-20200705/buildaux/config.sub-124-case $maybe_os in ############################################## tnftp-20200705/buildaux/config.sub-130- os=-$maybe_os tnftp-20200705/buildaux/config.sub:131: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` tnftp-20200705/buildaux/config.sub-132- ;; ############################################## tnftp-20200705/buildaux/config.sub-134- os=-linux-android tnftp-20200705/buildaux/config.sub:135: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown tnftp-20200705/buildaux/config.sub-136- ;; tnftp-20200705/buildaux/config.sub-137- *) tnftp-20200705/buildaux/config.sub:138: basic_machine=`echo $1 | sed 's/-[^-]*$//'` tnftp-20200705/buildaux/config.sub-139- if [ $basic_machine != $1 ] tnftp-20200705/buildaux/config.sub:140: then os=`echo $1 | sed 's/.*-/-/'` tnftp-20200705/buildaux/config.sub-141- else os=; fi ############################################## tnftp-20200705/buildaux/config.sub-188- os=-sco5v6 tnftp-20200705/buildaux/config.sub:189: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` tnftp-20200705/buildaux/config.sub-190- ;; ############################################## tnftp-20200705/buildaux/config.sub-192- os=-sco3.2v5 tnftp-20200705/buildaux/config.sub:193: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` tnftp-20200705/buildaux/config.sub-194- ;; ############################################## tnftp-20200705/buildaux/config.sub-196- os=-sco3.2v4 tnftp-20200705/buildaux/config.sub:197: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` tnftp-20200705/buildaux/config.sub-198- ;; tnftp-20200705/buildaux/config.sub-199- -sco3.2.[4-9]*) tnftp-20200705/buildaux/config.sub:200: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` tnftp-20200705/buildaux/config.sub:201: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` tnftp-20200705/buildaux/config.sub-202- ;; ############################################## tnftp-20200705/buildaux/config.sub-204- # Don't forget version if it is 3.2v4 or newer. tnftp-20200705/buildaux/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` tnftp-20200705/buildaux/config.sub-206- ;; ############################################## tnftp-20200705/buildaux/config.sub-208- # Don't forget version if it is 3.2v4 or newer. tnftp-20200705/buildaux/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` tnftp-20200705/buildaux/config.sub-210- ;; ############################################## tnftp-20200705/buildaux/config.sub-212- os=-sco3.2v2 tnftp-20200705/buildaux/config.sub:213: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` tnftp-20200705/buildaux/config.sub-214- ;; tnftp-20200705/buildaux/config.sub-215- -udk*) tnftp-20200705/buildaux/config.sub:216: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` tnftp-20200705/buildaux/config.sub-217- ;; ############################################## tnftp-20200705/buildaux/config.sub-219- os=-isc2.2 tnftp-20200705/buildaux/config.sub:220: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` tnftp-20200705/buildaux/config.sub-221- ;; ############################################## tnftp-20200705/buildaux/config.sub-225- -isc*) tnftp-20200705/buildaux/config.sub:226: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` tnftp-20200705/buildaux/config.sub-227- ;; ############################################## tnftp-20200705/buildaux/config.sub-231- -ptx*) tnftp-20200705/buildaux/config.sub:232: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` tnftp-20200705/buildaux/config.sub-233- ;; tnftp-20200705/buildaux/config.sub-234- -windowsnt*) tnftp-20200705/buildaux/config.sub:235: os=`echo $os | sed -e 's/windowsnt/winnt/'` tnftp-20200705/buildaux/config.sub-236- ;; ############################################## tnftp-20200705/buildaux/config.sub-357- *-*-*) tnftp-20200705/buildaux/config.sub:358: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 tnftp-20200705/buildaux/config.sub-359- exit 1 ############################################## tnftp-20200705/buildaux/config.sub-475- amd64-*) tnftp-20200705/buildaux/config.sub:476: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-477- ;; ############################################## tnftp-20200705/buildaux/config.sub-517- blackfin-*) tnftp-20200705/buildaux/config.sub:518: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-519- os=-linux ############################################## tnftp-20200705/buildaux/config.sub-525- c54x-*) tnftp-20200705/buildaux/config.sub:526: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-527- ;; tnftp-20200705/buildaux/config.sub-528- c55x-*) tnftp-20200705/buildaux/config.sub:529: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-530- ;; tnftp-20200705/buildaux/config.sub-531- c6x-*) tnftp-20200705/buildaux/config.sub:532: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-533- ;; ############################################## tnftp-20200705/buildaux/config.sub-728- i*86v32) tnftp-20200705/buildaux/config.sub:729: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` tnftp-20200705/buildaux/config.sub-730- os=-sysv32 ############################################## tnftp-20200705/buildaux/config.sub-732- i*86v4*) tnftp-20200705/buildaux/config.sub:733: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` tnftp-20200705/buildaux/config.sub-734- os=-sysv4 ############################################## tnftp-20200705/buildaux/config.sub-736- i*86v) tnftp-20200705/buildaux/config.sub:737: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` tnftp-20200705/buildaux/config.sub-738- os=-sysv ############################################## tnftp-20200705/buildaux/config.sub-740- i*86sol2) tnftp-20200705/buildaux/config.sub:741: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` tnftp-20200705/buildaux/config.sub-742- os=-solaris2 ############################################## tnftp-20200705/buildaux/config.sub-770- m68knommu-*) tnftp-20200705/buildaux/config.sub:771: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-772- os=-linux ############################################## tnftp-20200705/buildaux/config.sub-803- mips3*-*) tnftp-20200705/buildaux/config.sub:804: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` tnftp-20200705/buildaux/config.sub-805- ;; tnftp-20200705/buildaux/config.sub-806- mips3*) tnftp-20200705/buildaux/config.sub:807: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown tnftp-20200705/buildaux/config.sub-808- ;; ############################################## tnftp-20200705/buildaux/config.sub-821- ms1-*) tnftp-20200705/buildaux/config.sub:822: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` tnftp-20200705/buildaux/config.sub-823- ;; ############################################## tnftp-20200705/buildaux/config.sub-940- parisc-*) tnftp-20200705/buildaux/config.sub:941: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-942- os=-linux ############################################## tnftp-20200705/buildaux/config.sub-956- pc98-*) tnftp-20200705/buildaux/config.sub:957: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-958- ;; ############################################## tnftp-20200705/buildaux/config.sub-971- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) tnftp-20200705/buildaux/config.sub:972: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-973- ;; tnftp-20200705/buildaux/config.sub-974- pentiumpro-* | p6-* | 6x86-* | athlon-*) tnftp-20200705/buildaux/config.sub:975: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-976- ;; tnftp-20200705/buildaux/config.sub-977- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) tnftp-20200705/buildaux/config.sub:978: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-979- ;; tnftp-20200705/buildaux/config.sub-980- pentium4-*) tnftp-20200705/buildaux/config.sub:981: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-982- ;; ############################################## tnftp-20200705/buildaux/config.sub-990- ppc-* | ppcbe-*) tnftp-20200705/buildaux/config.sub:991: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-992- ;; ############################################## tnftp-20200705/buildaux/config.sub-996- ppcle-* | powerpclittle-*) tnftp-20200705/buildaux/config.sub:997: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-998- ;; ############################################## tnftp-20200705/buildaux/config.sub-1000- ;; tnftp-20200705/buildaux/config.sub:1001: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-1002- ;; ############################################## tnftp-20200705/buildaux/config.sub-1006- ppc64le-* | powerpc64little-*) tnftp-20200705/buildaux/config.sub:1007: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-1008- ;; ############################################## tnftp-20200705/buildaux/config.sub-1085- strongarm-* | thumb-*) tnftp-20200705/buildaux/config.sub:1086: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` tnftp-20200705/buildaux/config.sub-1087- ;; ############################################## tnftp-20200705/buildaux/config.sub-1215- xscale-* | xscalee[bl]-*) tnftp-20200705/buildaux/config.sub:1216: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` tnftp-20200705/buildaux/config.sub-1217- ;; ############################################## tnftp-20200705/buildaux/config.sub-1292- *) tnftp-20200705/buildaux/config.sub:1293: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 tnftp-20200705/buildaux/config.sub-1294- exit 1 ############################################## tnftp-20200705/buildaux/config.sub-1300- *-digital*) tnftp-20200705/buildaux/config.sub:1301: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` tnftp-20200705/buildaux/config.sub-1302- ;; tnftp-20200705/buildaux/config.sub-1303- *-commodore*) tnftp-20200705/buildaux/config.sub:1304: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` tnftp-20200705/buildaux/config.sub-1305- ;; ############################################## tnftp-20200705/buildaux/config.sub-1321- -solaris1 | -solaris1.*) tnftp-20200705/buildaux/config.sub:1322: os=`echo $os | sed -e 's|solaris1|sunos4|'` tnftp-20200705/buildaux/config.sub-1323- ;; ############################################## tnftp-20200705/buildaux/config.sub-1333- -gnu/linux*) tnftp-20200705/buildaux/config.sub:1334: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` tnftp-20200705/buildaux/config.sub-1335- ;; ############################################## tnftp-20200705/buildaux/config.sub-1379- -nto*) tnftp-20200705/buildaux/config.sub:1380: os=`echo $os | sed -e 's|nto|nto-qnx|'` tnftp-20200705/buildaux/config.sub-1381- ;; ############################################## tnftp-20200705/buildaux/config.sub-1386- -mac*) tnftp-20200705/buildaux/config.sub:1387: os=`echo $os | sed -e 's|mac|macos|'` tnftp-20200705/buildaux/config.sub-1388- ;; ############################################## tnftp-20200705/buildaux/config.sub-1392- -linux*) tnftp-20200705/buildaux/config.sub:1393: os=`echo $os | sed -e 's|linux|linux-gnu|'` tnftp-20200705/buildaux/config.sub-1394- ;; tnftp-20200705/buildaux/config.sub-1395- -sunos5*) tnftp-20200705/buildaux/config.sub:1396: os=`echo $os | sed -e 's|sunos5|solaris2|'` tnftp-20200705/buildaux/config.sub-1397- ;; tnftp-20200705/buildaux/config.sub-1398- -sunos6*) tnftp-20200705/buildaux/config.sub:1399: os=`echo $os | sed -e 's|sunos6|solaris3|'` tnftp-20200705/buildaux/config.sub-1400- ;; ############################################## tnftp-20200705/buildaux/config.sub-1447- -sinix5.*) tnftp-20200705/buildaux/config.sub:1448: os=`echo $os | sed -e 's|sinix|sysv|'` tnftp-20200705/buildaux/config.sub-1449- ;; ############################################## tnftp-20200705/buildaux/config.sub-1503- # Get rid of the `-' at the beginning of $os. tnftp-20200705/buildaux/config.sub:1504: os=`echo $os | sed 's/[^-]*-//'` tnftp-20200705/buildaux/config.sub:1505: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 tnftp-20200705/buildaux/config.sub-1506- exit 1 ############################################## tnftp-20200705/buildaux/config.sub-1760- esac tnftp-20200705/buildaux/config.sub:1761: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` tnftp-20200705/buildaux/config.sub-1762- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-125-done tnftp-20200705/buildaux/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` tnftp-20200705/buildaux/libtool.m4-127-]) ############################################## tnftp-20200705/buildaux/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE], tnftp-20200705/buildaux/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) tnftp-20200705/buildaux/libtool.m4-429- ############################################## tnftp-20200705/buildaux/libtool.m4-437-# tnftp-20200705/buildaux/libtool.m4:438:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' tnftp-20200705/buildaux/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## tnftp-20200705/buildaux/libtool.m4-547-]], lt_decl_quote_varnames); do tnftp-20200705/buildaux/libtool.m4:548: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in tnftp-20200705/buildaux/libtool.m4-549- *[[\\\\\\\`\\"\\\$]]*) tnftp-20200705/buildaux/libtool.m4:550: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" tnftp-20200705/buildaux/libtool.m4-551- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-560-]], lt_decl_dquote_varnames); do tnftp-20200705/buildaux/libtool.m4:561: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in tnftp-20200705/buildaux/libtool.m4-562- *[[\\\\\\\`\\"\\\$]]*) tnftp-20200705/buildaux/libtool.m4:563: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" tnftp-20200705/buildaux/libtool.m4-564- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-720- tnftp-20200705/buildaux/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. tnftp-20200705/buildaux/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## tnftp-20200705/buildaux/libtool.m4-1090- if test "$lt_cv_ld_force_load" = "yes"; then tnftp-20200705/buildaux/libtool.m4:1091: _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' tnftp-20200705/buildaux/libtool.m4-1092- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], ############################################## tnftp-20200705/buildaux/libtool.m4-1143- }]' tnftp-20200705/buildaux/libtool.m4:1144: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` tnftp-20200705/buildaux/libtool.m4-1145- # Check for a 64-bit object if we didn't find anything. tnftp-20200705/buildaux/libtool.m4-1146- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then tnftp-20200705/buildaux/libtool.m4:1147: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` tnftp-20200705/buildaux/libtool.m4-1148- fi],[]) ############################################## tnftp-20200705/buildaux/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ tnftp-20200705/buildaux/libtool.m4:1180: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then tnftp-20200705/buildaux/libtool.m4-1181- ECHO='print -r --' tnftp-20200705/buildaux/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then tnftp-20200705/buildaux/libtool.m4-1183- ECHO='printf %s\n' ############################################## tnftp-20200705/buildaux/libtool.m4-1214- PATH=/empty FPATH=/empty; export PATH FPATH tnftp-20200705/buildaux/libtool.m4:1215: test "X`printf %s $ECHO`" = "X$ECHO" \ tnftp-20200705/buildaux/libtool.m4:1216: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) tnftp-20200705/buildaux/libtool.m4-1217- ############################################## tnftp-20200705/buildaux/libtool.m4-1237- if test "$GCC" = yes; then tnftp-20200705/buildaux/libtool.m4:1238: lt_sysroot=`$CC --print-sysroot 2>/dev/null` tnftp-20200705/buildaux/libtool.m4-1239- fi ############################################## tnftp-20200705/buildaux/libtool.m4-1241- /*) tnftp-20200705/buildaux/libtool.m4:1242: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` tnftp-20200705/buildaux/libtool.m4-1243- ;; #( ############################################## tnftp-20200705/buildaux/libtool.m4-1270- if AC_TRY_EVAL(ac_compile); then tnftp-20200705/buildaux/libtool.m4:1271: case `/usr/bin/file conftest.$ac_objext` in tnftp-20200705/buildaux/libtool.m4-1272- *ELF-32*) ############################################## tnftp-20200705/buildaux/libtool.m4-1286- if test "$lt_cv_prog_gnu_ld" = yes; then tnftp-20200705/buildaux/libtool.m4:1287: case `/usr/bin/file conftest.$ac_objext` in tnftp-20200705/buildaux/libtool.m4-1288- *32-bit*) ############################################## tnftp-20200705/buildaux/libtool.m4-1298- else tnftp-20200705/buildaux/libtool.m4:1299: case `/usr/bin/file conftest.$ac_objext` in tnftp-20200705/buildaux/libtool.m4-1300- *32-bit*) ############################################## tnftp-20200705/buildaux/libtool.m4-1650- # And add a safety zone tnftp-20200705/buildaux/libtool.m4:1651: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` tnftp-20200705/buildaux/libtool.m4:1652: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` tnftp-20200705/buildaux/libtool.m4-1653- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-1683- if test -n "$kargmax"; then tnftp-20200705/buildaux/libtool.m4:1684: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` tnftp-20200705/buildaux/libtool.m4-1685- else ############################################## tnftp-20200705/buildaux/libtool.m4-1691- if test -n "$lt_cv_sys_max_cmd_len"; then tnftp-20200705/buildaux/libtool.m4:1692: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` tnftp-20200705/buildaux/libtool.m4:1693: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` tnftp-20200705/buildaux/libtool.m4-1694- else ############################################## tnftp-20200705/buildaux/libtool.m4-1703- # we can't tell. tnftp-20200705/buildaux/libtool.m4:1704: while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ tnftp-20200705/buildaux/libtool.m4-1705- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## tnftp-20200705/buildaux/libtool.m4-1707- do tnftp-20200705/buildaux/libtool.m4:1708: i=`expr $i + 1` tnftp-20200705/buildaux/libtool.m4-1709- teststring=$teststring$teststring ############################################## tnftp-20200705/buildaux/libtool.m4-1711- # Only check the string length outside the loop. tnftp-20200705/buildaux/libtool.m4:1712: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` tnftp-20200705/buildaux/libtool.m4-1713- teststring= ############################################## tnftp-20200705/buildaux/libtool.m4-1716- # linker. It appears as though 1/2 is a usable value. tnftp-20200705/buildaux/libtool.m4:1717: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` tnftp-20200705/buildaux/libtool.m4-1718- fi ############################################## tnftp-20200705/buildaux/libtool.m4-2041- if test "$hard_links" = no; then tnftp-20200705/buildaux/libtool.m4:2042: AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) tnftp-20200705/buildaux/libtool.m4-2043- need_locks=warn ############################################## tnftp-20200705/buildaux/libtool.m4-2172- esac tnftp-20200705/buildaux/libtool.m4:2173: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` tnftp-20200705/buildaux/libtool.m4-2174- case $lt_search_path_spec in ############################################## tnftp-20200705/buildaux/libtool.m4-2179- # okay in the real world where ";" in dirpaths is itself problematic. tnftp-20200705/buildaux/libtool.m4:2180: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` tnftp-20200705/buildaux/libtool.m4-2181- ;; tnftp-20200705/buildaux/libtool.m4-2182- *) tnftp-20200705/buildaux/libtool.m4:2183: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` tnftp-20200705/buildaux/libtool.m4-2184- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-2188- lt_tmp_lt_search_path_spec= tnftp-20200705/buildaux/libtool.m4:2189: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` tnftp-20200705/buildaux/libtool.m4-2190- for lt_sys_path in $lt_search_path_spec; do ############################################## tnftp-20200705/buildaux/libtool.m4-2223- esac tnftp-20200705/buildaux/libtool.m4:2224: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` tnftp-20200705/buildaux/libtool.m4-2225-else ############################################## tnftp-20200705/buildaux/libtool.m4-2311- # Create ${libname}_ixlibrary.a entries in /sys/libs. tnftp-20200705/buildaux/libtool.m4:2312: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' tnftp-20200705/buildaux/libtool.m4-2313- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-2347- # DLL is installed to $(libdir)/../bin by postinstall_cmds tnftp-20200705/buildaux/libtool.m4:2348: postinstall_cmds='base_file=`basename \${file}`~ tnftp-20200705/buildaux/libtool.m4:2349: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ tnftp-20200705/buildaux/libtool.m4:2350: dldir=$destdir/`dirname \$dlpath`~ tnftp-20200705/buildaux/libtool.m4-2351- test -d \$dldir || mkdir -p \$dldir~ ############################################## tnftp-20200705/buildaux/libtool.m4-2356- fi' tnftp-20200705/buildaux/libtool.m4:2357: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ tnftp-20200705/buildaux/libtool.m4-2358- dlpath=$dir/\$dldll~ ############################################## tnftp-20200705/buildaux/libtool.m4-2364- # Cygwin DLLs use 'cyg' prefix rather than 'lib' tnftp-20200705/buildaux/libtool.m4:2365: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' tnftp-20200705/buildaux/libtool.m4-2366-m4_if([$1], [],[ ############################################## tnftp-20200705/buildaux/libtool.m4-2370- # MinGW DLLs use traditional 'lib' prefix tnftp-20200705/buildaux/libtool.m4:2371: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' tnftp-20200705/buildaux/libtool.m4-2372- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-2374- # pw32 DLLs use 'pw' prefix rather than 'lib' tnftp-20200705/buildaux/libtool.m4:2375: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' tnftp-20200705/buildaux/libtool.m4-2376- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-2383- libname_spec='$name' tnftp-20200705/buildaux/libtool.m4:2384: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' tnftp-20200705/buildaux/libtool.m4-2385- library_names_spec='${libname}.dll.lib' ############################################## tnftp-20200705/buildaux/libtool.m4-2395- # Let DOS variable expansion print the short 8.3 style file name. tnftp-20200705/buildaux/libtool.m4:2396: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` tnftp-20200705/buildaux/libtool.m4-2397- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## tnftp-20200705/buildaux/libtool.m4-2400- # Convert to MSYS style. tnftp-20200705/buildaux/libtool.m4:2401: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` tnftp-20200705/buildaux/libtool.m4-2402- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-2406- # like /cygdrive/c/PROGRA~1:/cygdr... tnftp-20200705/buildaux/libtool.m4:2407: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` tnftp-20200705/buildaux/libtool.m4:2408: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` tnftp-20200705/buildaux/libtool.m4:2409: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` tnftp-20200705/buildaux/libtool.m4-2410- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-2414- # It is most probably a Windows format PATH. tnftp-20200705/buildaux/libtool.m4:2415: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` tnftp-20200705/buildaux/libtool.m4-2416- else tnftp-20200705/buildaux/libtool.m4:2417: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` tnftp-20200705/buildaux/libtool.m4-2418- fi ############################################## tnftp-20200705/buildaux/libtool.m4-2424- # DLL is installed to $(libdir)/../bin by postinstall_cmds tnftp-20200705/buildaux/libtool.m4:2425: postinstall_cmds='base_file=`basename \${file}`~ tnftp-20200705/buildaux/libtool.m4:2426: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ tnftp-20200705/buildaux/libtool.m4:2427: dldir=$destdir/`dirname \$dlpath`~ tnftp-20200705/buildaux/libtool.m4-2428- test -d \$dldir || mkdir -p \$dldir~ tnftp-20200705/buildaux/libtool.m4-2429- $install_prog $dir/$dlname \$dldir/$dlname' tnftp-20200705/buildaux/libtool.m4:2430: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ tnftp-20200705/buildaux/libtool.m4-2431- dlpath=$dir/\$dldll~ ############################################## tnftp-20200705/buildaux/libtool.m4-2438- # Assume MSVC wrapper tnftp-20200705/buildaux/libtool.m4:2439: library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' tnftp-20200705/buildaux/libtool.m4-2440- dynamic_linker='Win32 ld.exe' ############################################## tnftp-20200705/buildaux/libtool.m4-2455- shlibpath_var=DYLD_LIBRARY_PATH tnftp-20200705/buildaux/libtool.m4:2456: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' tnftp-20200705/buildaux/libtool.m4-2457-m4_if([$1], [],[ ############################################## tnftp-20200705/buildaux/libtool.m4-2673- if test -f /etc/ld.so.conf; then tnftp-20200705/buildaux/libtool.m4:2674: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` tnftp-20200705/buildaux/libtool.m4-2675- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## tnftp-20200705/buildaux/libtool.m4-2735- shlibpath_var=LD_LIBRARY_PATH tnftp-20200705/buildaux/libtool.m4:2736: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then tnftp-20200705/buildaux/libtool.m4-2737- case $host_os in ############################################## tnftp-20200705/buildaux/libtool.m4-2952- "file_magic "*) tnftp-20200705/buildaux/libtool.m4:2953: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` tnftp-20200705/buildaux/libtool.m4-2954- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## tnftp-20200705/buildaux/libtool.m4-3035- # gcc leaves a trailing carriage return which upsets mingw tnftp-20200705/buildaux/libtool.m4:3036: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; tnftp-20200705/buildaux/libtool.m4-3037- *) tnftp-20200705/buildaux/libtool.m4:3038: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; tnftp-20200705/buildaux/libtool.m4-3039- esac ############################################## tnftp-20200705/buildaux/libtool.m4-3044- # Canonicalize the pathname of ld tnftp-20200705/buildaux/libtool.m4:3045: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` tnftp-20200705/buildaux/libtool.m4-3046- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do tnftp-20200705/buildaux/libtool.m4:3047: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` tnftp-20200705/buildaux/libtool.m4-3048- done ############################################## tnftp-20200705/buildaux/libtool.m4-3075- # Break only if it was the GNU/non-GNU ld that we prefer. tnftp-20200705/buildaux/libtool.m4:3076: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in tnftp-20200705/buildaux/libtool.m4-3077- *GNU* | *'with BFD'*) ############################################## tnftp-20200705/buildaux/libtool.m4-3115-[# I'd rather use --version here, but apparently some GNU lds only accept -v. tnftp-20200705/buildaux/libtool.m4:3116:case `$LD -v 2>&1 </dev/null` in tnftp-20200705/buildaux/libtool.m4-3117-*GNU* | *'with BFD'*) ############################################## tnftp-20200705/buildaux/libtool.m4-3310-openbsd*) tnftp-20200705/buildaux/libtool.m4:3311: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then tnftp-20200705/buildaux/libtool.m4-3312- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## tnftp-20200705/buildaux/libtool.m4-3374- else tnftp-20200705/buildaux/libtool.m4:3375: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` tnftp-20200705/buildaux/libtool.m4-3376- fi ############################################## tnftp-20200705/buildaux/libtool.m4-3420- # Tru64's nm complains that /dev/null is an invalid object file tnftp-20200705/buildaux/libtool.m4:3421: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in tnftp-20200705/buildaux/libtool.m4-3422- */dev/null* | *'Invalid file or object type'*) ############################################## tnftp-20200705/buildaux/libtool.m4-3426- *) tnftp-20200705/buildaux/libtool.m4:3427: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in tnftp-20200705/buildaux/libtool.m4-3428- */dev/null*) ############################################## tnftp-20200705/buildaux/libtool.m4-3452- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) tnftp-20200705/buildaux/libtool.m4:3453: case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in tnftp-20200705/buildaux/libtool.m4-3454- *COFF*) ############################################## tnftp-20200705/buildaux/libtool.m4-3511- # decide which to use based on capabilities of $DLLTOOL tnftp-20200705/buildaux/libtool.m4:3512: case `$DLLTOOL --help 2>&1` in tnftp-20200705/buildaux/libtool.m4-3513- *--identify-strict*) ############################################## tnftp-20200705/buildaux/libtool.m4-3670-# If we're using GNU nm, then use its standard symbol codes. tnftp-20200705/buildaux/libtool.m4:3671:case `$NM -V 2>&1` in tnftp-20200705/buildaux/libtool.m4-3672-*GNU* | *'with BFD'*) ############################################## tnftp-20200705/buildaux/libtool.m4-3688-mingw*) tnftp-20200705/buildaux/libtool.m4:3689: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp tnftp-20200705/buildaux/libtool.m4-3690- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-3741- nlist=conftest.nm tnftp-20200705/buildaux/libtool.m4:3742: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then tnftp-20200705/buildaux/libtool.m4-3743- # Try sorting and uniquifying the output. ############################################## tnftp-20200705/buildaux/libtool.m4-4079- *) tnftp-20200705/buildaux/libtool.m4:4080: case `$CC -V 2>&1 | sed 5q` in tnftp-20200705/buildaux/libtool.m4-4081- *Sun\ C*) ############################################## tnftp-20200705/buildaux/libtool.m4-4384- *) tnftp-20200705/buildaux/libtool.m4:4385: case `$CC -V 2>&1 | sed 5q` in tnftp-20200705/buildaux/libtool.m4-4386- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) ############################################## tnftp-20200705/buildaux/libtool.m4-4656- # shared libraries, regardless of the interface used. tnftp-20200705/buildaux/libtool.m4:4657: case `$LD -v 2>&1` in tnftp-20200705/buildaux/libtool.m4-4658- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## tnftp-20200705/buildaux/libtool.m4-4688- supports_anon_versioning=no tnftp-20200705/buildaux/libtool.m4:4689: case `$LD -v 2>&1` in tnftp-20200705/buildaux/libtool.m4-4690- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## tnftp-20200705/buildaux/libtool.m4-4757- # is EXPORTS), use it as is; otherwise, prepend... tnftp-20200705/buildaux/libtool.m4:4758: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then tnftp-20200705/buildaux/libtool.m4-4759- cp $export_symbols $output_objdir/$soname.def; ############################################## tnftp-20200705/buildaux/libtool.m4-4785- # time. Moving up from 0x10000000 also allows more sbrk(2) space. tnftp-20200705/buildaux/libtool.m4:4786: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' tnftp-20200705/buildaux/libtool.m4:4787: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' tnftp-20200705/buildaux/libtool.m4-4788- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-4803- pgcc*) # Portland Group C compiler tnftp-20200705/buildaux/libtool.m4:4804: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tnftp-20200705/buildaux/libtool.m4-4805- tmp_addflag=' $pic_flag' ############################################## tnftp-20200705/buildaux/libtool.m4-4808- # Portland Group f77 and f90 compilers tnftp-20200705/buildaux/libtool.m4:4809: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tnftp-20200705/buildaux/libtool.m4-4810- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## tnftp-20200705/buildaux/libtool.m4-4823- nvcc*) # Cuda Compiler Driver 2.2 tnftp-20200705/buildaux/libtool.m4:4824: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tnftp-20200705/buildaux/libtool.m4-4825- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## tnftp-20200705/buildaux/libtool.m4-4827- esac tnftp-20200705/buildaux/libtool.m4:4828: case `$CC -V 2>&1 | sed 5q` in tnftp-20200705/buildaux/libtool.m4-4829- *Sun\ C*) # Sun C 5.9 tnftp-20200705/buildaux/libtool.m4:4830: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tnftp-20200705/buildaux/libtool.m4-4831- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## tnftp-20200705/buildaux/libtool.m4-4895- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) tnftp-20200705/buildaux/libtool.m4:4896: case `$LD -v 2>&1` in tnftp-20200705/buildaux/libtool.m4-4897- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## tnftp-20200705/buildaux/libtool.m4-5018- # below for broken collect2 doesn't work under 4.3+ tnftp-20200705/buildaux/libtool.m4:5019: collect2name=`${CC} -print-prog-name=collect2` tnftp-20200705/buildaux/libtool.m4-5020- if test -f "$collect2name" && ############################################## tnftp-20200705/buildaux/libtool.m4-5067- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" tnftp-20200705/buildaux/libtool.m4:5068: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" tnftp-20200705/buildaux/libtool.m4-5069- else ############################################## tnftp-20200705/buildaux/libtool.m4-5133- _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' tnftp-20200705/buildaux/libtool.m4:5134: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then tnftp-20200705/buildaux/libtool.m4-5135- sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## tnftp-20200705/buildaux/libtool.m4-5170- # FIXME: Setting linknames here is a bad hack. tnftp-20200705/buildaux/libtool.m4:5171: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' tnftp-20200705/buildaux/libtool.m4-5172- # The linker will automatically build a .lib file if we build a DLL. ############################################## tnftp-20200705/buildaux/libtool.m4-5308- if test "$GCC" = yes; then tnftp-20200705/buildaux/libtool.m4:5309: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' tnftp-20200705/buildaux/libtool.m4-5310- # Try to use the -exported_symbol ld option, if it does not ############################################## tnftp-20200705/buildaux/libtool.m4-5331- if test "$lt_cv_irix_exported_symbol" = yes; then tnftp-20200705/buildaux/libtool.m4:5332: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' tnftp-20200705/buildaux/libtool.m4-5333- fi tnftp-20200705/buildaux/libtool.m4-5334- else tnftp-20200705/buildaux/libtool.m4:5335: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' tnftp-20200705/buildaux/libtool.m4:5336: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' tnftp-20200705/buildaux/libtool.m4-5337- fi ############################################## tnftp-20200705/buildaux/libtool.m4-5371- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes tnftp-20200705/buildaux/libtool.m4:5372: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then tnftp-20200705/buildaux/libtool.m4-5373- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## tnftp-20200705/buildaux/libtool.m4-5404- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' tnftp-20200705/buildaux/libtool.m4:5405: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' tnftp-20200705/buildaux/libtool.m4-5406- else tnftp-20200705/buildaux/libtool.m4-5407- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' tnftp-20200705/buildaux/libtool.m4:5408: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' tnftp-20200705/buildaux/libtool.m4-5409- fi ############################################## tnftp-20200705/buildaux/libtool.m4-5417- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' tnftp-20200705/buildaux/libtool.m4:5418: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' tnftp-20200705/buildaux/libtool.m4-5419- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## tnftp-20200705/buildaux/libtool.m4-5421- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' tnftp-20200705/buildaux/libtool.m4:5422: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' tnftp-20200705/buildaux/libtool.m4:5423: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ tnftp-20200705/buildaux/libtool.m4:5424: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' tnftp-20200705/buildaux/libtool.m4-5425- ############################################## tnftp-20200705/buildaux/libtool.m4-5440- else tnftp-20200705/buildaux/libtool.m4:5441: case `$CC -V 2>&1` in tnftp-20200705/buildaux/libtool.m4-5442- *"Compilers 5.0"*) ############################################## tnftp-20200705/buildaux/libtool.m4-5633- _LT_TAGVAR(allow_undefined_flag, $1)= tnftp-20200705/buildaux/libtool.m4:5634: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) tnftp-20200705/buildaux/libtool.m4-5635- then ############################################## tnftp-20200705/buildaux/libtool.m4-5933- # ancient GNU ld didn't support --whole-archive et. al. tnftp-20200705/buildaux/libtool.m4:5934: if eval "`$CC -print-prog-name=ld` --help 2>&1" | tnftp-20200705/buildaux/libtool.m4-5935- $GREP 'no-whole-archive' > /dev/null; then ############################################## tnftp-20200705/buildaux/libtool.m4-6016- # below for broken collect2 doesn't work under 4.3+ tnftp-20200705/buildaux/libtool.m4:6017: collect2name=`${CC} -print-prog-name=collect2` tnftp-20200705/buildaux/libtool.m4-6018- if test -f "$collect2name" && ############################################## tnftp-20200705/buildaux/libtool.m4-6066- tnftp-20200705/buildaux/libtool.m4:6067: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" tnftp-20200705/buildaux/libtool.m4-6068- else ############################################## tnftp-20200705/buildaux/libtool.m4-6132- _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' tnftp-20200705/buildaux/libtool.m4:6133: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then tnftp-20200705/buildaux/libtool.m4-6134- $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## tnftp-20200705/buildaux/libtool.m4-6173- # is EXPORTS), use it as is; otherwise, prepend... tnftp-20200705/buildaux/libtool.m4:6174: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then tnftp-20200705/buildaux/libtool.m4-6175- cp $export_symbols $output_objdir/$soname.def; ############################################## tnftp-20200705/buildaux/libtool.m4-6256- # dependencies. tnftp-20200705/buildaux/libtool.m4:6257: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' tnftp-20200705/buildaux/libtool.m4-6258- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-6321- # dependencies. tnftp-20200705/buildaux/libtool.m4:6322: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' tnftp-20200705/buildaux/libtool.m4-6323- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-6357- # time. Moving up from 0x10000000 also allows more sbrk(2) space. tnftp-20200705/buildaux/libtool.m4:6358: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' tnftp-20200705/buildaux/libtool.m4:6359: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' tnftp-20200705/buildaux/libtool.m4-6360- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-6364- # SGI C++ tnftp-20200705/buildaux/libtool.m4:6365: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' tnftp-20200705/buildaux/libtool.m4-6366- ############################################## tnftp-20200705/buildaux/libtool.m4-6375- if test "$with_gnu_ld" = no; then tnftp-20200705/buildaux/libtool.m4:6376: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' tnftp-20200705/buildaux/libtool.m4-6377- else tnftp-20200705/buildaux/libtool.m4:6378: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' tnftp-20200705/buildaux/libtool.m4-6379- fi ############################################## tnftp-20200705/buildaux/libtool.m4-6396- # to its proper name (with version) after linking. tnftp-20200705/buildaux/libtool.m4:6397: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' tnftp-20200705/buildaux/libtool.m4:6398: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' tnftp-20200705/buildaux/libtool.m4-6399- # Commands to make compiler produce verbose output that lists ############################################## tnftp-20200705/buildaux/libtool.m4-6406- # dependencies. tnftp-20200705/buildaux/libtool.m4:6407: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' tnftp-20200705/buildaux/libtool.m4-6408- ############################################## tnftp-20200705/buildaux/libtool.m4-6421- # earlier do not add the objects themselves. tnftp-20200705/buildaux/libtool.m4:6422: case `$CC -V 2>&1` in tnftp-20200705/buildaux/libtool.m4-6423- *"Version 7."*) ############################################## tnftp-20200705/buildaux/libtool.m4-6442- # Portland Group C++ compiler tnftp-20200705/buildaux/libtool.m4:6443: case `$CC -V` in tnftp-20200705/buildaux/libtool.m4-6444- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## tnftp-20200705/buildaux/libtool.m4-6447- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ tnftp-20200705/buildaux/libtool.m4:6448: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' tnftp-20200705/buildaux/libtool.m4-6449- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## tnftp-20200705/buildaux/libtool.m4-6451- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ tnftp-20200705/buildaux/libtool.m4:6452: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ tnftp-20200705/buildaux/libtool.m4-6453- $RANLIB $oldlib' ############################################## tnftp-20200705/buildaux/libtool.m4-6456- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ tnftp-20200705/buildaux/libtool.m4:6457: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' tnftp-20200705/buildaux/libtool.m4-6458- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## tnftp-20200705/buildaux/libtool.m4-6460- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ tnftp-20200705/buildaux/libtool.m4:6461: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' tnftp-20200705/buildaux/libtool.m4-6462- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-6470- _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' tnftp-20200705/buildaux/libtool.m4:6471: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tnftp-20200705/buildaux/libtool.m4-6472- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-6489- # dependencies. tnftp-20200705/buildaux/libtool.m4:6490: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' tnftp-20200705/buildaux/libtool.m4-6491- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-6504- *) tnftp-20200705/buildaux/libtool.m4:6505: case `$CC -V 2>&1 | sed 5q` in tnftp-20200705/buildaux/libtool.m4-6506- *Sun\ C*) ############################################## tnftp-20200705/buildaux/libtool.m4-6511- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' tnftp-20200705/buildaux/libtool.m4:6512: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tnftp-20200705/buildaux/libtool.m4-6513- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## tnftp-20200705/buildaux/libtool.m4-6581- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' tnftp-20200705/buildaux/libtool.m4:6582: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then tnftp-20200705/buildaux/libtool.m4-6583- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' ############################################## tnftp-20200705/buildaux/libtool.m4-6600- # to its proper name (with version) after linking. tnftp-20200705/buildaux/libtool.m4:6601: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' tnftp-20200705/buildaux/libtool.m4-6602- ############################################## tnftp-20200705/buildaux/libtool.m4-6621- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' tnftp-20200705/buildaux/libtool.m4:6622: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' tnftp-20200705/buildaux/libtool.m4-6623- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## tnftp-20200705/buildaux/libtool.m4-6626- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' tnftp-20200705/buildaux/libtool.m4:6627: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' tnftp-20200705/buildaux/libtool.m4:6628: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ tnftp-20200705/buildaux/libtool.m4-6629- echo "-hidden">> $lib.exp~ tnftp-20200705/buildaux/libtool.m4:6630: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ tnftp-20200705/buildaux/libtool.m4-6631- $RM $lib.exp' ############################################## tnftp-20200705/buildaux/libtool.m4-6645- # dependencies. tnftp-20200705/buildaux/libtool.m4:6646: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' tnftp-20200705/buildaux/libtool.m4-6647- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-6652- osf3*) tnftp-20200705/buildaux/libtool.m4:6653: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' tnftp-20200705/buildaux/libtool.m4-6654- ;; tnftp-20200705/buildaux/libtool.m4-6655- *) tnftp-20200705/buildaux/libtool.m4:6656: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' tnftp-20200705/buildaux/libtool.m4-6657- ;; ############################################## tnftp-20200705/buildaux/libtool.m4-6905- case ${2} in tnftp-20200705/buildaux/libtool.m4:6906: .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; tnftp-20200705/buildaux/libtool.m4:6907: *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; tnftp-20200705/buildaux/libtool.m4-6908- esac ############################################## tnftp-20200705/buildaux/libtool.m4-6993- tnftp-20200705/buildaux/libtool.m4:6994: for p in `eval "$output_verbose_link_cmd"`; do tnftp-20200705/buildaux/libtool.m4-6995- case ${prev}${p} in ############################################## tnftp-20200705/buildaux/libtool.m4-7091-linux*) tnftp-20200705/buildaux/libtool.m4:7092: case `$CC -V 2>&1 | sed 5q` in tnftp-20200705/buildaux/libtool.m4-7093- *Sun\ C*) ############################################## tnftp-20200705/buildaux/libtool.m4-7142-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then tnftp-20200705/buildaux/libtool.m4:7143: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` tnftp-20200705/buildaux/libtool.m4-7144-fi ############################################## tnftp-20200705/buildaux/libtool.m4-7754- test $lt_ac_count -gt 10 && break tnftp-20200705/buildaux/libtool.m4:7755: lt_ac_count=`expr $lt_ac_count + 1` tnftp-20200705/buildaux/libtool.m4-7756- if test $lt_ac_count -gt $lt_ac_max; then ############################################## tnftp-20200705/buildaux/libtool.m4-7825-# ------------------------------------------------------ tnftp-20200705/buildaux/libtool.m4:7826:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and tnftp-20200705/buildaux/libtool.m4-7827-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. ############################################## tnftp-20200705/aclocal.m4-73-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to tnftp-20200705/aclocal.m4:74:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. tnftp-20200705/aclocal.m4-75-# ############################################## tnftp-20200705/aclocal.m4-97-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: tnftp-20200705/aclocal.m4:98:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` tnftp-20200705/aclocal.m4-99-# and then we would define $MISSING as ############################################## tnftp-20200705/aclocal.m4-113-# expand $ac_aux_dir to an absolute path tnftp-20200705/aclocal.m4:114:am_aux_dir=`cd $ac_aux_dir && pwd` tnftp-20200705/aclocal.m4-115-]) ############################################## tnftp-20200705/aclocal.m4-215- if test "$am_compiler_list" = ""; then tnftp-20200705/aclocal.m4:216: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` tnftp-20200705/aclocal.m4-217- fi ############################################## tnftp-20200705/aclocal.m4-364- # Strip MF so we end up with the name of the file. tnftp-20200705/aclocal.m4:365: mf=`echo "$mf" | sed -e 's/:.*$//'` tnftp-20200705/aclocal.m4-366- # Check whether this is an Automake generated Makefile or not. ############################################## tnftp-20200705/aclocal.m4-373- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then tnftp-20200705/aclocal.m4:374: dirpart=`AS_DIRNAME("$mf")` tnftp-20200705/aclocal.m4-375- else ############################################## tnftp-20200705/aclocal.m4-379- # from the Makefile without running `make'. tnftp-20200705/aclocal.m4:380: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` tnftp-20200705/aclocal.m4-381- test -z "$DEPDIR" && continue tnftp-20200705/aclocal.m4:382: am__include=`sed -n 's/^am__include = //p' < "$mf"` tnftp-20200705/aclocal.m4-383- test -z "am__include" && continue tnftp-20200705/aclocal.m4:384: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` tnftp-20200705/aclocal.m4-385- # When using ansi2knr, U may be empty or an underscore; expand it tnftp-20200705/aclocal.m4:386: U=`sed -n 's/^U = //p' < "$mf"` tnftp-20200705/aclocal.m4-387- # Find all dependency output files, they are included files with ############################################## tnftp-20200705/aclocal.m4-395- test -f "$dirpart/$file" && continue tnftp-20200705/aclocal.m4:396: fdir=`AS_DIRNAME(["$file"])` tnftp-20200705/aclocal.m4-397- AS_MKDIR_P([$dirpart/$fdir]) ############################################## tnftp-20200705/aclocal.m4-450-AC_REQUIRE([AC_PROG_INSTALL])dnl tnftp-20200705/aclocal.m4:451:if test "`cd $srcdir && pwd`" != "`pwd`"; then tnftp-20200705/aclocal.m4-452- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## tnftp-20200705/aclocal.m4-552- * ) tnftp-20200705/aclocal.m4:553: _am_stamp_count=`expr $_am_stamp_count + 1` ;; tnftp-20200705/aclocal.m4-554- esac tnftp-20200705/aclocal.m4-555-done tnftp-20200705/aclocal.m4:556:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) tnftp-20200705/aclocal.m4-557- ############################################## tnftp-20200705/aclocal.m4-670-# Ignore all kinds of additional output from `make'. tnftp-20200705/aclocal.m4:671:case `$am_make -s -f confmf 2> /dev/null` in #( tnftp-20200705/aclocal.m4-672-*the\ am__doit\ target*) ############################################## tnftp-20200705/aclocal.m4-680- echo '.include "confinc"' > confmf tnftp-20200705/aclocal.m4:681: case `$am_make -s -f confmf 2> /dev/null` in #( tnftp-20200705/aclocal.m4-682- *the\ am__doit\ target*) ############################################## tnftp-20200705/aclocal.m4-837-if ( tnftp-20200705/aclocal.m4:838: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` tnftp-20200705/aclocal.m4-839- if test "$[*]" = "X"; then tnftp-20200705/aclocal.m4-840- # -L didn't work. tnftp-20200705/aclocal.m4:841: set X `ls -t "$srcdir/configure" conftest.file` tnftp-20200705/aclocal.m4-842- fi ############################################## tnftp-20200705/aclocal.m4-905-if test $am_cv_make_support_nested_variables = yes; then tnftp-20200705/aclocal.m4:906: dnl Using `$V' instead of `$(V)' breaks IRIX make. tnftp-20200705/aclocal.m4-907- AM_V='$(V)' ############################################## tnftp-20200705/src/extern.h-146-__dead void intr(int); tnftp-20200705/src/extern.h:147:int isipv6addr(const char *); tnftp-20200705/src/extern.h-148-void list_vertical(StringList *); ############################################## tnftp-20200705/src/util.c-1285-int tnftp-20200705/src/util.c:1286:isipv6addr(const char *addr) tnftp-20200705/src/util.c-1287-{ ############################################## tnftp-20200705/src/fetch.c-499- thost[len] = '\0'; tnftp-20200705/src/fetch.c:500: if (! isipv6addr(thost)) { tnftp-20200705/src/fetch.c-501- warnx("Invalid IPv6 address `%s' in %s `%s'", ############################################## tnftp-20200705/src/fetch.c-683- tnftp-20200705/src/fetch.c:684: if (isipv6addr(ui->host) && strchr(ui->host, '%') != NULL) { tnftp-20200705/src/fetch.c-685- warnx("Scoped address notation `%s' disallowed via web proxy", ############################################## tnftp-20200705/src/fetch.c-723- h = ftp_strdup(ui->host); tnftp-20200705/src/fetch.c:724: if (isipv6addr(h) && (p = strchr(h, '%')) != NULL) tnftp-20200705/src/fetch.c-725- *p = '\0'; ############################################## tnftp-20200705/src/fetch.c-842- tnftp-20200705/src/fetch.c:843: if (isipv6addr(ui->host)) { tnftp-20200705/src/fetch.c-844- /* ############################################## tnftp-20200705/src/Makefile.in-139- esac tnftp-20200705/src/Makefile.in:140:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; tnftp-20200705/src/Makefile.in-141-am__vpath_adj = case $$p in \ tnftp-20200705/src/Makefile.in:142: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ tnftp-20200705/src/Makefile.in-143- *) f=$$p;; \ tnftp-20200705/src/Makefile.in-144- esac; tnftp-20200705/src/Makefile.in:145:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; tnftp-20200705/src/Makefile.in-146-am__install_max = 40 tnftp-20200705/src/Makefile.in-147-am__nobase_strip_setup = \ tnftp-20200705/src/Makefile.in:148: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` tnftp-20200705/src/Makefile.in-149-am__nobase_strip = \ ############################################## tnftp-20200705/src/Makefile.in-390- test -n "$(EXEEXT)" || exit 0; \ tnftp-20200705/src/Makefile.in:391: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ tnftp-20200705/src/Makefile.in-392- echo " rm -f" $$list; \ ############################################## tnftp-20200705/src/Makefile.in-423-.c.obj: tnftp-20200705/src/Makefile.in:424:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` tnftp-20200705/src/Makefile.in-425-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## tnftp-20200705/src/Makefile.in-427-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:428:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` tnftp-20200705/src/Makefile.in-429- ############################################## tnftp-20200705/src/Makefile.in-437-tnftp-cmds.o: cmds.c tnftp-20200705/src/Makefile.in:438:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-cmds.o -MD -MP -MF $(DEPDIR)/tnftp-cmds.Tpo -c -o tnftp-cmds.o `test -f 'cmds.c' || echo '$(srcdir)/'`cmds.c tnftp-20200705/src/Makefile.in-439-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-cmds.Tpo $(DEPDIR)/tnftp-cmds.Po ############################################## tnftp-20200705/src/Makefile.in-441-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:442:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-cmds.o `test -f 'cmds.c' || echo '$(srcdir)/'`cmds.c tnftp-20200705/src/Makefile.in-443- tnftp-20200705/src/Makefile.in-444-tnftp-cmds.obj: cmds.c tnftp-20200705/src/Makefile.in:445:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-cmds.obj -MD -MP -MF $(DEPDIR)/tnftp-cmds.Tpo -c -o tnftp-cmds.obj `if test -f 'cmds.c'; then $(CYGPATH_W) 'cmds.c'; else $(CYGPATH_W) '$(srcdir)/cmds.c'; fi` tnftp-20200705/src/Makefile.in-446-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-cmds.Tpo $(DEPDIR)/tnftp-cmds.Po ############################################## tnftp-20200705/src/Makefile.in-448-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:449:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-cmds.obj `if test -f 'cmds.c'; then $(CYGPATH_W) 'cmds.c'; else $(CYGPATH_W) '$(srcdir)/cmds.c'; fi` tnftp-20200705/src/Makefile.in-450- tnftp-20200705/src/Makefile.in-451-tnftp-cmdtab.o: cmdtab.c tnftp-20200705/src/Makefile.in:452:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-cmdtab.o -MD -MP -MF $(DEPDIR)/tnftp-cmdtab.Tpo -c -o tnftp-cmdtab.o `test -f 'cmdtab.c' || echo '$(srcdir)/'`cmdtab.c tnftp-20200705/src/Makefile.in-453-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-cmdtab.Tpo $(DEPDIR)/tnftp-cmdtab.Po ############################################## tnftp-20200705/src/Makefile.in-455-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:456:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-cmdtab.o `test -f 'cmdtab.c' || echo '$(srcdir)/'`cmdtab.c tnftp-20200705/src/Makefile.in-457- tnftp-20200705/src/Makefile.in-458-tnftp-cmdtab.obj: cmdtab.c tnftp-20200705/src/Makefile.in:459:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-cmdtab.obj -MD -MP -MF $(DEPDIR)/tnftp-cmdtab.Tpo -c -o tnftp-cmdtab.obj `if test -f 'cmdtab.c'; then $(CYGPATH_W) 'cmdtab.c'; else $(CYGPATH_W) '$(srcdir)/cmdtab.c'; fi` tnftp-20200705/src/Makefile.in-460-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-cmdtab.Tpo $(DEPDIR)/tnftp-cmdtab.Po ############################################## tnftp-20200705/src/Makefile.in-462-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:463:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-cmdtab.obj `if test -f 'cmdtab.c'; then $(CYGPATH_W) 'cmdtab.c'; else $(CYGPATH_W) '$(srcdir)/cmdtab.c'; fi` tnftp-20200705/src/Makefile.in-464- tnftp-20200705/src/Makefile.in-465-tnftp-complete.o: complete.c tnftp-20200705/src/Makefile.in:466:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-complete.o -MD -MP -MF $(DEPDIR)/tnftp-complete.Tpo -c -o tnftp-complete.o `test -f 'complete.c' || echo '$(srcdir)/'`complete.c tnftp-20200705/src/Makefile.in-467-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-complete.Tpo $(DEPDIR)/tnftp-complete.Po ############################################## tnftp-20200705/src/Makefile.in-469-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:470:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-complete.o `test -f 'complete.c' || echo '$(srcdir)/'`complete.c tnftp-20200705/src/Makefile.in-471- tnftp-20200705/src/Makefile.in-472-tnftp-complete.obj: complete.c tnftp-20200705/src/Makefile.in:473:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-complete.obj -MD -MP -MF $(DEPDIR)/tnftp-complete.Tpo -c -o tnftp-complete.obj `if test -f 'complete.c'; then $(CYGPATH_W) 'complete.c'; else $(CYGPATH_W) '$(srcdir)/complete.c'; fi` tnftp-20200705/src/Makefile.in-474-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-complete.Tpo $(DEPDIR)/tnftp-complete.Po ############################################## tnftp-20200705/src/Makefile.in-476-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:477:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-complete.obj `if test -f 'complete.c'; then $(CYGPATH_W) 'complete.c'; else $(CYGPATH_W) '$(srcdir)/complete.c'; fi` tnftp-20200705/src/Makefile.in-478- tnftp-20200705/src/Makefile.in-479-tnftp-domacro.o: domacro.c tnftp-20200705/src/Makefile.in:480:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-domacro.o -MD -MP -MF $(DEPDIR)/tnftp-domacro.Tpo -c -o tnftp-domacro.o `test -f 'domacro.c' || echo '$(srcdir)/'`domacro.c tnftp-20200705/src/Makefile.in-481-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-domacro.Tpo $(DEPDIR)/tnftp-domacro.Po ############################################## tnftp-20200705/src/Makefile.in-483-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:484:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-domacro.o `test -f 'domacro.c' || echo '$(srcdir)/'`domacro.c tnftp-20200705/src/Makefile.in-485- tnftp-20200705/src/Makefile.in-486-tnftp-domacro.obj: domacro.c tnftp-20200705/src/Makefile.in:487:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-domacro.obj -MD -MP -MF $(DEPDIR)/tnftp-domacro.Tpo -c -o tnftp-domacro.obj `if test -f 'domacro.c'; then $(CYGPATH_W) 'domacro.c'; else $(CYGPATH_W) '$(srcdir)/domacro.c'; fi` tnftp-20200705/src/Makefile.in-488-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-domacro.Tpo $(DEPDIR)/tnftp-domacro.Po ############################################## tnftp-20200705/src/Makefile.in-490-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:491:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-domacro.obj `if test -f 'domacro.c'; then $(CYGPATH_W) 'domacro.c'; else $(CYGPATH_W) '$(srcdir)/domacro.c'; fi` tnftp-20200705/src/Makefile.in-492- tnftp-20200705/src/Makefile.in-493-tnftp-fetch.o: fetch.c tnftp-20200705/src/Makefile.in:494:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-fetch.o -MD -MP -MF $(DEPDIR)/tnftp-fetch.Tpo -c -o tnftp-fetch.o `test -f 'fetch.c' || echo '$(srcdir)/'`fetch.c tnftp-20200705/src/Makefile.in-495-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-fetch.Tpo $(DEPDIR)/tnftp-fetch.Po ############################################## tnftp-20200705/src/Makefile.in-497-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:498:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-fetch.o `test -f 'fetch.c' || echo '$(srcdir)/'`fetch.c tnftp-20200705/src/Makefile.in-499- tnftp-20200705/src/Makefile.in-500-tnftp-fetch.obj: fetch.c tnftp-20200705/src/Makefile.in:501:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-fetch.obj -MD -MP -MF $(DEPDIR)/tnftp-fetch.Tpo -c -o tnftp-fetch.obj `if test -f 'fetch.c'; then $(CYGPATH_W) 'fetch.c'; else $(CYGPATH_W) '$(srcdir)/fetch.c'; fi` tnftp-20200705/src/Makefile.in-502-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-fetch.Tpo $(DEPDIR)/tnftp-fetch.Po ############################################## tnftp-20200705/src/Makefile.in-504-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:505:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-fetch.obj `if test -f 'fetch.c'; then $(CYGPATH_W) 'fetch.c'; else $(CYGPATH_W) '$(srcdir)/fetch.c'; fi` tnftp-20200705/src/Makefile.in-506- tnftp-20200705/src/Makefile.in-507-tnftp-ftp.o: ftp.c tnftp-20200705/src/Makefile.in:508:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-ftp.o -MD -MP -MF $(DEPDIR)/tnftp-ftp.Tpo -c -o tnftp-ftp.o `test -f 'ftp.c' || echo '$(srcdir)/'`ftp.c tnftp-20200705/src/Makefile.in-509-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-ftp.Tpo $(DEPDIR)/tnftp-ftp.Po ############################################## tnftp-20200705/src/Makefile.in-511-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:512:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-ftp.o `test -f 'ftp.c' || echo '$(srcdir)/'`ftp.c tnftp-20200705/src/Makefile.in-513- tnftp-20200705/src/Makefile.in-514-tnftp-ftp.obj: ftp.c tnftp-20200705/src/Makefile.in:515:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-ftp.obj -MD -MP -MF $(DEPDIR)/tnftp-ftp.Tpo -c -o tnftp-ftp.obj `if test -f 'ftp.c'; then $(CYGPATH_W) 'ftp.c'; else $(CYGPATH_W) '$(srcdir)/ftp.c'; fi` tnftp-20200705/src/Makefile.in-516-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-ftp.Tpo $(DEPDIR)/tnftp-ftp.Po ############################################## tnftp-20200705/src/Makefile.in-518-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:519:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-ftp.obj `if test -f 'ftp.c'; then $(CYGPATH_W) 'ftp.c'; else $(CYGPATH_W) '$(srcdir)/ftp.c'; fi` tnftp-20200705/src/Makefile.in-520- tnftp-20200705/src/Makefile.in-521-tnftp-main.o: main.c tnftp-20200705/src/Makefile.in:522:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-main.o -MD -MP -MF $(DEPDIR)/tnftp-main.Tpo -c -o tnftp-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c tnftp-20200705/src/Makefile.in-523-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-main.Tpo $(DEPDIR)/tnftp-main.Po ############################################## tnftp-20200705/src/Makefile.in-525-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:526:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c tnftp-20200705/src/Makefile.in-527- tnftp-20200705/src/Makefile.in-528-tnftp-main.obj: main.c tnftp-20200705/src/Makefile.in:529:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-main.obj -MD -MP -MF $(DEPDIR)/tnftp-main.Tpo -c -o tnftp-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` tnftp-20200705/src/Makefile.in-530-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-main.Tpo $(DEPDIR)/tnftp-main.Po ############################################## tnftp-20200705/src/Makefile.in-532-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:533:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` tnftp-20200705/src/Makefile.in-534- tnftp-20200705/src/Makefile.in-535-tnftp-progressbar.o: progressbar.c tnftp-20200705/src/Makefile.in:536:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-progressbar.o -MD -MP -MF $(DEPDIR)/tnftp-progressbar.Tpo -c -o tnftp-progressbar.o `test -f 'progressbar.c' || echo '$(srcdir)/'`progressbar.c tnftp-20200705/src/Makefile.in-537-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-progressbar.Tpo $(DEPDIR)/tnftp-progressbar.Po ############################################## tnftp-20200705/src/Makefile.in-539-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:540:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-progressbar.o `test -f 'progressbar.c' || echo '$(srcdir)/'`progressbar.c tnftp-20200705/src/Makefile.in-541- tnftp-20200705/src/Makefile.in-542-tnftp-progressbar.obj: progressbar.c tnftp-20200705/src/Makefile.in:543:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-progressbar.obj -MD -MP -MF $(DEPDIR)/tnftp-progressbar.Tpo -c -o tnftp-progressbar.obj `if test -f 'progressbar.c'; then $(CYGPATH_W) 'progressbar.c'; else $(CYGPATH_W) '$(srcdir)/progressbar.c'; fi` tnftp-20200705/src/Makefile.in-544-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-progressbar.Tpo $(DEPDIR)/tnftp-progressbar.Po ############################################## tnftp-20200705/src/Makefile.in-546-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:547:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-progressbar.obj `if test -f 'progressbar.c'; then $(CYGPATH_W) 'progressbar.c'; else $(CYGPATH_W) '$(srcdir)/progressbar.c'; fi` tnftp-20200705/src/Makefile.in-548- tnftp-20200705/src/Makefile.in-549-tnftp-ruserpass.o: ruserpass.c tnftp-20200705/src/Makefile.in:550:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-ruserpass.o -MD -MP -MF $(DEPDIR)/tnftp-ruserpass.Tpo -c -o tnftp-ruserpass.o `test -f 'ruserpass.c' || echo '$(srcdir)/'`ruserpass.c tnftp-20200705/src/Makefile.in-551-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-ruserpass.Tpo $(DEPDIR)/tnftp-ruserpass.Po ############################################## tnftp-20200705/src/Makefile.in-553-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:554:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-ruserpass.o `test -f 'ruserpass.c' || echo '$(srcdir)/'`ruserpass.c tnftp-20200705/src/Makefile.in-555- tnftp-20200705/src/Makefile.in-556-tnftp-ruserpass.obj: ruserpass.c tnftp-20200705/src/Makefile.in:557:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-ruserpass.obj -MD -MP -MF $(DEPDIR)/tnftp-ruserpass.Tpo -c -o tnftp-ruserpass.obj `if test -f 'ruserpass.c'; then $(CYGPATH_W) 'ruserpass.c'; else $(CYGPATH_W) '$(srcdir)/ruserpass.c'; fi` tnftp-20200705/src/Makefile.in-558-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-ruserpass.Tpo $(DEPDIR)/tnftp-ruserpass.Po ############################################## tnftp-20200705/src/Makefile.in-560-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:561:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-ruserpass.obj `if test -f 'ruserpass.c'; then $(CYGPATH_W) 'ruserpass.c'; else $(CYGPATH_W) '$(srcdir)/ruserpass.c'; fi` tnftp-20200705/src/Makefile.in-562- tnftp-20200705/src/Makefile.in-563-tnftp-util.o: util.c tnftp-20200705/src/Makefile.in:564:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-util.o -MD -MP -MF $(DEPDIR)/tnftp-util.Tpo -c -o tnftp-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c tnftp-20200705/src/Makefile.in-565-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-util.Tpo $(DEPDIR)/tnftp-util.Po ############################################## tnftp-20200705/src/Makefile.in-567-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:568:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c tnftp-20200705/src/Makefile.in-569- tnftp-20200705/src/Makefile.in-570-tnftp-util.obj: util.c tnftp-20200705/src/Makefile.in:571:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-util.obj -MD -MP -MF $(DEPDIR)/tnftp-util.Tpo -c -o tnftp-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi` tnftp-20200705/src/Makefile.in-572-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-util.Tpo $(DEPDIR)/tnftp-util.Po ############################################## tnftp-20200705/src/Makefile.in-574-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:575:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi` tnftp-20200705/src/Makefile.in-576- tnftp-20200705/src/Makefile.in-577-tnftp-ssl.o: ssl.c tnftp-20200705/src/Makefile.in:578:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-ssl.o -MD -MP -MF $(DEPDIR)/tnftp-ssl.Tpo -c -o tnftp-ssl.o `test -f 'ssl.c' || echo '$(srcdir)/'`ssl.c tnftp-20200705/src/Makefile.in-579-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-ssl.Tpo $(DEPDIR)/tnftp-ssl.Po ############################################## tnftp-20200705/src/Makefile.in-581-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:582:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-ssl.o `test -f 'ssl.c' || echo '$(srcdir)/'`ssl.c tnftp-20200705/src/Makefile.in-583- tnftp-20200705/src/Makefile.in-584-tnftp-ssl.obj: ssl.c tnftp-20200705/src/Makefile.in:585:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tnftp-ssl.obj -MD -MP -MF $(DEPDIR)/tnftp-ssl.Tpo -c -o tnftp-ssl.obj `if test -f 'ssl.c'; then $(CYGPATH_W) 'ssl.c'; else $(CYGPATH_W) '$(srcdir)/ssl.c'; fi` tnftp-20200705/src/Makefile.in-586-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/tnftp-ssl.Tpo $(DEPDIR)/tnftp-ssl.Po ############################################## tnftp-20200705/src/Makefile.in-588-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/src/Makefile.in:589:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tnftp_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tnftp-ssl.obj `if test -f 'ssl.c'; then $(CYGPATH_W) 'ssl.c'; else $(CYGPATH_W) '$(srcdir)/ssl.c'; fi` tnftp-20200705/src/Makefile.in-590- ############################################## tnftp-20200705/src/Makefile.in-600- test -n "$(man1dir)" \ tnftp-20200705/src/Makefile.in:601: && test -n "`echo $$list1$$list2`" \ tnftp-20200705/src/Makefile.in-602- || exit 0; \ ############################################## tnftp-20200705/src/Makefile.in-682-GTAGS: tnftp-20200705/src/Makefile.in:683: here=`$(am__cd) $(top_builddir) && pwd` \ tnftp-20200705/src/Makefile.in-684- && $(am__cd) $(top_srcdir) \ ############################################## tnftp-20200705/src/Makefile.in-703- else :; fi tnftp-20200705/src/Makefile.in:704: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ tnftp-20200705/src/Makefile.in:705: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ tnftp-20200705/src/Makefile.in-706- list='$(DISTFILES)'; \ ############################################## tnftp-20200705/src/Makefile.in-717- if test -d $$d/$$file; then \ tnftp-20200705/src/Makefile.in:718: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ tnftp-20200705/src/Makefile.in-719- if test -d "$(distdir)/$$file"; then \ ############################################## tnftp-20200705/src/main.c-533- } else if (strchr(argv[0], ':') != NULL tnftp-20200705/src/main.c:534: && ! isipv6addr(argv[0])) { tnftp-20200705/src/main.c-535- rval = auto_fetch(argc, argv); ############################################## tnftp-20200705/Makefile.in-119- while test -n "$$dir1"; do \ tnftp-20200705/Makefile.in:120: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ tnftp-20200705/Makefile.in-121- if test "$$first" != "."; then \ tnftp-20200705/Makefile.in-122- if test "$$first" = ".."; then \ tnftp-20200705/Makefile.in:123: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ tnftp-20200705/Makefile.in:124: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ tnftp-20200705/Makefile.in-125- else \ tnftp-20200705/Makefile.in:126: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ tnftp-20200705/Makefile.in-127- if test "$$first2" = "$$first"; then \ tnftp-20200705/Makefile.in:128: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ tnftp-20200705/Makefile.in-129- else \ ############################################## tnftp-20200705/Makefile.in-134- fi; \ tnftp-20200705/Makefile.in:135: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ tnftp-20200705/Makefile.in-136- done; \ ############################################## tnftp-20200705/Makefile.in-346- dot_seen=no; \ tnftp-20200705/Makefile.in:347: target=`echo $@ | sed s/-recursive//`; \ tnftp-20200705/Makefile.in-348- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## tnftp-20200705/Makefile.in-381- rev="$$rev ."; \ tnftp-20200705/Makefile.in:382: target=`echo $@ | sed s/-recursive//`; \ tnftp-20200705/Makefile.in-383- for subdir in $$rev; do \ ############################################## tnftp-20200705/Makefile.in-459-GTAGS: tnftp-20200705/Makefile.in:460: here=`$(am__cd) $(top_builddir) && pwd` \ tnftp-20200705/Makefile.in-461- && $(am__cd) $(top_srcdir) \ ############################################## tnftp-20200705/Makefile.in-469- test -d "$(distdir)" || mkdir "$(distdir)" tnftp-20200705/Makefile.in:470: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ tnftp-20200705/Makefile.in:471: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ tnftp-20200705/Makefile.in-472- list='$(DISTFILES)'; \ ############################################## tnftp-20200705/Makefile.in-483- if test -d $$d/$$file; then \ tnftp-20200705/Makefile.in:484: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ tnftp-20200705/Makefile.in-485- if test -d "$(distdir)/$$file"; then \ ############################################## tnftp-20200705/Makefile.in-594- test -d $(distdir)/_build || exit 0; \ tnftp-20200705/Makefile.in:595: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ tnftp-20200705/Makefile.in-596- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## tnftp-20200705/Makefile.in-637- }; \ tnftp-20200705/Makefile.in:638: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ tnftp-20200705/Makefile.in-639- || { echo "ERROR: files left after uninstall:" ; \ ############################################## tnftp-20200705/Makefile.in-649- fi tnftp-20200705/Makefile.in:650: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ tnftp-20200705/Makefile.in-651- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## tnftp-20200705/configure-51-if test -z "$BASH_VERSION$ZSH_VERSION" \ tnftp-20200705/configure:52: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then tnftp-20200705/configure-53- as_echo='print -r --' tnftp-20200705/configure-54- as_echo_n='print -rn --' tnftp-20200705/configure:55:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then tnftp-20200705/configure-56- as_echo='printf %s\n' ############################################## tnftp-20200705/configure-58-else tnftp-20200705/configure:59: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then tnftp-20200705/configure-60- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## tnftp-20200705/configure-68- expr "X$arg" : "X\\(.*\\)$as_nl"; tnftp-20200705/configure:69: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; tnftp-20200705/configure-70- esac; ############################################## tnftp-20200705/configure-205- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && tnftp-20200705/configure:206: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 tnftp-20200705/configure-207- ############################################## tnftp-20200705/configure-212- PATH=/empty FPATH=/empty; export PATH FPATH tnftp-20200705/configure:213: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ tnftp-20200705/configure:214: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 tnftp-20200705/configure-215-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## tnftp-20200705/configure-341- case $as_dir in #( tnftp-20200705/configure:342: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( tnftp-20200705/configure-343- *) as_qdir=$as_dir;; ############################################## tnftp-20200705/configure-414- { tnftp-20200705/configure:415: as_val=`expr "$@" || test $? -eq 1` tnftp-20200705/configure-416- } ############################################## tnftp-20200705/configure-421-# ---------------------------------------- tnftp-20200705/configure:422:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are tnftp-20200705/configure-423-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## tnftp-20200705/configure-484- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && tnftp-20200705/configure:485: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { tnftp-20200705/configure-486- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## tnftp-20200705/configure-862- case $ac_option in tnftp-20200705/configure:863: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; tnftp-20200705/configure-864- *=) ac_optarg= ;; ############################################## tnftp-20200705/configure-906- -disable-* | --disable-*) tnftp-20200705/configure:907: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` tnftp-20200705/configure-908- # Reject names that are not valid shell variable names. ############################################## tnftp-20200705/configure-911- ac_useropt_orig=$ac_useropt tnftp-20200705/configure:912: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` tnftp-20200705/configure-913- case $ac_user_opts in ############################################## tnftp-20200705/configure-932- -enable-* | --enable-*) tnftp-20200705/configure:933: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` tnftp-20200705/configure-934- # Reject names that are not valid shell variable names. ############################################## tnftp-20200705/configure-937- ac_useropt_orig=$ac_useropt tnftp-20200705/configure:938: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` tnftp-20200705/configure-939- case $ac_user_opts in ############################################## tnftp-20200705/configure-1136- -with-* | --with-*) tnftp-20200705/configure:1137: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` tnftp-20200705/configure-1138- # Reject names that are not valid shell variable names. ############################################## tnftp-20200705/configure-1141- ac_useropt_orig=$ac_useropt tnftp-20200705/configure:1142: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` tnftp-20200705/configure-1143- case $ac_user_opts in ############################################## tnftp-20200705/configure-1152- -without-* | --without-*) tnftp-20200705/configure:1153: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` tnftp-20200705/configure-1154- # Reject names that are not valid shell variable names. ############################################## tnftp-20200705/configure-1157- ac_useropt_orig=$ac_useropt tnftp-20200705/configure:1158: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` tnftp-20200705/configure-1159- case $ac_user_opts in ############################################## tnftp-20200705/configure-1190- *=*) tnftp-20200705/configure:1191: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` tnftp-20200705/configure-1192- # Reject names that are not valid shell variable names. ############################################## tnftp-20200705/configure-1211-if test -n "$ac_prev"; then tnftp-20200705/configure:1212: ac_option=--`echo $ac_prev | sed 's/_/-/g'` tnftp-20200705/configure-1213- as_fn_error $? "missing argument to $ac_option" ############################################## tnftp-20200705/configure-1233- */ ) tnftp-20200705/configure:1234: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` tnftp-20200705/configure-1235- eval $ac_var=\$ac_val;; ############################################## tnftp-20200705/configure-1268-ac_ls_di=`ls -di .` && tnftp-20200705/configure:1269:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || tnftp-20200705/configure-1270- as_fn_error $? "working directory cannot be determined" ############################################## tnftp-20200705/configure-1324-case $srcdir in tnftp-20200705/configure:1325:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; tnftp-20200705/configure-1326-esac ############################################## tnftp-20200705/configure-1367-By default, \`make install' will install all the files in tnftp-20200705/configure:1368:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify tnftp-20200705/configure:1369:an installation prefix other than \`$ac_default_prefix' using \`--prefix', tnftp-20200705/configure-1370-for instance \`--prefix=\$HOME'. ############################################## tnftp-20200705/configure-1481-*) tnftp-20200705/configure:1482: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` tnftp-20200705/configure-1483- # A ".." for each directory in $ac_dir_suffix. tnftp-20200705/configure:1484: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` tnftp-20200705/configure-1485- case $ac_top_builddir_sub in ############################################## tnftp-20200705/configure-1815- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack tnftp-20200705/configure:1816: as_decl_name=`echo $2|sed 's/ *(.*//'` tnftp-20200705/configure:1817: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` tnftp-20200705/configure-1818- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## tnftp-20200705/configure-2185- *\'*) tnftp-20200705/configure:2186: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; tnftp-20200705/configure-2187- esac ############################################## tnftp-20200705/configure-2268- case $ac_val in tnftp-20200705/configure:2269: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; tnftp-20200705/configure-2270- esac ############################################## tnftp-20200705/configure-2283- case $ac_val in tnftp-20200705/configure:2284: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; tnftp-20200705/configure-2285- esac ############################################## tnftp-20200705/configure-2403- set,) tnftp-20200705/configure:2404: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 tnftp-20200705/configure:2405:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} tnftp-20200705/configure-2406- ac_cache_corrupted=: ;; ############################################## tnftp-20200705/configure-2414- # differences in whitespace do not lead to failure. tnftp-20200705/configure:2415: ac_old_val_w=`echo x $ac_old_val` tnftp-20200705/configure:2416: ac_new_val_w=`echo x $ac_new_val` tnftp-20200705/configure-2417- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## tnftp-20200705/configure-2434- case $ac_new_val in tnftp-20200705/configure:2435: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; tnftp-20200705/configure-2436- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## tnftp-20200705/configure-2499-if test -z "$BASH_VERSION$ZSH_VERSION" \ tnftp-20200705/configure:2500: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then tnftp-20200705/configure-2501- as_echo='print -r --' tnftp-20200705/configure-2502- as_echo_n='print -rn --' tnftp-20200705/configure:2503:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then tnftp-20200705/configure-2504- as_echo='printf %s\n' ############################################## tnftp-20200705/configure-2506-else tnftp-20200705/configure:2507: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then tnftp-20200705/configure-2508- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## tnftp-20200705/configure-2516- expr "X$arg" : "X\\(.*\\)$as_nl"; tnftp-20200705/configure:2517: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; tnftp-20200705/configure-2518- esac; ############################################## tnftp-20200705/configure-2746-if ( tnftp-20200705/configure:2747: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` tnftp-20200705/configure-2748- if test "$*" = "X"; then tnftp-20200705/configure-2749- # -L didn't work. tnftp-20200705/configure:2750: set X `ls -t "$srcdir/configure" conftest.file` tnftp-20200705/configure-2751- fi ############################################## tnftp-20200705/configure-2782-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' tnftp-20200705/configure:2783:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` tnftp-20200705/configure-2784- tnftp-20200705/configure-2785-# expand $ac_aux_dir to an absolute path tnftp-20200705/configure:2786:am_aux_dir=`cd $ac_aux_dir && pwd` tnftp-20200705/configure-2787- ############################################## tnftp-20200705/configure-2927- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue tnftp-20200705/configure:2928: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( tnftp-20200705/configure-2929- 'mkdir (GNU coreutils) '* | \ ############################################## tnftp-20200705/configure-3006-set x ${MAKE-make} tnftp-20200705/configure:3007:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` tnftp-20200705/configure-3008-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## tnftp-20200705/configure-3016-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. tnftp-20200705/configure:3017:case `${MAKE-make} -f conftest.make 2>/dev/null` in tnftp-20200705/configure-3018- *@@@%%%=?*=@@@%%%*) ############################################## tnftp-20200705/configure-3082- tnftp-20200705/configure:3083:if test "`cd $srcdir && pwd`" != "`pwd`"; then tnftp-20200705/configure-3084- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## tnftp-20200705/configure-3572-$as_echo_n "checking whether the C compiler works... " >&6; } tnftp-20200705/configure:3573:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` tnftp-20200705/configure-3574- ############################################## tnftp-20200705/configure-3616- then :; else tnftp-20200705/configure:3617: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` tnftp-20200705/configure-3618- fi ############################################## tnftp-20200705/configure-3676- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; tnftp-20200705/configure:3677: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` tnftp-20200705/configure-3678- break;; ############################################## tnftp-20200705/configure-3785- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; tnftp-20200705/configure:3786: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` tnftp-20200705/configure-3787- break;; ############################################## tnftp-20200705/configure-4034-# Ignore all kinds of additional output from `make'. tnftp-20200705/configure:4035:case `$am_make -s -f confmf 2> /dev/null` in #( tnftp-20200705/configure-4036-*the\ am__doit\ target*) ############################################## tnftp-20200705/configure-4044- echo '.include "confinc"' > confmf tnftp-20200705/configure:4045: case `$am_make -s -f confmf 2> /dev/null` in #( tnftp-20200705/configure-4046- *the\ am__doit\ target*) ############################################## tnftp-20200705/configure-4107- if test "$am_compiler_list" = ""; then tnftp-20200705/configure:4108: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` tnftp-20200705/configure-4109- fi ############################################## tnftp-20200705/configure-4284-test "x$ac_build_alias" = x && tnftp-20200705/configure:4285: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` tnftp-20200705/configure-4286-test "x$ac_build_alias" = x && tnftp-20200705/configure-4287- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 tnftp-20200705/configure:4288:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || tnftp-20200705/configure-4289- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## tnftp-20200705/configure-4308-IFS=$ac_save_IFS tnftp-20200705/configure:4309:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac tnftp-20200705/configure-4310- ############################################## tnftp-20200705/configure-4319-else tnftp-20200705/configure:4320: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || tnftp-20200705/configure-4321- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## tnftp-20200705/configure-4341-IFS=$ac_save_IFS tnftp-20200705/configure:4342:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac tnftp-20200705/configure-4343- ############################################## tnftp-20200705/configure-4369-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ tnftp-20200705/configure:4370: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then tnftp-20200705/configure-4371- ECHO='print -r --' tnftp-20200705/configure:4372:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then tnftp-20200705/configure-4373- ECHO='printf %s\n' ############################################## tnftp-20200705/configure-4438- # Check for GNU $ac_path_SED tnftp-20200705/configure:4439:case `"$ac_path_SED" --version 2>&1` in tnftp-20200705/configure-4440-*GNU*) ############################################## tnftp-20200705/configure-4514- # Check for GNU $ac_path_GREP tnftp-20200705/configure:4515:case `"$ac_path_GREP" --version 2>&1` in tnftp-20200705/configure-4516-*GNU*) ############################################## tnftp-20200705/configure-4580- # Check for GNU $ac_path_EGREP tnftp-20200705/configure:4581:case `"$ac_path_EGREP" --version 2>&1` in tnftp-20200705/configure-4582-*GNU*) ############################################## tnftp-20200705/configure-4647- # Check for GNU $ac_path_FGREP tnftp-20200705/configure:4648:case `"$ac_path_FGREP" --version 2>&1` in tnftp-20200705/configure-4649-*GNU*) ############################################## tnftp-20200705/configure-4727- # gcc leaves a trailing carriage return which upsets mingw tnftp-20200705/configure:4728: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; tnftp-20200705/configure-4729- *) tnftp-20200705/configure:4730: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; tnftp-20200705/configure-4731- esac ############################################## tnftp-20200705/configure-4736- # Canonicalize the pathname of ld tnftp-20200705/configure:4737: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` tnftp-20200705/configure-4738- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do tnftp-20200705/configure:4739: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` tnftp-20200705/configure-4740- done ############################################## tnftp-20200705/configure-4771- # Break only if it was the GNU/non-GNU ld that we prefer. tnftp-20200705/configure:4772: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in tnftp-20200705/configure-4773- *GNU* | *'with BFD'*) ############################################## tnftp-20200705/configure-4802- # I'd rather use --version here, but apparently some GNU lds only accept -v. tnftp-20200705/configure:4803:case `$LD -v 2>&1 </dev/null` in tnftp-20200705/configure-4804-*GNU* | *'with BFD'*) ############################################## tnftp-20200705/configure-4847- # Tru64's nm complains that /dev/null is an invalid object file tnftp-20200705/configure:4848: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in tnftp-20200705/configure-4849- */dev/null* | *'Invalid file or object type'*) ############################################## tnftp-20200705/configure-4853- *) tnftp-20200705/configure:4854: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in tnftp-20200705/configure-4855- */dev/null*) ############################################## tnftp-20200705/configure-4981- tnftp-20200705/configure:4982: case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in tnftp-20200705/configure-4983- *COFF*) ############################################## tnftp-20200705/configure-5093- # And add a safety zone tnftp-20200705/configure:5094: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` tnftp-20200705/configure:5095: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` tnftp-20200705/configure-5096- ;; ############################################## tnftp-20200705/configure-5126- if test -n "$kargmax"; then tnftp-20200705/configure:5127: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` tnftp-20200705/configure-5128- else ############################################## tnftp-20200705/configure-5134- if test -n "$lt_cv_sys_max_cmd_len"; then tnftp-20200705/configure:5135: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` tnftp-20200705/configure:5136: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` tnftp-20200705/configure-5137- else ############################################## tnftp-20200705/configure-5146- # we can't tell. tnftp-20200705/configure:5147: while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ tnftp-20200705/configure-5148- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## tnftp-20200705/configure-5150- do tnftp-20200705/configure:5151: i=`expr $i + 1` tnftp-20200705/configure-5152- teststring=$teststring$teststring ############################################## tnftp-20200705/configure-5154- # Only check the string length outside the loop. tnftp-20200705/configure:5155: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` tnftp-20200705/configure-5156- teststring= ############################################## tnftp-20200705/configure-5159- # linker. It appears as though 1/2 is a usable value. tnftp-20200705/configure:5160: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` tnftp-20200705/configure-5161- fi ############################################## tnftp-20200705/configure-5599-openbsd*) tnftp-20200705/configure:5600: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then tnftp-20200705/configure-5601- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## tnftp-20200705/configure-5666- else tnftp-20200705/configure:5667: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` tnftp-20200705/configure-5668- fi ############################################## tnftp-20200705/configure-5811- # decide which to use based on capabilities of $DLLTOOL tnftp-20200705/configure:5812: case `$DLLTOOL --help 2>&1` in tnftp-20200705/configure-5813- *--identify-strict*) ############################################## tnftp-20200705/configure-6333-# If we're using GNU nm, then use its standard symbol codes. tnftp-20200705/configure:6334:case `$NM -V 2>&1` in tnftp-20200705/configure-6335-*GNU* | *'with BFD'*) ############################################## tnftp-20200705/configure-6351-mingw*) tnftp-20200705/configure:6352: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp tnftp-20200705/configure-6353- ;; ############################################## tnftp-20200705/configure-6570- if test "$GCC" = yes; then tnftp-20200705/configure:6571: lt_sysroot=`$CC --print-sysroot 2>/dev/null` tnftp-20200705/configure-6572- fi ############################################## tnftp-20200705/configure-6574- /*) tnftp-20200705/configure:6575: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` tnftp-20200705/configure-6576- ;; #( ############################################## tnftp-20200705/configure-6610- test $ac_status = 0; }; then tnftp-20200705/configure:6611: case `/usr/bin/file conftest.$ac_objext` in tnftp-20200705/configure-6612- *ELF-32*) ############################################## tnftp-20200705/configure-6630- if test "$lt_cv_prog_gnu_ld" = yes; then tnftp-20200705/configure:6631: case `/usr/bin/file conftest.$ac_objext` in tnftp-20200705/configure-6632- *32-bit*) ############################################## tnftp-20200705/configure-6642- else tnftp-20200705/configure:6643: case `/usr/bin/file conftest.$ac_objext` in tnftp-20200705/configure-6644- *32-bit*) ############################################## tnftp-20200705/configure-7796-do : tnftp-20200705/configure:7797: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` tnftp-20200705/configure-7798-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## tnftp-20200705/configure-7801- cat >>confdefs.h <<_ACEOF tnftp-20200705/configure:7802:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 tnftp-20200705/configure-7803-_ACEOF ############################################## tnftp-20200705/configure-8087-done tnftp-20200705/configure:8088:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` tnftp-20200705/configure-8089- ############################################## tnftp-20200705/configure-8116- "file_magic "*) tnftp-20200705/configure:8117: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` tnftp-20200705/configure-8118- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## tnftp-20200705/configure-8182- "file_magic "*) tnftp-20200705/configure:8183: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` tnftp-20200705/configure-8184- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## tnftp-20200705/configure-8549- *) tnftp-20200705/configure:8550: case `$CC -V 2>&1 | sed 5q` in tnftp-20200705/configure-8551- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) ############################################## tnftp-20200705/configure-8909- if test "$hard_links" = no; then tnftp-20200705/configure:8910: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 tnftp-20200705/configure:8911:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} tnftp-20200705/configure-8912- need_locks=warn ############################################## tnftp-20200705/configure-8995- # shared libraries, regardless of the interface used. tnftp-20200705/configure:8996: case `$LD -v 2>&1` in tnftp-20200705/configure-8997- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## tnftp-20200705/configure-9027- supports_anon_versioning=no tnftp-20200705/configure:9028: case `$LD -v 2>&1` in tnftp-20200705/configure-9029- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## tnftp-20200705/configure-9096- # is EXPORTS), use it as is; otherwise, prepend... tnftp-20200705/configure:9097: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then tnftp-20200705/configure-9098- cp $export_symbols $output_objdir/$soname.def; ############################################## tnftp-20200705/configure-9124- # time. Moving up from 0x10000000 also allows more sbrk(2) space. tnftp-20200705/configure:9125: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' tnftp-20200705/configure:9126: archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' tnftp-20200705/configure-9127- ;; ############################################## tnftp-20200705/configure-9142- pgcc*) # Portland Group C compiler tnftp-20200705/configure:9143: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tnftp-20200705/configure-9144- tmp_addflag=' $pic_flag' ############################################## tnftp-20200705/configure-9147- # Portland Group f77 and f90 compilers tnftp-20200705/configure:9148: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tnftp-20200705/configure-9149- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## tnftp-20200705/configure-9162- nvcc*) # Cuda Compiler Driver 2.2 tnftp-20200705/configure:9163: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tnftp-20200705/configure-9164- compiler_needs_object=yes ############################################## tnftp-20200705/configure-9166- esac tnftp-20200705/configure:9167: case `$CC -V 2>&1 | sed 5q` in tnftp-20200705/configure-9168- *Sun\ C*) # Sun C 5.9 tnftp-20200705/configure:9169: whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tnftp-20200705/configure-9170- compiler_needs_object=yes ############################################## tnftp-20200705/configure-9234- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) tnftp-20200705/configure:9235: case `$LD -v 2>&1` in tnftp-20200705/configure-9236- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## tnftp-20200705/configure-9357- # below for broken collect2 doesn't work under 4.3+ tnftp-20200705/configure:9358: collect2name=`${CC} -print-prog-name=collect2` tnftp-20200705/configure-9359- if test -f "$collect2name" && ############################################## tnftp-20200705/configure-9430- }' tnftp-20200705/configure:9431: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` tnftp-20200705/configure-9432- # Check for a 64-bit object if we didn't find anything. tnftp-20200705/configure-9433- if test -z "$lt_cv_aix_libpath_"; then tnftp-20200705/configure:9434: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` tnftp-20200705/configure-9435- fi ############################################## tnftp-20200705/configure-9448- hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" tnftp-20200705/configure:9449: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" tnftp-20200705/configure-9450- else ############################################## tnftp-20200705/configure-9483- }' tnftp-20200705/configure:9484: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` tnftp-20200705/configure-9485- # Check for a 64-bit object if we didn't find anything. tnftp-20200705/configure-9486- if test -z "$lt_cv_aix_libpath_"; then tnftp-20200705/configure:9487: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` tnftp-20200705/configure-9488- fi ############################################## tnftp-20200705/configure-9556- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' tnftp-20200705/configure:9557: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then tnftp-20200705/configure-9558- sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## tnftp-20200705/configure-9593- # FIXME: Setting linknames here is a bad hack. tnftp-20200705/configure:9594: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' tnftp-20200705/configure-9595- # The linker will automatically build a .lib file if we build a DLL. ############################################## tnftp-20200705/configure-9611- if test "$lt_cv_ld_force_load" = "yes"; then tnftp-20200705/configure:9612: whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' tnftp-20200705/configure-9613- ############################################## tnftp-20200705/configure-9791- if test "$GCC" = yes; then tnftp-20200705/configure:9792: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' tnftp-20200705/configure-9793- # Try to use the -exported_symbol ld option, if it does not ############################################## tnftp-20200705/configure-9819- if test "$lt_cv_irix_exported_symbol" = yes; then tnftp-20200705/configure:9820: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' tnftp-20200705/configure-9821- fi tnftp-20200705/configure-9822- else tnftp-20200705/configure:9823: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' tnftp-20200705/configure:9824: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' tnftp-20200705/configure-9825- fi ############################################## tnftp-20200705/configure-9859- hardcode_direct_absolute=yes tnftp-20200705/configure:9860: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then tnftp-20200705/configure-9861- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## tnftp-20200705/configure-9892- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' tnftp-20200705/configure:9893: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' tnftp-20200705/configure-9894- else tnftp-20200705/configure-9895- allow_undefined_flag=' -expect_unresolved \*' tnftp-20200705/configure:9896: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' tnftp-20200705/configure-9897- fi ############################################## tnftp-20200705/configure-9905- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' tnftp-20200705/configure:9906: archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' tnftp-20200705/configure-9907- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ############################################## tnftp-20200705/configure-9909- allow_undefined_flag=' -expect_unresolved \*' tnftp-20200705/configure:9910: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' tnftp-20200705/configure:9911: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ tnftp-20200705/configure:9912: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' tnftp-20200705/configure-9913- ############################################## tnftp-20200705/configure-9928- else tnftp-20200705/configure:9929: case `$CC -V 2>&1` in tnftp-20200705/configure-9930- *"Compilers 5.0"*) ############################################## tnftp-20200705/configure-10327- esac tnftp-20200705/configure:10328: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` tnftp-20200705/configure-10329- case $lt_search_path_spec in ############################################## tnftp-20200705/configure-10334- # okay in the real world where ";" in dirpaths is itself problematic. tnftp-20200705/configure:10335: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` tnftp-20200705/configure-10336- ;; tnftp-20200705/configure-10337- *) tnftp-20200705/configure:10338: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` tnftp-20200705/configure-10339- ;; ############################################## tnftp-20200705/configure-10343- lt_tmp_lt_search_path_spec= tnftp-20200705/configure:10344: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` tnftp-20200705/configure-10345- for lt_sys_path in $lt_search_path_spec; do ############################################## tnftp-20200705/configure-10378- esac tnftp-20200705/configure:10379: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` tnftp-20200705/configure-10380-else ############################################## tnftp-20200705/configure-10466- # Create ${libname}_ixlibrary.a entries in /sys/libs. tnftp-20200705/configure:10467: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' tnftp-20200705/configure-10468- ;; ############################################## tnftp-20200705/configure-10502- # DLL is installed to $(libdir)/../bin by postinstall_cmds tnftp-20200705/configure:10503: postinstall_cmds='base_file=`basename \${file}`~ tnftp-20200705/configure:10504: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ tnftp-20200705/configure:10505: dldir=$destdir/`dirname \$dlpath`~ tnftp-20200705/configure-10506- test -d \$dldir || mkdir -p \$dldir~ ############################################## tnftp-20200705/configure-10511- fi' tnftp-20200705/configure:10512: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ tnftp-20200705/configure-10513- dlpath=$dir/\$dldll~ ############################################## tnftp-20200705/configure-10519- # Cygwin DLLs use 'cyg' prefix rather than 'lib' tnftp-20200705/configure:10520: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' tnftp-20200705/configure-10521- ############################################## tnftp-20200705/configure-10525- # MinGW DLLs use traditional 'lib' prefix tnftp-20200705/configure:10526: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' tnftp-20200705/configure-10527- ;; ############################################## tnftp-20200705/configure-10529- # pw32 DLLs use 'pw' prefix rather than 'lib' tnftp-20200705/configure:10530: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' tnftp-20200705/configure-10531- ;; ############################################## tnftp-20200705/configure-10538- libname_spec='$name' tnftp-20200705/configure:10539: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' tnftp-20200705/configure-10540- library_names_spec='${libname}.dll.lib' ############################################## tnftp-20200705/configure-10550- # Let DOS variable expansion print the short 8.3 style file name. tnftp-20200705/configure:10551: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` tnftp-20200705/configure-10552- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## tnftp-20200705/configure-10555- # Convert to MSYS style. tnftp-20200705/configure:10556: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` tnftp-20200705/configure-10557- ;; ############################################## tnftp-20200705/configure-10561- # like /cygdrive/c/PROGRA~1:/cygdr... tnftp-20200705/configure:10562: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` tnftp-20200705/configure:10563: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` tnftp-20200705/configure:10564: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` tnftp-20200705/configure-10565- ;; ############################################## tnftp-20200705/configure-10569- # It is most probably a Windows format PATH. tnftp-20200705/configure:10570: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` tnftp-20200705/configure-10571- else tnftp-20200705/configure:10572: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` tnftp-20200705/configure-10573- fi ############################################## tnftp-20200705/configure-10579- # DLL is installed to $(libdir)/../bin by postinstall_cmds tnftp-20200705/configure:10580: postinstall_cmds='base_file=`basename \${file}`~ tnftp-20200705/configure:10581: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ tnftp-20200705/configure:10582: dldir=$destdir/`dirname \$dlpath`~ tnftp-20200705/configure-10583- test -d \$dldir || mkdir -p \$dldir~ tnftp-20200705/configure-10584- $install_prog $dir/$dlname \$dldir/$dlname' tnftp-20200705/configure:10585: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ tnftp-20200705/configure-10586- dlpath=$dir/\$dldll~ ############################################## tnftp-20200705/configure-10593- # Assume MSVC wrapper tnftp-20200705/configure:10594: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' tnftp-20200705/configure-10595- dynamic_linker='Win32 ld.exe' ############################################## tnftp-20200705/configure-10610- shlibpath_var=DYLD_LIBRARY_PATH tnftp-20200705/configure:10611: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' tnftp-20200705/configure-10612- ############################################## tnftp-20200705/configure-10847- if test -f /etc/ld.so.conf; then tnftp-20200705/configure:10848: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` tnftp-20200705/configure-10849- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## tnftp-20200705/configure-10909- shlibpath_var=LD_LIBRARY_PATH tnftp-20200705/configure:10910: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then tnftp-20200705/configure-10911- case $host_os in ############################################## tnftp-20200705/configure-12293- if test x"$PKG_CONFIG" != x""; then tnftp-20200705/configure:12294: OPENSSL_LDFLAGS=`$PKG_CONFIG openssl --libs-only-L 2>/dev/null` tnftp-20200705/configure-12295- if test $? = 0; then tnftp-20200705/configure:12296: OPENSSL_LIBS=`$PKG_CONFIG openssl --libs-only-l 2>/dev/null` tnftp-20200705/configure:12297: OPENSSL_INCLUDES=`$PKG_CONFIG openssl --cflags-only-I 2>/dev/null` tnftp-20200705/configure-12298- found=true ############################################## tnftp-20200705/configure-12486-do : tnftp-20200705/configure:12487: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` tnftp-20200705/configure-12488-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$accheck_includes ############################################## tnftp-20200705/configure-12491- cat >>confdefs.h <<_ACEOF tnftp-20200705/configure:12492:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 tnftp-20200705/configure-12493-_ACEOF ############################################## tnftp-20200705/configure-12500-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do tnftp-20200705/configure:12501: as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` tnftp-20200705/configure-12502-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 ############################################## tnftp-20200705/configure-12532- cat >>confdefs.h <<_ACEOF tnftp-20200705/configure:12533:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 tnftp-20200705/configure-12534-_ACEOF ############################################## tnftp-20200705/configure-12658-do : tnftp-20200705/configure:12659: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` tnftp-20200705/configure-12660-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TYPES_H ############################################## tnftp-20200705/configure-12674- cat >>confdefs.h <<_ACEOF tnftp-20200705/configure:12675:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 tnftp-20200705/configure-12676-_ACEOF ############################################## tnftp-20200705/configure-12939-do : tnftp-20200705/configure:12940: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` tnftp-20200705/configure-12941-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$accheck_includes ############################################## tnftp-20200705/configure-12944- cat >>confdefs.h <<_ACEOF tnftp-20200705/configure:12945:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 tnftp-20200705/configure-12946-_ACEOF ############################################## tnftp-20200705/configure-13678-do : tnftp-20200705/configure:13679: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` tnftp-20200705/configure-13680-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## tnftp-20200705/configure-13682- cat >>confdefs.h <<_ACEOF tnftp-20200705/configure:13683:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 tnftp-20200705/configure-13684-_ACEOF ############################################## tnftp-20200705/configure-14291-do : tnftp-20200705/configure:14292: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` tnftp-20200705/configure-14293-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## tnftp-20200705/configure-14295- cat >>confdefs.h <<_ACEOF tnftp-20200705/configure:14296:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 tnftp-20200705/configure-14297-_ACEOF ############################################## tnftp-20200705/configure-14853- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' tnftp-20200705/configure:14854: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` tnftp-20200705/configure-14855- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## tnftp-20200705/configure-14952-if test -z "$BASH_VERSION$ZSH_VERSION" \ tnftp-20200705/configure:14953: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then tnftp-20200705/configure-14954- as_echo='print -r --' tnftp-20200705/configure-14955- as_echo_n='print -rn --' tnftp-20200705/configure:14956:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then tnftp-20200705/configure-14957- as_echo='printf %s\n' ############################################## tnftp-20200705/configure-14959-else tnftp-20200705/configure:14960: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then tnftp-20200705/configure-14961- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## tnftp-20200705/configure-14969- expr "X$arg" : "X\\(.*\\)$as_nl"; tnftp-20200705/configure:14970: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; tnftp-20200705/configure-14971- esac; ############################################## tnftp-20200705/configure-15046-# ---------------------------------------- tnftp-20200705/configure:15047:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are tnftp-20200705/configure-15048-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## tnftp-20200705/configure-15118- { tnftp-20200705/configure:15119: as_val=`expr "$@" || test $? -eq 1` tnftp-20200705/configure-15120- } ############################################## tnftp-20200705/configure-15222- case $as_dir in #( tnftp-20200705/configure:15223: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( tnftp-20200705/configure-15224- *) as_qdir=$as_dir;; ############################################## tnftp-20200705/configure-15357-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 tnftp-20200705/configure:15358:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" tnftp-20200705/configure-15359-ac_cs_version="\\ ############################################## tnftp-20200705/configure-15382- --*=?*) tnftp-20200705/configure:15383: ac_option=`expr "X$1" : 'X\([^=]*\)='` tnftp-20200705/configure:15384: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` tnftp-20200705/configure-15385- ac_shift=: ############################################## tnftp-20200705/configure-15387- --*=) tnftp-20200705/configure:15388: ac_option=`expr "X$1" : 'X\([^=]*\)='` tnftp-20200705/configure-15389- ac_optarg= ############################################## tnftp-20200705/configure-15411- case $ac_optarg in tnftp-20200705/configure:15412: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; tnftp-20200705/configure-15413- '') as_fn_error $? "missing file argument" ;; ############################################## tnftp-20200705/configure-15419- case $ac_optarg in tnftp-20200705/configure:15420: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; tnftp-20200705/configure-15421- esac ############################################## tnftp-20200705/configure-15488-delay_variable_subst='$delay_variable_subst' tnftp-20200705/configure:15489:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15490:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15491:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15492:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15493:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15494:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15495:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15496:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15497:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15498:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15499:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15500:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15501:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15502:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15503:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15504:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15505:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15506:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15507:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15508:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15509:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15510:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15511:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15512:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15513:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15514:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15515:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15516:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15517:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15518:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15519:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15520:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15521:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15522:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15523:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15524:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15525:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15526:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15527:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15528:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15529:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15530:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15531:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15532:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15533:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15534:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15535:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15536:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15537:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15538:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15539:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15540:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15541:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15542:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15543:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15544:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15545:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15546:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15547:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15548:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15549:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15550:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15551:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15552:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15553:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15554:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15555:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15556:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15557:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15558:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15559:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15560:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15561:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15562:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15563:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15564:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15565:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15566:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15567:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15568:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15569:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15570:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15571:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15572:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15573:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15574:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15575:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15576:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15577:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15578:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15579:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15580:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15581:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15582:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15583:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15584:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15585:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15586:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15587:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15588:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15589:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15590:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15591:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15592:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15593:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15594:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15595:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15596:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15597:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15598:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15599:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15600:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15601:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15602:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15603:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15604:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15605:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15606:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15607:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15608:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15609:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15610:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15611:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15612:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15613:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15614:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15615:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15616:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15617:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure:15618:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' tnftp-20200705/configure-15619- ############################################## tnftp-20200705/configure-15697-striplib; do tnftp-20200705/configure:15698: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in tnftp-20200705/configure-15699- *[\\\\\\\`\\"\\\$]*) tnftp-20200705/configure:15700: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" tnftp-20200705/configure-15701- ;; ############################################## tnftp-20200705/configure-15727-sys_lib_dlsearch_path_spec; do tnftp-20200705/configure:15728: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in tnftp-20200705/configure-15729- *[\\\\\\\`\\"\\\$]*) tnftp-20200705/configure:15730: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" tnftp-20200705/configure-15731- ;; ############################################## tnftp-20200705/configure-15828-fi tnftp-20200705/configure:15829:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` tnftp-20200705/configure-15830-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## tnftp-20200705/configure-15845- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 tnftp-20200705/configure:15846:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` tnftp-20200705/configure-15847-ac_delim='%!_!# ' ############################################## tnftp-20200705/configure-15851- tnftp-20200705/configure:15852: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` tnftp-20200705/configure-15853- if test $ac_delim_n = $ac_delim_num; then ############################################## tnftp-20200705/configure-15989-for ac_last_try in false false :; do tnftp-20200705/configure:15990: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` tnftp-20200705/configure-15991- if test -z "$ac_tt"; then ############################################## tnftp-20200705/configure-16121- esac tnftp-20200705/configure:16122: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac tnftp-20200705/configure-16123- as_fn_append ac_file_inputs " '$ac_f'" ############################################## tnftp-20200705/configure-16180-*) tnftp-20200705/configure:16181: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` tnftp-20200705/configure-16182- # A ".." for each directory in $ac_dir_suffix. tnftp-20200705/configure:16183: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` tnftp-20200705/configure-16184- case $ac_top_builddir_sub in ############################################## tnftp-20200705/configure-16241-/@mandir@/p' tnftp-20200705/configure:16242:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in tnftp-20200705/configure-16243-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## tnftp-20200705/configure-16258- tnftp-20200705/configure:16259:# Neutralize VPATH when `$srcdir' = `.'. tnftp-20200705/configure-16260-# Shell code in configure.ac might set extrasub. ############################################## tnftp-20200705/configure-16286-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && tnftp-20200705/configure:16287: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && tnftp-20200705/configure-16288- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## tnftp-20200705/configure-16332- * ) tnftp-20200705/configure:16333: _am_stamp_count=`expr $_am_stamp_count + 1` ;; tnftp-20200705/configure-16334- esac ############################################## tnftp-20200705/configure-16379- # Strip MF so we end up with the name of the file. tnftp-20200705/configure:16380: mf=`echo "$mf" | sed -e 's/:.*$//'` tnftp-20200705/configure-16381- # Check whether this is an Automake generated Makefile or not. ############################################## tnftp-20200705/configure-16416- # from the Makefile without running `make'. tnftp-20200705/configure:16417: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` tnftp-20200705/configure-16418- test -z "$DEPDIR" && continue tnftp-20200705/configure:16419: am__include=`sed -n 's/^am__include = //p' < "$mf"` tnftp-20200705/configure-16420- test -z "am__include" && continue tnftp-20200705/configure:16421: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` tnftp-20200705/configure-16422- # When using ansi2knr, U may be empty or an underscore; expand it tnftp-20200705/configure:16423: U=`sed -n 's/^U = //p' < "$mf"` tnftp-20200705/configure-16424- # Find all dependency output files, they are included files with ############################################## tnftp-20200705/configure-16477- tnftp-20200705/configure:16478:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. tnftp-20200705/configure-16479-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## tnftp-20200705/libnetbsd/getnameinfo.c-225- } else { tnftp-20200705/libnetbsd/getnameinfo.c:226: hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af); tnftp-20200705/libnetbsd/getnameinfo.c-227- ############################################## tnftp-20200705/libnetbsd/getaddrinfo.c-693- * hostname == NULL. tnftp-20200705/libnetbsd/getaddrinfo.c:694: * passive socket -> anyaddr (0.0.0.0 or ::) tnftp-20200705/libnetbsd/getaddrinfo.c-695- * non-passive socket -> localhost (127.0.0.1 or ::1) ############################################## tnftp-20200705/libnetbsd/Makefile.in-286- @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ tnftp-20200705/libnetbsd/Makefile.in:287: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ tnftp-20200705/libnetbsd/Makefile.in-288- test "$$dir" != "$$p" || dir=.; \ ############################################## tnftp-20200705/libnetbsd/Makefile.in-335-.c.obj: tnftp-20200705/libnetbsd/Makefile.in:336:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` tnftp-20200705/libnetbsd/Makefile.in-337-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## tnftp-20200705/libnetbsd/Makefile.in-339-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libnetbsd/Makefile.in:340:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` tnftp-20200705/libnetbsd/Makefile.in-341- ############################################## tnftp-20200705/libnetbsd/Makefile.in-399-GTAGS: tnftp-20200705/libnetbsd/Makefile.in:400: here=`$(am__cd) $(top_builddir) && pwd` \ tnftp-20200705/libnetbsd/Makefile.in-401- && $(am__cd) $(top_srcdir) \ ############################################## tnftp-20200705/libnetbsd/Makefile.in-407-distdir: $(DISTFILES) tnftp-20200705/libnetbsd/Makefile.in:408: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ tnftp-20200705/libnetbsd/Makefile.in:409: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ tnftp-20200705/libnetbsd/Makefile.in-410- list='$(DISTFILES)'; \ ############################################## tnftp-20200705/libnetbsd/Makefile.in-421- if test -d $$d/$$file; then \ tnftp-20200705/libnetbsd/Makefile.in:422: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ tnftp-20200705/libnetbsd/Makefile.in-423- if test -d "$(distdir)/$$file"; then \ ############################################## tnftp-20200705/libedit/makelist-55--h) tnftp-20200705/libedit/makelist:56: set - `echo $FILES | sed -e 's/\\./_/g'` tnftp-20200705/libedit/makelist:57: hdr="_h_`basename $1`" tnftp-20200705/libedit/makelist-58- cat $FILES | $AWK ' ############################################## tnftp-20200705/libedit/Makefile.in-368- @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ tnftp-20200705/libedit/Makefile.in:369: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ tnftp-20200705/libedit/Makefile.in-370- test "$$dir" != "$$p" || dir=.; \ ############################################## tnftp-20200705/libedit/Makefile.in-416-.c.obj: tnftp-20200705/libedit/Makefile.in:417:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` tnftp-20200705/libedit/Makefile.in-418-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## tnftp-20200705/libedit/Makefile.in-420-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:421:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` tnftp-20200705/libedit/Makefile.in-422- ############################################## tnftp-20200705/libedit/Makefile.in-430-libedit_la-chared.lo: chared.c tnftp-20200705/libedit/Makefile.in:431:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-chared.lo -MD -MP -MF $(DEPDIR)/libedit_la-chared.Tpo -c -o libedit_la-chared.lo `test -f 'chared.c' || echo '$(srcdir)/'`chared.c tnftp-20200705/libedit/Makefile.in-432-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-chared.Tpo $(DEPDIR)/libedit_la-chared.Plo ############################################## tnftp-20200705/libedit/Makefile.in-434-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:435:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-chared.lo `test -f 'chared.c' || echo '$(srcdir)/'`chared.c tnftp-20200705/libedit/Makefile.in-436- tnftp-20200705/libedit/Makefile.in-437-libedit_la-chartype.lo: chartype.c tnftp-20200705/libedit/Makefile.in:438:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-chartype.lo -MD -MP -MF $(DEPDIR)/libedit_la-chartype.Tpo -c -o libedit_la-chartype.lo `test -f 'chartype.c' || echo '$(srcdir)/'`chartype.c tnftp-20200705/libedit/Makefile.in-439-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-chartype.Tpo $(DEPDIR)/libedit_la-chartype.Plo ############################################## tnftp-20200705/libedit/Makefile.in-441-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:442:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-chartype.lo `test -f 'chartype.c' || echo '$(srcdir)/'`chartype.c tnftp-20200705/libedit/Makefile.in-443- tnftp-20200705/libedit/Makefile.in-444-libedit_la-common.lo: common.c tnftp-20200705/libedit/Makefile.in:445:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-common.lo -MD -MP -MF $(DEPDIR)/libedit_la-common.Tpo -c -o libedit_la-common.lo `test -f 'common.c' || echo '$(srcdir)/'`common.c tnftp-20200705/libedit/Makefile.in-446-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-common.Tpo $(DEPDIR)/libedit_la-common.Plo ############################################## tnftp-20200705/libedit/Makefile.in-448-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:449:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-common.lo `test -f 'common.c' || echo '$(srcdir)/'`common.c tnftp-20200705/libedit/Makefile.in-450- tnftp-20200705/libedit/Makefile.in-451-libedit_la-el.lo: el.c tnftp-20200705/libedit/Makefile.in:452:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-el.lo -MD -MP -MF $(DEPDIR)/libedit_la-el.Tpo -c -o libedit_la-el.lo `test -f 'el.c' || echo '$(srcdir)/'`el.c tnftp-20200705/libedit/Makefile.in-453-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-el.Tpo $(DEPDIR)/libedit_la-el.Plo ############################################## tnftp-20200705/libedit/Makefile.in-455-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:456:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-el.lo `test -f 'el.c' || echo '$(srcdir)/'`el.c tnftp-20200705/libedit/Makefile.in-457- tnftp-20200705/libedit/Makefile.in-458-libedit_la-eln.lo: eln.c tnftp-20200705/libedit/Makefile.in:459:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-eln.lo -MD -MP -MF $(DEPDIR)/libedit_la-eln.Tpo -c -o libedit_la-eln.lo `test -f 'eln.c' || echo '$(srcdir)/'`eln.c tnftp-20200705/libedit/Makefile.in-460-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-eln.Tpo $(DEPDIR)/libedit_la-eln.Plo ############################################## tnftp-20200705/libedit/Makefile.in-462-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:463:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-eln.lo `test -f 'eln.c' || echo '$(srcdir)/'`eln.c tnftp-20200705/libedit/Makefile.in-464- tnftp-20200705/libedit/Makefile.in-465-libedit_la-emacs.lo: emacs.c tnftp-20200705/libedit/Makefile.in:466:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-emacs.lo -MD -MP -MF $(DEPDIR)/libedit_la-emacs.Tpo -c -o libedit_la-emacs.lo `test -f 'emacs.c' || echo '$(srcdir)/'`emacs.c tnftp-20200705/libedit/Makefile.in-467-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-emacs.Tpo $(DEPDIR)/libedit_la-emacs.Plo ############################################## tnftp-20200705/libedit/Makefile.in-469-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:470:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-emacs.lo `test -f 'emacs.c' || echo '$(srcdir)/'`emacs.c tnftp-20200705/libedit/Makefile.in-471- tnftp-20200705/libedit/Makefile.in-472-libedit_la-filecomplete.lo: filecomplete.c tnftp-20200705/libedit/Makefile.in:473:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-filecomplete.lo -MD -MP -MF $(DEPDIR)/libedit_la-filecomplete.Tpo -c -o libedit_la-filecomplete.lo `test -f 'filecomplete.c' || echo '$(srcdir)/'`filecomplete.c tnftp-20200705/libedit/Makefile.in-474-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-filecomplete.Tpo $(DEPDIR)/libedit_la-filecomplete.Plo ############################################## tnftp-20200705/libedit/Makefile.in-476-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:477:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-filecomplete.lo `test -f 'filecomplete.c' || echo '$(srcdir)/'`filecomplete.c tnftp-20200705/libedit/Makefile.in-478- tnftp-20200705/libedit/Makefile.in-479-libedit_la-hist.lo: hist.c tnftp-20200705/libedit/Makefile.in:480:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-hist.lo -MD -MP -MF $(DEPDIR)/libedit_la-hist.Tpo -c -o libedit_la-hist.lo `test -f 'hist.c' || echo '$(srcdir)/'`hist.c tnftp-20200705/libedit/Makefile.in-481-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-hist.Tpo $(DEPDIR)/libedit_la-hist.Plo ############################################## tnftp-20200705/libedit/Makefile.in-483-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:484:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-hist.lo `test -f 'hist.c' || echo '$(srcdir)/'`hist.c tnftp-20200705/libedit/Makefile.in-485- tnftp-20200705/libedit/Makefile.in-486-libedit_la-history.lo: history.c tnftp-20200705/libedit/Makefile.in:487:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-history.lo -MD -MP -MF $(DEPDIR)/libedit_la-history.Tpo -c -o libedit_la-history.lo `test -f 'history.c' || echo '$(srcdir)/'`history.c tnftp-20200705/libedit/Makefile.in-488-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-history.Tpo $(DEPDIR)/libedit_la-history.Plo ############################################## tnftp-20200705/libedit/Makefile.in-490-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:491:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-history.lo `test -f 'history.c' || echo '$(srcdir)/'`history.c tnftp-20200705/libedit/Makefile.in-492- tnftp-20200705/libedit/Makefile.in-493-libedit_la-historyn.lo: historyn.c tnftp-20200705/libedit/Makefile.in:494:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-historyn.lo -MD -MP -MF $(DEPDIR)/libedit_la-historyn.Tpo -c -o libedit_la-historyn.lo `test -f 'historyn.c' || echo '$(srcdir)/'`historyn.c tnftp-20200705/libedit/Makefile.in-495-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-historyn.Tpo $(DEPDIR)/libedit_la-historyn.Plo ############################################## tnftp-20200705/libedit/Makefile.in-497-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:498:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-historyn.lo `test -f 'historyn.c' || echo '$(srcdir)/'`historyn.c tnftp-20200705/libedit/Makefile.in-499- tnftp-20200705/libedit/Makefile.in-500-libedit_la-keymacro.lo: keymacro.c tnftp-20200705/libedit/Makefile.in:501:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-keymacro.lo -MD -MP -MF $(DEPDIR)/libedit_la-keymacro.Tpo -c -o libedit_la-keymacro.lo `test -f 'keymacro.c' || echo '$(srcdir)/'`keymacro.c tnftp-20200705/libedit/Makefile.in-502-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-keymacro.Tpo $(DEPDIR)/libedit_la-keymacro.Plo ############################################## tnftp-20200705/libedit/Makefile.in-504-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:505:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-keymacro.lo `test -f 'keymacro.c' || echo '$(srcdir)/'`keymacro.c tnftp-20200705/libedit/Makefile.in-506- tnftp-20200705/libedit/Makefile.in-507-libedit_la-literal.lo: literal.c tnftp-20200705/libedit/Makefile.in:508:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-literal.lo -MD -MP -MF $(DEPDIR)/libedit_la-literal.Tpo -c -o libedit_la-literal.lo `test -f 'literal.c' || echo '$(srcdir)/'`literal.c tnftp-20200705/libedit/Makefile.in-509-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-literal.Tpo $(DEPDIR)/libedit_la-literal.Plo ############################################## tnftp-20200705/libedit/Makefile.in-511-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:512:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-literal.lo `test -f 'literal.c' || echo '$(srcdir)/'`literal.c tnftp-20200705/libedit/Makefile.in-513- tnftp-20200705/libedit/Makefile.in-514-libedit_la-map.lo: map.c tnftp-20200705/libedit/Makefile.in:515:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-map.lo -MD -MP -MF $(DEPDIR)/libedit_la-map.Tpo -c -o libedit_la-map.lo `test -f 'map.c' || echo '$(srcdir)/'`map.c tnftp-20200705/libedit/Makefile.in-516-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-map.Tpo $(DEPDIR)/libedit_la-map.Plo ############################################## tnftp-20200705/libedit/Makefile.in-518-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:519:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-map.lo `test -f 'map.c' || echo '$(srcdir)/'`map.c tnftp-20200705/libedit/Makefile.in-520- tnftp-20200705/libedit/Makefile.in-521-libedit_la-parse.lo: parse.c tnftp-20200705/libedit/Makefile.in:522:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-parse.lo -MD -MP -MF $(DEPDIR)/libedit_la-parse.Tpo -c -o libedit_la-parse.lo `test -f 'parse.c' || echo '$(srcdir)/'`parse.c tnftp-20200705/libedit/Makefile.in-523-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-parse.Tpo $(DEPDIR)/libedit_la-parse.Plo ############################################## tnftp-20200705/libedit/Makefile.in-525-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:526:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-parse.lo `test -f 'parse.c' || echo '$(srcdir)/'`parse.c tnftp-20200705/libedit/Makefile.in-527- tnftp-20200705/libedit/Makefile.in-528-libedit_la-prompt.lo: prompt.c tnftp-20200705/libedit/Makefile.in:529:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-prompt.lo -MD -MP -MF $(DEPDIR)/libedit_la-prompt.Tpo -c -o libedit_la-prompt.lo `test -f 'prompt.c' || echo '$(srcdir)/'`prompt.c tnftp-20200705/libedit/Makefile.in-530-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-prompt.Tpo $(DEPDIR)/libedit_la-prompt.Plo ############################################## tnftp-20200705/libedit/Makefile.in-532-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:533:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-prompt.lo `test -f 'prompt.c' || echo '$(srcdir)/'`prompt.c tnftp-20200705/libedit/Makefile.in-534- tnftp-20200705/libedit/Makefile.in-535-libedit_la-read.lo: read.c tnftp-20200705/libedit/Makefile.in:536:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-read.lo -MD -MP -MF $(DEPDIR)/libedit_la-read.Tpo -c -o libedit_la-read.lo `test -f 'read.c' || echo '$(srcdir)/'`read.c tnftp-20200705/libedit/Makefile.in-537-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-read.Tpo $(DEPDIR)/libedit_la-read.Plo ############################################## tnftp-20200705/libedit/Makefile.in-539-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:540:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-read.lo `test -f 'read.c' || echo '$(srcdir)/'`read.c tnftp-20200705/libedit/Makefile.in-541- tnftp-20200705/libedit/Makefile.in-542-libedit_la-readline.lo: readline.c tnftp-20200705/libedit/Makefile.in:543:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-readline.lo -MD -MP -MF $(DEPDIR)/libedit_la-readline.Tpo -c -o libedit_la-readline.lo `test -f 'readline.c' || echo '$(srcdir)/'`readline.c tnftp-20200705/libedit/Makefile.in-544-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-readline.Tpo $(DEPDIR)/libedit_la-readline.Plo ############################################## tnftp-20200705/libedit/Makefile.in-546-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:547:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-readline.lo `test -f 'readline.c' || echo '$(srcdir)/'`readline.c tnftp-20200705/libedit/Makefile.in-548- tnftp-20200705/libedit/Makefile.in-549-libedit_la-refresh.lo: refresh.c tnftp-20200705/libedit/Makefile.in:550:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-refresh.lo -MD -MP -MF $(DEPDIR)/libedit_la-refresh.Tpo -c -o libedit_la-refresh.lo `test -f 'refresh.c' || echo '$(srcdir)/'`refresh.c tnftp-20200705/libedit/Makefile.in-551-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-refresh.Tpo $(DEPDIR)/libedit_la-refresh.Plo ############################################## tnftp-20200705/libedit/Makefile.in-553-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:554:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-refresh.lo `test -f 'refresh.c' || echo '$(srcdir)/'`refresh.c tnftp-20200705/libedit/Makefile.in-555- tnftp-20200705/libedit/Makefile.in-556-libedit_la-search.lo: search.c tnftp-20200705/libedit/Makefile.in:557:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-search.lo -MD -MP -MF $(DEPDIR)/libedit_la-search.Tpo -c -o libedit_la-search.lo `test -f 'search.c' || echo '$(srcdir)/'`search.c tnftp-20200705/libedit/Makefile.in-558-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-search.Tpo $(DEPDIR)/libedit_la-search.Plo ############################################## tnftp-20200705/libedit/Makefile.in-560-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:561:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-search.lo `test -f 'search.c' || echo '$(srcdir)/'`search.c tnftp-20200705/libedit/Makefile.in-562- tnftp-20200705/libedit/Makefile.in-563-libedit_la-sig.lo: sig.c tnftp-20200705/libedit/Makefile.in:564:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-sig.lo -MD -MP -MF $(DEPDIR)/libedit_la-sig.Tpo -c -o libedit_la-sig.lo `test -f 'sig.c' || echo '$(srcdir)/'`sig.c tnftp-20200705/libedit/Makefile.in-565-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-sig.Tpo $(DEPDIR)/libedit_la-sig.Plo ############################################## tnftp-20200705/libedit/Makefile.in-567-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:568:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-sig.lo `test -f 'sig.c' || echo '$(srcdir)/'`sig.c tnftp-20200705/libedit/Makefile.in-569- tnftp-20200705/libedit/Makefile.in-570-libedit_la-terminal.lo: terminal.c tnftp-20200705/libedit/Makefile.in:571:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-terminal.lo -MD -MP -MF $(DEPDIR)/libedit_la-terminal.Tpo -c -o libedit_la-terminal.lo `test -f 'terminal.c' || echo '$(srcdir)/'`terminal.c tnftp-20200705/libedit/Makefile.in-572-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-terminal.Tpo $(DEPDIR)/libedit_la-terminal.Plo ############################################## tnftp-20200705/libedit/Makefile.in-574-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:575:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-terminal.lo `test -f 'terminal.c' || echo '$(srcdir)/'`terminal.c tnftp-20200705/libedit/Makefile.in-576- tnftp-20200705/libedit/Makefile.in-577-libedit_la-tokenizer.lo: tokenizer.c tnftp-20200705/libedit/Makefile.in:578:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-tokenizer.lo -MD -MP -MF $(DEPDIR)/libedit_la-tokenizer.Tpo -c -o libedit_la-tokenizer.lo `test -f 'tokenizer.c' || echo '$(srcdir)/'`tokenizer.c tnftp-20200705/libedit/Makefile.in-579-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-tokenizer.Tpo $(DEPDIR)/libedit_la-tokenizer.Plo ############################################## tnftp-20200705/libedit/Makefile.in-581-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:582:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-tokenizer.lo `test -f 'tokenizer.c' || echo '$(srcdir)/'`tokenizer.c tnftp-20200705/libedit/Makefile.in-583- tnftp-20200705/libedit/Makefile.in-584-libedit_la-tokenizern.lo: tokenizern.c tnftp-20200705/libedit/Makefile.in:585:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-tokenizern.lo -MD -MP -MF $(DEPDIR)/libedit_la-tokenizern.Tpo -c -o libedit_la-tokenizern.lo `test -f 'tokenizern.c' || echo '$(srcdir)/'`tokenizern.c tnftp-20200705/libedit/Makefile.in-586-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-tokenizern.Tpo $(DEPDIR)/libedit_la-tokenizern.Plo ############################################## tnftp-20200705/libedit/Makefile.in-588-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:589:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-tokenizern.lo `test -f 'tokenizern.c' || echo '$(srcdir)/'`tokenizern.c tnftp-20200705/libedit/Makefile.in-590- tnftp-20200705/libedit/Makefile.in-591-libedit_la-tty.lo: tty.c tnftp-20200705/libedit/Makefile.in:592:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-tty.lo -MD -MP -MF $(DEPDIR)/libedit_la-tty.Tpo -c -o libedit_la-tty.lo `test -f 'tty.c' || echo '$(srcdir)/'`tty.c tnftp-20200705/libedit/Makefile.in-593-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-tty.Tpo $(DEPDIR)/libedit_la-tty.Plo ############################################## tnftp-20200705/libedit/Makefile.in-595-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:596:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-tty.lo `test -f 'tty.c' || echo '$(srcdir)/'`tty.c tnftp-20200705/libedit/Makefile.in-597- tnftp-20200705/libedit/Makefile.in-598-libedit_la-vi.lo: vi.c tnftp-20200705/libedit/Makefile.in:599:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libedit_la-vi.lo -MD -MP -MF $(DEPDIR)/libedit_la-vi.Tpo -c -o libedit_la-vi.lo `test -f 'vi.c' || echo '$(srcdir)/'`vi.c tnftp-20200705/libedit/Makefile.in-600-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libedit_la-vi.Tpo $(DEPDIR)/libedit_la-vi.Plo ############################################## tnftp-20200705/libedit/Makefile.in-602-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ tnftp-20200705/libedit/Makefile.in:603:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libedit_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libedit_la-vi.lo `test -f 'vi.c' || echo '$(srcdir)/'`vi.c tnftp-20200705/libedit/Makefile.in-604- ############################################## tnftp-20200705/libedit/Makefile.in-655-GTAGS: tnftp-20200705/libedit/Makefile.in:656: here=`$(am__cd) $(top_builddir) && pwd` \ tnftp-20200705/libedit/Makefile.in-657- && $(am__cd) $(top_srcdir) \ ############################################## tnftp-20200705/libedit/Makefile.in-663-distdir: $(DISTFILES) tnftp-20200705/libedit/Makefile.in:664: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ tnftp-20200705/libedit/Makefile.in:665: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ tnftp-20200705/libedit/Makefile.in-666- list='$(DISTFILES)'; \ ############################################## tnftp-20200705/libedit/Makefile.in-677- if test -d $$d/$$file; then \ tnftp-20200705/libedit/Makefile.in:678: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ tnftp-20200705/libedit/Makefile.in-679- if test -d "$(distdir)/$$file"; then \