=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== enca-1.19/autogen.sh-54- # needed to handle versions like 1.10 and 1.4-p6 enca-1.19/autogen.sh:55: _min="`echo ${_min}. | sed 's/[^0-9]/./g' | sed 's/\.\././g'`" enca-1.19/autogen.sh:56: _cur="`echo ${_cur}. | sed 's/[^0-9]/./g' | sed 's/\.\././g'`" enca-1.19/autogen.sh-57- enca-1.19/autogen.sh:58: _min_major="`echo $_min | cut -d. -f1`" enca-1.19/autogen.sh:59: _min_minor="`echo $_min | cut -d. -f2`" enca-1.19/autogen.sh:60: _min_patch="`echo $_min | cut -d. -f3`" enca-1.19/autogen.sh-61- enca-1.19/autogen.sh:62: _cur_major="`echo $_cur | cut -d. -f1`" enca-1.19/autogen.sh:63: _cur_minor="`echo $_cur | cut -d. -f2`" enca-1.19/autogen.sh:64: _cur_patch="`echo $_cur | cut -d. -f3`" enca-1.19/autogen.sh-65- ############################################## enca-1.19/autogen.sh-103-if test -z "$NO_AUTOCONF"; then enca-1.19/autogen.sh:104: AC_VERSION=`autoconf --version | sed -e '2,$ d' -e 's/ *([^()]*)$//' -e 's/.* \(.*\)/\1/' -e 's/-p[0-9]\+//'` enca-1.19/autogen.sh-105- if ! version_check "2.52" "$AC_VERSION" ; then ############################################## enca-1.19/autogen.sh-117-if test -z "$NO_AUTOMAKE"; then enca-1.19/autogen.sh:118: AM_VERSION=`automake --version | sed -e '2,$ d' -e 's/ *([^()]*)$//' -e 's/.* \(.*\)/\1/' -e 's/-p[0-9]\+//'` enca-1.19/autogen.sh-119- if ! version_check "1.8" "$AM_VERSION" ; then ############################################## enca-1.19/autogen.sh-141-if test -z "$NO_LIBTOOL"; then enca-1.19/autogen.sh:142: LT_VERSION=`libtoolize --version | sed -e '2,$ d' -e 's/ *([^()]*)$//' -e 's/.* \(.*\)/\1/' -e 's/-p[0-9]\+//' -e 's/^[a-zA-z]*-//'` enca-1.19/autogen.sh-143- if ! version_check "1.4" "$LT_VERSION" ; then ############################################## enca-1.19/compile-67- mingw/*) enca-1.19/compile:68: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` enca-1.19/compile-69- ;; enca-1.19/compile-70- cygwin/*) enca-1.19/compile:71: file=`cygpath -m "$file" || echo "$file"` enca-1.19/compile-72- ;; enca-1.19/compile-73- wine/*) enca-1.19/compile:74: file=`winepath -w "$file" || echo "$file"` enca-1.19/compile-75- ;; ############################################## enca-1.19/compile-309-# Name of file we expect compiler to create. enca-1.19/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` enca-1.19/compile-311- ############################################## enca-1.19/compile-315-# object file name, since that is what matters with a parallel build. enca-1.19/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d enca-1.19/compile-317-while true; do ############################################## enca-1.19/depcomp-64- case $1 in enca-1.19/depcomp:65: */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; enca-1.19/depcomp-66- *) dir=;; ############################################## enca-1.19/depcomp-73-{ enca-1.19/depcomp:74: base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` enca-1.19/depcomp-75-} ############################################## enca-1.19/depcomp-126- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} enca-1.19/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} enca-1.19/depcomp-128- ############################################## enca-1.19/depcomp-405- sleep 1 enca-1.19/depcomp:406: i=`expr $i - 1` enca-1.19/depcomp-407- done enca-1.19/depcomp-408- fi enca-1.19/depcomp:409: i=`expr $i - 1` enca-1.19/depcomp-410- done ############################################## enca-1.19/depcomp-425- # Do two passes, one to just change these to enca-1.19/depcomp:426: # `$object: dependent.h' and one to simply `dependent.h:'. enca-1.19/depcomp-427- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## enca-1.19/depcomp-659- done enca-1.19/depcomp:660: obj_suffix=`echo "$object" | sed 's/^.*\././'` enca-1.19/depcomp-661- touch "$tmpdepfile" ############################################## enca-1.19/script/Makefile.in-50- { \ enca-1.19/script/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ enca-1.19/script/Makefile.in-52- }; \ ############################################## enca-1.19/script/Makefile.in-107-CONFIG_CLEAN_VPATH_FILES = enca-1.19/script/Makefile.in:108:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; enca-1.19/script/Makefile.in-109-am__vpath_adj = case $$p in \ enca-1.19/script/Makefile.in:110: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ enca-1.19/script/Makefile.in-111- *) f=$$p;; \ enca-1.19/script/Makefile.in-112- esac; enca-1.19/script/Makefile.in:113:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; enca-1.19/script/Makefile.in-114-am__install_max = 40 enca-1.19/script/Makefile.in-115-am__nobase_strip_setup = \ enca-1.19/script/Makefile.in:116: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` enca-1.19/script/Makefile.in-117-am__nobase_strip = \ ############################################## enca-1.19/script/Makefile.in-394- esac; \ enca-1.19/script/Makefile.in:395: f=`echo "$$p" | sed 's,^.*/,,;$(transform)'`; \ enca-1.19/script/Makefile.in-396- for opt in --help --version; do \ ############################################## enca-1.19/script/Makefile.in-398- 2>c$${pid}_.err </dev/null \ enca-1.19/script/Makefile.in:399: && test -n "`cat c$${pid}_.out`" \ enca-1.19/script/Makefile.in:400: && test -z "`cat c$${pid}_.err`"; then :; \ enca-1.19/script/Makefile.in-401- else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ ############################################## enca-1.19/script/Makefile.in-417-distdir: $(DISTFILES) enca-1.19/script/Makefile.in:418: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/script/Makefile.in:419: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/script/Makefile.in-420- list='$(DISTFILES)'; \ ############################################## enca-1.19/script/Makefile.in-431- if test -d $$d/$$file; then \ enca-1.19/script/Makefile.in:432: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enca-1.19/script/Makefile.in-433- if test -d "$(distdir)/$$file"; then \ ############################################## enca-1.19/script/b-map.in-16-umask 077 enca-1.19/script/b-map.in:17:inenc=`transform_enc_name "$1"` enca-1.19/script/b-map.in:18:outenc=`transform_enc_name "$2"` enca-1.19/script/b-map.in-19-if test "$4" = "-"; then ############################################## enca-1.19/script/b-recode-16-umask 077 enca-1.19/script/b-recode:17:inenc=`transform_enc_name "$1"` enca-1.19/script/b-recode-18-outenc="$2" ############################################## enca-1.19/script/b-cstocs.in-26-umask 077 enca-1.19/script/b-cstocs.in:27:inenc=`transform_enc_name "$1"` enca-1.19/script/b-cstocs.in:28:outenc=`transform_enc_name "$2"` enca-1.19/script/b-cstocs.in-29-if test "$4" = "-"; then ############################################## enca-1.19/script/b-piconv.in-16-umask 077 enca-1.19/script/b-piconv.in:17:inenc=`transform_enc_name "$1"` enca-1.19/script/b-piconv.in:18:outenc=`transform_enc_name "$2"` enca-1.19/script/b-piconv.in-19-if test "$4" = "-"; then ############################################## enca-1.19/script/b-umap.in-16-umask 077 enca-1.19/script/b-umap.in:17:inenc=`transform_enc_name "$1"` enca-1.19/script/b-umap.in:18:outenc=`transform_enc_name "$2"` enca-1.19/script/b-umap.in-19-if test "$4" = "-"; then ############################################## enca-1.19/configure.ac-84-for w in cstocs recode piconv map umap; do enca-1.19/configure.ac:85: wPROG=`echo $w | tr $as_cr_letters $as_cr_LETTERS`_PROG enca-1.19/configure.ac-86- # Is this POSIX? But even ash supports it. enca-1.19/configure.ac:87: eval wPROGcv=$`echo ac_cv_path_$wPROG` enca-1.19/configure.ac-88- if test -n "$wPROGcv"; then ############################################## enca-1.19/configure.ac-188-if test -n "$MKTEMP_PROG"; then enca-1.19/configure.ac:189: SHELL_RANDOM_FILENAME='`'$MKTEMP_PROG' /tmp/enca-$$-XXXXXXXX`' enca-1.19/configure.ac-190-else ############################################## enca-1.19/config.sub-52- enca-1.19/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` enca-1.19/config.sub-54- ############################################## enca-1.19/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations. enca-1.19/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` enca-1.19/config.sub-117-case $maybe_os in ############################################## enca-1.19/config.sub-123- os=-$maybe_os enca-1.19/config.sub:124: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` enca-1.19/config.sub-125- ;; ############################################## enca-1.19/config.sub-127- os=-linux-android enca-1.19/config.sub:128: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown enca-1.19/config.sub-129- ;; enca-1.19/config.sub-130- *) enca-1.19/config.sub:131: basic_machine=`echo $1 | sed 's/-[^-]*$//'` enca-1.19/config.sub-132- if [ $basic_machine != $1 ] enca-1.19/config.sub:133: then os=`echo $1 | sed 's/.*-/-/'` enca-1.19/config.sub-134- else os=; fi ############################################## enca-1.19/config.sub-181- os=-sco5v6 enca-1.19/config.sub:182: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enca-1.19/config.sub-183- ;; ############################################## enca-1.19/config.sub-185- os=-sco3.2v5 enca-1.19/config.sub:186: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enca-1.19/config.sub-187- ;; ############################################## enca-1.19/config.sub-189- os=-sco3.2v4 enca-1.19/config.sub:190: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enca-1.19/config.sub-191- ;; enca-1.19/config.sub-192- -sco3.2.[4-9]*) enca-1.19/config.sub:193: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` enca-1.19/config.sub:194: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enca-1.19/config.sub-195- ;; ############################################## enca-1.19/config.sub-197- # Don't forget version if it is 3.2v4 or newer. enca-1.19/config.sub:198: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enca-1.19/config.sub-199- ;; ############################################## enca-1.19/config.sub-201- # Don't forget version if it is 3.2v4 or newer. enca-1.19/config.sub:202: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enca-1.19/config.sub-203- ;; ############################################## enca-1.19/config.sub-205- os=-sco3.2v2 enca-1.19/config.sub:206: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enca-1.19/config.sub-207- ;; enca-1.19/config.sub-208- -udk*) enca-1.19/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enca-1.19/config.sub-210- ;; ############################################## enca-1.19/config.sub-212- os=-isc2.2 enca-1.19/config.sub:213: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enca-1.19/config.sub-214- ;; ############################################## enca-1.19/config.sub-218- -isc*) enca-1.19/config.sub:219: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` enca-1.19/config.sub-220- ;; ############################################## enca-1.19/config.sub-230- -ptx*) enca-1.19/config.sub:231: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` enca-1.19/config.sub-232- ;; enca-1.19/config.sub-233- -windowsnt*) enca-1.19/config.sub:234: os=`echo $os | sed -e 's/windowsnt/winnt/'` enca-1.19/config.sub-235- ;; ############################################## enca-1.19/config.sub-367- *-*-*) enca-1.19/config.sub:368: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 enca-1.19/config.sub-369- exit 1 ############################################## enca-1.19/config.sub-494- amd64-*) enca-1.19/config.sub:495: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-496- ;; ############################################## enca-1.19/config.sub-539- blackfin-*) enca-1.19/config.sub:540: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-541- os=-linux ############################################## enca-1.19/config.sub-547- c54x-*) enca-1.19/config.sub:548: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-549- ;; enca-1.19/config.sub-550- c55x-*) enca-1.19/config.sub:551: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-552- ;; enca-1.19/config.sub-553- c6x-*) enca-1.19/config.sub:554: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-555- ;; ############################################## enca-1.19/config.sub-750- i*86v32) enca-1.19/config.sub:751: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` enca-1.19/config.sub-752- os=-sysv32 ############################################## enca-1.19/config.sub-754- i*86v4*) enca-1.19/config.sub:755: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` enca-1.19/config.sub-756- os=-sysv4 ############################################## enca-1.19/config.sub-758- i*86v) enca-1.19/config.sub:759: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` enca-1.19/config.sub-760- os=-sysv ############################################## enca-1.19/config.sub-762- i*86sol2) enca-1.19/config.sub:763: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` enca-1.19/config.sub-764- os=-solaris2 ############################################## enca-1.19/config.sub-788- leon-*|leon[3-9]-*) enca-1.19/config.sub:789: basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` enca-1.19/config.sub-790- ;; ############################################## enca-1.19/config.sub-795- m68knommu-*) enca-1.19/config.sub:796: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-797- os=-linux ############################################## enca-1.19/config.sub-832- mips3*-*) enca-1.19/config.sub:833: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` enca-1.19/config.sub-834- ;; enca-1.19/config.sub-835- mips3*) enca-1.19/config.sub:836: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown enca-1.19/config.sub-837- ;; ############################################## enca-1.19/config.sub-854- ms1-*) enca-1.19/config.sub:855: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` enca-1.19/config.sub-856- ;; ############################################## enca-1.19/config.sub-973- parisc-*) enca-1.19/config.sub:974: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-975- os=-linux ############################################## enca-1.19/config.sub-989- pc98-*) enca-1.19/config.sub:990: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-991- ;; ############################################## enca-1.19/config.sub-1004- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) enca-1.19/config.sub:1005: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-1006- ;; enca-1.19/config.sub-1007- pentiumpro-* | p6-* | 6x86-* | athlon-*) enca-1.19/config.sub:1008: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-1009- ;; enca-1.19/config.sub-1010- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) enca-1.19/config.sub:1011: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-1012- ;; enca-1.19/config.sub-1013- pentium4-*) enca-1.19/config.sub:1014: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-1015- ;; ############################################## enca-1.19/config.sub-1023- ppc-* | ppcbe-*) enca-1.19/config.sub:1024: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-1025- ;; ############################################## enca-1.19/config.sub-1029- ppcle-* | powerpclittle-*) enca-1.19/config.sub:1030: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-1031- ;; ############################################## enca-1.19/config.sub-1033- ;; enca-1.19/config.sub:1034: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-1035- ;; ############################################## enca-1.19/config.sub-1039- ppc64le-* | powerpc64little-*) enca-1.19/config.sub:1040: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-1041- ;; ############################################## enca-1.19/config.sub-1122- strongarm-* | thumb-*) enca-1.19/config.sub:1123: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` enca-1.19/config.sub-1124- ;; ############################################## enca-1.19/config.sub-1252- xscale-* | xscalee[bl]-*) enca-1.19/config.sub:1253: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` enca-1.19/config.sub-1254- ;; ############################################## enca-1.19/config.sub-1329- *) enca-1.19/config.sub:1330: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 enca-1.19/config.sub-1331- exit 1 ############################################## enca-1.19/config.sub-1337- *-digital*) enca-1.19/config.sub:1338: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` enca-1.19/config.sub-1339- ;; enca-1.19/config.sub-1340- *-commodore*) enca-1.19/config.sub:1341: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` enca-1.19/config.sub-1342- ;; ############################################## enca-1.19/config.sub-1358- -solaris1 | -solaris1.*) enca-1.19/config.sub:1359: os=`echo $os | sed -e 's|solaris1|sunos4|'` enca-1.19/config.sub-1360- ;; ############################################## enca-1.19/config.sub-1370- -gnu/linux*) enca-1.19/config.sub:1371: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` enca-1.19/config.sub-1372- ;; ############################################## enca-1.19/config.sub-1416- -nto*) enca-1.19/config.sub:1417: os=`echo $os | sed -e 's|nto|nto-qnx|'` enca-1.19/config.sub-1418- ;; ############################################## enca-1.19/config.sub-1423- -mac*) enca-1.19/config.sub:1424: os=`echo $os | sed -e 's|mac|macos|'` enca-1.19/config.sub-1425- ;; ############################################## enca-1.19/config.sub-1429- -linux*) enca-1.19/config.sub:1430: os=`echo $os | sed -e 's|linux|linux-gnu|'` enca-1.19/config.sub-1431- ;; enca-1.19/config.sub-1432- -sunos5*) enca-1.19/config.sub:1433: os=`echo $os | sed -e 's|sunos5|solaris2|'` enca-1.19/config.sub-1434- ;; enca-1.19/config.sub-1435- -sunos6*) enca-1.19/config.sub:1436: os=`echo $os | sed -e 's|sunos6|solaris3|'` enca-1.19/config.sub-1437- ;; ############################################## enca-1.19/config.sub-1484- -sinix5.*) enca-1.19/config.sub:1485: os=`echo $os | sed -e 's|sinix|sysv|'` enca-1.19/config.sub-1486- ;; ############################################## enca-1.19/config.sub-1537- # Get rid of the `-' at the beginning of $os. enca-1.19/config.sub:1538: os=`echo $os | sed 's/[^-]*-//'` enca-1.19/config.sub:1539: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 enca-1.19/config.sub-1540- exit 1 ############################################## enca-1.19/config.sub-1800- esac enca-1.19/config.sub:1801: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` enca-1.19/config.sub-1802- ;; ############################################## enca-1.19/config.rpath-48-host="$1" enca-1.19/config.rpath:49:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` enca-1.19/config.rpath:50:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` enca-1.19/config.rpath:51:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` enca-1.19/config.rpath-52- ############################################## enca-1.19/config.rpath-223- case $host_os in aix4.[012]|aix4.[012].*) enca-1.19/config.rpath:224: collect2name=`${CC} -print-prog-name=collect2` enca-1.19/config.rpath-225- if test -f "$collect2name" && \ ############################################## enca-1.19/config.rpath-350- hardcode_direct=yes enca-1.19/config.rpath:351: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then enca-1.19/config.rpath-352- hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ############################################## enca-1.19/config.rpath-517-sed_quote_subst='s/\(["`$\\]\)/\\\1/g' enca-1.19/config.rpath:518:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` enca-1.19/config.rpath:519:shlibext=`echo "$shrext" | sed -e 's,^\.,,'` enca-1.19/config.rpath:520:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` enca-1.19/config.rpath-521- ############################################## enca-1.19/src/Makefile.in-51- { \ enca-1.19/src/Makefile.in:52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ enca-1.19/src/Makefile.in-53- }; \ ############################################## enca-1.19/src/Makefile.in-440- test -n "$(EXEEXT)" || exit 0; \ enca-1.19/src/Makefile.in:441: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ enca-1.19/src/Makefile.in-442- echo " rm -f" $$list; \ ############################################## enca-1.19/src/Makefile.in-454- 2>c$${pid}_.err </dev/null \ enca-1.19/src/Makefile.in:455: && test -n "`cat c$${pid}_.out`" \ enca-1.19/src/Makefile.in:456: && test -z "`cat c$${pid}_.err`"; then :; \ enca-1.19/src/Makefile.in-457- else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ ############################################## enca-1.19/src/Makefile.in-490-.c.obj: enca-1.19/src/Makefile.in:491:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enca-1.19/src/Makefile.in-492-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enca-1.19/src/Makefile.in-494-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:495:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` enca-1.19/src/Makefile.in-496- ############################################## enca-1.19/src/Makefile.in-504-enca-COPYING.o: COPYING.c enca-1.19/src/Makefile.in:505:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-COPYING.o -MD -MP -MF $(DEPDIR)/enca-COPYING.Tpo -c -o enca-COPYING.o `test -f 'COPYING.c' || echo '$(srcdir)/'`COPYING.c enca-1.19/src/Makefile.in-506-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-COPYING.Tpo $(DEPDIR)/enca-COPYING.Po ############################################## enca-1.19/src/Makefile.in-508-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:509:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-COPYING.o `test -f 'COPYING.c' || echo '$(srcdir)/'`COPYING.c enca-1.19/src/Makefile.in-510- enca-1.19/src/Makefile.in-511-enca-COPYING.obj: COPYING.c enca-1.19/src/Makefile.in:512:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-COPYING.obj -MD -MP -MF $(DEPDIR)/enca-COPYING.Tpo -c -o enca-COPYING.obj `if test -f 'COPYING.c'; then $(CYGPATH_W) 'COPYING.c'; else $(CYGPATH_W) '$(srcdir)/COPYING.c'; fi` enca-1.19/src/Makefile.in-513-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-COPYING.Tpo $(DEPDIR)/enca-COPYING.Po ############################################## enca-1.19/src/Makefile.in-515-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:516:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-COPYING.obj `if test -f 'COPYING.c'; then $(CYGPATH_W) 'COPYING.c'; else $(CYGPATH_W) '$(srcdir)/COPYING.c'; fi` enca-1.19/src/Makefile.in-517- enca-1.19/src/Makefile.in-518-enca-HELP.o: HELP.c enca-1.19/src/Makefile.in:519:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-HELP.o -MD -MP -MF $(DEPDIR)/enca-HELP.Tpo -c -o enca-HELP.o `test -f 'HELP.c' || echo '$(srcdir)/'`HELP.c enca-1.19/src/Makefile.in-520-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-HELP.Tpo $(DEPDIR)/enca-HELP.Po ############################################## enca-1.19/src/Makefile.in-522-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:523:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-HELP.o `test -f 'HELP.c' || echo '$(srcdir)/'`HELP.c enca-1.19/src/Makefile.in-524- enca-1.19/src/Makefile.in-525-enca-HELP.obj: HELP.c enca-1.19/src/Makefile.in:526:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-HELP.obj -MD -MP -MF $(DEPDIR)/enca-HELP.Tpo -c -o enca-HELP.obj `if test -f 'HELP.c'; then $(CYGPATH_W) 'HELP.c'; else $(CYGPATH_W) '$(srcdir)/HELP.c'; fi` enca-1.19/src/Makefile.in-527-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-HELP.Tpo $(DEPDIR)/enca-HELP.Po ############################################## enca-1.19/src/Makefile.in-529-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:530:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-HELP.obj `if test -f 'HELP.c'; then $(CYGPATH_W) 'HELP.c'; else $(CYGPATH_W) '$(srcdir)/HELP.c'; fi` enca-1.19/src/Makefile.in-531- enca-1.19/src/Makefile.in-532-enca-convert.o: convert.c enca-1.19/src/Makefile.in:533:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-convert.o -MD -MP -MF $(DEPDIR)/enca-convert.Tpo -c -o enca-convert.o `test -f 'convert.c' || echo '$(srcdir)/'`convert.c enca-1.19/src/Makefile.in-534-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-convert.Tpo $(DEPDIR)/enca-convert.Po ############################################## enca-1.19/src/Makefile.in-536-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:537:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-convert.o `test -f 'convert.c' || echo '$(srcdir)/'`convert.c enca-1.19/src/Makefile.in-538- enca-1.19/src/Makefile.in-539-enca-convert.obj: convert.c enca-1.19/src/Makefile.in:540:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-convert.obj -MD -MP -MF $(DEPDIR)/enca-convert.Tpo -c -o enca-convert.obj `if test -f 'convert.c'; then $(CYGPATH_W) 'convert.c'; else $(CYGPATH_W) '$(srcdir)/convert.c'; fi` enca-1.19/src/Makefile.in-541-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-convert.Tpo $(DEPDIR)/enca-convert.Po ############################################## enca-1.19/src/Makefile.in-543-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:544:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-convert.obj `if test -f 'convert.c'; then $(CYGPATH_W) 'convert.c'; else $(CYGPATH_W) '$(srcdir)/convert.c'; fi` enca-1.19/src/Makefile.in-545- enca-1.19/src/Makefile.in-546-enca-convert_extern.o: convert_extern.c enca-1.19/src/Makefile.in:547:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-convert_extern.o -MD -MP -MF $(DEPDIR)/enca-convert_extern.Tpo -c -o enca-convert_extern.o `test -f 'convert_extern.c' || echo '$(srcdir)/'`convert_extern.c enca-1.19/src/Makefile.in-548-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-convert_extern.Tpo $(DEPDIR)/enca-convert_extern.Po ############################################## enca-1.19/src/Makefile.in-550-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:551:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-convert_extern.o `test -f 'convert_extern.c' || echo '$(srcdir)/'`convert_extern.c enca-1.19/src/Makefile.in-552- enca-1.19/src/Makefile.in-553-enca-convert_extern.obj: convert_extern.c enca-1.19/src/Makefile.in:554:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-convert_extern.obj -MD -MP -MF $(DEPDIR)/enca-convert_extern.Tpo -c -o enca-convert_extern.obj `if test -f 'convert_extern.c'; then $(CYGPATH_W) 'convert_extern.c'; else $(CYGPATH_W) '$(srcdir)/convert_extern.c'; fi` enca-1.19/src/Makefile.in-555-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-convert_extern.Tpo $(DEPDIR)/enca-convert_extern.Po ############################################## enca-1.19/src/Makefile.in-557-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:558:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-convert_extern.obj `if test -f 'convert_extern.c'; then $(CYGPATH_W) 'convert_extern.c'; else $(CYGPATH_W) '$(srcdir)/convert_extern.c'; fi` enca-1.19/src/Makefile.in-559- enca-1.19/src/Makefile.in-560-enca-convert_recode.o: convert_recode.c enca-1.19/src/Makefile.in:561:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-convert_recode.o -MD -MP -MF $(DEPDIR)/enca-convert_recode.Tpo -c -o enca-convert_recode.o `test -f 'convert_recode.c' || echo '$(srcdir)/'`convert_recode.c enca-1.19/src/Makefile.in-562-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-convert_recode.Tpo $(DEPDIR)/enca-convert_recode.Po ############################################## enca-1.19/src/Makefile.in-564-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:565:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-convert_recode.o `test -f 'convert_recode.c' || echo '$(srcdir)/'`convert_recode.c enca-1.19/src/Makefile.in-566- enca-1.19/src/Makefile.in-567-enca-convert_recode.obj: convert_recode.c enca-1.19/src/Makefile.in:568:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-convert_recode.obj -MD -MP -MF $(DEPDIR)/enca-convert_recode.Tpo -c -o enca-convert_recode.obj `if test -f 'convert_recode.c'; then $(CYGPATH_W) 'convert_recode.c'; else $(CYGPATH_W) '$(srcdir)/convert_recode.c'; fi` enca-1.19/src/Makefile.in-569-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-convert_recode.Tpo $(DEPDIR)/enca-convert_recode.Po ############################################## enca-1.19/src/Makefile.in-571-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:572:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-convert_recode.obj `if test -f 'convert_recode.c'; then $(CYGPATH_W) 'convert_recode.c'; else $(CYGPATH_W) '$(srcdir)/convert_recode.c'; fi` enca-1.19/src/Makefile.in-573- enca-1.19/src/Makefile.in-574-enca-convert_iconv.o: convert_iconv.c enca-1.19/src/Makefile.in:575:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-convert_iconv.o -MD -MP -MF $(DEPDIR)/enca-convert_iconv.Tpo -c -o enca-convert_iconv.o `test -f 'convert_iconv.c' || echo '$(srcdir)/'`convert_iconv.c enca-1.19/src/Makefile.in-576-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-convert_iconv.Tpo $(DEPDIR)/enca-convert_iconv.Po ############################################## enca-1.19/src/Makefile.in-578-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:579:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-convert_iconv.o `test -f 'convert_iconv.c' || echo '$(srcdir)/'`convert_iconv.c enca-1.19/src/Makefile.in-580- enca-1.19/src/Makefile.in-581-enca-convert_iconv.obj: convert_iconv.c enca-1.19/src/Makefile.in:582:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-convert_iconv.obj -MD -MP -MF $(DEPDIR)/enca-convert_iconv.Tpo -c -o enca-convert_iconv.obj `if test -f 'convert_iconv.c'; then $(CYGPATH_W) 'convert_iconv.c'; else $(CYGPATH_W) '$(srcdir)/convert_iconv.c'; fi` enca-1.19/src/Makefile.in-583-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-convert_iconv.Tpo $(DEPDIR)/enca-convert_iconv.Po ############################################## enca-1.19/src/Makefile.in-585-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:586:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-convert_iconv.obj `if test -f 'convert_iconv.c'; then $(CYGPATH_W) 'convert_iconv.c'; else $(CYGPATH_W) '$(srcdir)/convert_iconv.c'; fi` enca-1.19/src/Makefile.in-587- enca-1.19/src/Makefile.in-588-enca-enca.o: enca.c enca-1.19/src/Makefile.in:589:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-enca.o -MD -MP -MF $(DEPDIR)/enca-enca.Tpo -c -o enca-enca.o `test -f 'enca.c' || echo '$(srcdir)/'`enca.c enca-1.19/src/Makefile.in-590-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-enca.Tpo $(DEPDIR)/enca-enca.Po ############################################## enca-1.19/src/Makefile.in-592-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:593:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-enca.o `test -f 'enca.c' || echo '$(srcdir)/'`enca.c enca-1.19/src/Makefile.in-594- enca-1.19/src/Makefile.in-595-enca-enca.obj: enca.c enca-1.19/src/Makefile.in:596:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-enca.obj -MD -MP -MF $(DEPDIR)/enca-enca.Tpo -c -o enca-enca.obj `if test -f 'enca.c'; then $(CYGPATH_W) 'enca.c'; else $(CYGPATH_W) '$(srcdir)/enca.c'; fi` enca-1.19/src/Makefile.in-597-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-enca.Tpo $(DEPDIR)/enca-enca.Po ############################################## enca-1.19/src/Makefile.in-599-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:600:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-enca.obj `if test -f 'enca.c'; then $(CYGPATH_W) 'enca.c'; else $(CYGPATH_W) '$(srcdir)/enca.c'; fi` enca-1.19/src/Makefile.in-601- enca-1.19/src/Makefile.in-602-enca-filebuf.o: filebuf.c enca-1.19/src/Makefile.in:603:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-filebuf.o -MD -MP -MF $(DEPDIR)/enca-filebuf.Tpo -c -o enca-filebuf.o `test -f 'filebuf.c' || echo '$(srcdir)/'`filebuf.c enca-1.19/src/Makefile.in-604-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-filebuf.Tpo $(DEPDIR)/enca-filebuf.Po ############################################## enca-1.19/src/Makefile.in-606-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:607:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-filebuf.o `test -f 'filebuf.c' || echo '$(srcdir)/'`filebuf.c enca-1.19/src/Makefile.in-608- enca-1.19/src/Makefile.in-609-enca-filebuf.obj: filebuf.c enca-1.19/src/Makefile.in:610:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-filebuf.obj -MD -MP -MF $(DEPDIR)/enca-filebuf.Tpo -c -o enca-filebuf.obj `if test -f 'filebuf.c'; then $(CYGPATH_W) 'filebuf.c'; else $(CYGPATH_W) '$(srcdir)/filebuf.c'; fi` enca-1.19/src/Makefile.in-611-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-filebuf.Tpo $(DEPDIR)/enca-filebuf.Po ############################################## enca-1.19/src/Makefile.in-613-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:614:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-filebuf.obj `if test -f 'filebuf.c'; then $(CYGPATH_W) 'filebuf.c'; else $(CYGPATH_W) '$(srcdir)/filebuf.c'; fi` enca-1.19/src/Makefile.in-615- enca-1.19/src/Makefile.in-616-enca-locale_detect.o: locale_detect.c enca-1.19/src/Makefile.in:617:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-locale_detect.o -MD -MP -MF $(DEPDIR)/enca-locale_detect.Tpo -c -o enca-locale_detect.o `test -f 'locale_detect.c' || echo '$(srcdir)/'`locale_detect.c enca-1.19/src/Makefile.in-618-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-locale_detect.Tpo $(DEPDIR)/enca-locale_detect.Po ############################################## enca-1.19/src/Makefile.in-620-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:621:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-locale_detect.o `test -f 'locale_detect.c' || echo '$(srcdir)/'`locale_detect.c enca-1.19/src/Makefile.in-622- enca-1.19/src/Makefile.in-623-enca-locale_detect.obj: locale_detect.c enca-1.19/src/Makefile.in:624:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-locale_detect.obj -MD -MP -MF $(DEPDIR)/enca-locale_detect.Tpo -c -o enca-locale_detect.obj `if test -f 'locale_detect.c'; then $(CYGPATH_W) 'locale_detect.c'; else $(CYGPATH_W) '$(srcdir)/locale_detect.c'; fi` enca-1.19/src/Makefile.in-625-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-locale_detect.Tpo $(DEPDIR)/enca-locale_detect.Po ############################################## enca-1.19/src/Makefile.in-627-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:628:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-locale_detect.obj `if test -f 'locale_detect.c'; then $(CYGPATH_W) 'locale_detect.c'; else $(CYGPATH_W) '$(srcdir)/locale_detect.c'; fi` enca-1.19/src/Makefile.in-629- enca-1.19/src/Makefile.in-630-enca-options.o: options.c enca-1.19/src/Makefile.in:631:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-options.o -MD -MP -MF $(DEPDIR)/enca-options.Tpo -c -o enca-options.o `test -f 'options.c' || echo '$(srcdir)/'`options.c enca-1.19/src/Makefile.in-632-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-options.Tpo $(DEPDIR)/enca-options.Po ############################################## enca-1.19/src/Makefile.in-634-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:635:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-options.o `test -f 'options.c' || echo '$(srcdir)/'`options.c enca-1.19/src/Makefile.in-636- enca-1.19/src/Makefile.in-637-enca-options.obj: options.c enca-1.19/src/Makefile.in:638:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enca-options.obj -MD -MP -MF $(DEPDIR)/enca-options.Tpo -c -o enca-options.obj `if test -f 'options.c'; then $(CYGPATH_W) 'options.c'; else $(CYGPATH_W) '$(srcdir)/options.c'; fi` enca-1.19/src/Makefile.in-639-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/enca-options.Tpo $(DEPDIR)/enca-options.Po ############################################## enca-1.19/src/Makefile.in-641-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/src/Makefile.in:642:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(enca_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o enca-options.obj `if test -f 'options.c'; then $(CYGPATH_W) 'options.c'; else $(CYGPATH_W) '$(srcdir)/options.c'; fi` enca-1.19/src/Makefile.in-643- ############################################## enca-1.19/src/Makefile.in-679-GTAGS: enca-1.19/src/Makefile.in:680: here=`$(am__cd) $(top_builddir) && pwd` \ enca-1.19/src/Makefile.in-681- && $(am__cd) $(top_srcdir) \ ############################################## enca-1.19/src/Makefile.in-702-distdir: $(DISTFILES) enca-1.19/src/Makefile.in:703: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/src/Makefile.in:704: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/src/Makefile.in-705- list='$(DISTFILES)'; \ ############################################## enca-1.19/src/Makefile.in-716- if test -d $$d/$$file; then \ enca-1.19/src/Makefile.in:717: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enca-1.19/src/Makefile.in-718- if test -d "$(distdir)/$$file"; then \ ############################################## enca-1.19/src/Makefile.in-880- cd $(DESTDIR)$(bindir); \ enca-1.19/src/Makefile.in:881: inst1=`echo enca | sed '$(transform)'`; \ enca-1.19/src/Makefile.in:882: inst2=`echo enconv | sed '$(transform)'`; \ enca-1.19/src/Makefile.in-883- $(LN_S) -f $$inst1$(EXEEXT) $$inst2$(EXEEXT) ############################################## enca-1.19/src/Makefile.in-885-uninstall-hook: enca-1.19/src/Makefile.in:886: inst=`echo enconv | sed '$(transform)'`; \ enca-1.19/src/Makefile.in-887- rm -f $(DESTDIR)$(bindir)/$$inst$(EXEEXT) ############################################## enca-1.19/src/text2c.sh-1-#! /bin/sh enca-1.19/src/text2c.sh:2:name=`echo $1 | sed -e 's/.*\///'` enca-1.19/src/text2c.sh-3-cat <<EOF ############################################## enca-1.19/src/Makefile.am-46- cd $(DESTDIR)$(bindir); \ enca-1.19/src/Makefile.am:47: inst1=`echo enca | sed '$(transform)'`; \ enca-1.19/src/Makefile.am:48: inst2=`echo enconv | sed '$(transform)'`; \ enca-1.19/src/Makefile.am-49- $(LN_S) -f $$inst1$(EXEEXT) $$inst2$(EXEEXT) ############################################## enca-1.19/src/Makefile.am-51-uninstall-hook: enca-1.19/src/Makefile.am:52: inst=`echo enconv | sed '$(transform)'`; \ enca-1.19/src/Makefile.am-53- rm -f $(DESTDIR)$(bindir)/$$inst$(EXEEXT) ############################################## enca-1.19/tools/Makefile.in-52- { \ enca-1.19/tools/Makefile.in:53: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ enca-1.19/tools/Makefile.in-54- }; \ ############################################## enca-1.19/tools/Makefile.in-400- test -n "$(EXEEXT)" || exit 0; \ enca-1.19/tools/Makefile.in:401: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ enca-1.19/tools/Makefile.in-402- echo " rm -f" $$list; \ ############################################## enca-1.19/tools/Makefile.in-424-.c.obj: enca-1.19/tools/Makefile.in:425:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enca-1.19/tools/Makefile.in-426-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enca-1.19/tools/Makefile.in-428-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/tools/Makefile.in:429:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` enca-1.19/tools/Makefile.in-430- ############################################## enca-1.19/tools/Makefile.in-473-GTAGS: enca-1.19/tools/Makefile.in:474: here=`$(am__cd) $(top_builddir) && pwd` \ enca-1.19/tools/Makefile.in-475- && $(am__cd) $(top_srcdir) \ ############################################## enca-1.19/tools/Makefile.in-496-distdir: $(DISTFILES) enca-1.19/tools/Makefile.in:497: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/tools/Makefile.in:498: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/tools/Makefile.in-499- list='$(DISTFILES)'; \ ############################################## enca-1.19/tools/Makefile.in-510- if test -d $$d/$$file; then \ enca-1.19/tools/Makefile.in:511: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enca-1.19/tools/Makefile.in-512- if test -d "$(distdir)/$$file"; then \ ############################################## enca-1.19/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ enca-1.19/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then enca-1.19/configure-47- as_echo='print -r --' enca-1.19/configure-48- as_echo_n='print -rn --' enca-1.19/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then enca-1.19/configure-50- as_echo='printf %s\n' ############################################## enca-1.19/configure-52-else enca-1.19/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then enca-1.19/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## enca-1.19/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; enca-1.19/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; enca-1.19/configure-64- esac; ############################################## enca-1.19/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && enca-1.19/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 enca-1.19/configure-201-test \$(( 1 + 1 )) = 2 || exit 1 ############################################## enca-1.19/configure-207- PATH=/empty FPATH=/empty; export PATH FPATH enca-1.19/configure:208: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ enca-1.19/configure:209: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" enca-1.19/configure-210- if (eval "$as_required") 2>/dev/null; then : ############################################## enca-1.19/configure-335- case $as_dir in #( enca-1.19/configure:336: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( enca-1.19/configure-337- *) as_qdir=$as_dir;; ############################################## enca-1.19/configure-408- { enca-1.19/configure:409: as_val=`expr "$@" || test $? -eq 1` enca-1.19/configure-410- } ############################################## enca-1.19/configure-415-# ---------------------------------------- enca-1.19/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are enca-1.19/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## enca-1.19/configure-478- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && enca-1.19/configure:479: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { enca-1.19/configure-480- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## enca-1.19/configure-872- case $ac_option in enca-1.19/configure:873: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; enca-1.19/configure-874- *=) ac_optarg= ;; ############################################## enca-1.19/configure-916- -disable-* | --disable-*) enca-1.19/configure:917: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` enca-1.19/configure-918- # Reject names that are not valid shell variable names. ############################################## enca-1.19/configure-921- ac_useropt_orig=$ac_useropt enca-1.19/configure:922: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` enca-1.19/configure-923- case $ac_user_opts in ############################################## enca-1.19/configure-942- -enable-* | --enable-*) enca-1.19/configure:943: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` enca-1.19/configure-944- # Reject names that are not valid shell variable names. ############################################## enca-1.19/configure-947- ac_useropt_orig=$ac_useropt enca-1.19/configure:948: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` enca-1.19/configure-949- case $ac_user_opts in ############################################## enca-1.19/configure-1155- -with-* | --with-*) enca-1.19/configure:1156: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` enca-1.19/configure-1157- # Reject names that are not valid shell variable names. ############################################## enca-1.19/configure-1160- ac_useropt_orig=$ac_useropt enca-1.19/configure:1161: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` enca-1.19/configure-1162- case $ac_user_opts in ############################################## enca-1.19/configure-1171- -without-* | --without-*) enca-1.19/configure:1172: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` enca-1.19/configure-1173- # Reject names that are not valid shell variable names. ############################################## enca-1.19/configure-1176- ac_useropt_orig=$ac_useropt enca-1.19/configure:1177: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` enca-1.19/configure-1178- case $ac_user_opts in ############################################## enca-1.19/configure-1209- *=*) enca-1.19/configure:1210: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` enca-1.19/configure-1211- # Reject names that are not valid shell variable names. ############################################## enca-1.19/configure-1230-if test -n "$ac_prev"; then enca-1.19/configure:1231: ac_option=--`echo $ac_prev | sed 's/_/-/g'` enca-1.19/configure-1232- as_fn_error $? "missing argument to $ac_option" ############################################## enca-1.19/configure-1252- */ ) enca-1.19/configure:1253: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` enca-1.19/configure-1254- eval $ac_var=\$ac_val;; ############################################## enca-1.19/configure-1287-ac_ls_di=`ls -di .` && enca-1.19/configure:1288:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || enca-1.19/configure-1289- as_fn_error $? "working directory cannot be determined" ############################################## enca-1.19/configure-1343-case $srcdir in enca-1.19/configure:1344:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; enca-1.19/configure-1345-esac ############################################## enca-1.19/configure-1386-By default, \`make install' will install all the files in enca-1.19/configure:1387:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify enca-1.19/configure:1388:an installation prefix other than \`$ac_default_prefix' using \`--prefix', enca-1.19/configure-1389-for instance \`--prefix=\$HOME'. ############################################## enca-1.19/configure-1505-*) enca-1.19/configure:1506: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` enca-1.19/configure-1507- # A ".." for each directory in $ac_dir_suffix. enca-1.19/configure:1508: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` enca-1.19/configure-1509- case $ac_top_builddir_sub in ############################################## enca-1.19/configure-1979- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack enca-1.19/configure:1980: as_decl_name=`echo $2|sed 's/ *(.*//'` enca-1.19/configure:1981: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` enca-1.19/configure-1982- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## enca-1.19/configure-2093- *\'*) enca-1.19/configure:2094: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; enca-1.19/configure-2095- esac ############################################## enca-1.19/configure-2176- case $ac_val in enca-1.19/configure:2177: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; enca-1.19/configure-2178- esac ############################################## enca-1.19/configure-2191- case $ac_val in enca-1.19/configure:2192: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; enca-1.19/configure-2193- esac ############################################## enca-1.19/configure-2311- set,) enca-1.19/configure:2312: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 enca-1.19/configure:2313:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} enca-1.19/configure-2314- ac_cache_corrupted=: ;; ############################################## enca-1.19/configure-2322- # differences in whitespace do not lead to failure. enca-1.19/configure:2323: ac_old_val_w=`echo x $ac_old_val` enca-1.19/configure:2324: ac_new_val_w=`echo x $ac_new_val` enca-1.19/configure-2325- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## enca-1.19/configure-2342- case $ac_new_val in enca-1.19/configure:2343: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; enca-1.19/configure-2344- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## enca-1.19/configure-2525- echo "timestamp, slept: $am_has_slept" > conftest.file enca-1.19/configure:2526: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` enca-1.19/configure-2527- if test "$*" = "X"; then enca-1.19/configure-2528- # -L didn't work. enca-1.19/configure:2529: set X `ls -t "$srcdir/configure" conftest.file` enca-1.19/configure-2530- fi ############################################## enca-1.19/configure-2576-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' enca-1.19/configure:2577:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` enca-1.19/configure-2578- enca-1.19/configure-2579-# Expand $ac_aux_dir to an absolute path. enca-1.19/configure:2580:am_aux_dir=`cd "$ac_aux_dir" && pwd` enca-1.19/configure-2581- ############################################## enca-1.19/configure-2721- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue enca-1.19/configure:2722: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( enca-1.19/configure-2723- 'mkdir (GNU coreutils) '* | \ ############################################## enca-1.19/configure-2794-set x ${MAKE-make} enca-1.19/configure:2795:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` enca-1.19/configure-2796-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## enca-1.19/configure-2804-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. enca-1.19/configure:2805:case `${MAKE-make} -f conftest.make 2>/dev/null` in enca-1.19/configure-2806- *@@@%%%=?*=@@@%%%*) ############################################## enca-1.19/configure-2870- enca-1.19/configure:2871:if test "`cd $srcdir && pwd`" != "`pwd`"; then enca-1.19/configure-2872- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## enca-1.19/configure-3402-$as_echo_n "checking whether the C compiler works... " >&6; } enca-1.19/configure:3403:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` enca-1.19/configure-3404- ############################################## enca-1.19/configure-3446- then :; else enca-1.19/configure:3447: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` enca-1.19/configure-3448- fi ############################################## enca-1.19/configure-3506- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; enca-1.19/configure:3507: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` enca-1.19/configure-3508- break;; ############################################## enca-1.19/configure-3615- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; enca-1.19/configure:3616: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` enca-1.19/configure-3617- break;; ############################################## enca-1.19/configure-3923-# Ignore all kinds of additional output from 'make'. enca-1.19/configure:3924:case `$am_make -s -f confmf 2> /dev/null` in #( enca-1.19/configure-3925-*the\ am__doit\ target*) ############################################## enca-1.19/configure-3933- echo '.include "confinc"' > confmf enca-1.19/configure:3934: case `$am_make -s -f confmf 2> /dev/null` in #( enca-1.19/configure-3935- *the\ am__doit\ target*) ############################################## enca-1.19/configure-3996- if test "$am_compiler_list" = ""; then enca-1.19/configure:3997: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` enca-1.19/configure-3998- fi ############################################## enca-1.19/configure-4253- # Check for GNU $ac_path_GREP enca-1.19/configure:4254:case `"$ac_path_GREP" --version 2>&1` in enca-1.19/configure-4255-*GNU*) ############################################## enca-1.19/configure-4319- # Check for GNU $ac_path_EGREP enca-1.19/configure:4320:case `"$ac_path_EGREP" --version 2>&1` in enca-1.19/configure-4321-*GNU*) ############################################## enca-1.19/configure-4480-do : enca-1.19/configure:4481: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` enca-1.19/configure-4482-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## enca-1.19/configure-4485- cat >>confdefs.h <<_ACEOF enca-1.19/configure:4486:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 enca-1.19/configure-4487-_ACEOF ############################################## enca-1.19/configure-4648-test "x$ac_build_alias" = x && enca-1.19/configure:4649: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` enca-1.19/configure-4650-test "x$ac_build_alias" = x && enca-1.19/configure-4651- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 enca-1.19/configure:4652:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || enca-1.19/configure-4653- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## enca-1.19/configure-4672-IFS=$ac_save_IFS enca-1.19/configure:4673:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac enca-1.19/configure-4674- ############################################## enca-1.19/configure-4683-else enca-1.19/configure:4684: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || enca-1.19/configure-4685- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## enca-1.19/configure-4705-IFS=$ac_save_IFS enca-1.19/configure:4706:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac enca-1.19/configure-4707- ############################################## enca-1.19/configure-4733-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ enca-1.19/configure:4734: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then enca-1.19/configure-4735- ECHO='print -r --' enca-1.19/configure:4736:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then enca-1.19/configure-4737- ECHO='printf %s\n' ############################################## enca-1.19/configure-4802- # Check for GNU $ac_path_SED enca-1.19/configure:4803:case `"$ac_path_SED" --version 2>&1` in enca-1.19/configure-4804-*GNU*) ############################################## enca-1.19/configure-4881- # Check for GNU $ac_path_FGREP enca-1.19/configure:4882:case `"$ac_path_FGREP" --version 2>&1` in enca-1.19/configure-4883-*GNU*) ############################################## enca-1.19/configure-4961- # gcc leaves a trailing carriage return, which upsets mingw enca-1.19/configure:4962: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; enca-1.19/configure-4963- *) enca-1.19/configure:4964: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; enca-1.19/configure-4965- esac ############################################## enca-1.19/configure-4970- # Canonicalize the pathname of ld enca-1.19/configure:4971: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` enca-1.19/configure-4972- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do enca-1.19/configure:4973: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` enca-1.19/configure-4974- done ############################################## enca-1.19/configure-5005- # Break only if it was the GNU/non-GNU ld that we prefer. enca-1.19/configure:5006: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in enca-1.19/configure-5007- *GNU* | *'with BFD'*) ############################################## enca-1.19/configure-5036- # I'd rather use --version here, but apparently some GNU lds only accept -v. enca-1.19/configure:5037:case `$LD -v 2>&1 </dev/null` in enca-1.19/configure-5038-*GNU* | *'with BFD'*) ############################################## enca-1.19/configure-5086- esac enca-1.19/configure:5087: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in enca-1.19/configure-5088- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## enca-1.19/configure-5092- *) enca-1.19/configure:5093: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in enca-1.19/configure-5094- */dev/null*) ############################################## enca-1.19/configure-5220- enca-1.19/configure:5221: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in enca-1.19/configure-5222- *COFF*) ############################################## enca-1.19/configure-5332- # And add a safety zone enca-1.19/configure:5333: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` enca-1.19/configure:5334: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` enca-1.19/configure-5335- ;; ############################################## enca-1.19/configure-5365- if test -n "$kargmax"; then enca-1.19/configure:5366: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` enca-1.19/configure-5367- else ############################################## enca-1.19/configure-5374- test undefined != "$lt_cv_sys_max_cmd_len"; then enca-1.19/configure:5375: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` enca-1.19/configure:5376: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` enca-1.19/configure-5377- else ############################################## enca-1.19/configure-5386- # we can't tell. enca-1.19/configure:5387: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ enca-1.19/configure-5388- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## enca-1.19/configure-5390- do enca-1.19/configure:5391: i=`expr $i + 1` enca-1.19/configure-5392- teststring=$teststring$teststring ############################################## enca-1.19/configure-5394- # Only check the string length outside the loop. enca-1.19/configure:5395: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` enca-1.19/configure-5396- teststring= ############################################## enca-1.19/configure-5399- # linker. It appears as though 1/2 is a usable value. enca-1.19/configure:5400: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` enca-1.19/configure-5401- fi ############################################## enca-1.19/configure-5810-openbsd* | bitrig*) enca-1.19/configure:5811: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then enca-1.19/configure-5812- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## enca-1.19/configure-5880- else enca-1.19/configure:5881: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` enca-1.19/configure-5882- fi ############################################## enca-1.19/configure-6025- # decide which one to use based on capabilities of $DLLTOOL enca-1.19/configure:6026: case `$DLLTOOL --help 2>&1` in enca-1.19/configure-6027- *--identify-strict*) ############################################## enca-1.19/configure-6546-# If we're using GNU nm, then use its standard symbol codes. enca-1.19/configure:6547:case `$NM -V 2>&1` in enca-1.19/configure-6548-*GNU* | *'with BFD'*) ############################################## enca-1.19/configure-6594-mingw*) enca-1.19/configure:6595: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp enca-1.19/configure-6596- ;; ############################################## enca-1.19/configure-6826- if test yes = "$GCC"; then enca-1.19/configure:6827: lt_sysroot=`$CC --print-sysroot 2>/dev/null` enca-1.19/configure-6828- fi ############################################## enca-1.19/configure-6830- /*) enca-1.19/configure:6831: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` enca-1.19/configure-6832- ;; #( ############################################## enca-1.19/configure-6925- done enca-1.19/configure:6926: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` enca-1.19/configure-6927-} ############################################## enca-1.19/configure-6947- test $ac_status = 0; }; then enca-1.19/configure:6948: case `/usr/bin/file conftest.$ac_objext` in enca-1.19/configure-6949- *ELF-32*) ############################################## enca-1.19/configure-6968- if test yes = "$lt_cv_prog_gnu_ld"; then enca-1.19/configure:6969: case `/usr/bin/file conftest.$ac_objext` in enca-1.19/configure-6970- *32-bit*) ############################################## enca-1.19/configure-6980- else enca-1.19/configure:6981: case `/usr/bin/file conftest.$ac_objext` in enca-1.19/configure-6982- *32-bit*) ############################################## enca-1.19/configure-7006- emul=elf enca-1.19/configure:7007: case `/usr/bin/file conftest.$ac_objext` in enca-1.19/configure-7008- *32-bit*) ############################################## enca-1.19/configure-7014- esac enca-1.19/configure:7015: case `/usr/bin/file conftest.$ac_objext` in enca-1.19/configure-7016- *MSB*) ############################################## enca-1.19/configure-7022- esac enca-1.19/configure:7023: case `/usr/bin/file conftest.$ac_objext` in enca-1.19/configure-7024- *N32*) ############################################## enca-1.19/configure-7955- *:) enca-1.19/configure:7956: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" enca-1.19/configure-7957- ;; enca-1.19/configure-7958- x:*) enca-1.19/configure:7959: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" enca-1.19/configure-7960- ;; enca-1.19/configure-7961- *::*) enca-1.19/configure:7962: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" enca-1.19/configure:7963: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" enca-1.19/configure-7964- ;; enca-1.19/configure-7965- *) enca-1.19/configure:7966: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" enca-1.19/configure-7967- ;; ############################################## enca-1.19/configure-8320- "file_magic "*) enca-1.19/configure:8321: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` enca-1.19/configure-8322- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## enca-1.19/configure-8386- "file_magic "*) enca-1.19/configure:8387: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` enca-1.19/configure-8388- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## enca-1.19/configure-8784- *) enca-1.19/configure:8785: case `$CC -V 2>&1 | sed 5q` in enca-1.19/configure-8786- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) ############################################## enca-1.19/configure-9233- # shared libraries, regardless of the interface used. enca-1.19/configure:9234: case `$LD -v 2>&1` in enca-1.19/configure-9235- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## enca-1.19/configure-9265- supports_anon_versioning=no enca-1.19/configure:9266: case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in enca-1.19/configure-9267- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## enca-1.19/configure-9334- # is; otherwise, prepend EXPORTS... enca-1.19/configure:9335: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then enca-1.19/configure-9336- cp $export_symbols $output_objdir/$soname.def; ############################################## enca-1.19/configure-9368- prefix_cmds="$SED"~ enca-1.19/configure:9369: if test EXPORTS = "`$SED 1q $export_symbols`"; then enca-1.19/configure-9370- prefix_cmds="$prefix_cmds -e 1d"; ############################################## enca-1.19/configure-9390- # time. Moving up from 0x10000000 also allows more sbrk(2) space. enca-1.19/configure:9391: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' enca-1.19/configure:9392: 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' enca-1.19/configure-9393- ;; ############################################## enca-1.19/configure-9408- pgcc*) # Portland Group C compiler enca-1.19/configure:9409: 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' enca-1.19/configure-9410- tmp_addflag=' $pic_flag' ############################################## enca-1.19/configure-9413- # Portland Group f77 and f90 compilers enca-1.19/configure:9414: 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' enca-1.19/configure-9415- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## enca-1.19/configure-9430- nvcc*) # Cuda Compiler Driver 2.2 enca-1.19/configure:9431: 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' enca-1.19/configure-9432- compiler_needs_object=yes ############################################## enca-1.19/configure-9434- esac enca-1.19/configure:9435: case `$CC -V 2>&1 | sed 5q` in enca-1.19/configure-9436- *Sun\ C*) # Sun C 5.9 enca-1.19/configure:9437: 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' enca-1.19/configure-9438- compiler_needs_object=yes ############################################## enca-1.19/configure-9505- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) enca-1.19/configure:9506: case `$LD -v 2>&1` in enca-1.19/configure-9507- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## enca-1.19/configure-9594- else enca-1.19/configure:9595: export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' enca-1.19/configure-9596- fi ############################################## enca-1.19/configure-9659- # below for broken collect2 doesn't work under 4.3+ enca-1.19/configure:9660: collect2name=`$CC -print-prog-name=collect2` enca-1.19/configure-9661- if test -f "$collect2name" && ############################################## enca-1.19/configure-9739- }' enca-1.19/configure:9740: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enca-1.19/configure-9741- # Check for a 64-bit object if we didn't find anything. enca-1.19/configure-9742- if test -z "$lt_cv_aix_libpath_"; then enca-1.19/configure:9743: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enca-1.19/configure-9744- fi ############################################## enca-1.19/configure-9757- hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" enca-1.19/configure:9758: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag enca-1.19/configure-9759- else ############################################## enca-1.19/configure-9792- }' enca-1.19/configure:9793: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enca-1.19/configure-9794- # Check for a 64-bit object if we didn't find anything. enca-1.19/configure-9795- if test -z "$lt_cv_aix_libpath_"; then enca-1.19/configure:9796: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enca-1.19/configure-9797- fi ############################################## enca-1.19/configure-9824- # -brtl affects multiple linker settings, -berok does not and is overridden later enca-1.19/configure:9825: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' enca-1.19/configure-9826- if test svr4 != "$with_aix_soname"; then ############################################## enca-1.19/configure-9877- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' enca-1.19/configure:9878: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then enca-1.19/configure-9879- cp "$export_symbols" "$output_objdir/$soname.def"; ############################################## enca-1.19/configure-9915- # FIXME: Setting linknames here is a bad hack. enca-1.19/configure:9916: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' enca-1.19/configure-9917- # The linker will automatically build a .lib file if we build a DLL. ############################################## enca-1.19/configure-9933- if test yes = "$lt_cv_ld_force_load"; then enca-1.19/configure:9934: 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\"`' enca-1.19/configure-9935- ############################################## enca-1.19/configure-10113- if test yes = "$GCC"; then enca-1.19/configure:10114: 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' enca-1.19/configure-10115- # Try to use the -exported_symbol ld option, if it does not ############################################## enca-1.19/configure-10141- if test yes = "$lt_cv_irix_exported_symbol"; then enca-1.19/configure:10142: 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' enca-1.19/configure-10143- fi ############################################## enca-1.19/configure-10145- else enca-1.19/configure:10146: 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' enca-1.19/configure:10147: 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' enca-1.19/configure-10148- fi ############################################## enca-1.19/configure-10192- hardcode_direct_absolute=yes enca-1.19/configure:10193: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then enca-1.19/configure-10194- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## enca-1.19/configure-10223- prefix_cmds="$SED"~ enca-1.19/configure:10224: if test EXPORTS = "`$SED 1q $export_symbols`"; then enca-1.19/configure-10225- prefix_cmds="$prefix_cmds -e 1d"; ############################################## enca-1.19/configure-10237- allow_undefined_flag=' $wl-expect_unresolved $wl\*' enca-1.19/configure:10238: 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' enca-1.19/configure-10239- else enca-1.19/configure-10240- allow_undefined_flag=' -expect_unresolved \*' enca-1.19/configure:10241: 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' enca-1.19/configure-10242- fi ############################################## enca-1.19/configure-10250- allow_undefined_flag=' $wl-expect_unresolved $wl\*' enca-1.19/configure:10251: 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' enca-1.19/configure-10252- hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' ############################################## enca-1.19/configure-10254- allow_undefined_flag=' -expect_unresolved \*' enca-1.19/configure:10255: 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' enca-1.19/configure:10256: 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~ enca-1.19/configure:10257: $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' enca-1.19/configure-10258- ############################################## enca-1.19/configure-10273- else enca-1.19/configure:10274: case `$CC -V 2>&1` in enca-1.19/configure-10275- *"Compilers 5.0"*) ############################################## enca-1.19/configure-10672- esac enca-1.19/configure:10673: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` enca-1.19/configure-10674- case $lt_search_path_spec in ############################################## enca-1.19/configure-10679- # okay in the real world where ";" in dirpaths is itself problematic. enca-1.19/configure:10680: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` enca-1.19/configure-10681- ;; enca-1.19/configure-10682- *) enca-1.19/configure:10683: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` enca-1.19/configure-10684- ;; ############################################## enca-1.19/configure-10688- lt_tmp_lt_search_path_spec= enca-1.19/configure:10689: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` enca-1.19/configure-10690- # ...but if some path component already ends with the multilib dir we assume ############################################## enca-1.19/configure-10730- esac enca-1.19/configure:10731: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` enca-1.19/configure-10732-else ############################################## enca-1.19/configure-10870- # Create ${libname}_ixlibrary.a entries in /sys/libs. enca-1.19/configure:10871: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $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' enca-1.19/configure-10872- ;; ############################################## enca-1.19/configure-10906- # DLL is installed to $(libdir)/../bin by postinstall_cmds enca-1.19/configure:10907: postinstall_cmds='base_file=`basename \$file`~ enca-1.19/configure:10908: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ enca-1.19/configure:10909: dldir=$destdir/`dirname \$dlpath`~ enca-1.19/configure-10910- test -d \$dldir || mkdir -p \$dldir~ ############################################## enca-1.19/configure-10915- fi' enca-1.19/configure:10916: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ enca-1.19/configure-10917- dlpath=$dir/\$dldll~ ############################################## enca-1.19/configure-10923- # Cygwin DLLs use 'cyg' prefix rather than 'lib' enca-1.19/configure:10924: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' enca-1.19/configure-10925- ############################################## enca-1.19/configure-10929- # MinGW DLLs use traditional 'lib' prefix enca-1.19/configure:10930: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' enca-1.19/configure-10931- ;; ############################################## enca-1.19/configure-10933- # pw32 DLLs use 'pw' prefix rather than 'lib' enca-1.19/configure:10934: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' enca-1.19/configure-10935- ;; ############################################## enca-1.19/configure-10942- libname_spec='$name' enca-1.19/configure:10943: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' enca-1.19/configure-10944- library_names_spec='$libname.dll.lib' ############################################## enca-1.19/configure-10954- # Let DOS variable expansion print the short 8.3 style file name. enca-1.19/configure:10955: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` enca-1.19/configure-10956- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## enca-1.19/configure-10959- # Convert to MSYS style. enca-1.19/configure:10960: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` enca-1.19/configure-10961- ;; ############################################## enca-1.19/configure-10965- # like /cygdrive/c/PROGRA~1:/cygdr... enca-1.19/configure:10966: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` enca-1.19/configure:10967: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` enca-1.19/configure:10968: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` enca-1.19/configure-10969- ;; ############################################## enca-1.19/configure-10973- # It is most probably a Windows format PATH. enca-1.19/configure:10974: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` enca-1.19/configure-10975- else enca-1.19/configure:10976: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` enca-1.19/configure-10977- fi ############################################## enca-1.19/configure-10983- # DLL is installed to $(libdir)/../bin by postinstall_cmds enca-1.19/configure:10984: postinstall_cmds='base_file=`basename \$file`~ enca-1.19/configure:10985: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ enca-1.19/configure:10986: dldir=$destdir/`dirname \$dlpath`~ enca-1.19/configure-10987- test -d \$dldir || mkdir -p \$dldir~ enca-1.19/configure-10988- $install_prog $dir/$dlname \$dldir/$dlname' enca-1.19/configure:10989: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ enca-1.19/configure-10990- dlpath=$dir/\$dldll~ ############################################## enca-1.19/configure-10997- # Assume MSVC wrapper enca-1.19/configure:10998: library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' enca-1.19/configure-10999- dynamic_linker='Win32 ld.exe' ############################################## enca-1.19/configure-11014- shlibpath_var=DYLD_LIBRARY_PATH enca-1.19/configure:11015: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' enca-1.19/configure-11016- ############################################## enca-1.19/configure-11267- if test -f /etc/ld.so.conf; then enca-1.19/configure:11268: 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' ' '` enca-1.19/configure-11269- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## enca-1.19/configure-11333- need_lib_prefix=no enca-1.19/configure:11334: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then enca-1.19/configure-11335- need_version=no ############################################## enca-1.19/configure-11360- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec enca-1.19/configure:11361: postinstall_cmds='base_file=`basename \$file`~ enca-1.19/configure:11362: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ enca-1.19/configure:11363: dldir=$destdir/`dirname \$dlpath`~ enca-1.19/configure-11364- test -d \$dldir || mkdir -p \$dldir~ ############################################## enca-1.19/configure-11369- fi' enca-1.19/configure:11370: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ enca-1.19/configure-11371- dlpath=$dir/\$dldll~ ############################################## enca-1.19/configure-12926- if test "$am_compiler_list" = ""; then enca-1.19/configure:12927: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` enca-1.19/configure-12928- fi ############################################## enca-1.19/configure-13391-for w in cstocs recode piconv map umap; do enca-1.19/configure:13392: wPROG=`echo $w | tr $as_cr_letters $as_cr_LETTERS`_PROG enca-1.19/configure-13393- # Is this POSIX? But even ash supports it. enca-1.19/configure:13394: eval wPROGcv=$`echo ac_cv_path_$wPROG` enca-1.19/configure-13395- if test -n "$wPROGcv"; then ############################################## enca-1.19/configure-13984-do : enca-1.19/configure:13985: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` enca-1.19/configure-13986-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## enca-1.19/configure-13988- cat >>confdefs.h <<_ACEOF enca-1.19/configure:13989:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 enca-1.19/configure-13990-_ACEOF ############################################## enca-1.19/configure-14223-do : enca-1.19/configure:14224: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` enca-1.19/configure-14225-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## enca-1.19/configure-14227- cat >>confdefs.h <<_ACEOF enca-1.19/configure:14228:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 enca-1.19/configure-14229-_ACEOF ############################################## enca-1.19/configure-14435-do : enca-1.19/configure:14436: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` enca-1.19/configure-14437-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## enca-1.19/configure-14439- cat >>confdefs.h <<_ACEOF enca-1.19/configure:14440:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 enca-1.19/configure-14441-_ACEOF ############################################## enca-1.19/configure-14506- # gcc leaves a trailing carriage return which upsets mingw enca-1.19/configure:14507: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; enca-1.19/configure-14508- *) enca-1.19/configure:14509: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; enca-1.19/configure-14510- esac ############################################## enca-1.19/configure-14515- # Canonicalize the pathname of ld enca-1.19/configure:14516: ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'` enca-1.19/configure-14517- while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do enca-1.19/configure:14518: ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` enca-1.19/configure-14519- done ############################################## enca-1.19/configure-14550- # Break only if it was the GNU/non-GNU ld that we prefer. enca-1.19/configure:14551: case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in enca-1.19/configure-14552- *GNU* | *'with BFD'*) ############################################## enca-1.19/configure-14581- # I'd rather use --version here, but apparently some GNU lds only accept -v. enca-1.19/configure:14582:case `$LD -v 2>&1 </dev/null` in enca-1.19/configure-14583-*GNU* | *'with BFD'*) ############################################## enca-1.19/configure-14669- *) enca-1.19/configure:14670: searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` enca-1.19/configure-14671- if test -n "$searchpath"; then ############################################## enca-1.19/configure-14679- ;; enca-1.19/configure:14680: *) searchdir=`cd "$searchdir" && pwd` enca-1.19/configure-14681- case "$searchdir" in ############################################## enca-1.19/configure-14770- names_already_handled="$names_already_handled $name" enca-1.19/configure:14771: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` enca-1.19/configure-14772- eval value=\"\$HAVE_LIB$uppername\" ############################################## enca-1.19/configure-14846- -L*) enca-1.19/configure:14847: dir=`echo "X$x" | sed -e 's/^X-L//'` enca-1.19/configure-14848- if test -n "$acl_shlibext"; then ############################################## enca-1.19/configure-14963- */$acl_libdirstem | */$acl_libdirstem/) enca-1.19/configure:14964: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` enca-1.19/configure-14965- if test "$name" = 'iconv'; then ############################################## enca-1.19/configure-14970- */$acl_libdirstem2 | */$acl_libdirstem2/) enca-1.19/configure:14971: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` enca-1.19/configure-14972- if test "$name" = 'iconv'; then ############################################## enca-1.19/configure-15021- -L*) enca-1.19/configure:15022: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` enca-1.19/configure-15023- if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ ############################################## enca-1.19/configure-15080- -R*) enca-1.19/configure:15081: dir=`echo "X$dep" | sed -e 's/^X-R//'` enca-1.19/configure-15082- if test "$enable_rpath" != no; then ############################################## enca-1.19/configure-15105- -l*) enca-1.19/configure:15106: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` enca-1.19/configure-15107- ;; enca-1.19/configure-15108- *.la) enca-1.19/configure:15109: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` enca-1.19/configure-15110- ;; ############################################## enca-1.19/configure-15456- enca-1.19/configure:15457: am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` enca-1.19/configure-15458- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ############################################## enca-1.19/configure-15686-if test -n "$MKTEMP_PROG"; then enca-1.19/configure:15687: SHELL_RANDOM_FILENAME='`'$MKTEMP_PROG' /tmp/enca-$$-XXXXXXXX`' enca-1.19/configure-15688-else ############################################## enca-1.19/configure-15795- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' enca-1.19/configure:15796: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` enca-1.19/configure-15797- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## enca-1.19/configure-15898-if test -z "$BASH_VERSION$ZSH_VERSION" \ enca-1.19/configure:15899: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then enca-1.19/configure-15900- as_echo='print -r --' enca-1.19/configure-15901- as_echo_n='print -rn --' enca-1.19/configure:15902:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then enca-1.19/configure-15903- as_echo='printf %s\n' ############################################## enca-1.19/configure-15905-else enca-1.19/configure:15906: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then enca-1.19/configure-15907- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## enca-1.19/configure-15915- expr "X$arg" : "X\\(.*\\)$as_nl"; enca-1.19/configure:15916: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; enca-1.19/configure-15917- esac; ############################################## enca-1.19/configure-15992-# ---------------------------------------- enca-1.19/configure:15993:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are enca-1.19/configure-15994-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## enca-1.19/configure-16064- { enca-1.19/configure:16065: as_val=`expr "$@" || test $? -eq 1` enca-1.19/configure-16066- } ############################################## enca-1.19/configure-16168- case $as_dir in #( enca-1.19/configure:16169: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( enca-1.19/configure-16170- *) as_qdir=$as_dir;; ############################################## enca-1.19/configure-16303-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 enca-1.19/configure:16304:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" enca-1.19/configure-16305-ac_cs_version="\\ ############################################## enca-1.19/configure-16328- --*=?*) enca-1.19/configure:16329: ac_option=`expr "X$1" : 'X\([^=]*\)='` enca-1.19/configure:16330: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` enca-1.19/configure-16331- ac_shift=: ############################################## enca-1.19/configure-16333- --*=) enca-1.19/configure:16334: ac_option=`expr "X$1" : 'X\([^=]*\)='` enca-1.19/configure-16335- ac_optarg= ############################################## enca-1.19/configure-16357- case $ac_optarg in enca-1.19/configure:16358: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; enca-1.19/configure-16359- '') as_fn_error $? "missing file argument" ;; ############################################## enca-1.19/configure-16365- case $ac_optarg in enca-1.19/configure:16366: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; enca-1.19/configure-16367- esac ############################################## enca-1.19/configure-16434-delay_variable_subst='$delay_variable_subst' enca-1.19/configure:16435:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16436:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16437:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16438:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16439:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16440:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16441:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16442:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16443:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16444:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16445:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16446:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16447:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16448:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16449:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16450:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16451:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16452:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16453:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16454:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16455:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16456:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16457:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16458:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16459:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16460:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16461:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16462:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16463:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16464:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16465:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16466:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16467:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16468:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16469:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16470:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16471:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16472:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16473:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16474:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16475:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16476:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16477:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16478:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16479:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16480:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16481:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16482:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16483:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16484:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16485:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16486:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16487:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16488:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16489:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16490:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16491:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16492:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16493: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"`' enca-1.19/configure:16494:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16495:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16496:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16497:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16498:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16499:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16500:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16501:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16502:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16503:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16504:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16505:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16506:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16507:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16508:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16509:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16510:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16511:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16512:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16513:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16514:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16515:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16516:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16517:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16518:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16519:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16520:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16521:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16522:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16523:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16524:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16525:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16526:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16527:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16528:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16529:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16530:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16531:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16532:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16533:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16534:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16535:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16536:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16537:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16538:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16539:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16540:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16541:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16542:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16543:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16544:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16545:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16546:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16547:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16548:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16549:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16550:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16551:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16552:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16553:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16554:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16555:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16556:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16557:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16558:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16559:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16560:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16561:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16562:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16563:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16564:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16565:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16566:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16567:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16568:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' enca-1.19/configure:16569:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' enca-1.19/configure-16570- ############################################## enca-1.19/configure-16651-striplib; do enca-1.19/configure:16652: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in enca-1.19/configure-16653- *[\\\\\\\`\\"\\\$]*) enca-1.19/configure:16654: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes enca-1.19/configure-16655- ;; ############################################## enca-1.19/configure-16682-configure_time_lt_sys_library_path; do enca-1.19/configure:16683: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in enca-1.19/configure-16684- *[\\\\\\\`\\"\\\$]*) enca-1.19/configure:16685: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes enca-1.19/configure-16686- ;; ############################################## enca-1.19/configure-16791-fi enca-1.19/configure:16792:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` enca-1.19/configure-16793-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## enca-1.19/configure-16808- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 enca-1.19/configure:16809:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` enca-1.19/configure-16810-ac_delim='%!_!# ' ############################################## enca-1.19/configure-16814- enca-1.19/configure:16815: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` enca-1.19/configure-16816- if test $ac_delim_n = $ac_delim_num; then ############################################## enca-1.19/configure-16952-for ac_last_try in false false :; do enca-1.19/configure:16953: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` enca-1.19/configure-16954- if test -z "$ac_tt"; then ############################################## enca-1.19/configure-17084- esac enca-1.19/configure:17085: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac enca-1.19/configure-17086- as_fn_append ac_file_inputs " '$ac_f'" ############################################## enca-1.19/configure-17143-*) enca-1.19/configure:17144: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` enca-1.19/configure-17145- # A ".." for each directory in $ac_dir_suffix. enca-1.19/configure:17146: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` enca-1.19/configure-17147- case $ac_top_builddir_sub in ############################################## enca-1.19/configure-17204-/@mandir@/p' enca-1.19/configure:17205:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in enca-1.19/configure-17206-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## enca-1.19/configure-17221- enca-1.19/configure:17222:# Neutralize VPATH when `$srcdir' = `.'. enca-1.19/configure-17223-# Shell code in configure.ac might set extrasub. ############################################## enca-1.19/configure-17249-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && enca-1.19/configure:17250: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && enca-1.19/configure-17251- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## enca-1.19/configure-17295- * ) enca-1.19/configure:17296: _am_stamp_count=`expr $_am_stamp_count + 1` ;; enca-1.19/configure-17297- esac ############################################## enca-1.19/configure-17342- # Strip MF so we end up with the name of the file. enca-1.19/configure:17343: mf=`echo "$mf" | sed -e 's/:.*$//'` enca-1.19/configure-17344- # Check whether this is an Automake generated Makefile or not. ############################################## enca-1.19/configure-17379- # from the Makefile without running 'make'. enca-1.19/configure:17380: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` enca-1.19/configure-17381- test -z "$DEPDIR" && continue enca-1.19/configure:17382: am__include=`sed -n 's/^am__include = //p' < "$mf"` enca-1.19/configure-17383- test -z "$am__include" && continue enca-1.19/configure:17384: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` enca-1.19/configure-17385- # Find all dependency output files, they are included files with ############################################## enca-1.19/configure-17900- *:) enca-1.19/configure:17901: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" enca-1.19/configure-17902- ;; enca-1.19/configure-17903- x:*) enca-1.19/configure:17904: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" enca-1.19/configure-17905- ;; enca-1.19/configure-17906- *::*) enca-1.19/configure:17907: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" enca-1.19/configure:17908: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" enca-1.19/configure-17909- ;; enca-1.19/configure-17910- *) enca-1.19/configure:17911: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" enca-1.19/configure-17912- ;; ############################################## enca-1.19/configure-17927- done enca-1.19/configure:17928: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` enca-1.19/configure-17929-} ############################################## enca-1.19/install-sh-234- fi enca-1.19/install-sh:235: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; enca-1.19/install-sh-236- *) ############################################## enca-1.19/install-sh-281- dstdir=$dst enca-1.19/install-sh:282: dst=$dstdir/`basename "$src"` enca-1.19/install-sh-283- dstdir_status=0 enca-1.19/install-sh-284- else enca-1.19/install-sh:285: dstdir=`dirname "$dst"` enca-1.19/install-sh-286- test -d "$dstdir" ############################################## enca-1.19/install-sh-344- test_tmpdir="$tmpdir/a" enca-1.19/install-sh:345: ls_ld_tmpdir=`ls -ld "$test_tmpdir"` enca-1.19/install-sh-346- case $ls_ld_tmpdir in ############################################## enca-1.19/install-sh-351- $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { enca-1.19/install-sh:352: ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` enca-1.19/install-sh-353- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## enca-1.19/install-sh-409- case $prefix in enca-1.19/install-sh:410: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; enca-1.19/install-sh-411- *) qprefix=$prefix;; ############################################## enca-1.19/install-sh-458- if $copy_on_change && enca-1.19/install-sh:459: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && enca-1.19/install-sh:460: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && enca-1.19/install-sh-461- set -f && ############################################## enca-1.19/Makefile.in-50- { \ enca-1.19/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ enca-1.19/Makefile.in-52- }; \ ############################################## enca-1.19/Makefile.in-137- esac enca-1.19/Makefile.in:138:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; enca-1.19/Makefile.in-139-am__vpath_adj = case $$p in \ enca-1.19/Makefile.in:140: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ enca-1.19/Makefile.in-141- *) f=$$p;; \ enca-1.19/Makefile.in-142- esac; enca-1.19/Makefile.in:143:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; enca-1.19/Makefile.in-144-am__install_max = 40 enca-1.19/Makefile.in-145-am__nobase_strip_setup = \ enca-1.19/Makefile.in:146: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` enca-1.19/Makefile.in-147-am__nobase_strip = \ ############################################## enca-1.19/Makefile.in-221- while test -n "$$dir1"; do \ enca-1.19/Makefile.in:222: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ enca-1.19/Makefile.in-223- if test "$$first" != "."; then \ enca-1.19/Makefile.in-224- if test "$$first" = ".."; then \ enca-1.19/Makefile.in:225: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ enca-1.19/Makefile.in:226: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ enca-1.19/Makefile.in-227- else \ enca-1.19/Makefile.in:228: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ enca-1.19/Makefile.in-229- if test "$$first2" = "$$first"; then \ enca-1.19/Makefile.in:230: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ enca-1.19/Makefile.in-231- else \ ############################################## enca-1.19/Makefile.in-236- fi; \ enca-1.19/Makefile.in:237: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ enca-1.19/Makefile.in-238- done; \ ############################################## enca-1.19/Makefile.in-488- test -n "$(man1dir)" \ enca-1.19/Makefile.in:489: && test -n "`echo $$list1$$list2`" \ enca-1.19/Makefile.in-490- || exit 0; \ ############################################## enca-1.19/Makefile.in-545- @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ enca-1.19/Makefile.in:546: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ enca-1.19/Makefile.in-547- dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) ############################################## enca-1.19/Makefile.in-562- dot_seen=no; \ enca-1.19/Makefile.in:563: target=`echo $@ | sed s/-recursive//`; \ enca-1.19/Makefile.in-564- case "$@" in \ ############################################## enca-1.19/Makefile.in-625-GTAGS: enca-1.19/Makefile.in:626: here=`$(am__cd) $(top_builddir) && pwd` \ enca-1.19/Makefile.in-627- && $(am__cd) $(top_srcdir) \ ############################################## enca-1.19/Makefile.in-655-distdir: $(DISTFILES) enca-1.19/Makefile.in:656: @case `sed 15q $(srcdir)/NEWS` in \ enca-1.19/Makefile.in-657- *"$(VERSION)"*) : ;; \ ############################################## enca-1.19/Makefile.in-663- test -d "$(distdir)" || mkdir "$(distdir)" enca-1.19/Makefile.in:664: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/Makefile.in:665: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/Makefile.in-666- list='$(DISTFILES)'; \ ############################################## enca-1.19/Makefile.in-677- if test -d $$d/$$file; then \ enca-1.19/Makefile.in:678: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enca-1.19/Makefile.in-679- if test -d "$(distdir)/$$file"; then \ ############################################## enca-1.19/Makefile.in-790- test -d $(distdir)/_build || exit 0; \ enca-1.19/Makefile.in:791: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ enca-1.19/Makefile.in-792- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## enca-1.19/Makefile.in-834- }; \ enca-1.19/Makefile.in:835: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ enca-1.19/Makefile.in-836- || { echo "ERROR: files left after uninstall:" ; \ ############################################## enca-1.19/Makefile.in-846- fi enca-1.19/Makefile.in:847: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ enca-1.19/Makefile.in-848- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## enca-1.19/Makefile.in-1000- cd $(DESTDIR)$(man1dir); \ enca-1.19/Makefile.in:1001: inst1=`echo enca | sed '$(transform)'`.1; \ enca-1.19/Makefile.in:1002: inst2=`echo enconv | sed '$(transform)'`.1; \ enca-1.19/Makefile.in-1003- $(LN_S) -f $$inst1 $$inst2 ############################################## enca-1.19/Makefile.in-1005-uninstall-hook: enca-1.19/Makefile.in:1006: inst=`echo enconv | sed '$(transform)'`.1; \ enca-1.19/Makefile.in-1007- rm -f $(DESTDIR)$(man1dir)/$$inst ############################################## enca-1.19/test/test-long-texts.sh-4-$ENCA --version >$TESTNAME.actual || DIE=1 enca-1.19/test/test-long-texts.sh:5:version=`grep '^AC_INIT' $top_srcdir/configure.ac | sed -e 's/AC_INIT(Enca, \([0-9.]*\).*/\1/' -e 's/\./\\./'` enca-1.19/test/test-long-texts.sh-6-grep '^enca '$version $TESTNAME.actual >/dev/null || DIE=1 ############################################## enca-1.19/test/test-guess-utf8.sh-4-for l in $ALL_TEST_LANGUAGES; do enca-1.19/test/test-guess-utf8.sh:5: x=`ls $srcdir/$l-utf8.* 2>/dev/null` enca-1.19/test/test-guess-utf8.sh-6- if test "x$x" != x; then ############################################## enca-1.19/test/test-convert-filter.sh-8- # Is this POSIX? But even ash supports it. enca-1.19/test/test-convert-filter.sh:9: eval lname=$`echo $lname` enca-1.19/test/test-convert-filter.sh-10- if test "x$lname" != x; then ############################################## enca-1.19/test/test-default-cs.sh-6- # Is this POSIX? But even ash supports it. enca-1.19/test/test-default-cs.sh:7: eval lname=$`echo $lname` enca-1.19/test/test-default-cs.sh-8- if test "x$lname" != x; then ############################################## enca-1.19/test/Makefile.in-51- { \ enca-1.19/test/Makefile.in:52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ enca-1.19/test/Makefile.in-53- }; \ ############################################## enca-1.19/test/Makefile.in-202-} enca-1.19/test/Makefile.in:203:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; enca-1.19/test/Makefile.in-204-am__vpath_adj = case $$p in \ enca-1.19/test/Makefile.in:205: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ enca-1.19/test/Makefile.in-206- *) f=$$p;; \ enca-1.19/test/Makefile.in-207- esac; enca-1.19/test/Makefile.in:208:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; enca-1.19/test/Makefile.in-209-am__install_max = 40 enca-1.19/test/Makefile.in-210-am__nobase_strip_setup = \ enca-1.19/test/Makefile.in:211: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` enca-1.19/test/Makefile.in-212-am__nobase_strip = \ ############################################## enca-1.19/test/Makefile.in-330-case "$@" in \ enca-1.19/test/Makefile.in:331: */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ enca-1.19/test/Makefile.in-332- *) am__odir=.;; \ ############################################## enca-1.19/test/Makefile.in-360- bases='$(TEST_LOGS)'; \ enca-1.19/test/Makefile.in:361: bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ enca-1.19/test/Makefile.in:362: bases=`echo $$bases` enca-1.19/test/Makefile.in-363-RECHECK_LOGS = $(TEST_LOGS) ############################################## enca-1.19/test/Makefile.in-373- */*) b='$*';; \ enca-1.19/test/Makefile.in:374: *) b=`echo '$@' | sed 's/\.log$$//'`; \ enca-1.19/test/Makefile.in-375- esac;; \ ############################################## enca-1.19/test/Makefile.in-772- test -n "$(EXEEXT)" || exit 0; \ enca-1.19/test/Makefile.in:773: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ enca-1.19/test/Makefile.in-774- echo " rm -f" $$list; \ ############################################## enca-1.19/test/Makefile.in-796-.c.obj: enca-1.19/test/Makefile.in:797:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enca-1.19/test/Makefile.in-798-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enca-1.19/test/Makefile.in-800-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/test/Makefile.in:801:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` enca-1.19/test/Makefile.in-802- ############################################## enca-1.19/test/Makefile.in-845-GTAGS: enca-1.19/test/Makefile.in:846: here=`$(am__cd) $(top_builddir) && pwd` \ enca-1.19/test/Makefile.in-847- && $(am__cd) $(top_srcdir) \ ############################################## enca-1.19/test/Makefile.in-888- if test -n "$$redo_bases"; then \ enca-1.19/test/Makefile.in:889: redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ enca-1.19/test/Makefile.in:890: redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ enca-1.19/test/Makefile.in-891- if $(am__make_dryrun); then :; else \ ############################################## enca-1.19/test/Makefile.in-913- ws='[ ]'; \ enca-1.19/test/Makefile.in:914: results=`for b in $$bases; do echo $$b.trs; done`; \ enca-1.19/test/Makefile.in-915- test -n "$$results" || results=/dev/null; \ enca-1.19/test/Makefile.in:916: all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ enca-1.19/test/Makefile.in:917: pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ enca-1.19/test/Makefile.in:918: fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ enca-1.19/test/Makefile.in:919: skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ enca-1.19/test/Makefile.in:920: xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ enca-1.19/test/Makefile.in:921: xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ enca-1.19/test/Makefile.in:922: error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ enca-1.19/test/Makefile.in:923: if test `expr $$fail + $$xpass + $$error` -eq 0; then \ enca-1.19/test/Makefile.in-924- success=true; \ ############################################## enca-1.19/test/Makefile.in-992- @set +e; $(am__set_TESTS_bases); \ enca-1.19/test/Makefile.in:993: log_list=`for i in $$bases; do echo $$i.log; done`; \ enca-1.19/test/Makefile.in:994: trs_list=`for i in $$bases; do echo $$i.trs; done`; \ enca-1.19/test/Makefile.in:995: log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ enca-1.19/test/Makefile.in-996- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ ############################################## enca-1.19/test/Makefile.in-1002- | $(am__list_recheck_tests)` || exit 1; \ enca-1.19/test/Makefile.in:1003: log_list=`for i in $$bases; do echo $$i.log; done`; \ enca-1.19/test/Makefile.in:1004: log_list=`echo $$log_list`; \ enca-1.19/test/Makefile.in-1005- $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ ############################################## enca-1.19/test/Makefile.in-1171-distdir: $(DISTFILES) enca-1.19/test/Makefile.in:1172: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/test/Makefile.in:1173: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/test/Makefile.in-1174- list='$(DISTFILES)'; \ ############################################## enca-1.19/test/Makefile.in-1185- if test -d $$d/$$file; then \ enca-1.19/test/Makefile.in:1186: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enca-1.19/test/Makefile.in-1187- if test -d "$(distdir)/$$file"; then \ ############################################## enca-1.19/test/test-convert-64.sh-9- # Is this POSIX? But even ash supports it. enca-1.19/test/test-convert-64.sh:10: eval lname=$`echo $lname` enca-1.19/test/test-convert-64.sh-11- if test "x$lname" != x; then ############################################## enca-1.19/test/test-lists.sh-4-$ENCA --list lists >$TESTNAME.actual || DIE=1 enca-1.19/test/test-lists.sh:5:for l in `$ENCA --list lists`; do enca-1.19/test/test-lists.sh-6- $ENCA --list $l >>$TESTNAME.actual || DIE=1 ############################################## enca-1.19/test/test-guess-stdin.sh-8- for f in $srcdir/$l-s.*; do enca-1.19/test/test-guess-stdin.sh:9: sf=`echo $f | sed -e "s#^$srcdir/##"` enca-1.19/test/test-guess-stdin.sh:10: x="$sf: "`$ENCA -P -e -L $l <$f` || DIE=1 enca-1.19/test/test-guess-stdin.sh-11- echo "$x" >>$TESTNAME.actual ############################################## enca-1.19/test/setup.sh-17-# Only lucky people have basename enca-1.19/test/setup.sh:18:TESTNAME=`echo $0 | sed -e 's/.*\///' -e 's/.sh$//'` enca-1.19/test/setup.sh-19-DIE= ############################################## enca-1.19/data/makepaircounts.sh-10-for d in $dir; do enca-1.19/data/makepaircounts.sh:11: c=`ls $d/rawcounts.* | head -n1 | cut -d. -f2` enca-1.19/data/makepaircounts.sh-12- echo '[ '$d / $c' ]' ############################################## enca-1.19/data/map2letters.sh-3-for f in maps/*.map; do enca-1.19/data/map2letters.sh:4: cs=`basename $f .map` enca-1.19/data/map2letters.sh-5- echo $cs ############################################## enca-1.19/data/Makefile.in-52- { \ enca-1.19/data/Makefile.in:53: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ enca-1.19/data/Makefile.in-54- }; \ ############################################## enca-1.19/data/Makefile.in-503- test -n "$(EXEEXT)" || exit 0; \ enca-1.19/data/Makefile.in:504: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ enca-1.19/data/Makefile.in-505- echo " rm -f" $$list; \ ############################################## enca-1.19/data/Makefile.in-557-.c.obj: enca-1.19/data/Makefile.in:558:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enca-1.19/data/Makefile.in-559-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enca-1.19/data/Makefile.in-561-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/data/Makefile.in:562:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` enca-1.19/data/Makefile.in-563- ############################################## enca-1.19/data/Makefile.in-606-GTAGS: enca-1.19/data/Makefile.in:607: here=`$(am__cd) $(top_builddir) && pwd` \ enca-1.19/data/Makefile.in-608- && $(am__cd) $(top_srcdir) \ ############################################## enca-1.19/data/Makefile.in-629-distdir: $(DISTFILES) enca-1.19/data/Makefile.in:630: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/data/Makefile.in:631: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/data/Makefile.in-632- list='$(DISTFILES)'; \ ############################################## enca-1.19/data/Makefile.in-643- if test -d $$d/$$file; then \ enca-1.19/data/Makefile.in:644: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enca-1.19/data/Makefile.in-645- if test -d "$(distdir)/$$file"; then \ ############################################## enca-1.19/data/doit.sh-41-if test -f paircounts.$base; then enca-1.19/data/doit.sh:42: if test `echo $charsets | wc -w` -gt 8; then enca-1.19/data/doit.sh-43- echo '*** Warning: more than 8 charsets. Expect coredumps... ***' 1>&2 ############################################## enca-1.19/aclocal.m4-279- am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) enca-1.19/aclocal.m4:280: am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` enca-1.19/aclocal.m4-281- AC_MSG_RESULT([ ############################################## enca-1.19/aclocal.m4-308-[# I'd rather use --version here, but apparently some GNU lds only accept -v. enca-1.19/aclocal.m4:309:case `$LD -v 2>&1 </dev/null` in enca-1.19/aclocal.m4-310-*GNU* | *'with BFD'*) ############################################## enca-1.19/aclocal.m4-350- # gcc leaves a trailing carriage return which upsets mingw enca-1.19/aclocal.m4:351: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; enca-1.19/aclocal.m4-352- *) enca-1.19/aclocal.m4:353: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; enca-1.19/aclocal.m4-354- esac ############################################## enca-1.19/aclocal.m4-359- # Canonicalize the pathname of ld enca-1.19/aclocal.m4:360: ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'` enca-1.19/aclocal.m4-361- while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do enca-1.19/aclocal.m4:362: ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` enca-1.19/aclocal.m4-363- done ############################################## enca-1.19/aclocal.m4-390- # Break only if it was the GNU/non-GNU ld that we prefer. enca-1.19/aclocal.m4:391: case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in enca-1.19/aclocal.m4-392- *GNU* | *'with BFD'*) ############################################## enca-1.19/aclocal.m4-661- dnl or AC_LIB_HAVE_LINKFLAGS call. enca-1.19/aclocal.m4:662: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'` enca-1.19/aclocal.m4-663- eval value=\"\$HAVE_LIB$uppername\" ############################################## enca-1.19/aclocal.m4-736- -L*) enca-1.19/aclocal.m4:737: dir=`echo "X$x" | sed -e 's/^X-L//'` enca-1.19/aclocal.m4-738- dnl First look for a shared library. ############################################## enca-1.19/aclocal.m4-880- */$acl_libdirstem | */$acl_libdirstem/) enca-1.19/aclocal.m4:881: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` enca-1.19/aclocal.m4-882- if test "$name" = '$1'; then ############################################## enca-1.19/aclocal.m4-887- */$acl_libdirstem2 | */$acl_libdirstem2/) enca-1.19/aclocal.m4:888: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` enca-1.19/aclocal.m4-889- if test "$name" = '$1'; then ############################################## enca-1.19/aclocal.m4-943- -L*) enca-1.19/aclocal.m4:944: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` enca-1.19/aclocal.m4-945- dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. ############################################## enca-1.19/aclocal.m4-995- -R*) enca-1.19/aclocal.m4:996: dir=`echo "X$dep" | sed -e 's/^X-R//'` enca-1.19/aclocal.m4-997- if test "$enable_rpath" != no; then ############################################## enca-1.19/aclocal.m4-1025- dnl Handle this in the next round. enca-1.19/aclocal.m4:1026: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` enca-1.19/aclocal.m4-1027- ;; ############################################## enca-1.19/aclocal.m4-1031- dnl option. enca-1.19/aclocal.m4:1032: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` enca-1.19/aclocal.m4-1033- ;; ############################################## enca-1.19/aclocal.m4-1144- -L) next=yes ;; enca-1.19/aclocal.m4:1145: -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` enca-1.19/aclocal.m4-1146- dnl No need to hardcode the standard /usr/lib. ############################################## enca-1.19/aclocal.m4-1393- *) enca-1.19/aclocal.m4:1394: searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` enca-1.19/aclocal.m4-1395- if test -n "$searchpath"; then ############################################## enca-1.19/aclocal.m4-1403- ;; enca-1.19/aclocal.m4:1404: *) searchdir=`cd "$searchdir" && pwd` enca-1.19/aclocal.m4-1405- case "$searchdir" in ############################################## enca-1.19/aclocal.m4-1487-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: enca-1.19/aclocal.m4:1488:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` enca-1.19/aclocal.m4-1489-# and then we would define $MISSING as ############################################## enca-1.19/aclocal.m4-1502-# Expand $ac_aux_dir to an absolute path. enca-1.19/aclocal.m4:1503:am_aux_dir=`cd "$ac_aux_dir" && pwd` enca-1.19/aclocal.m4-1504-]) ############################################## enca-1.19/aclocal.m4-1600- if test "$am_compiler_list" = ""; then enca-1.19/aclocal.m4:1601: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` enca-1.19/aclocal.m4-1602- fi ############################################## enca-1.19/aclocal.m4-1751- # Strip MF so we end up with the name of the file. enca-1.19/aclocal.m4:1752: mf=`echo "$mf" | sed -e 's/:.*$//'` enca-1.19/aclocal.m4-1753- # Check whether this is an Automake generated Makefile or not. ############################################## enca-1.19/aclocal.m4-1760- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then enca-1.19/aclocal.m4:1761: dirpart=`AS_DIRNAME("$mf")` enca-1.19/aclocal.m4-1762- else ############################################## enca-1.19/aclocal.m4-1766- # from the Makefile without running 'make'. enca-1.19/aclocal.m4:1767: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` enca-1.19/aclocal.m4-1768- test -z "$DEPDIR" && continue enca-1.19/aclocal.m4:1769: am__include=`sed -n 's/^am__include = //p' < "$mf"` enca-1.19/aclocal.m4-1770- test -z "$am__include" && continue enca-1.19/aclocal.m4:1771: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` enca-1.19/aclocal.m4-1772- # Find all dependency output files, they are included files with ############################################## enca-1.19/aclocal.m4-1780- test -f "$dirpart/$file" && continue enca-1.19/aclocal.m4:1781: fdir=`AS_DIRNAME(["$file"])` enca-1.19/aclocal.m4-1782- AS_MKDIR_P([$dirpart/$fdir]) ############################################## enca-1.19/aclocal.m4-1838-AC_REQUIRE([AC_PROG_INSTALL])dnl enca-1.19/aclocal.m4:1839:if test "`cd $srcdir && pwd`" != "`pwd`"; then enca-1.19/aclocal.m4-1840- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## enca-1.19/aclocal.m4-1997- * ) enca-1.19/aclocal.m4:1998: _am_stamp_count=`expr $_am_stamp_count + 1` ;; enca-1.19/aclocal.m4-1999- esac enca-1.19/aclocal.m4-2000-done enca-1.19/aclocal.m4:2001:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) enca-1.19/aclocal.m4-2002- ############################################## enca-1.19/aclocal.m4-2104-# Ignore all kinds of additional output from 'make'. enca-1.19/aclocal.m4:2105:case `$am_make -s -f confmf 2> /dev/null` in #( enca-1.19/aclocal.m4-2106-*the\ am__doit\ target*) ############################################## enca-1.19/aclocal.m4-2114- echo '.include "confinc"' > confmf enca-1.19/aclocal.m4:2115: case `$am_make -s -f confmf 2> /dev/null` in #( enca-1.19/aclocal.m4-2116- *the\ am__doit\ target*) ############################################## enca-1.19/aclocal.m4-2296- echo "timestamp, slept: $am_has_slept" > conftest.file enca-1.19/aclocal.m4:2297: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` enca-1.19/aclocal.m4-2298- if test "$[*]" = "X"; then enca-1.19/aclocal.m4-2299- # -L didn't work. enca-1.19/aclocal.m4:2300: set X `ls -t "$srcdir/configure" conftest.file` enca-1.19/aclocal.m4-2301- fi ############################################## enca-1.19/m4/ltsugar.m4-68-m4_define([lt_combine], enca-1.19/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1], enca-1.19/m4/ltsugar.m4-70- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## enca-1.19/m4/libtool.m4-119- done enca-1.19/m4/libtool.m4:120: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` enca-1.19/m4/libtool.m4-121-} ############################################## enca-1.19/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE], enca-1.19/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) enca-1.19/m4/libtool.m4-439- ############################################## enca-1.19/m4/libtool.m4-447-# enca-1.19/m4/libtool.m4:448:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' enca-1.19/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## enca-1.19/m4/libtool.m4-557-]], lt_decl_quote_varnames); do enca-1.19/m4/libtool.m4:558: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in enca-1.19/m4/libtool.m4-559- *[[\\\\\\\`\\"\\\$]]*) enca-1.19/m4/libtool.m4:560: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes enca-1.19/m4/libtool.m4-561- ;; ############################################## enca-1.19/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do enca-1.19/m4/libtool.m4:571: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in enca-1.19/m4/libtool.m4-572- *[[\\\\\\\`\\"\\\$]]*) enca-1.19/m4/libtool.m4:573: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes enca-1.19/m4/libtool.m4-574- ;; ############################################## enca-1.19/m4/libtool.m4-1111- if test yes = "$lt_cv_ld_force_load"; then enca-1.19/m4/libtool.m4:1112: _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\"`' enca-1.19/m4/libtool.m4-1113- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], ############################################## enca-1.19/m4/libtool.m4-1164- }]' enca-1.19/m4/libtool.m4:1165: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enca-1.19/m4/libtool.m4-1166- # Check for a 64-bit object if we didn't find anything. enca-1.19/m4/libtool.m4-1167- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then enca-1.19/m4/libtool.m4:1168: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` enca-1.19/m4/libtool.m4-1169- fi],[]) ############################################## enca-1.19/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ enca-1.19/m4/libtool.m4:1201: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then enca-1.19/m4/libtool.m4-1202- ECHO='print -r --' enca-1.19/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then enca-1.19/m4/libtool.m4-1204- ECHO='printf %s\n' ############################################## enca-1.19/m4/libtool.m4-1235- PATH=/empty FPATH=/empty; export PATH FPATH enca-1.19/m4/libtool.m4:1236: test "X`printf %s $ECHO`" = "X$ECHO" \ enca-1.19/m4/libtool.m4:1237: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) enca-1.19/m4/libtool.m4-1238- ############################################## enca-1.19/m4/libtool.m4-1259- if test yes = "$GCC"; then enca-1.19/m4/libtool.m4:1260: lt_sysroot=`$CC --print-sysroot 2>/dev/null` enca-1.19/m4/libtool.m4-1261- fi ############################################## enca-1.19/m4/libtool.m4-1263- /*) enca-1.19/m4/libtool.m4:1264: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` enca-1.19/m4/libtool.m4-1265- ;; #( ############################################## enca-1.19/m4/libtool.m4-1293- if AC_TRY_EVAL(ac_compile); then enca-1.19/m4/libtool.m4:1294: case `/usr/bin/file conftest.$ac_objext` in enca-1.19/m4/libtool.m4-1295- *ELF-32*) ############################################## enca-1.19/m4/libtool.m4-1310- if test yes = "$lt_cv_prog_gnu_ld"; then enca-1.19/m4/libtool.m4:1311: case `/usr/bin/file conftest.$ac_objext` in enca-1.19/m4/libtool.m4-1312- *32-bit*) ############################################## enca-1.19/m4/libtool.m4-1322- else enca-1.19/m4/libtool.m4:1323: case `/usr/bin/file conftest.$ac_objext` in enca-1.19/m4/libtool.m4-1324- *32-bit*) ############################################## enca-1.19/m4/libtool.m4-1344- emul=elf enca-1.19/m4/libtool.m4:1345: case `/usr/bin/file conftest.$ac_objext` in enca-1.19/m4/libtool.m4-1346- *32-bit*) ############################################## enca-1.19/m4/libtool.m4-1352- esac enca-1.19/m4/libtool.m4:1353: case `/usr/bin/file conftest.$ac_objext` in enca-1.19/m4/libtool.m4-1354- *MSB*) ############################################## enca-1.19/m4/libtool.m4-1360- esac enca-1.19/m4/libtool.m4:1361: case `/usr/bin/file conftest.$ac_objext` in enca-1.19/m4/libtool.m4-1362- *N32*) ############################################## enca-1.19/m4/libtool.m4-1725- # And add a safety zone enca-1.19/m4/libtool.m4:1726: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` enca-1.19/m4/libtool.m4:1727: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` enca-1.19/m4/libtool.m4-1728- ;; ############################################## enca-1.19/m4/libtool.m4-1758- if test -n "$kargmax"; then enca-1.19/m4/libtool.m4:1759: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` enca-1.19/m4/libtool.m4-1760- else ############################################## enca-1.19/m4/libtool.m4-1767- test undefined != "$lt_cv_sys_max_cmd_len"; then enca-1.19/m4/libtool.m4:1768: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` enca-1.19/m4/libtool.m4:1769: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` enca-1.19/m4/libtool.m4-1770- else ############################################## enca-1.19/m4/libtool.m4-1779- # we can't tell. enca-1.19/m4/libtool.m4:1780: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ enca-1.19/m4/libtool.m4-1781- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## enca-1.19/m4/libtool.m4-1783- do enca-1.19/m4/libtool.m4:1784: i=`expr $i + 1` enca-1.19/m4/libtool.m4-1785- teststring=$teststring$teststring ############################################## enca-1.19/m4/libtool.m4-1787- # Only check the string length outside the loop. enca-1.19/m4/libtool.m4:1788: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` enca-1.19/m4/libtool.m4-1789- teststring= ############################################## enca-1.19/m4/libtool.m4-1792- # linker. It appears as though 1/2 is a usable value. enca-1.19/m4/libtool.m4:1793: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` enca-1.19/m4/libtool.m4-1794- fi ############################################## enca-1.19/m4/libtool.m4-2258- *:) enca-1.19/m4/libtool.m4:2259: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" enca-1.19/m4/libtool.m4-2260- ;; enca-1.19/m4/libtool.m4-2261- x:*) enca-1.19/m4/libtool.m4:2262: eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" enca-1.19/m4/libtool.m4-2263- ;; enca-1.19/m4/libtool.m4-2264- *::*) enca-1.19/m4/libtool.m4:2265: eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" enca-1.19/m4/libtool.m4:2266: eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" enca-1.19/m4/libtool.m4-2267- ;; enca-1.19/m4/libtool.m4-2268- *) enca-1.19/m4/libtool.m4:2269: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" enca-1.19/m4/libtool.m4-2270- ;; ############################################## enca-1.19/m4/libtool.m4-2298- esac enca-1.19/m4/libtool.m4:2299: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` enca-1.19/m4/libtool.m4-2300- case $lt_search_path_spec in ############################################## enca-1.19/m4/libtool.m4-2305- # okay in the real world where ";" in dirpaths is itself problematic. enca-1.19/m4/libtool.m4:2306: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` enca-1.19/m4/libtool.m4-2307- ;; enca-1.19/m4/libtool.m4-2308- *) enca-1.19/m4/libtool.m4:2309: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` enca-1.19/m4/libtool.m4-2310- ;; ############################################## enca-1.19/m4/libtool.m4-2314- lt_tmp_lt_search_path_spec= enca-1.19/m4/libtool.m4:2315: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` enca-1.19/m4/libtool.m4-2316- # ...but if some path component already ends with the multilib dir we assume ############################################## enca-1.19/m4/libtool.m4-2356- esac enca-1.19/m4/libtool.m4:2357: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` enca-1.19/m4/libtool.m4-2358-else ############################################## enca-1.19/m4/libtool.m4-2497- # Create ${libname}_ixlibrary.a entries in /sys/libs. enca-1.19/m4/libtool.m4:2498: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $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' enca-1.19/m4/libtool.m4-2499- ;; ############################################## enca-1.19/m4/libtool.m4-2533- # DLL is installed to $(libdir)/../bin by postinstall_cmds enca-1.19/m4/libtool.m4:2534: postinstall_cmds='base_file=`basename \$file`~ enca-1.19/m4/libtool.m4:2535: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ enca-1.19/m4/libtool.m4:2536: dldir=$destdir/`dirname \$dlpath`~ enca-1.19/m4/libtool.m4-2537- test -d \$dldir || mkdir -p \$dldir~ ############################################## enca-1.19/m4/libtool.m4-2542- fi' enca-1.19/m4/libtool.m4:2543: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ enca-1.19/m4/libtool.m4-2544- dlpath=$dir/\$dldll~ ############################################## enca-1.19/m4/libtool.m4-2550- # Cygwin DLLs use 'cyg' prefix rather than 'lib' enca-1.19/m4/libtool.m4:2551: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' enca-1.19/m4/libtool.m4-2552-m4_if([$1], [],[ ############################################## enca-1.19/m4/libtool.m4-2556- # MinGW DLLs use traditional 'lib' prefix enca-1.19/m4/libtool.m4:2557: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' enca-1.19/m4/libtool.m4-2558- ;; ############################################## enca-1.19/m4/libtool.m4-2560- # pw32 DLLs use 'pw' prefix rather than 'lib' enca-1.19/m4/libtool.m4:2561: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' enca-1.19/m4/libtool.m4-2562- ;; ############################################## enca-1.19/m4/libtool.m4-2569- libname_spec='$name' enca-1.19/m4/libtool.m4:2570: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' enca-1.19/m4/libtool.m4-2571- library_names_spec='$libname.dll.lib' ############################################## enca-1.19/m4/libtool.m4-2581- # Let DOS variable expansion print the short 8.3 style file name. enca-1.19/m4/libtool.m4:2582: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` enca-1.19/m4/libtool.m4-2583- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## enca-1.19/m4/libtool.m4-2586- # Convert to MSYS style. enca-1.19/m4/libtool.m4:2587: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` enca-1.19/m4/libtool.m4-2588- ;; ############################################## enca-1.19/m4/libtool.m4-2592- # like /cygdrive/c/PROGRA~1:/cygdr... enca-1.19/m4/libtool.m4:2593: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` enca-1.19/m4/libtool.m4:2594: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` enca-1.19/m4/libtool.m4:2595: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` enca-1.19/m4/libtool.m4-2596- ;; ############################################## enca-1.19/m4/libtool.m4-2600- # It is most probably a Windows format PATH. enca-1.19/m4/libtool.m4:2601: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` enca-1.19/m4/libtool.m4-2602- else enca-1.19/m4/libtool.m4:2603: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` enca-1.19/m4/libtool.m4-2604- fi ############################################## enca-1.19/m4/libtool.m4-2610- # DLL is installed to $(libdir)/../bin by postinstall_cmds enca-1.19/m4/libtool.m4:2611: postinstall_cmds='base_file=`basename \$file`~ enca-1.19/m4/libtool.m4:2612: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ enca-1.19/m4/libtool.m4:2613: dldir=$destdir/`dirname \$dlpath`~ enca-1.19/m4/libtool.m4-2614- test -d \$dldir || mkdir -p \$dldir~ enca-1.19/m4/libtool.m4-2615- $install_prog $dir/$dlname \$dldir/$dlname' enca-1.19/m4/libtool.m4:2616: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ enca-1.19/m4/libtool.m4-2617- dlpath=$dir/\$dldll~ ############################################## enca-1.19/m4/libtool.m4-2624- # Assume MSVC wrapper enca-1.19/m4/libtool.m4:2625: library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' enca-1.19/m4/libtool.m4-2626- dynamic_linker='Win32 ld.exe' ############################################## enca-1.19/m4/libtool.m4-2641- shlibpath_var=DYLD_LIBRARY_PATH enca-1.19/m4/libtool.m4:2642: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' enca-1.19/m4/libtool.m4-2643-m4_if([$1], [],[ ############################################## enca-1.19/m4/libtool.m4-2875- if test -f /etc/ld.so.conf; then enca-1.19/m4/libtool.m4:2876: 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' ' '` enca-1.19/m4/libtool.m4-2877- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## enca-1.19/m4/libtool.m4-2941- need_lib_prefix=no enca-1.19/m4/libtool.m4:2942: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then enca-1.19/m4/libtool.m4-2943- need_version=no ############################################## enca-1.19/m4/libtool.m4-2968- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec enca-1.19/m4/libtool.m4:2969: postinstall_cmds='base_file=`basename \$file`~ enca-1.19/m4/libtool.m4:2970: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ enca-1.19/m4/libtool.m4:2971: dldir=$destdir/`dirname \$dlpath`~ enca-1.19/m4/libtool.m4-2972- test -d \$dldir || mkdir -p \$dldir~ ############################################## enca-1.19/m4/libtool.m4-2977- fi' enca-1.19/m4/libtool.m4:2978: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ enca-1.19/m4/libtool.m4-2979- dlpath=$dir/\$dldll~ ############################################## enca-1.19/m4/libtool.m4-3188- "file_magic "*) enca-1.19/m4/libtool.m4:3189: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` enca-1.19/m4/libtool.m4-3190- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## enca-1.19/m4/libtool.m4-3271- # gcc leaves a trailing carriage return, which upsets mingw enca-1.19/m4/libtool.m4:3272: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; enca-1.19/m4/libtool.m4-3273- *) enca-1.19/m4/libtool.m4:3274: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; enca-1.19/m4/libtool.m4-3275- esac ############################################## enca-1.19/m4/libtool.m4-3280- # Canonicalize the pathname of ld enca-1.19/m4/libtool.m4:3281: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` enca-1.19/m4/libtool.m4-3282- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do enca-1.19/m4/libtool.m4:3283: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` enca-1.19/m4/libtool.m4-3284- done ############################################## enca-1.19/m4/libtool.m4-3311- # Break only if it was the GNU/non-GNU ld that we prefer. enca-1.19/m4/libtool.m4:3312: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in enca-1.19/m4/libtool.m4-3313- *GNU* | *'with BFD'*) ############################################## enca-1.19/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v. enca-1.19/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in enca-1.19/m4/libtool.m4-3353-*GNU* | *'with BFD'*) ############################################## enca-1.19/m4/libtool.m4-3578-openbsd* | bitrig*) enca-1.19/m4/libtool.m4:3579: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then enca-1.19/m4/libtool.m4-3580- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## enca-1.19/m4/libtool.m4-3645- else enca-1.19/m4/libtool.m4:3646: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` enca-1.19/m4/libtool.m4-3647- fi ############################################## enca-1.19/m4/libtool.m4-3696- esac enca-1.19/m4/libtool.m4:3697: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in enca-1.19/m4/libtool.m4-3698- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## enca-1.19/m4/libtool.m4-3702- *) enca-1.19/m4/libtool.m4:3703: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in enca-1.19/m4/libtool.m4-3704- */dev/null*) ############################################## enca-1.19/m4/libtool.m4-3728- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) enca-1.19/m4/libtool.m4:3729: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in enca-1.19/m4/libtool.m4-3730- *COFF*) ############################################## enca-1.19/m4/libtool.m4-3787- # decide which one to use based on capabilities of $DLLTOOL enca-1.19/m4/libtool.m4:3788: case `$DLLTOOL --help 2>&1` in enca-1.19/m4/libtool.m4-3789- *--identify-strict*) ############################################## enca-1.19/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes. enca-1.19/m4/libtool.m4:3962:case `$NM -V 2>&1` in enca-1.19/m4/libtool.m4-3963-*GNU* | *'with BFD'*) ############################################## enca-1.19/m4/libtool.m4-4009-mingw*) enca-1.19/m4/libtool.m4:4010: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp enca-1.19/m4/libtool.m4-4011- ;; ############################################## enca-1.19/m4/libtool.m4-4065- nlist=conftest.nm enca-1.19/m4/libtool.m4:4066: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then enca-1.19/m4/libtool.m4-4067- # Try sorting and uniquifying the output. ############################################## enca-1.19/m4/libtool.m4-4413- *) enca-1.19/m4/libtool.m4:4414: case `$CC -V 2>&1 | sed 5q` in enca-1.19/m4/libtool.m4-4415- *Sun\ C*) ############################################## enca-1.19/m4/libtool.m4-4749- *) enca-1.19/m4/libtool.m4:4750: case `$CC -V 2>&1 | sed 5q` in enca-1.19/m4/libtool.m4-4751- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) ############################################## enca-1.19/m4/libtool.m4-4932- else enca-1.19/m4/libtool.m4:4933: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' enca-1.19/m4/libtool.m4-4934- fi ############################################## enca-1.19/m4/libtool.m4-5031- # shared libraries, regardless of the interface used. enca-1.19/m4/libtool.m4:5032: case `$LD -v 2>&1` in enca-1.19/m4/libtool.m4-5033- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## enca-1.19/m4/libtool.m4-5063- supports_anon_versioning=no enca-1.19/m4/libtool.m4:5064: case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in enca-1.19/m4/libtool.m4-5065- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## enca-1.19/m4/libtool.m4-5166- prefix_cmds="$SED"~ enca-1.19/m4/libtool.m4:5167: if test EXPORTS = "`$SED 1q $export_symbols`"; then enca-1.19/m4/libtool.m4-5168- prefix_cmds="$prefix_cmds -e 1d"; ############################################## enca-1.19/m4/libtool.m4-5188- # time. Moving up from 0x10000000 also allows more sbrk(2) space. enca-1.19/m4/libtool.m4:5189: _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' enca-1.19/m4/libtool.m4:5190: _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' enca-1.19/m4/libtool.m4-5191- ;; ############################################## enca-1.19/m4/libtool.m4-5206- pgcc*) # Portland Group C compiler enca-1.19/m4/libtool.m4:5207: _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' enca-1.19/m4/libtool.m4-5208- tmp_addflag=' $pic_flag' ############################################## enca-1.19/m4/libtool.m4-5211- # Portland Group f77 and f90 compilers enca-1.19/m4/libtool.m4:5212: _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' enca-1.19/m4/libtool.m4-5213- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## enca-1.19/m4/libtool.m4-5228- nvcc*) # Cuda Compiler Driver 2.2 enca-1.19/m4/libtool.m4:5229: _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' enca-1.19/m4/libtool.m4-5230- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## enca-1.19/m4/libtool.m4-5232- esac enca-1.19/m4/libtool.m4:5233: case `$CC -V 2>&1 | sed 5q` in enca-1.19/m4/libtool.m4-5234- *Sun\ C*) # Sun C 5.9 enca-1.19/m4/libtool.m4:5235: _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' enca-1.19/m4/libtool.m4-5236- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## enca-1.19/m4/libtool.m4-5303- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) enca-1.19/m4/libtool.m4:5304: case `$LD -v 2>&1` in enca-1.19/m4/libtool.m4-5305- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## enca-1.19/m4/libtool.m4-5392- else enca-1.19/m4/libtool.m4:5393: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' enca-1.19/m4/libtool.m4-5394- fi ############################################## enca-1.19/m4/libtool.m4-5457- # below for broken collect2 doesn't work under 4.3+ enca-1.19/m4/libtool.m4:5458: collect2name=`$CC -print-prog-name=collect2` enca-1.19/m4/libtool.m4-5459- if test -f "$collect2name" && ############################################## enca-1.19/m4/libtool.m4-5513- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" enca-1.19/m4/libtool.m4:5514: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag enca-1.19/m4/libtool.m4-5515- else ############################################## enca-1.19/m4/libtool.m4-5538- # -brtl affects multiple linker settings, -berok does not and is overridden later enca-1.19/m4/libtool.m4:5539: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' enca-1.19/m4/libtool.m4-5540- if test svr4 != "$with_aix_soname"; then ############################################## enca-1.19/m4/libtool.m4-5629- # FIXME: Setting linknames here is a bad hack. enca-1.19/m4/libtool.m4:5630: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' enca-1.19/m4/libtool.m4-5631- # The linker will automatically build a .lib file if we build a DLL. ############################################## enca-1.19/m4/libtool.m4-5767- if test yes = "$GCC"; then enca-1.19/m4/libtool.m4:5768: _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' enca-1.19/m4/libtool.m4-5769- # Try to use the -exported_symbol ld option, if it does not ############################################## enca-1.19/m4/libtool.m4-5790- if test yes = "$lt_cv_irix_exported_symbol"; then enca-1.19/m4/libtool.m4:5791: _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' enca-1.19/m4/libtool.m4-5792- fi ############################################## enca-1.19/m4/libtool.m4-5794- else enca-1.19/m4/libtool.m4:5795: _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' enca-1.19/m4/libtool.m4:5796: _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' enca-1.19/m4/libtool.m4-5797- fi ############################################## enca-1.19/m4/libtool.m4-5841- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes enca-1.19/m4/libtool.m4:5842: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then enca-1.19/m4/libtool.m4-5843- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## enca-1.19/m4/libtool.m4-5872- prefix_cmds="$SED"~ enca-1.19/m4/libtool.m4:5873: if test EXPORTS = "`$SED 1q $export_symbols`"; then enca-1.19/m4/libtool.m4-5874- prefix_cmds="$prefix_cmds -e 1d"; ############################################## enca-1.19/m4/libtool.m4-5886- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' enca-1.19/m4/libtool.m4:5887: _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' enca-1.19/m4/libtool.m4-5888- else enca-1.19/m4/libtool.m4-5889- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' enca-1.19/m4/libtool.m4:5890: _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' enca-1.19/m4/libtool.m4-5891- fi ############################################## enca-1.19/m4/libtool.m4-5899- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' enca-1.19/m4/libtool.m4:5900: _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' enca-1.19/m4/libtool.m4-5901- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## enca-1.19/m4/libtool.m4-5903- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' enca-1.19/m4/libtool.m4:5904: _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' enca-1.19/m4/libtool.m4:5905: _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~ enca-1.19/m4/libtool.m4:5906: $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' enca-1.19/m4/libtool.m4-5907- ############################################## enca-1.19/m4/libtool.m4-5922- else enca-1.19/m4/libtool.m4:5923: case `$CC -V 2>&1` in enca-1.19/m4/libtool.m4-5924- *"Compilers 5.0"*) ############################################## enca-1.19/m4/libtool.m4-6115- _LT_TAGVAR(allow_undefined_flag, $1)= enca-1.19/m4/libtool.m4:6116: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) enca-1.19/m4/libtool.m4-6117- then ############################################## enca-1.19/m4/libtool.m4-6419- # ancient GNU ld didn't support --whole-archive et. al. enca-1.19/m4/libtool.m4:6420: if eval "`$CC -print-prog-name=ld` --help 2>&1" | enca-1.19/m4/libtool.m4-6421- $GREP 'no-whole-archive' > /dev/null; then ############################################## enca-1.19/m4/libtool.m4-6529- # below for broken collect2 doesn't work under 4.3+ enca-1.19/m4/libtool.m4:6530: collect2name=`$CC -print-prog-name=collect2` enca-1.19/m4/libtool.m4-6531- if test -f "$collect2name" && ############################################## enca-1.19/m4/libtool.m4-6587- enca-1.19/m4/libtool.m4:6588: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag enca-1.19/m4/libtool.m4-6589- else ############################################## enca-1.19/m4/libtool.m4-6612- # -brtl affects multiple linker settings, -berok does not and is overridden later enca-1.19/m4/libtool.m4:6613: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' enca-1.19/m4/libtool.m4-6614- if test svr4 != "$with_aix_soname"; then ############################################## enca-1.19/m4/libtool.m4-6741- prefix_cmds="$SED"~ enca-1.19/m4/libtool.m4:6742: if test EXPORTS = "`$SED 1q $export_symbols`"; then enca-1.19/m4/libtool.m4-6743- prefix_cmds="$prefix_cmds -e 1d"; ############################################## enca-1.19/m4/libtool.m4-6815- # dependencies. enca-1.19/m4/libtool.m4:6816: 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"' enca-1.19/m4/libtool.m4-6817- ;; ############################################## enca-1.19/m4/libtool.m4-6880- # dependencies. enca-1.19/m4/libtool.m4:6881: 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"' enca-1.19/m4/libtool.m4-6882- ;; ############################################## enca-1.19/m4/libtool.m4-6916- # time. Moving up from 0x10000000 also allows more sbrk(2) space. enca-1.19/m4/libtool.m4:6917: _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' enca-1.19/m4/libtool.m4:6918: _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' enca-1.19/m4/libtool.m4-6919- ;; ############################################## enca-1.19/m4/libtool.m4-6923- # SGI C++ enca-1.19/m4/libtool.m4:6924: _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' enca-1.19/m4/libtool.m4-6925- ############################################## enca-1.19/m4/libtool.m4-6934- if test no = "$with_gnu_ld"; then enca-1.19/m4/libtool.m4:6935: _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' enca-1.19/m4/libtool.m4-6936- else enca-1.19/m4/libtool.m4:6937: _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' enca-1.19/m4/libtool.m4-6938- fi ############################################## enca-1.19/m4/libtool.m4-6955- # to its proper name (with version) after linking. enca-1.19/m4/libtool.m4:6956: _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' enca-1.19/m4/libtool.m4:6957: _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' enca-1.19/m4/libtool.m4-6958- # Commands to make compiler produce verbose output that lists ############################################## enca-1.19/m4/libtool.m4-6965- # dependencies. enca-1.19/m4/libtool.m4:6966: 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"' enca-1.19/m4/libtool.m4-6967- ############################################## enca-1.19/m4/libtool.m4-6980- # earlier do not add the objects themselves. enca-1.19/m4/libtool.m4:6981: case `$CC -V 2>&1` in enca-1.19/m4/libtool.m4-6982- *"Version 7."*) ############################################## enca-1.19/m4/libtool.m4-7001- # Portland Group C++ compiler enca-1.19/m4/libtool.m4:7002: case `$CC -V` in enca-1.19/m4/libtool.m4-7003- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## enca-1.19/m4/libtool.m4-7006- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ enca-1.19/m4/libtool.m4:7007: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' enca-1.19/m4/libtool.m4-7008- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## enca-1.19/m4/libtool.m4-7010- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ enca-1.19/m4/libtool.m4:7011: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ enca-1.19/m4/libtool.m4-7012- $RANLIB $oldlib' ############################################## enca-1.19/m4/libtool.m4-7015- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ enca-1.19/m4/libtool.m4:7016: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' enca-1.19/m4/libtool.m4-7017- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## enca-1.19/m4/libtool.m4-7019- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ enca-1.19/m4/libtool.m4:7020: $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' enca-1.19/m4/libtool.m4-7021- ;; ############################################## enca-1.19/m4/libtool.m4-7029- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' enca-1.19/m4/libtool.m4:7030: _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' enca-1.19/m4/libtool.m4-7031- ;; ############################################## enca-1.19/m4/libtool.m4-7048- # dependencies. enca-1.19/m4/libtool.m4:7049: 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' enca-1.19/m4/libtool.m4-7050- ;; ############################################## enca-1.19/m4/libtool.m4-7063- *) enca-1.19/m4/libtool.m4:7064: case `$CC -V 2>&1 | sed 5q` in enca-1.19/m4/libtool.m4-7065- *Sun\ C*) ############################################## enca-1.19/m4/libtool.m4-7070- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' enca-1.19/m4/libtool.m4:7071: _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' enca-1.19/m4/libtool.m4-7072- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## enca-1.19/m4/libtool.m4-7135- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' enca-1.19/m4/libtool.m4:7136: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then enca-1.19/m4/libtool.m4-7137- _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' ############################################## enca-1.19/m4/libtool.m4-7154- # to its proper name (with version) after linking. enca-1.19/m4/libtool.m4:7155: _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' enca-1.19/m4/libtool.m4-7156- ############################################## enca-1.19/m4/libtool.m4-7175- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' enca-1.19/m4/libtool.m4:7176: _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' enca-1.19/m4/libtool.m4-7177- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## enca-1.19/m4/libtool.m4-7180- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' enca-1.19/m4/libtool.m4:7181: _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' enca-1.19/m4/libtool.m4:7182: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ enca-1.19/m4/libtool.m4-7183- echo "-hidden">> $lib.exp~ enca-1.19/m4/libtool.m4:7184: $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~ enca-1.19/m4/libtool.m4-7185- $RM $lib.exp' ############################################## enca-1.19/m4/libtool.m4-7199- # dependencies. enca-1.19/m4/libtool.m4:7200: 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"' enca-1.19/m4/libtool.m4-7201- ;; ############################################## enca-1.19/m4/libtool.m4-7206- osf3*) enca-1.19/m4/libtool.m4:7207: _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' enca-1.19/m4/libtool.m4-7208- ;; enca-1.19/m4/libtool.m4-7209- *) enca-1.19/m4/libtool.m4:7210: _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' enca-1.19/m4/libtool.m4-7211- ;; ############################################## enca-1.19/m4/libtool.m4-7459- case @S|@2 in enca-1.19/m4/libtool.m4:7460: .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; enca-1.19/m4/libtool.m4:7461: *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; enca-1.19/m4/libtool.m4-7462- esac ############################################## enca-1.19/m4/libtool.m4-7548- enca-1.19/m4/libtool.m4:7549: for p in `eval "$output_verbose_link_cmd"`; do enca-1.19/m4/libtool.m4-7550- case $prev$p in ############################################## enca-1.19/m4/libtool.m4-7652-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then enca-1.19/m4/libtool.m4:7653: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` enca-1.19/m4/libtool.m4-7654-fi ############################################## enca-1.19/m4/libtool.m4-8272- test 10 -lt "$lt_ac_count" && break enca-1.19/m4/libtool.m4:8273: lt_ac_count=`expr $lt_ac_count + 1` enca-1.19/m4/libtool.m4-8274- if test "$lt_ac_count" -gt "$lt_ac_max"; then ############################################## enca-1.19/ltmain.sh-103-# enca-1.19/ltmain.sh:104:# . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh enca-1.19/ltmain.sh-105-# ############################################## enca-1.19/ltmain.sh-202- func_executable_p "$_G_path_prog" || continue enca-1.19/ltmain.sh:203: case `"$_G_path_prog" --version 2>&1` in enca-1.19/ltmain.sh-204- *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; ############################################## enca-1.19/ltmain.sh-249- diff conftest.out conftest.nl >/dev/null 2>&1 || break enca-1.19/ltmain.sh:250: _G_count=`expr $_G_count + 1` enca-1.19/ltmain.sh-251- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## enca-1.19/ltmain.sh-285- diff conftest.out conftest.nl >/dev/null 2>&1 || break enca-1.19/ltmain.sh:286: _G_count=`expr $_G_count + 1` enca-1.19/ltmain.sh-287- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## enca-1.19/ltmain.sh-410-# The name of this program. enca-1.19/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"` enca-1.19/ltmain.sh-412- ############################################## enca-1.19/ltmain.sh-416- *[\\/]*) enca-1.19/ltmain.sh:417: progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` enca-1.19/ltmain.sh:418: progdir=`cd "$progdir" && pwd` enca-1.19/ltmain.sh-419- progpath=$progdir/$progname ############################################## enca-1.19/ltmain.sh-610- enca-1.19/ltmain.sh:611: eval _G_current_value='`$ECHO $'$1'`' enca-1.19/ltmain.sh:612: _G_delim=`expr "$2" : '\(.\)'` enca-1.19/ltmain.sh-613- ############################################## enca-1.19/ltmain.sh-639- enca-1.19/ltmain.sh:640: func_arith_result=`expr "$@"` enca-1.19/ltmain.sh-641- } ############################################## enca-1.19/ltmain.sh-660- # ...otherwise fall back to using sed. enca-1.19/ltmain.sh:661: _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' enca-1.19/ltmain.sh:662: _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` enca-1.19/ltmain.sh-663- if test "X$func_dirname_result" = "X$1"; then ############################################## enca-1.19/ltmain.sh-757- test -n "$_G_tc" && { enca-1.19/ltmain.sh:758: _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` enca-1.19/ltmain.sh:759: _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` enca-1.19/ltmain.sh-760- } enca-1.19/ltmain.sh-761- done enca-1.19/ltmain.sh:762: _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes enca-1.19/ltmain.sh-763- ############################################## enca-1.19/ltmain.sh-831- enca-1.19/ltmain.sh:832: func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` enca-1.19/ltmain.sh-833- } ############################################## enca-1.19/ltmain.sh-863- # ...otherwise throw away the child directory and loop enca-1.19/ltmain.sh:864: _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` enca-1.19/ltmain.sh-865- done enca-1.19/ltmain.sh:866: _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` enca-1.19/ltmain.sh-867- ############################################## enca-1.19/ltmain.sh-901- # If mktemp works, use that first and foremost enca-1.19/ltmain.sh:902: _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` enca-1.19/ltmain.sh-903- ############################################## enca-1.19/ltmain.sh-1111- *[\\\`\"\$]*) enca-1.19/ltmain.sh:1112: _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; enca-1.19/ltmain.sh-1113- *) ############################################## enca-1.19/ltmain.sh-1198- case $2 in enca-1.19/ltmain.sh:1199: .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; enca-1.19/ltmain.sh:1200: *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; enca-1.19/ltmain.sh-1201- esac ############################################## enca-1.19/ltmain.sh-1271- [0-9]* | *[!a-zA-Z0-9_]*) enca-1.19/ltmain.sh:1272: func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` enca-1.19/ltmain.sh-1273- ;; ############################################## enca-1.19/ltmain.sh-1358- enca-1.19/ltmain.sh:1359: test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` enca-1.19/ltmain.sh-1360-} ############################################## enca-1.19/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell enca-1.19/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another enca-1.19/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script ############################################## enca-1.19/ltmain.sh-1517- enca-1.19/ltmain.sh:1518: eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' enca-1.19/ltmain.sh-1519-} ############################################## enca-1.19/ltmain.sh-1870- enca-1.19/ltmain.sh:1871: func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` enca-1.19/ltmain.sh-1872- func_split_equals_rhs= enca-1.19/ltmain.sh-1873- test "x$func_split_equals_lhs" = "x$1" \ enca-1.19/ltmain.sh:1874: || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` enca-1.19/ltmain.sh-1875- } ############################################## enca-1.19/ltmain.sh-1898- enca-1.19/ltmain.sh:1899: func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` enca-1.19/ltmain.sh:1900: func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` enca-1.19/ltmain.sh-1901- } ############################################## enca-1.19/ltmain.sh-2071- version: $progname $scriptversion enca-1.19/ltmain.sh:2072: automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` enca-1.19/ltmain.sh:2073: autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` enca-1.19/ltmain.sh-2074- ############################################## enca-1.19/ltmain.sh-2110- { enca-1.19/ltmain.sh:2111: func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` enca-1.19/ltmain.sh-2112- } ############################################## enca-1.19/ltmain.sh-2115- { enca-1.19/ltmain.sh:2116: func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` enca-1.19/ltmain.sh-2117- } ############################################## enca-1.19/ltmain.sh-2206- # quotes we have to do it in 2 steps: enca-1.19/ltmain.sh:2207: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` enca-1.19/ltmain.sh-2208- eval "$extractedcf" ############################################## enca-1.19/ltmain.sh-2659- done enca-1.19/ltmain.sh:2660: CC_expanded=`func_echo_all $CC` enca-1.19/ltmain.sh:2661: CC_quoted_expanded=`func_echo_all $CC_quoted` enca-1.19/ltmain.sh-2662- case $@ in ############################################## enca-1.19/ltmain.sh-2672- # Evaluate the configuration. enca-1.19/ltmain.sh:2673: eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" enca-1.19/ltmain.sh-2674- CC_quoted= ############################################## enca-1.19/ltmain.sh-2678- done enca-1.19/ltmain.sh:2679: CC_expanded=`func_echo_all $CC` enca-1.19/ltmain.sh:2680: CC_quoted_expanded=`func_echo_all $CC_quoted` enca-1.19/ltmain.sh-2681- case "$@ " in ############################################## enca-1.19/ltmain.sh-2770- # zero AND non-empty stdout, which explains the odd construction: enca-1.19/ltmain.sh:2771: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` enca-1.19/ltmain.sh-2772- if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then ############################################## enca-1.19/ltmain.sh-2838- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then enca-1.19/ltmain.sh:2839: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` enca-1.19/ltmain.sh-2840- if test "$?" -ne 0; then ############################################## enca-1.19/ltmain.sh-3009- # LT_CYGPATH in this case. enca-1.19/ltmain.sh:3010: func_to_host_file_result=`cygpath -m "$1"` enca-1.19/ltmain.sh-3011- fi ############################################## enca-1.19/ltmain.sh-3166- func_to_host_path_tmp1=$func_stripname_result enca-1.19/ltmain.sh:3167: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` enca-1.19/ltmain.sh-3168- func_convert_path_check : ";" \ ############################################## enca-1.19/ltmain.sh-3376- *.[cCFSifmso] | \ enca-1.19/ltmain.sh:3377: *.ada | *.adb | *.ads | *.asm | \ enca-1.19/ltmain.sh-3378- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## enca-1.19/ltmain.sh-3453- if test no = "$compiler_c_o"; then enca-1.19/ltmain.sh:3454: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext enca-1.19/ltmain.sh-3455- lockfile=$output_obj.lock ############################################## enca-1.19/ltmain.sh-3472-*** ERROR, $lockfile exists and contains: enca-1.19/ltmain.sh:3473:`cat $lockfile 2>/dev/null` enca-1.19/ltmain.sh-3474- ############################################## enca-1.19/ltmain.sh-3520- if test warn = "$need_locks" && enca-1.19/ltmain.sh:3521: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then enca-1.19/ltmain.sh-3522- $ECHO "\ enca-1.19/ltmain.sh-3523-*** ERROR, $lockfile contains: enca-1.19/ltmain.sh:3524:`cat $lockfile 2>/dev/null` enca-1.19/ltmain.sh-3525- ############################################## enca-1.19/ltmain.sh-3569- if test warn = "$need_locks" && enca-1.19/ltmain.sh:3570: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then enca-1.19/ltmain.sh-3571- $ECHO "\ enca-1.19/ltmain.sh-3572-*** ERROR, $lockfile contains: enca-1.19/ltmain.sh:3573:`cat $lockfile 2>/dev/null` enca-1.19/ltmain.sh-3574- ############################################## enca-1.19/ltmain.sh-3895- # Get the absolute pathname. enca-1.19/ltmain.sh:3896: absdir=`cd "$dir" && pwd` enca-1.19/ltmain.sh-3897- test -n "$absdir" && dir=$absdir ############################################## enca-1.19/ltmain.sh-3994- if test -n "$lt_sysroot"; then enca-1.19/ltmain.sh:3995: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` enca-1.19/ltmain.sh-3996- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## enca-1.19/ltmain.sh-4278- # Determine the prefix the user has applied to our future dir. enca-1.19/ltmain.sh:4279: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` enca-1.19/ltmain.sh-4280- ############################################## enca-1.19/ltmain.sh-4291- # Stick the inst_prefix_dir data into the link command. enca-1.19/ltmain.sh:4292: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` enca-1.19/ltmain.sh-4293- else enca-1.19/ltmain.sh:4294: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` enca-1.19/ltmain.sh-4295- fi ############################################## enca-1.19/ltmain.sh-4458- fi enca-1.19/ltmain.sh:4459: libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` enca-1.19/ltmain.sh-4460- if test -n "$libdir" && test ! -f "$libfile"; then ############################################## enca-1.19/ltmain.sh-4477- # Replace the output file specification. enca-1.19/ltmain.sh:4478: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` enca-1.19/ltmain.sh-4479- ############################################## enca-1.19/ltmain.sh-4496- # Install the binary that we compiled earlier. enca-1.19/ltmain.sh:4497: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` enca-1.19/ltmain.sh-4498- fi ############################################## enca-1.19/ltmain.sh-4570- my_pic_p=${3-false} enca-1.19/ltmain.sh:4571: my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` enca-1.19/ltmain.sh-4572- my_dlsyms= ############################################## enca-1.19/ltmain.sh-4628- # Add our own program objects to the symbol list. enca-1.19/ltmain.sh:4629: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` enca-1.19/ltmain.sh-4630- for progfile in $progfiles; do ############################################## enca-1.19/ltmain.sh-4690- # Use subshell, to avoid clobbering current variable values enca-1.19/ltmain.sh:4691: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` enca-1.19/ltmain.sh-4692- if test -n "$dlprefile_dlname"; then ############################################## enca-1.19/ltmain.sh-4859- if test -f "$output_objdir/$my_outputname.def"; then enca-1.19/ltmain.sh:4860: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` enca-1.19/ltmain.sh:4861: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` enca-1.19/ltmain.sh-4862- else enca-1.19/ltmain.sh:4863: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` enca-1.19/ltmain.sh:4864: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` enca-1.19/ltmain.sh-4865- fi ############################################## enca-1.19/ltmain.sh-4867- *) enca-1.19/ltmain.sh:4868: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` enca-1.19/ltmain.sh:4869: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` enca-1.19/ltmain.sh-4870- ;; ############################################## enca-1.19/ltmain.sh-4882- # Nullify the symbol file. enca-1.19/ltmain.sh:4883: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` enca-1.19/ltmain.sh:4884: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` enca-1.19/ltmain.sh-4885- fi ############################################## enca-1.19/ltmain.sh-4896- func_to_tool_file "$1" func_convert_file_msys_to_w32 enca-1.19/ltmain.sh:4897: 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)$'` enca-1.19/ltmain.sh-4898- test -n "$func_cygming_gnu_implib_tmp" ############################################## enca-1.19/ltmain.sh-4909- func_to_tool_file "$1" func_convert_file_msys_to_w32 enca-1.19/ltmain.sh:4910: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` enca-1.19/ltmain.sh-4911- test -n "$func_cygming_ms_implib_tmp" ############################################## enca-1.19/ltmain.sh-4925- win32_libid_type=unknown enca-1.19/ltmain.sh:4926: win32_fileres=`file -L $1 2>/dev/null` enca-1.19/ltmain.sh-4927- case $win32_fileres in ############################################## enca-1.19/ltmain.sh-4990- enca-1.19/ltmain.sh:4991: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` enca-1.19/ltmain.sh-4992-} ############################################## enca-1.19/ltmain.sh-5008- enca-1.19/ltmain.sh:5009: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` enca-1.19/ltmain.sh-5010- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## enca-1.19/ltmain.sh-5072- # binutils import library enca-1.19/ltmain.sh:5073: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` enca-1.19/ltmain.sh-5074- elif func_cygming_ms_implib_p "$1"; then enca-1.19/ltmain.sh-5075- # ms-generated import library enca-1.19/ltmain.sh:5076: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` enca-1.19/ltmain.sh-5077- else ############################################## enca-1.19/ltmain.sh-5156- darwin_base_archive=$func_basename_result enca-1.19/ltmain.sh:5157: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` enca-1.19/ltmain.sh-5158- if test -n "$darwin_arches"; then enca-1.19/ltmain.sh:5159: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` enca-1.19/ltmain.sh-5160- darwin_arch= ############################################## enca-1.19/ltmain.sh-5170- ## Okay now we've a bunch of thin objects, gotta fatten them up :) enca-1.19/ltmain.sh:5171: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` enca-1.19/ltmain.sh-5172- darwin_file= ############################################## enca-1.19/ltmain.sh-5174- for darwin_file in $darwin_filelist; do enca-1.19/ltmain.sh:5175: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` enca-1.19/ltmain.sh-5176- $LIPO -create -output "$darwin_file" $darwin_files ############################################## enca-1.19/ltmain.sh-5189- esac enca-1.19/ltmain.sh:5190: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` enca-1.19/ltmain.sh-5191- done ############################################## enca-1.19/ltmain.sh-5260- enca-1.19/ltmain.sh:5261: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` enca-1.19/ltmain.sh-5262- $ECHO "\ ############################################## enca-1.19/ltmain.sh-5295- --lt-dump-script) enca-1.19/ltmain.sh:5296: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` enca-1.19/ltmain.sh-5297- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. enca-1.19/ltmain.sh:5298: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` enca-1.19/ltmain.sh-5299- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## enca-1.19/ltmain.sh-5322- \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" enca-1.19/ltmain.sh:5323: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` enca-1.19/ltmain.sh-5324- done ############################################## enca-1.19/ltmain.sh-5380- # Find the directory that this script lives in. enca-1.19/ltmain.sh:5381: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` enca-1.19/ltmain.sh-5382- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## enca-1.19/ltmain.sh-5384- # Follow symbolic links until we get to the real thisdir. enca-1.19/ltmain.sh:5385: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` enca-1.19/ltmain.sh-5386- while test -n \"\$file\"; do enca-1.19/ltmain.sh:5387: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` enca-1.19/ltmain.sh-5388- ############################################## enca-1.19/ltmain.sh-5396- enca-1.19/ltmain.sh:5397: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` enca-1.19/ltmain.sh:5398: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` enca-1.19/ltmain.sh-5399- done ############################################## enca-1.19/ltmain.sh-5410- case \"\$thisdir\" in enca-1.19/ltmain.sh:5411: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; enca-1.19/ltmain.sh-5412- $objdir ) thisdir=. ;; ############################################## enca-1.19/ltmain.sh-5416- # Try to get the absolute directory name. enca-1.19/ltmain.sh:5417: absdir=\`cd \"\$thisdir\" && pwd\` enca-1.19/ltmain.sh-5418- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## enca-1.19/ltmain.sh-5426- if test ! -f \"\$progdir/\$program\" || enca-1.19/ltmain.sh:5427: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ enca-1.19/ltmain.sh-5428- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## enca-1.19/ltmain.sh-5441- if test -n \"\$relink_command\"; then enca-1.19/ltmain.sh:5442: if relink_command_output=\`eval \$relink_command 2>&1\`; then : enca-1.19/ltmain.sh-5443- else ############################################## enca-1.19/ltmain.sh-5485- # The second colon is a workaround for a bug in BeOS R4 sed enca-1.19/ltmain.sh:5486: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` enca-1.19/ltmain.sh-5487- ############################################## enca-1.19/ltmain.sh-6464- enca-1.19/ltmain.sh:6465: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in enca-1.19/ltmain.sh-6466- *import*) : ;; ############################################## enca-1.19/ltmain.sh-6712- moreargs= enca-1.19/ltmain.sh:6713: for fil in `cat "$save_arg"` enca-1.19/ltmain.sh-6714- do ############################################## enca-1.19/ltmain.sh-6973- *) enca-1.19/ltmain.sh:6974: absdir=`cd "$dir" && pwd` enca-1.19/ltmain.sh-6975- test -z "$absdir" && \ ############################################## enca-1.19/ltmain.sh-6994- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) enca-1.19/ltmain.sh:6995: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` enca-1.19/ltmain.sh-6996- case :$dllsearchpath: in ############################################## enca-1.19/ltmain.sh-7290- -Z*) enca-1.19/ltmain.sh:7291: if test os2 = "`expr $host : '.*\(os2\)'`"; then enca-1.19/ltmain.sh-7292- # OS/2 uses -Zxxx to specify OS/2-specific options ############################################## enca-1.19/ltmain.sh-7460- # get the directories listed in $shlibpath_var enca-1.19/ltmain.sh:7461: eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` enca-1.19/ltmain.sh-7462- else ############################################## enca-1.19/ltmain.sh-7779- set dummy $deplibs_check_method; shift enca-1.19/ltmain.sh:7780: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` enca-1.19/ltmain.sh-7781- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## enca-1.19/ltmain.sh-7869- if test -n "$inherited_linker_flags"; then enca-1.19/ltmain.sh:7870: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` enca-1.19/ltmain.sh-7871- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## enca-1.19/ltmain.sh-7877- fi enca-1.19/ltmain.sh:7878: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` enca-1.19/ltmain.sh-7879- if test lib,link = "$linkmode,$pass" || ############################################## enca-1.19/ltmain.sh-7950- *) enca-1.19/ltmain.sh:7951: abs_ladir=`cd "$ladir" && pwd` enca-1.19/ltmain.sh-7952- if test -z "$abs_ladir"; then ############################################## enca-1.19/ltmain.sh-8203- shift enca-1.19/ltmain.sh:8204: libname=`eval "\\$ECHO \"$libname_spec\""` enca-1.19/ltmain.sh-8205- # use dlname if we got it. it's perfectly good, no? ############################################## enca-1.19/ltmain.sh-8495- *) enca-1.19/ltmain.sh:8496: absdir=`cd "$dir" && pwd` enca-1.19/ltmain.sh-8497- if test -z "$absdir"; then ############################################## enca-1.19/ltmain.sh-8506- depdepl= enca-1.19/ltmain.sh:8507: eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` enca-1.19/ltmain.sh-8508- if test -n "$deplibrary_names"; then ############################################## enca-1.19/ltmain.sh-8513- depdepl=$absdir/$objdir/$depdepl enca-1.19/ltmain.sh:8514: darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` enca-1.19/ltmain.sh-8515- if test -z "$darwin_install_name"; then enca-1.19/ltmain.sh:8516: darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` enca-1.19/ltmain.sh-8517- fi ############################################## enca-1.19/ltmain.sh-8528- else enca-1.19/ltmain.sh:8529: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` enca-1.19/ltmain.sh-8530- test -z "$libdir" && \ ############################################## enca-1.19/ltmain.sh-8551- else enca-1.19/ltmain.sh:8552: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` enca-1.19/ltmain.sh-8553- fi ############################################## enca-1.19/ltmain.sh-8640- linux*) enca-1.19/ltmain.sh:8641: case `$CC -V 2>&1 | sed 5q` in enca-1.19/ltmain.sh-8642- *Sun\ C*) # Sun C++ 5.9 ############################################## enca-1.19/ltmain.sh-9048- removelist= enca-1.19/ltmain.sh:9049: tempremovelist=`$ECHO "$output_objdir/*"` enca-1.19/ltmain.sh-9050- for p in $tempremovelist; do ############################################## enca-1.19/ltmain.sh-9074- # Transform .lo files to .o files. enca-1.19/ltmain.sh:9075: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` enca-1.19/ltmain.sh-9076- fi ############################################## enca-1.19/ltmain.sh-9079- #for path in $notinst_path; do enca-1.19/ltmain.sh:9080: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` enca-1.19/ltmain.sh:9081: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` enca-1.19/ltmain.sh:9082: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` enca-1.19/ltmain.sh-9083- #done ############################################## enca-1.19/ltmain.sh-9200- if test -n "$i"; then enca-1.19/ltmain.sh:9201: libname=`eval "\\$ECHO \"$libname_spec\""` enca-1.19/ltmain.sh:9202: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` enca-1.19/ltmain.sh-9203- set dummy $deplib_matches; shift enca-1.19/ltmain.sh-9204- deplib_match=$1 enca-1.19/ltmain.sh:9205: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then enca-1.19/ltmain.sh-9206- func_append newdeplibs " $i" ############################################## enca-1.19/ltmain.sh-9243- if test -n "$i"; then enca-1.19/ltmain.sh:9244: libname=`eval "\\$ECHO \"$libname_spec\""` enca-1.19/ltmain.sh:9245: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` enca-1.19/ltmain.sh-9246- set dummy $deplib_matches; shift enca-1.19/ltmain.sh-9247- deplib_match=$1 enca-1.19/ltmain.sh:9248: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then enca-1.19/ltmain.sh-9249- func_append newdeplibs " $i" ############################################## enca-1.19/ltmain.sh-9278- set dummy $deplibs_check_method; shift enca-1.19/ltmain.sh:9279: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` enca-1.19/ltmain.sh-9280- for a_deplib in $deplibs; do ############################################## enca-1.19/ltmain.sh-9293- if test -n "$a_deplib"; then enca-1.19/ltmain.sh:9294: libname=`eval "\\$ECHO \"$libname_spec\""` enca-1.19/ltmain.sh-9295- if test -n "$file_magic_glob"; then enca-1.19/ltmain.sh:9296: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` enca-1.19/ltmain.sh-9297- else ############################################## enca-1.19/ltmain.sh-9303- shopt -s nocaseglob enca-1.19/ltmain.sh:9304: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` enca-1.19/ltmain.sh-9305- $nocaseglob enca-1.19/ltmain.sh-9306- else enca-1.19/ltmain.sh:9307: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` enca-1.19/ltmain.sh-9308- fi ############################################## enca-1.19/ltmain.sh-9321- while test -h "$potlib" 2>/dev/null; do enca-1.19/ltmain.sh:9322: potliblink=`ls -ld $potlib | $SED 's/.* -> //'` enca-1.19/ltmain.sh-9323- case $potliblink in enca-1.19/ltmain.sh-9324- [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; enca-1.19/ltmain.sh:9325: *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; enca-1.19/ltmain.sh-9326- esac ############################################## enca-1.19/ltmain.sh-9362- set dummy $deplibs_check_method; shift enca-1.19/ltmain.sh:9363: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` enca-1.19/ltmain.sh-9364- for a_deplib in $deplibs; do ############################################## enca-1.19/ltmain.sh-9377- if test -n "$a_deplib"; then enca-1.19/ltmain.sh:9378: libname=`eval "\\$ECHO \"$libname_spec\""` enca-1.19/ltmain.sh-9379- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do enca-1.19/ltmain.sh:9380: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` enca-1.19/ltmain.sh-9381- for potent_lib in $potential_libs; do ############################################## enca-1.19/ltmain.sh-9416- newdeplibs= enca-1.19/ltmain.sh:9417: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` enca-1.19/ltmain.sh-9418- if test yes = "$allow_libtool_libs_with_static_runtimes"; then ############################################## enca-1.19/ltmain.sh-9420- # can't use Xsed below, because $i might contain '/' enca-1.19/ltmain.sh:9421: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` enca-1.19/ltmain.sh-9422- done ############################################## enca-1.19/ltmain.sh-9446- # On Rhapsody replace the C library with the System framework enca-1.19/ltmain.sh:9447: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` enca-1.19/ltmain.sh-9448- ;; ############################################## enca-1.19/ltmain.sh-9498- *-*-darwin*) enca-1.19/ltmain.sh:9499: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` enca-1.19/ltmain.sh:9500: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` enca-1.19/ltmain.sh:9501: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` enca-1.19/ltmain.sh-9502- ;; ############################################## enca-1.19/ltmain.sh-9625- # Use standard objects if they are pic enca-1.19/ltmain.sh:9626: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` enca-1.19/ltmain.sh-9627- test "X$libobjs" = "X " && libobjs= ############################################## enca-1.19/ltmain.sh-10139- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" enca-1.19/ltmain.sh:10140: test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` enca-1.19/ltmain.sh-10141- reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags ############################################## enca-1.19/ltmain.sh-10154- # Create the old-style object. enca-1.19/ltmain.sh:10155: reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs enca-1.19/ltmain.sh-10156- ############################################## enca-1.19/ltmain.sh-10212- # On Rhapsody replace the C library is the System framework enca-1.19/ltmain.sh:10213: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` enca-1.19/ltmain.sh:10214: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` enca-1.19/ltmain.sh-10215- ;; ############################################## enca-1.19/ltmain.sh-10230- # Time to change all our "foo.ltframework" stuff back to "-framework foo" enca-1.19/ltmain.sh:10231: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` enca-1.19/ltmain.sh:10232: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` enca-1.19/ltmain.sh-10233- ;; ############################################## enca-1.19/ltmain.sh-10308- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) enca-1.19/ltmain.sh:10309: testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` enca-1.19/ltmain.sh-10310- case :$dllsearchpath: in ############################################## enca-1.19/ltmain.sh-10368- # Transform all the library objects into standard objects. enca-1.19/ltmain.sh:10369: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` enca-1.19/ltmain.sh:10370: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` enca-1.19/ltmain.sh-10371- fi ############################################## enca-1.19/ltmain.sh-10396- # Replace the output file specification. enca-1.19/ltmain.sh:10397: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` enca-1.19/ltmain.sh-10398- link_command=$compile_command$compile_rpath ############################################## enca-1.19/ltmain.sh-10405- func_to_tool_file "$output" enca-1.19/ltmain.sh:10406: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` enca-1.19/ltmain.sh-10407- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## enca-1.19/ltmain.sh-10449- # Replace the output file specification. enca-1.19/ltmain.sh:10450: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` enca-1.19/ltmain.sh-10451- # Delete the old output file. ############################################## enca-1.19/ltmain.sh-10457- func_to_tool_file "$output" enca-1.19/ltmain.sh:10458: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` enca-1.19/ltmain.sh-10459- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## enca-1.19/ltmain.sh-10475- link_command=$finalize_var$compile_command$finalize_rpath enca-1.19/ltmain.sh:10476: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` enca-1.19/ltmain.sh-10477- ;; ############################################## enca-1.19/ltmain.sh-10488- # Replace the output file specification. enca-1.19/ltmain.sh:10489: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` enca-1.19/ltmain.sh-10490- ############################################## enca-1.19/ltmain.sh-10497- func_to_tool_file "$output_objdir/$outputname" enca-1.19/ltmain.sh:10498: 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'` enca-1.19/ltmain.sh-10499- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## enca-1.19/ltmain.sh-10518- relink_command="(cd `pwd`; $relink_command)" enca-1.19/ltmain.sh:10519: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` enca-1.19/ltmain.sh-10520- fi ############################################## enca-1.19/ltmain.sh-10764- relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" enca-1.19/ltmain.sh:10765: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` enca-1.19/ltmain.sh-10766- if test yes = "$hardcode_automatic"; then ############################################## enca-1.19/ltmain.sh-10785- func_resolve_sysroot "$deplib" enca-1.19/ltmain.sh:10786: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` enca-1.19/ltmain.sh-10787- test -z "$libdir" && \ ############################################## enca-1.19/ltmain.sh-10811- name=$func_basename_result enca-1.19/ltmain.sh:10812: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` enca-1.19/ltmain.sh-10813- test -z "$libdir" && \ ############################################## enca-1.19/ltmain.sh-10830- name=$func_basename_result enca-1.19/ltmain.sh:10831: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` enca-1.19/ltmain.sh-10832- test -z "$libdir" && \ ############################################## enca-1.19/ltmain.sh-11149-# ### BEGIN LIBTOOL TAG CONFIG: disable-static enca-1.19/ltmain.sh:11150:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` enca-1.19/ltmain.sh-11151-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## enca-1.19/config.guess-34- enca-1.19/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` enca-1.19/config.guess-36- ############################################## enca-1.19/config.guess-102-: ${TMPDIR=/tmp} ; enca-1.19/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || enca-1.19/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## enca-1.19/config.guess-151- EOF enca-1.19/config.guess:152: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` enca-1.19/config.guess-153- ;; ############################################## enca-1.19/config.guess-181- earmv*) enca-1.19/config.guess:182: arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` enca-1.19/config.guess:183: endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` enca-1.19/config.guess-184- machine=${arch}${endian}-unknown ############################################## enca-1.19/config.guess-210- expr='s/^earmv[0-9]/-eabi/;s/eb$//' enca-1.19/config.guess:211: abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` enca-1.19/config.guess-212- ;; ############################################## enca-1.19/config.guess-223- *) enca-1.19/config.guess:224: release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` enca-1.19/config.guess-225- ;; ############################################## enca-1.19/config.guess-257- *4.0) enca-1.19/config.guess:258: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` enca-1.19/config.guess-259- ;; enca-1.19/config.guess-260- *5.*) enca-1.19/config.guess:261: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` enca-1.19/config.guess-262- ;; ############################################## enca-1.19/config.guess-267- # types through head -n 1, so we only detect the type of CPU 0. enca-1.19/config.guess:268: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` enca-1.19/config.guess-269- case "$ALPHA_CPU_TYPE" in ############################################## enca-1.19/config.guess-305- # 1.2 uses "1.2" for uname -r. enca-1.19/config.guess:306: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` enca-1.19/config.guess-307- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## enca-1.19/config.guess-365- s390x:SunOS:*:*) enca-1.19/config.guess:366: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` enca-1.19/config.guess-367- exit ;; enca-1.19/config.guess-368- sun4H:SunOS:5.*:*) enca-1.19/config.guess:369: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` enca-1.19/config.guess-370- exit ;; enca-1.19/config.guess-371- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) enca-1.19/config.guess:372: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` enca-1.19/config.guess-373- exit ;; ############################################## enca-1.19/config.guess-390- fi enca-1.19/config.guess:391: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` enca-1.19/config.guess-392- exit ;; ############################################## enca-1.19/config.guess-396- # it's likely to be more like Solaris than SunOS4. enca-1.19/config.guess:397: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` enca-1.19/config.guess-398- exit ;; ############################################## enca-1.19/config.guess-405- # Japanese Language versions have a version number like `4.1.3-JL'. enca-1.19/config.guess:406: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` enca-1.19/config.guess-407- exit ;; ############################################## enca-1.19/config.guess-411- sun*:*:4.2BSD:*) enca-1.19/config.guess:412: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` enca-1.19/config.guess-413- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## enca-1.19/config.guess-493- $CC_FOR_BUILD -o $dummy $dummy.c && enca-1.19/config.guess:494: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && enca-1.19/config.guess:495: SYSTEM_NAME=`$dummy $dummyarg` && enca-1.19/config.guess-496- { echo "$SYSTEM_NAME"; exit; } ############################################## enca-1.19/config.guess-549- *:IRIX*:*:*) enca-1.19/config.guess:550: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` enca-1.19/config.guess-551- exit ;; ############################################## enca-1.19/config.guess-579-EOF enca-1.19/config.guess:580: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` enca-1.19/config.guess-581- then ############################################## enca-1.19/config.guess-592- *:AIX:*:[4567]) enca-1.19/config.guess:593: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` enca-1.19/config.guess-594- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## enca-1.19/config.guess-628- 9000/[34678]??:HP-UX:*:*) enca-1.19/config.guess:629: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` enca-1.19/config.guess-630- case "${UNAME_MACHINE}" in ############################################## enca-1.19/config.guess-682-EOF enca-1.19/config.guess:683: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` enca-1.19/config.guess-684- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## enca-1.19/config.guess-710- ia64:HP-UX:*:*) enca-1.19/config.guess:711: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` enca-1.19/config.guess-712- echo ia64-hp-hpux${HPUX_REV} ############################################## enca-1.19/config.guess-740-EOF enca-1.19/config.guess:741: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && enca-1.19/config.guess-742- { echo "$SYSTEM_NAME"; exit; } ############################################## enca-1.19/config.guess-811- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` enca-1.19/config.guess:812: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` enca-1.19/config.guess-813- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## enca-1.19/config.guess-816- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` enca-1.19/config.guess:817: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` enca-1.19/config.guess-818- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## enca-1.19/config.guess-832- amd64) enca-1.19/config.guess:833: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; enca-1.19/config.guess-834- *) enca-1.19/config.guess:835: echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; enca-1.19/config.guess-836- esac ############################################## enca-1.19/config.guess-890- prep*:SunOS:5.*:*) enca-1.19/config.guess:891: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` enca-1.19/config.guess-892- exit ;; ############################################## enca-1.19/config.guess-894- # the GNU system enca-1.19/config.guess:895: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` enca-1.19/config.guess-896- exit ;; ############################################## enca-1.19/config.guess-898- # other systems with GNU libc and userland enca-1.19/config.guess:899: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} enca-1.19/config.guess-900- exit ;; ############################################## enca-1.19/config.guess-989-EOF enca-1.19/config.guess:990: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` enca-1.19/config.guess-991- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ############################################## enca-1.19/config.guess-1083- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) enca-1.19/config.guess:1084: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` enca-1.19/config.guess-1085- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## enca-1.19/config.guess-1283- fi enca-1.19/config.guess:1284: if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then enca-1.19/config.guess-1285- if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then ############################################## enca-1.19/config.guess-1368- *:DragonFly:*:*) enca-1.19/config.guess:1369: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` enca-1.19/config.guess-1370- exit ;; ############################################## enca-1.19/config.guess-1381- i*86:skyos:*:*) enca-1.19/config.guess:1382: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' enca-1.19/config.guess-1383- exit ;; ############################################## enca-1.19/devel-docs/Makefile.in-54- { \ enca-1.19/devel-docs/Makefile.in:55: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ enca-1.19/devel-docs/Makefile.in-56- }; \ ############################################## enca-1.19/devel-docs/Makefile.in-390-distdir: $(DISTFILES) enca-1.19/devel-docs/Makefile.in:391: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/devel-docs/Makefile.in:392: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/devel-docs/Makefile.in-393- list='$(DISTFILES)'; \ ############################################## enca-1.19/devel-docs/Makefile.in-404- if test -d $$d/$$file; then \ enca-1.19/devel-docs/Makefile.in:405: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enca-1.19/devel-docs/Makefile.in-406- if test -d "$(distdir)/$$file"; then \ ############################################## enca-1.19/devel-docs/Makefile.in-604- $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) enca-1.19/devel-docs/Makefile.in:605: (installfiles=`echo $(srcdir)/html/*.html`; \ enca-1.19/devel-docs/Makefile.in-606- if test "$$installfiles" = '$(srcdir)/html/*.html'; \ ############################################## enca-1.19/devel-docs/Makefile.in-619-uninstall-local: enca-1.19/devel-docs/Makefile.in:620: (installfiles=`cd $(srcdir)/html >/dev/null && echo *.html`; \ enca-1.19/devel-docs/Makefile.in-621- if test "$$installfiles" = '*.html'; \ ############################################## enca-1.19/devel-docs/Makefile.am-149- $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) enca-1.19/devel-docs/Makefile.am:150: (installfiles=`echo $(srcdir)/html/*.html`; \ enca-1.19/devel-docs/Makefile.am-151- if test "$$installfiles" = '$(srcdir)/html/*.html'; \ ############################################## enca-1.19/devel-docs/Makefile.am-164-uninstall-local: enca-1.19/devel-docs/Makefile.am:165: (installfiles=`cd $(srcdir)/html >/dev/null && echo *.html`; \ enca-1.19/devel-docs/Makefile.am-166- if test "$$installfiles" = '*.html'; \ ############################################## enca-1.19/INSTALL-173-directory configuration variables that were expressed in terms of enca-1.19/INSTALL:174:`${prefix}'. Any directories that were specified during `configure', enca-1.19/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install ############################################## enca-1.19/lib/Makefile.in-51- { \ enca-1.19/lib/Makefile.in:52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ enca-1.19/lib/Makefile.in-53- }; \ ############################################## enca-1.19/lib/Makefile.in-109-CONFIG_CLEAN_VPATH_FILES = enca-1.19/lib/Makefile.in:110:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; enca-1.19/lib/Makefile.in-111-am__vpath_adj = case $$p in \ enca-1.19/lib/Makefile.in:112: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ enca-1.19/lib/Makefile.in-113- *) f=$$p;; \ enca-1.19/lib/Makefile.in-114- esac; enca-1.19/lib/Makefile.in:115:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; enca-1.19/lib/Makefile.in-116-am__install_max = 40 enca-1.19/lib/Makefile.in-117-am__nobase_strip_setup = \ enca-1.19/lib/Makefile.in:118: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` enca-1.19/lib/Makefile.in-119-am__nobase_strip = \ ############################################## enca-1.19/lib/Makefile.in-506-.c.obj: enca-1.19/lib/Makefile.in:507:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` enca-1.19/lib/Makefile.in-508-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## enca-1.19/lib/Makefile.in-510-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ enca-1.19/lib/Makefile.in:511:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` enca-1.19/lib/Makefile.in-512- ############################################## enca-1.19/lib/Makefile.in-543- @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ enca-1.19/lib/Makefile.in:544: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ enca-1.19/lib/Makefile.in-545- dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) ############################################## enca-1.19/lib/Makefile.in-576-GTAGS: enca-1.19/lib/Makefile.in:577: here=`$(am__cd) $(top_builddir) && pwd` \ enca-1.19/lib/Makefile.in-578- && $(am__cd) $(top_srcdir) \ ############################################## enca-1.19/lib/Makefile.in-599-distdir: $(DISTFILES) enca-1.19/lib/Makefile.in:600: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/lib/Makefile.in:601: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ enca-1.19/lib/Makefile.in-602- list='$(DISTFILES)'; \ ############################################## enca-1.19/lib/Makefile.in-613- if test -d $$d/$$file; then \ enca-1.19/lib/Makefile.in:614: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ enca-1.19/lib/Makefile.in-615- if test -d "$(distdir)/$$file"; then \ ############################################## enca-1.19/Makefile.am-55- cd $(DESTDIR)$(man1dir); \ enca-1.19/Makefile.am:56: inst1=`echo enca | sed '$(transform)'`.1; \ enca-1.19/Makefile.am:57: inst2=`echo enconv | sed '$(transform)'`.1; \ enca-1.19/Makefile.am-58- $(LN_S) -f $$inst1 $$inst2 ############################################## enca-1.19/Makefile.am-60-uninstall-hook: enca-1.19/Makefile.am:61: inst=`echo enconv | sed '$(transform)'`.1; \ enca-1.19/Makefile.am-62- rm -f $(DESTDIR)$(man1dir)/$$inst