=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== cconv-0.6.2/config.guess-39- cconv-0.6.2/config.guess:40:me=`echo "$0" | sed -e 's,.*/,,'` cconv-0.6.2/config.guess-41- ############################################## cconv-0.6.2/config.guess-108-: ${TMPDIR=/tmp} ; cconv-0.6.2/config.guess:109: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || cconv-0.6.2/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## cconv-0.6.2/config.guess-193- *) cconv-0.6.2/config.guess:194: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` cconv-0.6.2/config.guess-195- ;; ############################################## cconv-0.6.2/config.guess-217- *4.0) cconv-0.6.2/config.guess:218: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` cconv-0.6.2/config.guess-219- ;; cconv-0.6.2/config.guess-220- *5.*) cconv-0.6.2/config.guess:221: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` cconv-0.6.2/config.guess-222- ;; ############################################## cconv-0.6.2/config.guess-227- # types through head -n 1, so we only detect the type of CPU 0. cconv-0.6.2/config.guess:228: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` cconv-0.6.2/config.guess-229- case "$ALPHA_CPU_TYPE" in ############################################## cconv-0.6.2/config.guess-265- # 1.2 uses "1.2" for uname -r. cconv-0.6.2/config.guess:266: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` cconv-0.6.2/config.guess-267- exit ;; ############################################## cconv-0.6.2/config.guess-322- sun4H:SunOS:5.*:*) cconv-0.6.2/config.guess:323: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` cconv-0.6.2/config.guess-324- exit ;; cconv-0.6.2/config.guess-325- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) cconv-0.6.2/config.guess:326: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` cconv-0.6.2/config.guess-327- exit ;; cconv-0.6.2/config.guess-328- i86pc:SunOS:5.*:*) cconv-0.6.2/config.guess:329: echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` cconv-0.6.2/config.guess-330- exit ;; ############################################## cconv-0.6.2/config.guess-334- # it's likely to be more like Solaris than SunOS4. cconv-0.6.2/config.guess:335: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` cconv-0.6.2/config.guess-336- exit ;; ############################################## cconv-0.6.2/config.guess-343- # Japanese Language versions have a version number like `4.1.3-JL'. cconv-0.6.2/config.guess:344: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` cconv-0.6.2/config.guess-345- exit ;; ############################################## cconv-0.6.2/config.guess-349- sun*:*:4.2BSD:*) cconv-0.6.2/config.guess:350: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` cconv-0.6.2/config.guess-351- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## cconv-0.6.2/config.guess-431- $CC_FOR_BUILD -o $dummy $dummy.c && cconv-0.6.2/config.guess:432: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && cconv-0.6.2/config.guess:433: SYSTEM_NAME=`$dummy $dummyarg` && cconv-0.6.2/config.guess-434- { echo "$SYSTEM_NAME"; exit; } ############################################## cconv-0.6.2/config.guess-487- *:IRIX*:*:*) cconv-0.6.2/config.guess:488: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` cconv-0.6.2/config.guess-489- exit ;; ############################################## cconv-0.6.2/config.guess-517-EOF cconv-0.6.2/config.guess:518: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` cconv-0.6.2/config.guess-519- then ############################################## cconv-0.6.2/config.guess-530- *:AIX:*:[45]) cconv-0.6.2/config.guess:531: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` cconv-0.6.2/config.guess-532- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## cconv-0.6.2/config.guess-565- 9000/[34678]??:HP-UX:*:*) cconv-0.6.2/config.guess:566: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` cconv-0.6.2/config.guess-567- case "${UNAME_MACHINE}" in ############################################## cconv-0.6.2/config.guess-619-EOF cconv-0.6.2/config.guess:620: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` cconv-0.6.2/config.guess-621- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## cconv-0.6.2/config.guess-647- ia64:HP-UX:*:*) cconv-0.6.2/config.guess:648: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` cconv-0.6.2/config.guess-649- echo ia64-hp-hpux${HPUX_REV} ############################################## cconv-0.6.2/config.guess-677-EOF cconv-0.6.2/config.guess:678: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && cconv-0.6.2/config.guess-679- { echo "$SYSTEM_NAME"; exit; } ############################################## cconv-0.6.2/config.guess-748- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` cconv-0.6.2/config.guess:749: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` cconv-0.6.2/config.guess-750- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## cconv-0.6.2/config.guess-753- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` cconv-0.6.2/config.guess:754: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` cconv-0.6.2/config.guess-755- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## cconv-0.6.2/config.guess-766- *:FreeBSD:*:*) cconv-0.6.2/config.guess:767: echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` cconv-0.6.2/config.guess-768- exit ;; ############################################## cconv-0.6.2/config.guess-803- prep*:SunOS:5.*:*) cconv-0.6.2/config.guess:804: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` cconv-0.6.2/config.guess-805- exit ;; ############################################## cconv-0.6.2/config.guess-807- # the GNU system cconv-0.6.2/config.guess:808: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` cconv-0.6.2/config.guess-809- exit ;; ############################################## cconv-0.6.2/config.guess-811- # other systems with GNU libc and userland cconv-0.6.2/config.guess:812: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu cconv-0.6.2/config.guess-813- exit ;; ############################################## cconv-0.6.2/config.guess-853-EOF cconv-0.6.2/config.guess:854: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` cconv-0.6.2/config.guess-855- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## cconv-0.6.2/config.guess-872-EOF cconv-0.6.2/config.guess:873: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` cconv-0.6.2/config.guess-874- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## cconv-0.6.2/config.guess-973-EOF cconv-0.6.2/config.guess:974: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` cconv-0.6.2/config.guess-975- test x"${LIBC}" != x && { ############################################## cconv-0.6.2/config.guess-1015- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) cconv-0.6.2/config.guess:1016: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` cconv-0.6.2/config.guess-1017- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## cconv-0.6.2/config.guess-1248- *:DragonFly:*:*) cconv-0.6.2/config.guess:1249: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` cconv-0.6.2/config.guess-1250- exit ;; ############################################## cconv-0.6.2/config.guess-1261- i*86:skyos:*:*) cconv-0.6.2/config.guess:1262: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' cconv-0.6.2/config.guess-1263- exit ;; ############################################## cconv-0.6.2/config.guess-1383- cconv-0.6.2/config.guess:1384:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && cconv-0.6.2/config.guess-1385- { echo "$SYSTEM_NAME"; exit; } ############################################## cconv-0.6.2/install-sh-210- fi cconv-0.6.2/install-sh:211: dst=$dst/`basename "$src"` cconv-0.6.2/install-sh-212- fi ############################################## cconv-0.6.2/install-sh-215- # This sed command emulates the dirname command. cconv-0.6.2/install-sh:216: dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'` cconv-0.6.2/install-sh-217- ############################################## cconv-0.6.2/install-sh-228- IFS='%' cconv-0.6.2/install-sh:229: set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` cconv-0.6.2/install-sh-230- shift ############################################## cconv-0.6.2/install-sh-256- else cconv-0.6.2/install-sh:257: dstfile=`basename "$dst"` cconv-0.6.2/install-sh-258- ############################################## cconv-0.6.2/ltmain.sh-36-# The name of this program: cconv-0.6.2/ltmain.sh:37:progname=`echo "$progpath" | $SED $basename` cconv-0.6.2/ltmain.sh-38-modename="$progname" ############################################## cconv-0.6.2/ltmain.sh-67- : cconv-0.6.2/ltmain.sh:68:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then cconv-0.6.2/ltmain.sh-69- # Yippee, $echo works! ############################################## cconv-0.6.2/ltmain.sh-167- # If mktemp works, use that first and foremost cconv-0.6.2/ltmain.sh:168: my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` cconv-0.6.2/ltmain.sh-169- ############################################## cconv-0.6.2/ltmain.sh-199- win32_libid_type="unknown" cconv-0.6.2/ltmain.sh:200: win32_fileres=`file -L $1 2>/dev/null` cconv-0.6.2/ltmain.sh-201- case $win32_fileres in ############################################## cconv-0.6.2/ltmain.sh-251- # but not from the CC environment variable when configure was run. cconv-0.6.2/ltmain.sh:252: " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;; cconv-0.6.2/ltmain.sh-253- # Blanks at the start of $base_compile will cause this to fail ############################################## cconv-0.6.2/ltmain.sh-258- # Evaluate the configuration. cconv-0.6.2/ltmain.sh:259: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" cconv-0.6.2/ltmain.sh-260- CC_quoted= ############################################## cconv-0.6.2/ltmain.sh-270- case "$@ " in cconv-0.6.2/ltmain.sh:271: " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) cconv-0.6.2/ltmain.sh-272- # The compiler in the base compile command matches ############################################## cconv-0.6.2/ltmain.sh-338- esac cconv-0.6.2/ltmain.sh:339: my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh-340- my_xlib_u=$my_xlib ############################################## cconv-0.6.2/ltmain.sh-343- *" $my_xlib_u "*) cconv-0.6.2/ltmain.sh:344: extracted_serial=`expr $extracted_serial + 1` cconv-0.6.2/ltmain.sh-345- my_xlib_u=lt$extracted_serial-$my_xlib ;; ############################################## cconv-0.6.2/ltmain.sh-368- darwin_curdir=`pwd` cconv-0.6.2/ltmain.sh:369: darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh:370: darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null` cconv-0.6.2/ltmain.sh-371- if test -n "$darwin_arches"; then cconv-0.6.2/ltmain.sh:372: darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'` cconv-0.6.2/ltmain.sh-373- darwin_arch= ############################################## cconv-0.6.2/ltmain.sh-383- ## Okay now we have a bunch of thin objects, gotta fatten them up :) cconv-0.6.2/ltmain.sh:384: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP` cconv-0.6.2/ltmain.sh-385- darwin_file= ############################################## cconv-0.6.2/ltmain.sh-387- for darwin_file in $darwin_filelist; do cconv-0.6.2/ltmain.sh:388: darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` cconv-0.6.2/ltmain.sh-389- lipo -create -output "$darwin_file" $darwin_files ############################################## cconv-0.6.2/ltmain.sh-402- esac cconv-0.6.2/ltmain.sh:403: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` cconv-0.6.2/ltmain.sh-404- done ############################################## cconv-0.6.2/ltmain.sh-421- case $arg in cconv-0.6.2/ltmain.sh:422: -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;; cconv-0.6.2/ltmain.sh-423- *) optarg= ;; ############################################## cconv-0.6.2/ltmain.sh-452- # Evaluate the configuration. cconv-0.6.2/ltmain.sh:453: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`" cconv-0.6.2/ltmain.sh-454- else ############################################## cconv-0.6.2/ltmain.sh-574-static) cconv-0.6.2/ltmain.sh:575: build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` cconv-0.6.2/ltmain.sh-576- ;; ############################################## cconv-0.6.2/ltmain.sh-695- -Wc,*) cconv-0.6.2/ltmain.sh:696: args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"` cconv-0.6.2/ltmain.sh-697- lastarg= ############################################## cconv-0.6.2/ltmain.sh-712- IFS="$save_ifs" cconv-0.6.2/ltmain.sh:713: lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"` cconv-0.6.2/ltmain.sh-714- ############################################## cconv-0.6.2/ltmain.sh-731- # Aesthetically quote the previous argument. cconv-0.6.2/ltmain.sh:732: lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"` cconv-0.6.2/ltmain.sh-733- ############################################## cconv-0.6.2/ltmain.sh-759- # Get the name of the library object. cconv-0.6.2/ltmain.sh:760: [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh-761- ;; ############################################## cconv-0.6.2/ltmain.sh-770- *.ads) xform=ads ;; cconv-0.6.2/ltmain.sh:771: *.asm) xform=asm ;; cconv-0.6.2/ltmain.sh-772- *.c++) xform=c++ ;; ############################################## cconv-0.6.2/ltmain.sh-783- cconv-0.6.2/ltmain.sh:784: libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"` cconv-0.6.2/ltmain.sh-785- cconv-0.6.2/ltmain.sh-786- case $libobj in cconv-0.6.2/ltmain.sh:787: *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;; cconv-0.6.2/ltmain.sh-788- *) ############################################## cconv-0.6.2/ltmain.sh-814- cconv-0.6.2/ltmain.sh:815: qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"` cconv-0.6.2/ltmain.sh-816- case $qlibobj in ############################################## cconv-0.6.2/ltmain.sh-822- && $echo "$modename: libobj name \`$libobj' may not contain shell special characters." cconv-0.6.2/ltmain.sh:823: objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh:824: xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'` cconv-0.6.2/ltmain.sh-825- if test "X$xdir" = "X$obj"; then ############################################## cconv-0.6.2/ltmain.sh-861- if test "$compiler_c_o" = no; then cconv-0.6.2/ltmain.sh:862: output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} cconv-0.6.2/ltmain.sh-863- lockfile="$output_obj.lock" ############################################## cconv-0.6.2/ltmain.sh-882-*** ERROR, $lockfile exists and contains: cconv-0.6.2/ltmain.sh:883:`cat $lockfile 2>/dev/null` cconv-0.6.2/ltmain.sh-884- ############################################## cconv-0.6.2/ltmain.sh-900- fi cconv-0.6.2/ltmain.sh:901: qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"` cconv-0.6.2/ltmain.sh-902- case $qsrcfile in ############################################## cconv-0.6.2/ltmain.sh-956- if test "$need_locks" = warn && cconv-0.6.2/ltmain.sh:957: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then cconv-0.6.2/ltmain.sh-958- $echo "\ cconv-0.6.2/ltmain.sh-959-*** ERROR, $lockfile contains: cconv-0.6.2/ltmain.sh:960:`cat $lockfile 2>/dev/null` cconv-0.6.2/ltmain.sh-961- ############################################## cconv-0.6.2/ltmain.sh-1028- if test "$need_locks" = warn && cconv-0.6.2/ltmain.sh:1029: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then cconv-0.6.2/ltmain.sh-1030- $echo "\ cconv-0.6.2/ltmain.sh-1031-*** ERROR, $lockfile contains: cconv-0.6.2/ltmain.sh:1032:`cat $lockfile 2>/dev/null` cconv-0.6.2/ltmain.sh-1033- ############################################## cconv-0.6.2/ltmain.sh-1201- *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") cconv-0.6.2/ltmain.sh:1202: qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test cconv-0.6.2/ltmain.sh-1203- ;; ############################################## cconv-0.6.2/ltmain.sh-1290- moreargs= cconv-0.6.2/ltmain.sh:1291: for fil in `cat $save_arg` cconv-0.6.2/ltmain.sh-1292- do ############################################## cconv-0.6.2/ltmain.sh-1317- # Extract subdirectory from the argument. cconv-0.6.2/ltmain.sh:1318: xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` cconv-0.6.2/ltmain.sh-1319- if test "X$xdir" = "X$arg"; then ############################################## cconv-0.6.2/ltmain.sh-1376- # Extract subdirectory from the argument. cconv-0.6.2/ltmain.sh:1377: xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` cconv-0.6.2/ltmain.sh-1378- if test "X$xdir" = "X$arg"; then ############################################## cconv-0.6.2/ltmain.sh-1383- cconv-0.6.2/ltmain.sh:1384: pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` cconv-0.6.2/ltmain.sh:1385: non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` cconv-0.6.2/ltmain.sh-1386- libobjs="$libobjs $pic_object" ############################################## cconv-0.6.2/ltmain.sh-1544- -L*) cconv-0.6.2/ltmain.sh:1545: dir=`$echo "X$arg" | $Xsed -e 's/^-L//'` cconv-0.6.2/ltmain.sh-1546- # We need an absolute path. ############################################## cconv-0.6.2/ltmain.sh-1549- *) cconv-0.6.2/ltmain.sh:1550: absdir=`cd "$dir" && pwd` cconv-0.6.2/ltmain.sh-1551- if test -z "$absdir"; then ############################################## cconv-0.6.2/ltmain.sh-1567- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) cconv-0.6.2/ltmain.sh:1568: testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'` cconv-0.6.2/ltmain.sh-1569- case :$dllsearchpath: in ############################################## cconv-0.6.2/ltmain.sh-1659- # to be aesthetically quoted because they are evaled later. cconv-0.6.2/ltmain.sh:1660: arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` cconv-0.6.2/ltmain.sh-1661- case $arg in ############################################## cconv-0.6.2/ltmain.sh-1728- -R*) cconv-0.6.2/ltmain.sh:1729: dir=`$echo "X$arg" | $Xsed -e 's/^-R//'` cconv-0.6.2/ltmain.sh-1730- # We need an absolute path. ############################################## cconv-0.6.2/ltmain.sh-1769- -Wc,*) cconv-0.6.2/ltmain.sh:1770: args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'` cconv-0.6.2/ltmain.sh-1771- arg= ############################################## cconv-0.6.2/ltmain.sh-1783- IFS="$save_ifs" cconv-0.6.2/ltmain.sh:1784: arg=`$echo "X$arg" | $Xsed -e "s/^ //"` cconv-0.6.2/ltmain.sh-1785- ;; ############################################## cconv-0.6.2/ltmain.sh-1787- -Wl,*) cconv-0.6.2/ltmain.sh:1788: args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` cconv-0.6.2/ltmain.sh-1789- arg= ############################################## cconv-0.6.2/ltmain.sh-1802- IFS="$save_ifs" cconv-0.6.2/ltmain.sh:1803: arg=`$echo "X$arg" | $Xsed -e "s/^ //"` cconv-0.6.2/ltmain.sh-1804- ;; ############################################## cconv-0.6.2/ltmain.sh-1824- # to be aesthetically quoted because they are evaled later. cconv-0.6.2/ltmain.sh:1825: arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` cconv-0.6.2/ltmain.sh-1826- case $arg in ############################################## cconv-0.6.2/ltmain.sh-1861- # Extract subdirectory from the argument. cconv-0.6.2/ltmain.sh:1862: xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` cconv-0.6.2/ltmain.sh-1863- if test "X$xdir" = "X$arg"; then ############################################## cconv-0.6.2/ltmain.sh-1920- # Extract subdirectory from the argument. cconv-0.6.2/ltmain.sh:1921: xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` cconv-0.6.2/ltmain.sh-1922- if test "X$xdir" = "X$arg"; then ############################################## cconv-0.6.2/ltmain.sh-1927- cconv-0.6.2/ltmain.sh:1928: pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` cconv-0.6.2/ltmain.sh:1929: non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` cconv-0.6.2/ltmain.sh-1930- libobjs="$libobjs $pic_object" ############################################## cconv-0.6.2/ltmain.sh-1963- # to be aesthetically quoted because they are evaled later. cconv-0.6.2/ltmain.sh:1964: arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` cconv-0.6.2/ltmain.sh-1965- case $arg in ############################################## cconv-0.6.2/ltmain.sh-1993- # calculate the name of the file, without its directory cconv-0.6.2/ltmain.sh:1994: outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh-1995- libobjs_save="$libobjs" ############################################## cconv-0.6.2/ltmain.sh-1998- # get the directories listed in $shlibpath_var cconv-0.6.2/ltmain.sh:1999: eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` cconv-0.6.2/ltmain.sh-2000- else ############################################## cconv-0.6.2/ltmain.sh-2005- cconv-0.6.2/ltmain.sh:2006: output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` cconv-0.6.2/ltmain.sh-2007- if test "X$output_objdir" = "X$output"; then ############################################## cconv-0.6.2/ltmain.sh-2140- fi cconv-0.6.2/ltmain.sh:2141: name=`$echo "X$deplib" | $Xsed -e 's/^-l//'` cconv-0.6.2/ltmain.sh-2142- for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do ############################################## cconv-0.6.2/ltmain.sh-2184- found=no cconv-0.6.2/ltmain.sh:2185: ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` cconv-0.6.2/ltmain.sh-2186- test "X$ladir" = "X$lib" && ladir="." ############################################## cconv-0.6.2/ltmain.sh-2209- newdependency_libs="$deplib $newdependency_libs" cconv-0.6.2/ltmain.sh:2210: newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` cconv-0.6.2/ltmain.sh-2211- ;; ############################################## cconv-0.6.2/ltmain.sh-2222- fi cconv-0.6.2/ltmain.sh:2223: newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` cconv-0.6.2/ltmain.sh-2224- ;; ############################################## cconv-0.6.2/ltmain.sh-2232- if test "$pass" = link; then cconv-0.6.2/ltmain.sh:2233: dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'` cconv-0.6.2/ltmain.sh-2234- # Make sure the xrpath contains only unique directories. ############################################## cconv-0.6.2/ltmain.sh-2254- set dummy $deplibs_check_method cconv-0.6.2/ltmain.sh:2255: match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` cconv-0.6.2/ltmain.sh-2256- if eval $echo \"$deplib\" 2>/dev/null \ ############################################## cconv-0.6.2/ltmain.sh-2315- else cconv-0.6.2/ltmain.sh:2316: $echo "$modename: cannot find the library \`$lib' or unhandled argument \`$deplib'" 1>&2 cconv-0.6.2/ltmain.sh-2317- exit $EXIT_FAILURE ############################################## cconv-0.6.2/ltmain.sh-2326- cconv-0.6.2/ltmain.sh:2327: ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` cconv-0.6.2/ltmain.sh-2328- test "X$ladir" = "X$lib" && ladir="." ############################################## cconv-0.6.2/ltmain.sh-2418- *) cconv-0.6.2/ltmain.sh:2419: abs_ladir=`cd "$ladir" && pwd` cconv-0.6.2/ltmain.sh-2420- if test -z "$abs_ladir"; then ############################################## cconv-0.6.2/ltmain.sh-2426- esac cconv-0.6.2/ltmain.sh:2427: laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh-2428- ############################################## cconv-0.6.2/ltmain.sh-2453- fi # $installed = yes cconv-0.6.2/ltmain.sh:2454: name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` cconv-0.6.2/ltmain.sh-2455- ############################################## cconv-0.6.2/ltmain.sh-2500- case $deplib in cconv-0.6.2/ltmain.sh:2501: -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test cconv-0.6.2/ltmain.sh-2502- esac ############################################## cconv-0.6.2/ltmain.sh-2621- shift; shift cconv-0.6.2/ltmain.sh:2622: libname=`eval \\$echo \"$libname_spec\"` cconv-0.6.2/ltmain.sh-2623- # use dlname if we got it. it's perfectly good, no? ############################################## cconv-0.6.2/ltmain.sh-2629- *cygwin* | mingw*) cconv-0.6.2/ltmain.sh:2630: major=`expr $current - $age` cconv-0.6.2/ltmain.sh-2631- versuffix="-$major" ############################################## cconv-0.6.2/ltmain.sh-2640- soroot="$soname" cconv-0.6.2/ltmain.sh:2641: soname=`$echo $soroot | ${SED} -e 's/^.*\///'` cconv-0.6.2/ltmain.sh:2642: newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a" cconv-0.6.2/ltmain.sh-2643- ############################################## cconv-0.6.2/ltmain.sh-2873- case $libdir in cconv-0.6.2/ltmain.sh:2874: -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'` cconv-0.6.2/ltmain.sh-2875- case " $xrpath " in ############################################## cconv-0.6.2/ltmain.sh-2905- *.la) cconv-0.6.2/ltmain.sh:2906: dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'` cconv-0.6.2/ltmain.sh-2907- test "X$dir" = "X$deplib" && dir="." ############################################## cconv-0.6.2/ltmain.sh-2911- *) cconv-0.6.2/ltmain.sh:2912: absdir=`cd "$dir" && pwd` cconv-0.6.2/ltmain.sh-2913- if test -z "$absdir"; then ############################################## cconv-0.6.2/ltmain.sh-2921- else cconv-0.6.2/ltmain.sh:2922: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` cconv-0.6.2/ltmain.sh-2923- if test -z "$libdir"; then ############################################## cconv-0.6.2/ltmain.sh-2936- # but need to link against shared cconv-0.6.2/ltmain.sh:2937: eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` cconv-0.6.2/ltmain.sh-2938- if test -n "$deplibrary_names" ; then ############################################## cconv-0.6.2/ltmain.sh-2961- # Again, we only want to link against shared libraries cconv-0.6.2/ltmain.sh:2962: eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"` cconv-0.6.2/ltmain.sh-2963- for tmp in $newlib_search_path ; do ############################################## cconv-0.6.2/ltmain.sh-3128- lib*) cconv-0.6.2/ltmain.sh:3129: name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` cconv-0.6.2/ltmain.sh-3130- eval shared_ext=\"$shrext_cmds\" ############################################## cconv-0.6.2/ltmain.sh-3134- if test "$module" = no; then cconv-0.6.2/ltmain.sh:3135: $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2 cconv-0.6.2/ltmain.sh-3136- $echo "$help" 1>&2 ############################################## cconv-0.6.2/ltmain.sh-3140- # Add the "lib" prefix for modules if required cconv-0.6.2/ltmain.sh:3141: name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` cconv-0.6.2/ltmain.sh-3142- eval shared_ext=\"$shrext_cmds\" ############################################## cconv-0.6.2/ltmain.sh-3144- else cconv-0.6.2/ltmain.sh:3145: libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` cconv-0.6.2/ltmain.sh-3146- fi ############################################## cconv-0.6.2/ltmain.sh-3221- darwin|linux|osf|windows|none) cconv-0.6.2/ltmain.sh:3222: current=`expr $number_major + $number_minor` cconv-0.6.2/ltmain.sh-3223- age="$number_minor" ############################################## cconv-0.6.2/ltmain.sh-3231- irix|nonstopux) cconv-0.6.2/ltmain.sh:3232: current=`expr $number_major + $number_minor - 1` cconv-0.6.2/ltmain.sh-3233- age="$number_minor" ############################################## cconv-0.6.2/ltmain.sh-3273- if test "$age" -gt "$current"; then cconv-0.6.2/ltmain.sh:3274: $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2 cconv-0.6.2/ltmain.sh-3275- $echo "$modename: \`$vinfo' is not valid version information" 1>&2 ############################################## cconv-0.6.2/ltmain.sh-3288- # verstring for coding it into the library header cconv-0.6.2/ltmain.sh:3289: major=.`expr $current - $age` cconv-0.6.2/ltmain.sh-3290- versuffix="$major.$age.$revision" cconv-0.6.2/ltmain.sh-3291- # Darwin ld doesn't like 0 for these options... cconv-0.6.2/ltmain.sh:3292: minor_current=`expr $current + 1` cconv-0.6.2/ltmain.sh-3293- verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" ############################################## cconv-0.6.2/ltmain.sh-3306- irix | nonstopux) cconv-0.6.2/ltmain.sh:3307: major=`expr $current - $age + 1` cconv-0.6.2/ltmain.sh-3308- ############################################## cconv-0.6.2/ltmain.sh-3317- while test "$loop" -ne 0; do cconv-0.6.2/ltmain.sh:3318: iface=`expr $revision - $loop` cconv-0.6.2/ltmain.sh:3319: loop=`expr $loop - 1` cconv-0.6.2/ltmain.sh-3320- verstring="$verstring_prefix$major.$iface:$verstring" ############################################## cconv-0.6.2/ltmain.sh-3328- linux) cconv-0.6.2/ltmain.sh:3329: major=.`expr $current - $age` cconv-0.6.2/ltmain.sh-3330- versuffix="$major.$age.$revision" ############################################## cconv-0.6.2/ltmain.sh-3333- osf) cconv-0.6.2/ltmain.sh:3334: major=.`expr $current - $age` cconv-0.6.2/ltmain.sh-3335- versuffix=".$current.$age.$revision" ############################################## cconv-0.6.2/ltmain.sh-3340- while test "$loop" -ne 0; do cconv-0.6.2/ltmain.sh:3341: iface=`expr $current - $loop` cconv-0.6.2/ltmain.sh:3342: loop=`expr $loop - 1` cconv-0.6.2/ltmain.sh-3343- verstring="$verstring:${iface}.0" ############################################## cconv-0.6.2/ltmain.sh-3357- # extension on DOS 8.3 filesystems. cconv-0.6.2/ltmain.sh:3358: major=`expr $current - $age` cconv-0.6.2/ltmain.sh-3359- versuffix="-$major" ############################################## cconv-0.6.2/ltmain.sh-3412- removelist= cconv-0.6.2/ltmain.sh:3413: tempremovelist=`$echo "$output_objdir/*"` cconv-0.6.2/ltmain.sh-3414- for p in $tempremovelist; do ############################################## cconv-0.6.2/ltmain.sh-3440- # Transform .lo files to .o files. cconv-0.6.2/ltmain.sh:3441: oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` cconv-0.6.2/ltmain.sh-3442- fi ############################################## cconv-0.6.2/ltmain.sh-3445-# for path in $notinst_path; do cconv-0.6.2/ltmain.sh:3446:# lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"` cconv-0.6.2/ltmain.sh:3447:# deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"` cconv-0.6.2/ltmain.sh:3448:# dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"` cconv-0.6.2/ltmain.sh-3449-# done ############################################## cconv-0.6.2/ltmain.sh-3552- for i in $deplibs; do cconv-0.6.2/ltmain.sh:3553: name=`expr $i : '-l\(.*\)'` cconv-0.6.2/ltmain.sh-3554- # If $name is empty we are operating on a -L argument. ############################################## cconv-0.6.2/ltmain.sh-3564- if test -n "$i" ; then cconv-0.6.2/ltmain.sh:3565: libname=`eval \\$echo \"$libname_spec\"` cconv-0.6.2/ltmain.sh:3566: deplib_matches=`eval \\$echo \"$library_names_spec\"` cconv-0.6.2/ltmain.sh-3567- set dummy $deplib_matches cconv-0.6.2/ltmain.sh-3568- deplib_match=$2 cconv-0.6.2/ltmain.sh:3569: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then cconv-0.6.2/ltmain.sh-3570- newdeplibs="$newdeplibs $i" ############################################## cconv-0.6.2/ltmain.sh-3589- for i in $deplibs; do cconv-0.6.2/ltmain.sh:3590: name=`expr $i : '-l\(.*\)'` cconv-0.6.2/ltmain.sh-3591- # If $name is empty we are operating on a -L argument. ############################################## cconv-0.6.2/ltmain.sh-3604- if test -n "$i" ; then cconv-0.6.2/ltmain.sh:3605: libname=`eval \\$echo \"$libname_spec\"` cconv-0.6.2/ltmain.sh:3606: deplib_matches=`eval \\$echo \"$library_names_spec\"` cconv-0.6.2/ltmain.sh-3607- set dummy $deplib_matches cconv-0.6.2/ltmain.sh-3608- deplib_match=$2 cconv-0.6.2/ltmain.sh:3609: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then cconv-0.6.2/ltmain.sh-3610- newdeplibs="$newdeplibs $i" ############################################## cconv-0.6.2/ltmain.sh-3637- set dummy $deplibs_check_method cconv-0.6.2/ltmain.sh:3638: file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` cconv-0.6.2/ltmain.sh-3639- for a_deplib in $deplibs; do cconv-0.6.2/ltmain.sh:3640: name=`expr $a_deplib : '-l\(.*\)'` cconv-0.6.2/ltmain.sh-3641- # If $name is empty we are operating on a -L argument. ############################################## cconv-0.6.2/ltmain.sh-3651- if test -n "$a_deplib" ; then cconv-0.6.2/ltmain.sh:3652: libname=`eval \\$echo \"$libname_spec\"` cconv-0.6.2/ltmain.sh-3653- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do cconv-0.6.2/ltmain.sh:3654: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` cconv-0.6.2/ltmain.sh-3655- for potent_lib in $potential_libs; do ############################################## cconv-0.6.2/ltmain.sh-3667- while test -h "$potlib" 2>/dev/null; do cconv-0.6.2/ltmain.sh:3668: potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` cconv-0.6.2/ltmain.sh-3669- case $potliblink in cconv-0.6.2/ltmain.sh-3670- [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; cconv-0.6.2/ltmain.sh:3671: *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; cconv-0.6.2/ltmain.sh-3672- esac ############################################## cconv-0.6.2/ltmain.sh-3706- set dummy $deplibs_check_method cconv-0.6.2/ltmain.sh:3707: match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` cconv-0.6.2/ltmain.sh-3708- for a_deplib in $deplibs; do cconv-0.6.2/ltmain.sh:3709: name=`expr $a_deplib : '-l\(.*\)'` cconv-0.6.2/ltmain.sh-3710- # If $name is empty we are operating on a -L argument. ############################################## cconv-0.6.2/ltmain.sh-3720- if test -n "$a_deplib" ; then cconv-0.6.2/ltmain.sh:3721: libname=`eval \\$echo \"$libname_spec\"` cconv-0.6.2/ltmain.sh-3722- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do cconv-0.6.2/ltmain.sh:3723: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` cconv-0.6.2/ltmain.sh-3724- for potent_lib in $potential_libs; do ############################################## cconv-0.6.2/ltmain.sh-3763- # can't use Xsed below, because $i might contain '/' cconv-0.6.2/ltmain.sh:3764: tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"` cconv-0.6.2/ltmain.sh-3765- done ############################################## cconv-0.6.2/ltmain.sh-3788- # On Rhapsody replace the C library is the System framework cconv-0.6.2/ltmain.sh:3789: newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'` cconv-0.6.2/ltmain.sh-3790- ;; ############################################## cconv-0.6.2/ltmain.sh-3957- # Use standard objects if they are pic cconv-0.6.2/ltmain.sh:3958: test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` cconv-0.6.2/ltmain.sh-3959- ############################################## cconv-0.6.2/ltmain.sh-3970- eval cmd=\"$cmd\" cconv-0.6.2/ltmain.sh:3971: if len=`expr "X$cmd" : ".*"` && cconv-0.6.2/ltmain.sh-3972- test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then ############################################## cconv-0.6.2/ltmain.sh-4052- if test "X$skipped_export" != "X:" && cconv-0.6.2/ltmain.sh:4053: len=`expr "X$test_cmds" : ".*" 2>/dev/null` && cconv-0.6.2/ltmain.sh-4054- test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then ############################################## cconv-0.6.2/ltmain.sh-4071- save_output=$output cconv-0.6.2/ltmain.sh:4072: output_la=`$echo "X$output" | $Xsed -e "$basename"` cconv-0.6.2/ltmain.sh-4073- ############################################## cconv-0.6.2/ltmain.sh-4087- if test "X$objlist" = X || cconv-0.6.2/ltmain.sh:4088: { len=`expr "X$test_cmds" : ".*" 2>/dev/null` && cconv-0.6.2/ltmain.sh-4089- test "$len" -le "$max_cmd_len"; }; then ############################################## cconv-0.6.2/ltmain.sh-4102- last_robj=$output_objdir/$output_la-${k}.$objext cconv-0.6.2/ltmain.sh:4103: k=`expr $k + 1` cconv-0.6.2/ltmain.sh-4104- output=$output_objdir/$output_la-${k}.$objext ############################################## cconv-0.6.2/ltmain.sh-4128- do cconv-0.6.2/ltmain.sh:4129: i=`expr $i + 1` cconv-0.6.2/ltmain.sh-4130- delfiles="$delfiles $output_objdir/$output_la-${i}.$objext" ############################################## cconv-0.6.2/ltmain.sh-4252- libobj="$output" cconv-0.6.2/ltmain.sh:4253: obj=`$echo "X$output" | $Xsed -e "$lo2o"` cconv-0.6.2/ltmain.sh-4254- ;; ############################################## cconv-0.6.2/ltmain.sh-4277- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" cconv-0.6.2/ltmain.sh:4278: reload_conv_objs=$reload_objs\ `$echo "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` cconv-0.6.2/ltmain.sh-4279- else ############################################## cconv-0.6.2/ltmain.sh-4288- # Create the old-style object. cconv-0.6.2/ltmain.sh:4289: reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test cconv-0.6.2/ltmain.sh-4290- ############################################## cconv-0.6.2/ltmain.sh-4349- case $host in cconv-0.6.2/ltmain.sh:4350: *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;; cconv-0.6.2/ltmain.sh-4351- esac ############################################## cconv-0.6.2/ltmain.sh-4369- # On Rhapsody replace the C library is the System framework cconv-0.6.2/ltmain.sh:4370: compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'` cconv-0.6.2/ltmain.sh:4371: finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'` cconv-0.6.2/ltmain.sh-4372- ;; ############################################## cconv-0.6.2/ltmain.sh-4457- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) cconv-0.6.2/ltmain.sh:4458: testbindir=`$echo "X$libdir" | $Xsed -e 's*/lib$*/bin*'` cconv-0.6.2/ltmain.sh-4459- case :$dllsearchpath: in ############################################## cconv-0.6.2/ltmain.sh-4515- # Transform all the library objects into standard objects. cconv-0.6.2/ltmain.sh:4516: compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` cconv-0.6.2/ltmain.sh:4517: finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` cconv-0.6.2/ltmain.sh-4518- fi ############################################## cconv-0.6.2/ltmain.sh-4561- # Add our own program objects to the symbol list. cconv-0.6.2/ltmain.sh:4562: progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` cconv-0.6.2/ltmain.sh-4563- for arg in $progfiles; do ############################################## cconv-0.6.2/ltmain.sh-4603- $show "extracting global C symbols from \`$arg'" cconv-0.6.2/ltmain.sh:4604: name=`$echo "$arg" | ${SED} -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh-4605- $run eval '$echo ": $name " >> "$nlist"' ############################################## cconv-0.6.2/ltmain.sh-4725- if test -f "$output_objdir/${outputname}.def" ; then cconv-0.6.2/ltmain.sh:4726: compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP` cconv-0.6.2/ltmain.sh:4727: finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP` cconv-0.6.2/ltmain.sh-4728- else cconv-0.6.2/ltmain.sh:4729: compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` cconv-0.6.2/ltmain.sh:4730: finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` cconv-0.6.2/ltmain.sh-4731- fi ############################################## cconv-0.6.2/ltmain.sh-4733- * ) cconv-0.6.2/ltmain.sh:4734: compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` cconv-0.6.2/ltmain.sh:4735: finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` cconv-0.6.2/ltmain.sh-4736- ;; ############################################## cconv-0.6.2/ltmain.sh-4749- # Nullify the symbol file. cconv-0.6.2/ltmain.sh:4750: compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP` cconv-0.6.2/ltmain.sh:4751: finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP` cconv-0.6.2/ltmain.sh-4752- fi ############################################## cconv-0.6.2/ltmain.sh-4755- # Replace the output file specification. cconv-0.6.2/ltmain.sh:4756: compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$output"'%g' | $NL2SP` cconv-0.6.2/ltmain.sh-4757- link_command="$compile_command$compile_rpath" ############################################## cconv-0.6.2/ltmain.sh-4822- # Replace the output file specification. cconv-0.6.2/ltmain.sh:4823: link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` cconv-0.6.2/ltmain.sh-4824- # Delete the old output file. ############################################## cconv-0.6.2/ltmain.sh-4842- if test "$fast_install" = yes; then cconv-0.6.2/ltmain.sh:4843: relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $SP2NL | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g' | $NL2SP` cconv-0.6.2/ltmain.sh-4844- else ############################################## cconv-0.6.2/ltmain.sh-4854- # Replace the output file specification. cconv-0.6.2/ltmain.sh:4855: link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` cconv-0.6.2/ltmain.sh-4856- ############################################## cconv-0.6.2/ltmain.sh-4874- else cconv-0.6.2/ltmain.sh:4875: var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` cconv-0.6.2/ltmain.sh-4876- relink_command="$var=\"$var_value\"; export $var; $relink_command" ############################################## cconv-0.6.2/ltmain.sh-4879- relink_command="(cd `pwd`; $relink_command)" cconv-0.6.2/ltmain.sh:4880: relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP` cconv-0.6.2/ltmain.sh-4881- fi ############################################## cconv-0.6.2/ltmain.sh-4888- esac cconv-0.6.2/ltmain.sh:4889: qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"` cconv-0.6.2/ltmain.sh-4890- else cconv-0.6.2/ltmain.sh:4891: qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"` cconv-0.6.2/ltmain.sh-4892- fi ############################################## cconv-0.6.2/ltmain.sh-4898- case $output in cconv-0.6.2/ltmain.sh:4899: *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;; cconv-0.6.2/ltmain.sh-4900- esac ############################################## cconv-0.6.2/ltmain.sh-4904- exeext=.exe cconv-0.6.2/ltmain.sh:4905: outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;; cconv-0.6.2/ltmain.sh-4906- *) exeext= ;; ############################################## cconv-0.6.2/ltmain.sh-4909- *cygwin* | *mingw* ) cconv-0.6.2/ltmain.sh:4910: output_name=`basename $output` cconv-0.6.2/ltmain.sh:4911: output_path=`dirname $output` cconv-0.6.2/ltmain.sh-4912- cwrappersource="$output_path/$objdir/lt-$output_name.c" ############################################## cconv-0.6.2/ltmain.sh-5317- shift cconv-0.6.2/ltmain.sh:5318: elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then cconv-0.6.2/ltmain.sh-5319- # Yippee, \$echo works! ############################################## cconv-0.6.2/ltmain.sh-5329- # Find the directory that this script lives in. cconv-0.6.2/ltmain.sh:5330: thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` cconv-0.6.2/ltmain.sh-5331- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## cconv-0.6.2/ltmain.sh-5333- # Follow symbolic links until we get to the real thisdir. cconv-0.6.2/ltmain.sh:5334: file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` cconv-0.6.2/ltmain.sh-5335- while test -n \"\$file\"; do cconv-0.6.2/ltmain.sh:5336: destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` cconv-0.6.2/ltmain.sh-5337- ############################################## cconv-0.6.2/ltmain.sh-5345- cconv-0.6.2/ltmain.sh:5346: file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\` cconv-0.6.2/ltmain.sh:5347: file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` cconv-0.6.2/ltmain.sh-5348- done ############################################## cconv-0.6.2/ltmain.sh-5350- # Try to get the absolute directory name. cconv-0.6.2/ltmain.sh:5351: absdir=\`cd \"\$thisdir\" && pwd\` cconv-0.6.2/ltmain.sh-5352- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## cconv-0.6.2/ltmain.sh-5360- if test ! -f \"\$progdir/\$program\" || \\ cconv-0.6.2/ltmain.sh:5361: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ cconv-0.6.2/ltmain.sh-5362- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## cconv-0.6.2/ltmain.sh-5375- if test -n \"\$relink_command\"; then cconv-0.6.2/ltmain.sh:5376: if relink_command_output=\`eval \$relink_command 2>&1\`; then : cconv-0.6.2/ltmain.sh-5377- else ############################################## cconv-0.6.2/ltmain.sh-5407- # The second colon is a workaround for a bug in BeOS R4 sed cconv-0.6.2/ltmain.sh:5408: $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` cconv-0.6.2/ltmain.sh-5409- ############################################## cconv-0.6.2/ltmain.sh-5520- do cconv-0.6.2/ltmain.sh:5521: objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh-5522- case " $oldobjs " in ############################################## cconv-0.6.2/ltmain.sh-5528- newobj=lt$counter-$objbase cconv-0.6.2/ltmain.sh:5529: counter=`expr $counter + 1` cconv-0.6.2/ltmain.sh-5530- case " $oldobjs " in ############################################## cconv-0.6.2/ltmain.sh-5546- cconv-0.6.2/ltmain.sh:5547: if len=`expr "X$cmds" : ".*"` && cconv-0.6.2/ltmain.sh-5548- test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then ############################################## cconv-0.6.2/ltmain.sh-5568- eval test_cmds=\"$old_archive_cmds\" cconv-0.6.2/ltmain.sh:5569: if len=`expr "X$test_cmds" : ".*" 2>/dev/null` && cconv-0.6.2/ltmain.sh-5570- test "$len" -le "$max_cmd_len"; then ############################################## cconv-0.6.2/ltmain.sh-5620- else cconv-0.6.2/ltmain.sh:5621: var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` cconv-0.6.2/ltmain.sh-5622- relink_command="$var=\"$var_value\"; export $var; $relink_command" ############################################## cconv-0.6.2/ltmain.sh-5626- relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" cconv-0.6.2/ltmain.sh:5627: relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP` cconv-0.6.2/ltmain.sh-5628- if test "$hardcode_automatic" = yes ; then ############################################## cconv-0.6.2/ltmain.sh-5645- *.la) cconv-0.6.2/ltmain.sh:5646: name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh:5647: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` cconv-0.6.2/ltmain.sh-5648- if test -z "$libdir"; then ############################################## cconv-0.6.2/ltmain.sh-5659- for lib in $dlfiles; do cconv-0.6.2/ltmain.sh:5660: name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh:5661: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` cconv-0.6.2/ltmain.sh-5662- if test -z "$libdir"; then ############################################## cconv-0.6.2/ltmain.sh-5670- for lib in $dlprefiles; do cconv-0.6.2/ltmain.sh:5671: name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh:5672: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` cconv-0.6.2/ltmain.sh-5673- if test -z "$libdir"; then ############################################## cconv-0.6.2/ltmain.sh-5767- # Aesthetically quote it. cconv-0.6.2/ltmain.sh:5768: arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"` cconv-0.6.2/ltmain.sh-5769- case $arg in ############################################## cconv-0.6.2/ltmain.sh-5783- # Aesthetically quote it. cconv-0.6.2/ltmain.sh:5784: arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` cconv-0.6.2/ltmain.sh-5785- case $arg in ############################################## cconv-0.6.2/ltmain.sh-5834- # Aesthetically quote the argument. cconv-0.6.2/ltmain.sh:5835: arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` cconv-0.6.2/ltmain.sh-5836- case $arg in ############################################## cconv-0.6.2/ltmain.sh-5866- # Strip any trailing slash from the destination. cconv-0.6.2/ltmain.sh:5867: dest=`$echo "X$dest" | $Xsed -e 's%/$%%'` cconv-0.6.2/ltmain.sh-5868- ############################################## cconv-0.6.2/ltmain.sh-5874- else cconv-0.6.2/ltmain.sh:5875: destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'` cconv-0.6.2/ltmain.sh-5876- test "X$destdir" = "X$dest" && destdir=. cconv-0.6.2/ltmain.sh:5877: destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh-5878- ############################################## cconv-0.6.2/ltmain.sh-5950- cconv-0.6.2/ltmain.sh:5951: dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/ cconv-0.6.2/ltmain.sh-5952- test "X$dir" = "X$file/" && dir= ############################################## cconv-0.6.2/ltmain.sh-5956- # Determine the prefix the user has applied to our future dir. cconv-0.6.2/ltmain.sh:5957: inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"` cconv-0.6.2/ltmain.sh-5958- ############################################## cconv-0.6.2/ltmain.sh-5971- # Stick the inst_prefix_dir data into the link command. cconv-0.6.2/ltmain.sh:5972: relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%" | $NL2SP` cconv-0.6.2/ltmain.sh-5973- else cconv-0.6.2/ltmain.sh:5974: relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%%" | $NL2SP` cconv-0.6.2/ltmain.sh-5975- fi ############################################## cconv-0.6.2/ltmain.sh-6040- # Install the pseudo-library for information purposes. cconv-0.6.2/ltmain.sh:6041: name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh-6042- instname="$dir/$name"i ############################################## cconv-0.6.2/ltmain.sh-6056- else cconv-0.6.2/ltmain.sh:6057: destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh-6058- destfile="$destdir/$destfile" ############################################## cconv-0.6.2/ltmain.sh-6063- *.lo) cconv-0.6.2/ltmain.sh:6064: staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"` cconv-0.6.2/ltmain.sh-6065- ;; ############################################## cconv-0.6.2/ltmain.sh-6085- # Deduce the name of the old-style object file. cconv-0.6.2/ltmain.sh:6086: staticobj=`$echo "X$file" | $Xsed -e "$lo2o"` cconv-0.6.2/ltmain.sh-6087- ############################################## cconv-0.6.2/ltmain.sh-6098- else cconv-0.6.2/ltmain.sh:6099: destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh-6100- destfile="$destdir/$destfile" ############################################## cconv-0.6.2/ltmain.sh-6109- if test ! -f "$file"; then cconv-0.6.2/ltmain.sh:6110: file=`$echo $file|${SED} 's,.exe$,,'` cconv-0.6.2/ltmain.sh-6111- stripped_ext=".exe" ############################################## cconv-0.6.2/ltmain.sh-6118- *cygwin*|*mingw*) cconv-0.6.2/ltmain.sh:6119: wrapper=`$echo $file | ${SED} -e 's,.exe$,,'` cconv-0.6.2/ltmain.sh-6120- ;; ############################################## cconv-0.6.2/ltmain.sh-6156- fi cconv-0.6.2/ltmain.sh:6157: libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test cconv-0.6.2/ltmain.sh-6158- if test -n "$libdir" && test ! -f "$libfile"; then cconv-0.6.2/ltmain.sh:6159: $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2 cconv-0.6.2/ltmain.sh-6160- finalize=no ############################################## cconv-0.6.2/ltmain.sh-6179- tmpdir=`func_mktempdir` cconv-0.6.2/ltmain.sh:6180: file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh-6181- outputname="$tmpdir/$file" cconv-0.6.2/ltmain.sh-6182- # Replace the output file specification. cconv-0.6.2/ltmain.sh:6183: relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g' | $NL2SP` cconv-0.6.2/ltmain.sh-6184- ############################################## cconv-0.6.2/ltmain.sh-6197- # Install the binary that we compiled earlier. cconv-0.6.2/ltmain.sh:6198: file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` cconv-0.6.2/ltmain.sh-6199- fi ############################################## cconv-0.6.2/ltmain.sh-6213- *:*.exe) cconv-0.6.2/ltmain.sh:6214: destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'` cconv-0.6.2/ltmain.sh-6215- ;; ############################################## cconv-0.6.2/ltmain.sh-6226- for file in $staticlibs; do cconv-0.6.2/ltmain.sh:6227: name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh-6228- ############################################## cconv-0.6.2/ltmain.sh-6383- # Warn if it was a shared library. cconv-0.6.2/ltmain.sh:6384: test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'" cconv-0.6.2/ltmain.sh-6385- continue ############################################## cconv-0.6.2/ltmain.sh-6387- cconv-0.6.2/ltmain.sh:6388: dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` cconv-0.6.2/ltmain.sh-6389- test "X$dir" = "X$file" && dir=. ############################################## cconv-0.6.2/ltmain.sh-6393- else cconv-0.6.2/ltmain.sh:6394: $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2 cconv-0.6.2/ltmain.sh-6395- exit $EXIT_FAILURE ############################################## cconv-0.6.2/ltmain.sh-6400- # Just add the directory containing the .lo file. cconv-0.6.2/ltmain.sh:6401: dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` cconv-0.6.2/ltmain.sh-6402- test "X$dir" = "X$file" && dir=. ############################################## cconv-0.6.2/ltmain.sh-6411- # Get the absolute pathname. cconv-0.6.2/ltmain.sh:6412: absdir=`cd "$dir" && pwd` cconv-0.6.2/ltmain.sh-6413- test -n "$absdir" && dir="$absdir" ############################################## cconv-0.6.2/ltmain.sh-6447- # Quote arguments (to preserve shell metacharacters). cconv-0.6.2/ltmain.sh:6448: file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"` cconv-0.6.2/ltmain.sh-6449- args="$args \"$file\"" ############################################## cconv-0.6.2/ltmain.sh-6512- for file in $files; do cconv-0.6.2/ltmain.sh:6513: dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` cconv-0.6.2/ltmain.sh-6514- if test "X$dir" = "X$file"; then ############################################## cconv-0.6.2/ltmain.sh-6519- fi cconv-0.6.2/ltmain.sh:6520: name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` cconv-0.6.2/ltmain.sh-6521- test "$mode" = uninstall && objdir="$dir" ############################################## cconv-0.6.2/ltmain.sh-6629- *.exe) cconv-0.6.2/ltmain.sh:6630: file=`$echo $file|${SED} 's,.exe$,,'` cconv-0.6.2/ltmain.sh:6631: noexename=`$echo $name|${SED} 's,.exe$,,'` cconv-0.6.2/ltmain.sh-6632- # $file with .exe has already been added to rmfiles, ############################################## cconv-0.6.2/configure-45-do cconv-0.6.2/configure:46: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then cconv-0.6.2/configure-47- eval $as_var=C; export $as_var ############################################## cconv-0.6.2/configure-103- as_lineno_2=$LINENO cconv-0.6.2/configure:104: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` cconv-0.6.2/configure-105- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## cconv-0.6.2/configure-142- as_lineno_2=$LINENO cconv-0.6.2/configure:143: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` cconv-0.6.2/configure-144- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## cconv-0.6.2/configure-252- # Remove one level of quotation (which was required for Make). cconv-0.6.2/configure:253: ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` cconv-0.6.2/configure-254- ;; ############################################## cconv-0.6.2/configure-263- : cconv-0.6.2/configure:264:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then cconv-0.6.2/configure-265- # Yippee, $echo works! ############################################## cconv-0.6.2/configure-289- # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... cconv-0.6.2/configure:290: if (echo_test_string=`eval $cmd`) 2>/dev/null && cconv-0.6.2/configure:291: echo_test_string=`eval $cmd` && cconv-0.6.2/configure-292- (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null ############################################## cconv-0.6.2/configure-298- cconv-0.6.2/configure:299:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && cconv-0.6.2/configure:300: echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && cconv-0.6.2/configure-301- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## cconv-0.6.2/configure-313- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && cconv-0.6.2/configure:314: test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && cconv-0.6.2/configure:315: echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && cconv-0.6.2/configure-316- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## cconv-0.6.2/configure-325- if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && cconv-0.6.2/configure:326: echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && cconv-0.6.2/configure-327- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## cconv-0.6.2/configure-340- echo='printf %s\n' cconv-0.6.2/configure:341: if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && cconv-0.6.2/configure:342: echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && cconv-0.6.2/configure-343- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## cconv-0.6.2/configure-345- : cconv-0.6.2/configure:346: elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && cconv-0.6.2/configure-347- test "X$echo_testing_string" = 'X\t' && cconv-0.6.2/configure:348: echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && cconv-0.6.2/configure-349- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## cconv-0.6.2/configure-354- echo="$CONFIG_SHELL $0 --fallback-echo" cconv-0.6.2/configure:355: elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && cconv-0.6.2/configure-356- test "X$echo_testing_string" = 'X\t' && cconv-0.6.2/configure:357: echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && cconv-0.6.2/configure-358- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## cconv-0.6.2/configure-364- for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do cconv-0.6.2/configure:365: if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null cconv-0.6.2/configure-366- then ############################################## cconv-0.6.2/configure-372- if test "$prev" != 'sed 50q "$0"'; then cconv-0.6.2/configure:373: echo_test_string=`eval $prev` cconv-0.6.2/configure-374- export echo_test_string ############################################## cconv-0.6.2/configure-518- cconv-0.6.2/configure:519: ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` cconv-0.6.2/configure-520- ############################################## cconv-0.6.2/configure-551- -disable-* | --disable-*) cconv-0.6.2/configure:552: ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` cconv-0.6.2/configure-553- # Reject names that are not valid shell variable names. ############################################## cconv-0.6.2/configure-556- { (exit 1); exit 1; }; } cconv-0.6.2/configure:557: ac_feature=`echo $ac_feature | sed 's/-/_/g'` cconv-0.6.2/configure-558- eval "enable_$ac_feature=no" ;; ############################################## cconv-0.6.2/configure-560- -enable-* | --enable-*) cconv-0.6.2/configure:561: ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` cconv-0.6.2/configure-562- # Reject names that are not valid shell variable names. ############################################## cconv-0.6.2/configure-565- { (exit 1); exit 1; }; } cconv-0.6.2/configure:566: ac_feature=`echo $ac_feature | sed 's/-/_/g'` cconv-0.6.2/configure-567- case $ac_option in cconv-0.6.2/configure:568: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; cconv-0.6.2/configure-569- *) ac_optarg=yes ;; ############################################## cconv-0.6.2/configure-742- -with-* | --with-*) cconv-0.6.2/configure:743: ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` cconv-0.6.2/configure-744- # Reject names that are not valid shell variable names. ############################################## cconv-0.6.2/configure-747- { (exit 1); exit 1; }; } cconv-0.6.2/configure:748: ac_package=`echo $ac_package| sed 's/-/_/g'` cconv-0.6.2/configure-749- case $ac_option in cconv-0.6.2/configure:750: *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; cconv-0.6.2/configure-751- *) ac_optarg=yes ;; ############################################## cconv-0.6.2/configure-755- -without-* | --without-*) cconv-0.6.2/configure:756: ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` cconv-0.6.2/configure-757- # Reject names that are not valid shell variable names. ############################################## cconv-0.6.2/configure-760- { (exit 1); exit 1; }; } cconv-0.6.2/configure:761: ac_package=`echo $ac_package | sed 's/-/_/g'` cconv-0.6.2/configure-762- eval "with_$ac_package=no" ;; ############################################## cconv-0.6.2/configure-787- *=*) cconv-0.6.2/configure:788: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` cconv-0.6.2/configure-789- # Reject names that are not valid shell variable names. ############################################## cconv-0.6.2/configure-792- { (exit 1); exit 1; }; } cconv-0.6.2/configure:793: ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` cconv-0.6.2/configure-794- eval "$ac_envvar='$ac_optarg'" ############################################## cconv-0.6.2/configure-808-if test -n "$ac_prev"; then cconv-0.6.2/configure:809: ac_option=--`echo $ac_prev | sed 's/_/-/g'` cconv-0.6.2/configure-810- { echo "$as_me: error: missing argument to $ac_option" >&2 ############################################## cconv-0.6.2/configure-816-do cconv-0.6.2/configure:817: eval ac_val=$`echo $ac_var` cconv-0.6.2/configure-818- case $ac_val in ############################################## cconv-0.6.2/configure-828-do cconv-0.6.2/configure:829: eval ac_val=$`echo $ac_var` cconv-0.6.2/configure-830- case $ac_val in ############################################## cconv-0.6.2/configure-895- { (exit 1); exit 1; }; } cconv-0.6.2/configure:896:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` cconv-0.6.2/configure-897-ac_env_build_alias_set=${build_alias+set} ############################################## cconv-0.6.2/configure-986-By default, \`make install' will install all the files in cconv-0.6.2/configure:987:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify cconv-0.6.2/configure:988:an installation prefix other than \`$ac_default_prefix' using \`--prefix', cconv-0.6.2/configure-989-for instance \`--prefix=\$HOME'. ############################################## cconv-0.6.2/configure-1077-if test "$ac_dir" != .; then cconv-0.6.2/configure:1078: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` cconv-0.6.2/configure-1079- # A "../" for each directory in $ac_dir_suffix. cconv-0.6.2/configure:1080: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` cconv-0.6.2/configure-1081-else ############################################## cconv-0.6.2/configure-1090- else cconv-0.6.2/configure:1091: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` cconv-0.6.2/configure-1092- fi ;; ############################################## cconv-0.6.2/configure-1246- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) cconv-0.6.2/configure:1247: ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; cconv-0.6.2/configure-1248- esac ############################################## cconv-0.6.2/configure-1318- do cconv-0.6.2/configure:1319: eval ac_val=$`echo $ac_var` cconv-0.6.2/configure-1320- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## cconv-0.6.2/configure-1332- do cconv-0.6.2/configure:1333: eval ac_val=$`echo $ac_var` cconv-0.6.2/configure-1334- echo "$ac_var='"'"'$ac_val'"'"'" ############################################## cconv-0.6.2/configure-1439- set,) cconv-0.6.2/configure:1440: { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 cconv-0.6.2/configure:1441:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} cconv-0.6.2/configure-1442- ac_cache_corrupted=: ;; ############################################## cconv-0.6.2/configure-1462- *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) cconv-0.6.2/configure:1463: ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; cconv-0.6.2/configure-1464- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## cconv-0.6.2/configure-1627-if ( cconv-0.6.2/configure:1628: set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` cconv-0.6.2/configure-1629- if test "$*" = "X"; then cconv-0.6.2/configure-1630- # -L didn't work. cconv-0.6.2/configure:1631: set X `ls -t $srcdir/configure conftest.file` cconv-0.6.2/configure-1632- fi ############################################## cconv-0.6.2/configure-1671-_ACEOF cconv-0.6.2/configure:1672:program_transform_name=`echo $program_transform_name | sed -f conftest.sed` cconv-0.6.2/configure-1673-rm conftest.sed ############################################## cconv-0.6.2/configure-1675-# expand $ac_aux_dir to an absolute path cconv-0.6.2/configure:1676:am_aux_dir=`cd $ac_aux_dir && pwd` cconv-0.6.2/configure-1677- ############################################## cconv-0.6.2/configure-1762-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 cconv-0.6.2/configure:1763:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` cconv-0.6.2/configure-1764-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then ############################################## cconv-0.6.2/configure-1771-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. cconv-0.6.2/configure:1772:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` cconv-0.6.2/configure-1773-if test -n "$ac_maketemp"; then ############################################## cconv-0.6.2/configure-1779-fi cconv-0.6.2/configure:1780:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then cconv-0.6.2/configure-1781- echo "$as_me:$LINENO: result: yes" >&5 ############################################## cconv-0.6.2/configure-1799-# test to see if srcdir already configured cconv-0.6.2/configure:1800:if test "`cd $srcdir && pwd`" != "`pwd`" && cconv-0.6.2/configure-1801- test -f $srcdir/config.status; then ############################################## cconv-0.6.2/configure-2060- "checking for C++ compiler version" >&5 cconv-0.6.2/configure:2061:ac_compiler=`set X $ac_compile; echo $2` cconv-0.6.2/configure-2062-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## cconv-0.6.2/configure-2099-echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6 cconv-0.6.2/configure:2100:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` cconv-0.6.2/configure-2101-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 ############################################## cconv-0.6.2/configure-2127- *.* ) cconv-0.6.2/configure:2128: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` cconv-0.6.2/configure-2129- # FIXME: I believe we export ac_cv_exeext for Libtool, ############################################## cconv-0.6.2/configure-2207- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; cconv-0.6.2/configure:2208: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` cconv-0.6.2/configure-2209- export ac_cv_exeext ############################################## cconv-0.6.2/configure-2257- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; cconv-0.6.2/configure:2258: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` cconv-0.6.2/configure-2259- break;; ############################################## cconv-0.6.2/configure-2336-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 cconv-0.6.2/configure:2337:GXX=`test $ac_compiler_gnu = yes && echo yes` cconv-0.6.2/configure-2338-ac_test_CXXFLAGS=${CXXFLAGS+set} ############################################## cconv-0.6.2/configure-2543-# case it prints its new name instead of `make'. cconv-0.6.2/configure:2544:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then cconv-0.6.2/configure-2545- am__include=include ############################################## cconv-0.6.2/configure-2551- echo '.include "confinc"' > confmf cconv-0.6.2/configure:2552: if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then cconv-0.6.2/configure-2553- am__include=.include ############################################## cconv-0.6.2/configure-2613- if test "$am_compiler_list" = ""; then cconv-0.6.2/configure:2614: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` cconv-0.6.2/configure-2615- fi ############################################## cconv-0.6.2/configure-3012- "checking for C compiler version" >&5 cconv-0.6.2/configure:3013:ac_compiler=`set X $ac_compile; echo $2` cconv-0.6.2/configure-3014-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## cconv-0.6.2/configure-3087-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 cconv-0.6.2/configure:3088:GCC=`test $ac_compiler_gnu = yes && echo yes` cconv-0.6.2/configure-3089-ac_test_CFLAGS=${CFLAGS+set} ############################################## cconv-0.6.2/configure-3451- if test "$am_compiler_list" = ""; then cconv-0.6.2/configure:3452: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` cconv-0.6.2/configure-3453- fi ############################################## cconv-0.6.2/configure-3619-test -z "$ac_cv_build_alias" && cconv-0.6.2/configure:3620: ac_cv_build_alias=`$ac_config_guess` cconv-0.6.2/configure-3621-test -z "$ac_cv_build_alias" && ############################################## cconv-0.6.2/configure-3624- { (exit 1); exit 1; }; } cconv-0.6.2/configure:3625:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || cconv-0.6.2/configure-3626- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 ############################################## cconv-0.6.2/configure-3633-build=$ac_cv_build cconv-0.6.2/configure:3634:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` cconv-0.6.2/configure:3635:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` cconv-0.6.2/configure:3636:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` cconv-0.6.2/configure-3637- ############################################## cconv-0.6.2/configure-3646- ac_cv_host_alias=$ac_cv_build_alias cconv-0.6.2/configure:3647:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || cconv-0.6.2/configure-3648- { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 ############################################## cconv-0.6.2/configure-3655-host=$ac_cv_host cconv-0.6.2/configure:3656:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` cconv-0.6.2/configure:3657:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` cconv-0.6.2/configure:3658:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` cconv-0.6.2/configure-3659- ############################################## cconv-0.6.2/configure-3704- test $lt_ac_count -gt 10 && break cconv-0.6.2/configure:3705: lt_ac_count=`expr $lt_ac_count + 1` cconv-0.6.2/configure-3706- if test $lt_ac_count -gt $lt_ac_max; then ############################################## cconv-0.6.2/configure-3750- # gcc leaves a trailing carriage return which upsets mingw cconv-0.6.2/configure:3751: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; cconv-0.6.2/configure-3752- *) cconv-0.6.2/configure:3753: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; cconv-0.6.2/configure-3754- esac ############################################## cconv-0.6.2/configure-3759- # Canonicalize the pathname of ld cconv-0.6.2/configure:3760: ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` cconv-0.6.2/configure-3761- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do cconv-0.6.2/configure:3762: ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` cconv-0.6.2/configure-3763- done ############################################## cconv-0.6.2/configure-3794- # Break only if it was the GNU/non-GNU ld that we prefer. cconv-0.6.2/configure:3795: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in cconv-0.6.2/configure-3796- *GNU* | *'with BFD'*) ############################################## cconv-0.6.2/configure-3827- # I'd rather use --version here, but apparently some GNU lds only accept -v. cconv-0.6.2/configure:3828:case `$LD -v 2>&1 </dev/null` in cconv-0.6.2/configure-3829-*GNU* | *'with BFD'*) ############################################## cconv-0.6.2/configure-3890- # Tru64's nm complains that /dev/null is an invalid object file cconv-0.6.2/configure:3891: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in cconv-0.6.2/configure-3892- */dev/null* | *'Invalid file or object type'*) ############################################## cconv-0.6.2/configure-3896- *) cconv-0.6.2/configure:3897: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in cconv-0.6.2/configure-3898- */dev/null*) ############################################## cconv-0.6.2/configure-4058-openbsd*) cconv-0.6.2/configure:4059: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cconv-0.6.2/configure-4060- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## cconv-0.6.2/configure-4143- (exit $ac_status); }; then cconv-0.6.2/configure:4144: case `/usr/bin/file conftest.$ac_objext` in cconv-0.6.2/configure-4145- *ELF-32*) ############################################## cconv-0.6.2/configure-4163- if test "$lt_cv_prog_gnu_ld" = yes; then cconv-0.6.2/configure:4164: case `/usr/bin/file conftest.$ac_objext` in cconv-0.6.2/configure-4165- *32-bit*) ############################################## cconv-0.6.2/configure-4175- else cconv-0.6.2/configure:4176: case `/usr/bin/file conftest.$ac_objext` in cconv-0.6.2/configure-4177- *32-bit*) ############################################## cconv-0.6.2/configure-4752-do cconv-0.6.2/configure:4753:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` cconv-0.6.2/configure-4754-echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## cconv-0.6.2/configure-4799-fi cconv-0.6.2/configure:4800:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 cconv-0.6.2/configure:4801:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 cconv-0.6.2/configure:4802:if test `eval echo '${'$as_ac_Header'}'` = yes; then cconv-0.6.2/configure-4803- cat >>confdefs.h <<_ACEOF cconv-0.6.2/configure:4804:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 cconv-0.6.2/configure-4805-_ACEOF ############################################## cconv-0.6.2/configure-4814-do cconv-0.6.2/configure:4815:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` cconv-0.6.2/configure-4816-if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## cconv-0.6.2/configure-4821-fi cconv-0.6.2/configure:4822:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 cconv-0.6.2/configure:4823:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 cconv-0.6.2/configure-4824-else ############################################## cconv-0.6.2/configure-4948-fi cconv-0.6.2/configure:4949:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 cconv-0.6.2/configure:4950:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 cconv-0.6.2/configure-4951- cconv-0.6.2/configure-4952-fi cconv-0.6.2/configure:4953:if test `eval echo '${'$as_ac_Header'}'` = yes; then cconv-0.6.2/configure-4954- cat >>confdefs.h <<_ACEOF cconv-0.6.2/configure:4955:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 cconv-0.6.2/configure-4956-_ACEOF ############################################## cconv-0.6.2/configure-5293- "checking for Fortran 77 compiler version" >&5 cconv-0.6.2/configure:5294:ac_compiler=`set X $ac_compile; echo $2` cconv-0.6.2/configure-5295-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 ############################################## cconv-0.6.2/configure-5428- cconv-0.6.2/configure:5429:G77=`test $ac_compiler_gnu = yes && echo yes` cconv-0.6.2/configure-5430-ac_ext=c ############################################## cconv-0.6.2/configure-5491- # And add a safety zone cconv-0.6.2/configure:5492: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` cconv-0.6.2/configure:5493: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` cconv-0.6.2/configure-5494- ;; ############################################## cconv-0.6.2/configure-5519- if test -n "$kargmax"; then cconv-0.6.2/configure:5520: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` cconv-0.6.2/configure-5521- else ############################################## cconv-0.6.2/configure-5529- SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} cconv-0.6.2/configure:5530: while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ cconv-0.6.2/configure-5531- = "XX$teststring") >/dev/null 2>&1 && cconv-0.6.2/configure:5532: new_result=`expr "X$teststring" : ".*" 2>&1` && cconv-0.6.2/configure-5533- lt_cv_sys_max_cmd_len=$new_result && ############################################## cconv-0.6.2/configure-5535- do cconv-0.6.2/configure:5536: i=`expr $i + 1` cconv-0.6.2/configure-5537- teststring=$teststring$teststring ############################################## cconv-0.6.2/configure-5542- # It appears as though 1/2 is a usable value. cconv-0.6.2/configure:5543: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` cconv-0.6.2/configure-5544- ;; ############################################## cconv-0.6.2/configure-5635-# If we're using GNU nm, then use its standard symbol codes. cconv-0.6.2/configure:5636:case `$NM -V 2>&1` in cconv-0.6.2/configure-5637-*GNU* | *'with BFD'*) ############################################## cconv-0.6.2/configure-6123-done cconv-0.6.2/configure:6124:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` cconv-0.6.2/configure-6125- ############################################## cconv-0.6.2/configure-6151- "file_magic "*) cconv-0.6.2/configure:6152: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` cconv-0.6.2/configure-6153- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## cconv-0.6.2/configure-6213- "file_magic "*) cconv-0.6.2/configure:6214: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` cconv-0.6.2/configure-6215- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## cconv-0.6.2/configure-6770- if test "$hard_links" = no; then cconv-0.6.2/configure:6771: { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 cconv-0.6.2/configure:6772:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} cconv-0.6.2/configure-6773- need_locks=warn ############################################## cconv-0.6.2/configure-6826-done cconv-0.6.2/configure:6827:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` cconv-0.6.2/configure-6828- ############################################## cconv-0.6.2/configure-6864- supports_anon_versioning=no cconv-0.6.2/configure:6865: case `$LD -v 2>/dev/null` in cconv-0.6.2/configure-6866- *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## cconv-0.6.2/configure-6928- # is EXPORTS), use it as is; otherwise, prepend... cconv-0.6.2/configure:6929: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cconv-0.6.2/configure-6930- cp $export_symbols $output_objdir/$soname.def; ############################################## cconv-0.6.2/configure-6951- # time. Moving up from 0x10000000 also allows more sbrk(2) space. cconv-0.6.2/configure:6952: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' cconv-0.6.2/configure:6953: 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' cconv-0.6.2/configure-6954- ;; ############################################## cconv-0.6.2/configure-6960- pgcc*) # Portland Group C compiler cconv-0.6.2/configure:6961: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' cconv-0.6.2/configure-6962- tmp_addflag=' $pic_flag' ############################################## cconv-0.6.2/configure-6964- pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers cconv-0.6.2/configure:6965: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' cconv-0.6.2/configure-6966- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## cconv-0.6.2/configure-7018- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) cconv-0.6.2/configure:7019: case `$LD -v 2>&1` in cconv-0.6.2/configure-7020- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## cconv-0.6.2/configure-7034- if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then cconv-0.6.2/configure:7035: hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' cconv-0.6.2/configure-7036- archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' ############################################## cconv-0.6.2/configure-7133- # below for broken collect2 doesn't work under 4.3+ cconv-0.6.2/configure:7134: collect2name=`${CC} -print-prog-name=collect2` cconv-0.6.2/configure-7135- if test -f "$collect2name" && \ ############################################## cconv-0.6.2/configure-7231- hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" cconv-0.6.2/configure:7232: archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" cconv-0.6.2/configure-7233- else ############################################## cconv-0.6.2/configure-7329- # FIXME: Setting linknames here is a bad hack. cconv-0.6.2/configure:7330: archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' cconv-0.6.2/configure-7331- # The linker will automatically build a .lib file if we build a DLL. ############################################## cconv-0.6.2/configure-7334- old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs' cconv-0.6.2/configure:7335: fix_srcfile_path='`cygpath -w "$srcfile"`' cconv-0.6.2/configure-7336- enable_shared_with_static_runtimes=yes ############################################## cconv-0.6.2/configure-7375- output_verbose_link_cmd='echo' cconv-0.6.2/configure:7376: archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' cconv-0.6.2/configure-7377- module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ############################################## cconv-0.6.2/configure-7510- if test "$GCC" = yes; then cconv-0.6.2/configure:7511: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-7512- else cconv-0.6.2/configure:7513: archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-7514- hardcode_libdir_flag_spec_ld='-rpath $libdir' ############################################## cconv-0.6.2/configure-7542- hardcode_shlibpath_var=no cconv-0.6.2/configure:7543: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cconv-0.6.2/configure-7544- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## cconv-0.6.2/configure-7572- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' cconv-0.6.2/configure:7573: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-7574- else cconv-0.6.2/configure-7575- allow_undefined_flag=' -expect_unresolved \*' cconv-0.6.2/configure:7576: archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-7577- fi ############################################## cconv-0.6.2/configure-7584- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' cconv-0.6.2/configure:7585: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-7586- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ############################################## cconv-0.6.2/configure-7588- allow_undefined_flag=' -expect_unresolved \*' cconv-0.6.2/configure:7589: archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure:7590: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ cconv-0.6.2/configure:7591: $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' cconv-0.6.2/configure-7592- ############################################## cconv-0.6.2/configure-7625- *) cconv-0.6.2/configure:7626: whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; cconv-0.6.2/configure-7627- esac ;; ############################################## cconv-0.6.2/configure-7709- hardcode_shlibpath_var=no cconv-0.6.2/configure:7710: hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' cconv-0.6.2/configure-7711- hardcode_libdir_separator=':' ############################################## cconv-0.6.2/configure-7819-if test "$GCC" = yes; then cconv-0.6.2/configure:7820: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` cconv-0.6.2/configure-7821- if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then ############################################## cconv-0.6.2/configure-7825- # okay in the real world where ";" in dirpaths is itself problematic. cconv-0.6.2/configure:7826: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` cconv-0.6.2/configure-7827- else cconv-0.6.2/configure:7828: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cconv-0.6.2/configure-7829- fi ############################################## cconv-0.6.2/configure-7896- # Create ${libname}_ixlibrary.a entries in /sys/libs. cconv-0.6.2/configure:7897: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' cconv-0.6.2/configure-7898- ;; ############################################## cconv-0.6.2/configure-7929- # DLL is installed to $(libdir)/../bin by postinstall_cmds cconv-0.6.2/configure:7930: postinstall_cmds='base_file=`basename \${file}`~ cconv-0.6.2/configure:7931: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ cconv-0.6.2/configure:7932: dldir=$destdir/`dirname \$dlpath`~ cconv-0.6.2/configure-7933- test -d \$dldir || mkdir -p \$dldir~ ############################################## cconv-0.6.2/configure-7935- chmod a+x \$dldir/$dlname' cconv-0.6.2/configure:7936: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ cconv-0.6.2/configure-7937- dlpath=$dir/\$dldll~ ############################################## cconv-0.6.2/configure-7943- # Cygwin DLLs use 'cyg' prefix rather than 'lib' cconv-0.6.2/configure:7944: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cconv-0.6.2/configure-7945- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## cconv-0.6.2/configure-7948- # MinGW DLLs use traditional 'lib' prefix cconv-0.6.2/configure:7949: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cconv-0.6.2/configure:7950: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` cconv-0.6.2/configure-7951- if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then ############################################## cconv-0.6.2/configure-7957- # which wouldn't understand a cygwinified path. Ahh. cconv-0.6.2/configure:7958: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` cconv-0.6.2/configure-7959- else cconv-0.6.2/configure:7960: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cconv-0.6.2/configure-7961- fi ############################################## cconv-0.6.2/configure-7964- # pw32 DLLs use 'pw' prefix rather than 'lib' cconv-0.6.2/configure:7965: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cconv-0.6.2/configure-7966- ;; ############################################## cconv-0.6.2/configure-7970- *) cconv-0.6.2/configure:7971: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' cconv-0.6.2/configure-7972- ;; ############################################## cconv-0.6.2/configure-7987- shlibpath_var=DYLD_LIBRARY_PATH cconv-0.6.2/configure:7988: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' cconv-0.6.2/configure-7989- # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. cconv-0.6.2/configure-7990- if test "$GCC" = yes; then cconv-0.6.2/configure:7991: sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` cconv-0.6.2/configure-7992- else ############################################## cconv-0.6.2/configure-8201- (exit $ac_status); }; then cconv-0.6.2/configure:8202: case `/usr/bin/file conftest.$ac_objext` in cconv-0.6.2/configure-8203- *64-bit*) ############################################## cconv-0.6.2/configure-8214- if test -f /etc/ld.so.conf; then cconv-0.6.2/configure:8215: 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/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` cconv-0.6.2/configure-8216- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" ############################################## cconv-0.6.2/configure-8286- shlibpath_var=LD_LIBRARY_PATH cconv-0.6.2/configure:8287: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cconv-0.6.2/configure-8288- case $host_os in ############################################## cconv-0.6.2/configure-9407- # Double-quote double-evaled strings. cconv-0.6.2/configure:9408: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" cconv-0.6.2/configure-9409- ;; cconv-0.6.2/configure-9410- *) cconv-0.6.2/configure:9411: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" cconv-0.6.2/configure-9412- ;; ############################################## cconv-0.6.2/configure-9417- *'\$0 --fallback-echo"') cconv-0.6.2/configure:9418: lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` cconv-0.6.2/configure-9419- ;; ############################################## cconv-0.6.2/configure-9430- cconv-0.6.2/configure:9431:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. cconv-0.6.2/configure-9432-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) ############################################## cconv-0.6.2/configure-9523- cconv-0.6.2/configure:9524:gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` cconv-0.6.2/configure-9525-gcc_ver=\`gcc -dumpversion\` ############################################## cconv-0.6.2/configure-9659-# shared library. cconv-0.6.2/configure:9660:predep_objects=\`echo $lt_predep_objects | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-9661- ############################################## cconv-0.6.2/configure-9663-# shared library. cconv-0.6.2/configure:9664:postdep_objects=\`echo $lt_postdep_objects | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-9665- ############################################## cconv-0.6.2/configure-9675-# a shared library. cconv-0.6.2/configure:9676:compiler_lib_search_path=\`echo $lt_compiler_lib_search_path | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-9677- ############################################## cconv-0.6.2/configure-9755-# Compile-time system search path for libraries cconv-0.6.2/configure:9756:sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-9757- ############################################## cconv-0.6.2/configure-9812- # libtool script then. cconv-0.6.2/configure:9813: ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` cconv-0.6.2/configure-9814- if test -f "$ltmain_in"; then ############################################## cconv-0.6.2/configure-9841- if test -z "$LTCC"; then cconv-0.6.2/configure:9842: eval "`$SHELL ${ofile} --config | grep '^LTCC='`" cconv-0.6.2/configure-9843- if test -z "$LTCC"; then ############################################## cconv-0.6.2/configure-9846- else cconv-0.6.2/configure:9847: { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 cconv-0.6.2/configure:9848:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} cconv-0.6.2/configure-9849- fi ############################################## cconv-0.6.2/configure-9851- if test -z "$LTCFLAGS"; then cconv-0.6.2/configure:9852: eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`" cconv-0.6.2/configure-9853- fi ############################################## cconv-0.6.2/configure-9856- # Note that this assumes the entire list is on one line. cconv-0.6.2/configure:9857: available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` cconv-0.6.2/configure-9858- ############################################## cconv-0.6.2/configure-9862- # Check whether tagname contains only valid characters cconv-0.6.2/configure:9863: case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in cconv-0.6.2/configure-9864- "") ;; ############################################## cconv-0.6.2/configure-9990-done cconv-0.6.2/configure:9991:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` cconv-0.6.2/configure-9992- ############################################## cconv-0.6.2/configure-10020- # gcc leaves a trailing carriage return which upsets mingw cconv-0.6.2/configure:10021: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; cconv-0.6.2/configure-10022- *) cconv-0.6.2/configure:10023: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; cconv-0.6.2/configure-10024- esac ############################################## cconv-0.6.2/configure-10029- # Canonicalize the pathname of ld cconv-0.6.2/configure:10030: ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` cconv-0.6.2/configure-10031- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do cconv-0.6.2/configure:10032: ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` cconv-0.6.2/configure-10033- done ############################################## cconv-0.6.2/configure-10064- # Break only if it was the GNU/non-GNU ld that we prefer. cconv-0.6.2/configure:10065: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in cconv-0.6.2/configure-10066- *GNU* | *'with BFD'*) ############################################## cconv-0.6.2/configure-10097- # I'd rather use --version here, but apparently some GNU lds only accept -v. cconv-0.6.2/configure:10098:case `$LD -v 2>&1 </dev/null` in cconv-0.6.2/configure-10099-*GNU* | *'with BFD'*) ############################################## cconv-0.6.2/configure-10127- # ancient GNU ld didn't support --whole-archive et. al. cconv-0.6.2/configure:10128: if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ cconv-0.6.2/configure-10129- grep 'no-whole-archive' > /dev/null; then ############################################## cconv-0.6.2/configure-10209- # below for broken collect2 doesn't work under 4.3+ cconv-0.6.2/configure:10210: collect2name=`${CC} -print-prog-name=collect2` cconv-0.6.2/configure-10211- if test -f "$collect2name" && \ ############################################## cconv-0.6.2/configure-10308- cconv-0.6.2/configure:10309: archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" cconv-0.6.2/configure-10310- else ############################################## cconv-0.6.2/configure-10414- # is EXPORTS), use it as is; otherwise, prepend... cconv-0.6.2/configure:10415: archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cconv-0.6.2/configure-10416- cp $export_symbols $output_objdir/$soname.def; ############################################## cconv-0.6.2/configure-10475- output_verbose_link_cmd='echo' cconv-0.6.2/configure:10476: archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' cconv-0.6.2/configure-10477- module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ############################################## cconv-0.6.2/configure-10543- # dependencies. cconv-0.6.2/configure:10544: 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; echo $list' cconv-0.6.2/configure-10545- ;; ############################################## cconv-0.6.2/configure-10607- # dependencies. cconv-0.6.2/configure:10608: 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; echo $list' cconv-0.6.2/configure-10609- ;; ############################################## cconv-0.6.2/configure-10642- # time. Moving up from 0x10000000 also allows more sbrk(2) space. cconv-0.6.2/configure:10643: archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' cconv-0.6.2/configure:10644: archive_expsym_cmds_CXX='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' cconv-0.6.2/configure-10645- ;; ############################################## cconv-0.6.2/configure-10649- # SGI C++ cconv-0.6.2/configure:10650: archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-10651- ############################################## cconv-0.6.2/configure-10660- if test "$with_gnu_ld" = no; then cconv-0.6.2/configure:10661: archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-10662- else cconv-0.6.2/configure:10663: archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' cconv-0.6.2/configure-10664- fi ############################################## cconv-0.6.2/configure-10679- # to its proper name (with version) after linking. cconv-0.6.2/configure:10680: archive_cmds_CXX='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' cconv-0.6.2/configure:10681: archive_expsym_cmds_CXX='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' cconv-0.6.2/configure-10682- # Commands to make compiler produce verbose output that lists ############################################## cconv-0.6.2/configure-10689- # dependencies. cconv-0.6.2/configure:10690: 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; echo $list' cconv-0.6.2/configure-10691- ############################################## cconv-0.6.2/configure-10704- # earlier do not add the objects themselves. cconv-0.6.2/configure:10705: case `$CC -V 2>&1` in cconv-0.6.2/configure-10706- *"Version 7."*) ############################################## cconv-0.6.2/configure-10730- export_dynamic_flag_spec_CXX='${wl}--export-dynamic' cconv-0.6.2/configure:10731: whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' cconv-0.6.2/configure-10732- ;; ############################################## cconv-0.6.2/configure-10749- # dependencies. cconv-0.6.2/configure:10750: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list' cconv-0.6.2/configure-10751- ;; ############################################## cconv-0.6.2/configure-10793- hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' cconv-0.6.2/configure:10794: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cconv-0.6.2/configure-10795- archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' ############################################## cconv-0.6.2/configure-10808- # to its proper name (with version) after linking. cconv-0.6.2/configure:10809: archive_cmds_CXX='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' cconv-0.6.2/configure-10810- ############################################## cconv-0.6.2/configure-10825- allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' cconv-0.6.2/configure:10826: archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-10827- ############################################## cconv-0.6.2/configure-10838- # dependencies. cconv-0.6.2/configure:10839: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list' cconv-0.6.2/configure-10840- ;; ############################################## cconv-0.6.2/configure-10843- allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' cconv-0.6.2/configure:10844: archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-10845- ############################################## cconv-0.6.2/configure-10868- # to its proper name (with version) after linking. cconv-0.6.2/configure:10869: archive_cmds_CXX='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' cconv-0.6.2/configure-10870- ############################################## cconv-0.6.2/configure-10884- allow_undefined_flag_CXX=' -expect_unresolved \*' cconv-0.6.2/configure:10885: archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure:10886: archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ cconv-0.6.2/configure-10887- echo "-hidden">> $lib.exp~ cconv-0.6.2/configure:10888: $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~ cconv-0.6.2/configure-10889- $rm $lib.exp' ############################################## cconv-0.6.2/configure-10901- # dependencies. cconv-0.6.2/configure:10902: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list' cconv-0.6.2/configure-10903- ;; ############################################## cconv-0.6.2/configure-10906- allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' cconv-0.6.2/configure:10907: archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-10908- ############################################## cconv-0.6.2/configure-10968- # Supported since Solaris 2.6 (maybe 2.5.1?) cconv-0.6.2/configure:10969: whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' cconv-0.6.2/configure-10970- ;; ############################################## cconv-0.6.2/configure-11056- hardcode_shlibpath_var_CXX=no cconv-0.6.2/configure:11057: hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' cconv-0.6.2/configure-11058- hardcode_libdir_separator_CXX=':' ############################################## cconv-0.6.2/configure-11128- # eval without this substitution. cconv-0.6.2/configure:11129: output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"` cconv-0.6.2/configure-11130- cconv-0.6.2/configure:11131: for p in `eval $output_verbose_link_cmd`; do cconv-0.6.2/configure-11132- case $p in ############################################## cconv-0.6.2/configure-11683- if test "$hard_links" = no; then cconv-0.6.2/configure:11684: { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 cconv-0.6.2/configure:11685:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} cconv-0.6.2/configure-11686- need_locks=warn ############################################## cconv-0.6.2/configure-11799-if test "$GCC" = yes; then cconv-0.6.2/configure:11800: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` cconv-0.6.2/configure-11801- if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then ############################################## cconv-0.6.2/configure-11805- # okay in the real world where ";" in dirpaths is itself problematic. cconv-0.6.2/configure:11806: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` cconv-0.6.2/configure-11807- else cconv-0.6.2/configure:11808: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cconv-0.6.2/configure-11809- fi ############################################## cconv-0.6.2/configure-11876- # Create ${libname}_ixlibrary.a entries in /sys/libs. cconv-0.6.2/configure:11877: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' cconv-0.6.2/configure-11878- ;; ############################################## cconv-0.6.2/configure-11909- # DLL is installed to $(libdir)/../bin by postinstall_cmds cconv-0.6.2/configure:11910: postinstall_cmds='base_file=`basename \${file}`~ cconv-0.6.2/configure:11911: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ cconv-0.6.2/configure:11912: dldir=$destdir/`dirname \$dlpath`~ cconv-0.6.2/configure-11913- test -d \$dldir || mkdir -p \$dldir~ ############################################## cconv-0.6.2/configure-11915- chmod a+x \$dldir/$dlname' cconv-0.6.2/configure:11916: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ cconv-0.6.2/configure-11917- dlpath=$dir/\$dldll~ ############################################## cconv-0.6.2/configure-11923- # Cygwin DLLs use 'cyg' prefix rather than 'lib' cconv-0.6.2/configure:11924: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cconv-0.6.2/configure-11925- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## cconv-0.6.2/configure-11928- # MinGW DLLs use traditional 'lib' prefix cconv-0.6.2/configure:11929: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cconv-0.6.2/configure:11930: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` cconv-0.6.2/configure-11931- if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then ############################################## cconv-0.6.2/configure-11937- # which wouldn't understand a cygwinified path. Ahh. cconv-0.6.2/configure:11938: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` cconv-0.6.2/configure-11939- else cconv-0.6.2/configure:11940: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cconv-0.6.2/configure-11941- fi ############################################## cconv-0.6.2/configure-11944- # pw32 DLLs use 'pw' prefix rather than 'lib' cconv-0.6.2/configure:11945: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cconv-0.6.2/configure-11946- ;; ############################################## cconv-0.6.2/configure-11950- *) cconv-0.6.2/configure:11951: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' cconv-0.6.2/configure-11952- ;; ############################################## cconv-0.6.2/configure-11967- shlibpath_var=DYLD_LIBRARY_PATH cconv-0.6.2/configure:11968: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' cconv-0.6.2/configure-11969- # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. cconv-0.6.2/configure-11970- if test "$GCC" = yes; then cconv-0.6.2/configure:11971: sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` cconv-0.6.2/configure-11972- else ############################################## cconv-0.6.2/configure-12181- (exit $ac_status); }; then cconv-0.6.2/configure:12182: case `/usr/bin/file conftest.$ac_objext` in cconv-0.6.2/configure-12183- *64-bit*) ############################################## cconv-0.6.2/configure-12194- if test -f /etc/ld.so.conf; then cconv-0.6.2/configure:12195: 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/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` cconv-0.6.2/configure-12196- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" ############################################## cconv-0.6.2/configure-12266- shlibpath_var=LD_LIBRARY_PATH cconv-0.6.2/configure:12267: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cconv-0.6.2/configure-12268- case $host_os in ############################################## cconv-0.6.2/configure-12511- # Double-quote double-evaled strings. cconv-0.6.2/configure:12512: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" cconv-0.6.2/configure-12513- ;; cconv-0.6.2/configure-12514- *) cconv-0.6.2/configure:12515: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" cconv-0.6.2/configure-12516- ;; ############################################## cconv-0.6.2/configure-12521- *'\$0 --fallback-echo"') cconv-0.6.2/configure:12522: lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` cconv-0.6.2/configure-12523- ;; ############################################## cconv-0.6.2/configure-12579- cconv-0.6.2/configure:12580:gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` cconv-0.6.2/configure-12581-gcc_ver=\`gcc -dumpversion\` ############################################## cconv-0.6.2/configure-12715-# shared library. cconv-0.6.2/configure:12716:predep_objects=\`echo $lt_predep_objects_CXX | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-12717- ############################################## cconv-0.6.2/configure-12719-# shared library. cconv-0.6.2/configure:12720:postdep_objects=\`echo $lt_postdep_objects_CXX | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-12721- ############################################## cconv-0.6.2/configure-12731-# a shared library. cconv-0.6.2/configure:12732:compiler_lib_search_path=\`echo $lt_compiler_lib_search_path_CXX | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-12733- ############################################## cconv-0.6.2/configure-12811-# Compile-time system search path for libraries cconv-0.6.2/configure:12812:sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-12813- ############################################## cconv-0.6.2/configure-12843- # libtool script then. cconv-0.6.2/configure:12844: ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` cconv-0.6.2/configure-12845- if test -f "$ltmain_in"; then ############################################## cconv-0.6.2/configure-12952-done cconv-0.6.2/configure:12953:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` cconv-0.6.2/configure-12954- ############################################## cconv-0.6.2/configure-13381- if test "$hard_links" = no; then cconv-0.6.2/configure:13382: { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 cconv-0.6.2/configure:13383:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} cconv-0.6.2/configure-13384- need_locks=warn ############################################## cconv-0.6.2/configure-13437-done cconv-0.6.2/configure:13438:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` cconv-0.6.2/configure-13439- ############################################## cconv-0.6.2/configure-13475- supports_anon_versioning=no cconv-0.6.2/configure:13476: case `$LD -v 2>/dev/null` in cconv-0.6.2/configure-13477- *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## cconv-0.6.2/configure-13539- # is EXPORTS), use it as is; otherwise, prepend... cconv-0.6.2/configure:13540: archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cconv-0.6.2/configure-13541- cp $export_symbols $output_objdir/$soname.def; ############################################## cconv-0.6.2/configure-13562- # time. Moving up from 0x10000000 also allows more sbrk(2) space. cconv-0.6.2/configure:13563: archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' cconv-0.6.2/configure:13564: archive_expsym_cmds_F77='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' cconv-0.6.2/configure-13565- ;; ############################################## cconv-0.6.2/configure-13571- pgcc*) # Portland Group C compiler cconv-0.6.2/configure:13572: whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' cconv-0.6.2/configure-13573- tmp_addflag=' $pic_flag' ############################################## cconv-0.6.2/configure-13575- pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers cconv-0.6.2/configure:13576: whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' cconv-0.6.2/configure-13577- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## cconv-0.6.2/configure-13629- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) cconv-0.6.2/configure:13630: case `$LD -v 2>&1` in cconv-0.6.2/configure-13631- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## cconv-0.6.2/configure-13645- if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then cconv-0.6.2/configure:13646: hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' cconv-0.6.2/configure-13647- archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' ############################################## cconv-0.6.2/configure-13744- # below for broken collect2 doesn't work under 4.3+ cconv-0.6.2/configure:13745: collect2name=`${CC} -print-prog-name=collect2` cconv-0.6.2/configure-13746- if test -f "$collect2name" && \ ############################################## cconv-0.6.2/configure-13832- hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" cconv-0.6.2/configure:13833: archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" cconv-0.6.2/configure-13834- else ############################################## cconv-0.6.2/configure-13920- # FIXME: Setting linknames here is a bad hack. cconv-0.6.2/configure:13921: archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' cconv-0.6.2/configure-13922- # The linker will automatically build a .lib file if we build a DLL. ############################################## cconv-0.6.2/configure-13925- old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs' cconv-0.6.2/configure:13926: fix_srcfile_path_F77='`cygpath -w "$srcfile"`' cconv-0.6.2/configure-13927- enable_shared_with_static_runtimes_F77=yes ############################################## cconv-0.6.2/configure-13966- output_verbose_link_cmd='echo' cconv-0.6.2/configure:13967: archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' cconv-0.6.2/configure-13968- module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ############################################## cconv-0.6.2/configure-14101- if test "$GCC" = yes; then cconv-0.6.2/configure:14102: archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-14103- else cconv-0.6.2/configure:14104: archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-14105- hardcode_libdir_flag_spec_ld_F77='-rpath $libdir' ############################################## cconv-0.6.2/configure-14133- hardcode_shlibpath_var_F77=no cconv-0.6.2/configure:14134: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cconv-0.6.2/configure-14135- archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## cconv-0.6.2/configure-14163- allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' cconv-0.6.2/configure:14164: archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-14165- else cconv-0.6.2/configure-14166- allow_undefined_flag_F77=' -expect_unresolved \*' cconv-0.6.2/configure:14167: archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-14168- fi ############################################## cconv-0.6.2/configure-14175- allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' cconv-0.6.2/configure:14176: archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-14177- hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' ############################################## cconv-0.6.2/configure-14179- allow_undefined_flag_F77=' -expect_unresolved \*' cconv-0.6.2/configure:14180: archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure:14181: archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ cconv-0.6.2/configure:14182: $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' cconv-0.6.2/configure-14183- ############################################## cconv-0.6.2/configure-14216- *) cconv-0.6.2/configure:14217: whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; cconv-0.6.2/configure-14218- esac ;; ############################################## cconv-0.6.2/configure-14300- hardcode_shlibpath_var_F77=no cconv-0.6.2/configure:14301: hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' cconv-0.6.2/configure-14302- hardcode_libdir_separator_F77=':' ############################################## cconv-0.6.2/configure-14410-if test "$GCC" = yes; then cconv-0.6.2/configure:14411: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` cconv-0.6.2/configure-14412- if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then ############################################## cconv-0.6.2/configure-14416- # okay in the real world where ";" in dirpaths is itself problematic. cconv-0.6.2/configure:14417: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` cconv-0.6.2/configure-14418- else cconv-0.6.2/configure:14419: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cconv-0.6.2/configure-14420- fi ############################################## cconv-0.6.2/configure-14487- # Create ${libname}_ixlibrary.a entries in /sys/libs. cconv-0.6.2/configure:14488: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' cconv-0.6.2/configure-14489- ;; ############################################## cconv-0.6.2/configure-14520- # DLL is installed to $(libdir)/../bin by postinstall_cmds cconv-0.6.2/configure:14521: postinstall_cmds='base_file=`basename \${file}`~ cconv-0.6.2/configure:14522: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ cconv-0.6.2/configure:14523: dldir=$destdir/`dirname \$dlpath`~ cconv-0.6.2/configure-14524- test -d \$dldir || mkdir -p \$dldir~ ############################################## cconv-0.6.2/configure-14526- chmod a+x \$dldir/$dlname' cconv-0.6.2/configure:14527: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ cconv-0.6.2/configure-14528- dlpath=$dir/\$dldll~ ############################################## cconv-0.6.2/configure-14534- # Cygwin DLLs use 'cyg' prefix rather than 'lib' cconv-0.6.2/configure:14535: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cconv-0.6.2/configure-14536- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## cconv-0.6.2/configure-14539- # MinGW DLLs use traditional 'lib' prefix cconv-0.6.2/configure:14540: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cconv-0.6.2/configure:14541: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` cconv-0.6.2/configure-14542- if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then ############################################## cconv-0.6.2/configure-14548- # which wouldn't understand a cygwinified path. Ahh. cconv-0.6.2/configure:14549: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` cconv-0.6.2/configure-14550- else cconv-0.6.2/configure:14551: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cconv-0.6.2/configure-14552- fi ############################################## cconv-0.6.2/configure-14555- # pw32 DLLs use 'pw' prefix rather than 'lib' cconv-0.6.2/configure:14556: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cconv-0.6.2/configure-14557- ;; ############################################## cconv-0.6.2/configure-14561- *) cconv-0.6.2/configure:14562: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' cconv-0.6.2/configure-14563- ;; ############################################## cconv-0.6.2/configure-14578- shlibpath_var=DYLD_LIBRARY_PATH cconv-0.6.2/configure:14579: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' cconv-0.6.2/configure-14580- # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. cconv-0.6.2/configure-14581- if test "$GCC" = yes; then cconv-0.6.2/configure:14582: sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` cconv-0.6.2/configure-14583- else ############################################## cconv-0.6.2/configure-14792- (exit $ac_status); }; then cconv-0.6.2/configure:14793: case `/usr/bin/file conftest.$ac_objext` in cconv-0.6.2/configure-14794- *64-bit*) ############################################## cconv-0.6.2/configure-14805- if test -f /etc/ld.so.conf; then cconv-0.6.2/configure:14806: 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/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` cconv-0.6.2/configure-14807- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" ############################################## cconv-0.6.2/configure-14877- shlibpath_var=LD_LIBRARY_PATH cconv-0.6.2/configure:14878: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cconv-0.6.2/configure-14879- case $host_os in ############################################## cconv-0.6.2/configure-15122- # Double-quote double-evaled strings. cconv-0.6.2/configure:15123: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" cconv-0.6.2/configure-15124- ;; cconv-0.6.2/configure-15125- *) cconv-0.6.2/configure:15126: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" cconv-0.6.2/configure-15127- ;; ############################################## cconv-0.6.2/configure-15132- *'\$0 --fallback-echo"') cconv-0.6.2/configure:15133: lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` cconv-0.6.2/configure-15134- ;; ############################################## cconv-0.6.2/configure-15190- cconv-0.6.2/configure:15191:gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` cconv-0.6.2/configure-15192-gcc_ver=\`gcc -dumpversion\` ############################################## cconv-0.6.2/configure-15326-# shared library. cconv-0.6.2/configure:15327:predep_objects=\`echo $lt_predep_objects_F77 | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-15328- ############################################## cconv-0.6.2/configure-15330-# shared library. cconv-0.6.2/configure:15331:postdep_objects=\`echo $lt_postdep_objects_F77 | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-15332- ############################################## cconv-0.6.2/configure-15342-# a shared library. cconv-0.6.2/configure:15343:compiler_lib_search_path=\`echo $lt_compiler_lib_search_path_F77 | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-15344- ############################################## cconv-0.6.2/configure-15422-# Compile-time system search path for libraries cconv-0.6.2/configure:15423:sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-15424- ############################################## cconv-0.6.2/configure-15454- # libtool script then. cconv-0.6.2/configure:15455: ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` cconv-0.6.2/configure-15456- if test -f "$ltmain_in"; then ############################################## cconv-0.6.2/configure-15531-done cconv-0.6.2/configure:15532:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` cconv-0.6.2/configure-15533- ############################################## cconv-0.6.2/configure-15980- if test "$hard_links" = no; then cconv-0.6.2/configure:15981: { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 cconv-0.6.2/configure:15982:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} cconv-0.6.2/configure-15983- need_locks=warn ############################################## cconv-0.6.2/configure-16036-done cconv-0.6.2/configure:16037:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` cconv-0.6.2/configure-16038- ############################################## cconv-0.6.2/configure-16074- supports_anon_versioning=no cconv-0.6.2/configure:16075: case `$LD -v 2>/dev/null` in cconv-0.6.2/configure-16076- *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## cconv-0.6.2/configure-16138- # is EXPORTS), use it as is; otherwise, prepend... cconv-0.6.2/configure:16139: archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cconv-0.6.2/configure-16140- cp $export_symbols $output_objdir/$soname.def; ############################################## cconv-0.6.2/configure-16161- # time. Moving up from 0x10000000 also allows more sbrk(2) space. cconv-0.6.2/configure:16162: archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' cconv-0.6.2/configure:16163: archive_expsym_cmds_GCJ='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' cconv-0.6.2/configure-16164- ;; ############################################## cconv-0.6.2/configure-16170- pgcc*) # Portland Group C compiler cconv-0.6.2/configure:16171: whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' cconv-0.6.2/configure-16172- tmp_addflag=' $pic_flag' ############################################## cconv-0.6.2/configure-16174- pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers cconv-0.6.2/configure:16175: whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' cconv-0.6.2/configure-16176- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## cconv-0.6.2/configure-16228- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) cconv-0.6.2/configure:16229: case `$LD -v 2>&1` in cconv-0.6.2/configure-16230- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## cconv-0.6.2/configure-16244- if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then cconv-0.6.2/configure:16245: hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' cconv-0.6.2/configure-16246- archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' ############################################## cconv-0.6.2/configure-16343- # below for broken collect2 doesn't work under 4.3+ cconv-0.6.2/configure:16344: collect2name=`${CC} -print-prog-name=collect2` cconv-0.6.2/configure-16345- if test -f "$collect2name" && \ ############################################## cconv-0.6.2/configure-16441- hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" cconv-0.6.2/configure:16442: archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" cconv-0.6.2/configure-16443- else ############################################## cconv-0.6.2/configure-16539- # FIXME: Setting linknames here is a bad hack. cconv-0.6.2/configure:16540: archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' cconv-0.6.2/configure-16541- # The linker will automatically build a .lib file if we build a DLL. ############################################## cconv-0.6.2/configure-16544- old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs' cconv-0.6.2/configure:16545: fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`' cconv-0.6.2/configure-16546- enable_shared_with_static_runtimes_GCJ=yes ############################################## cconv-0.6.2/configure-16585- output_verbose_link_cmd='echo' cconv-0.6.2/configure:16586: archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' cconv-0.6.2/configure-16587- module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ############################################## cconv-0.6.2/configure-16720- if test "$GCC" = yes; then cconv-0.6.2/configure:16721: archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-16722- else cconv-0.6.2/configure:16723: archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-16724- hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir' ############################################## cconv-0.6.2/configure-16752- hardcode_shlibpath_var_GCJ=no cconv-0.6.2/configure:16753: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cconv-0.6.2/configure-16754- archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## cconv-0.6.2/configure-16782- allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' cconv-0.6.2/configure:16783: archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-16784- else cconv-0.6.2/configure-16785- allow_undefined_flag_GCJ=' -expect_unresolved \*' cconv-0.6.2/configure:16786: archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-16787- fi ############################################## cconv-0.6.2/configure-16794- allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' cconv-0.6.2/configure:16795: archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure-16796- hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' ############################################## cconv-0.6.2/configure-16798- allow_undefined_flag_GCJ=' -expect_unresolved \*' cconv-0.6.2/configure:16799: archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/configure:16800: archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ cconv-0.6.2/configure:16801: $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' cconv-0.6.2/configure-16802- ############################################## cconv-0.6.2/configure-16835- *) cconv-0.6.2/configure:16836: whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; cconv-0.6.2/configure-16837- esac ;; ############################################## cconv-0.6.2/configure-16919- hardcode_shlibpath_var_GCJ=no cconv-0.6.2/configure:16920: hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' cconv-0.6.2/configure-16921- hardcode_libdir_separator_GCJ=':' ############################################## cconv-0.6.2/configure-17029-if test "$GCC" = yes; then cconv-0.6.2/configure:17030: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` cconv-0.6.2/configure-17031- if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then ############################################## cconv-0.6.2/configure-17035- # okay in the real world where ";" in dirpaths is itself problematic. cconv-0.6.2/configure:17036: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` cconv-0.6.2/configure-17037- else cconv-0.6.2/configure:17038: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cconv-0.6.2/configure-17039- fi ############################################## cconv-0.6.2/configure-17106- # Create ${libname}_ixlibrary.a entries in /sys/libs. cconv-0.6.2/configure:17107: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' cconv-0.6.2/configure-17108- ;; ############################################## cconv-0.6.2/configure-17139- # DLL is installed to $(libdir)/../bin by postinstall_cmds cconv-0.6.2/configure:17140: postinstall_cmds='base_file=`basename \${file}`~ cconv-0.6.2/configure:17141: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ cconv-0.6.2/configure:17142: dldir=$destdir/`dirname \$dlpath`~ cconv-0.6.2/configure-17143- test -d \$dldir || mkdir -p \$dldir~ ############################################## cconv-0.6.2/configure-17145- chmod a+x \$dldir/$dlname' cconv-0.6.2/configure:17146: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ cconv-0.6.2/configure-17147- dlpath=$dir/\$dldll~ ############################################## cconv-0.6.2/configure-17153- # Cygwin DLLs use 'cyg' prefix rather than 'lib' cconv-0.6.2/configure:17154: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cconv-0.6.2/configure-17155- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## cconv-0.6.2/configure-17158- # MinGW DLLs use traditional 'lib' prefix cconv-0.6.2/configure:17159: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cconv-0.6.2/configure:17160: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` cconv-0.6.2/configure-17161- if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then ############################################## cconv-0.6.2/configure-17167- # which wouldn't understand a cygwinified path. Ahh. cconv-0.6.2/configure:17168: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` cconv-0.6.2/configure-17169- else cconv-0.6.2/configure:17170: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cconv-0.6.2/configure-17171- fi ############################################## cconv-0.6.2/configure-17174- # pw32 DLLs use 'pw' prefix rather than 'lib' cconv-0.6.2/configure:17175: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' cconv-0.6.2/configure-17176- ;; ############################################## cconv-0.6.2/configure-17180- *) cconv-0.6.2/configure:17181: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' cconv-0.6.2/configure-17182- ;; ############################################## cconv-0.6.2/configure-17197- shlibpath_var=DYLD_LIBRARY_PATH cconv-0.6.2/configure:17198: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' cconv-0.6.2/configure-17199- # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. cconv-0.6.2/configure-17200- if test "$GCC" = yes; then cconv-0.6.2/configure:17201: sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` cconv-0.6.2/configure-17202- else ############################################## cconv-0.6.2/configure-17411- (exit $ac_status); }; then cconv-0.6.2/configure:17412: case `/usr/bin/file conftest.$ac_objext` in cconv-0.6.2/configure-17413- *64-bit*) ############################################## cconv-0.6.2/configure-17424- if test -f /etc/ld.so.conf; then cconv-0.6.2/configure:17425: 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/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` cconv-0.6.2/configure-17426- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" ############################################## cconv-0.6.2/configure-17496- shlibpath_var=LD_LIBRARY_PATH cconv-0.6.2/configure:17497: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cconv-0.6.2/configure-17498- case $host_os in ############################################## cconv-0.6.2/configure-17741- # Double-quote double-evaled strings. cconv-0.6.2/configure:17742: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" cconv-0.6.2/configure-17743- ;; cconv-0.6.2/configure-17744- *) cconv-0.6.2/configure:17745: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" cconv-0.6.2/configure-17746- ;; ############################################## cconv-0.6.2/configure-17751- *'\$0 --fallback-echo"') cconv-0.6.2/configure:17752: lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` cconv-0.6.2/configure-17753- ;; ############################################## cconv-0.6.2/configure-17809- cconv-0.6.2/configure:17810:gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` cconv-0.6.2/configure-17811-gcc_ver=\`gcc -dumpversion\` ############################################## cconv-0.6.2/configure-17945-# shared library. cconv-0.6.2/configure:17946:predep_objects=\`echo $lt_predep_objects_GCJ | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-17947- ############################################## cconv-0.6.2/configure-17949-# shared library. cconv-0.6.2/configure:17950:postdep_objects=\`echo $lt_postdep_objects_GCJ | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-17951- ############################################## cconv-0.6.2/configure-17961-# a shared library. cconv-0.6.2/configure:17962:compiler_lib_search_path=\`echo $lt_compiler_lib_search_path_GCJ | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-17963- ############################################## cconv-0.6.2/configure-18041-# Compile-time system search path for libraries cconv-0.6.2/configure:18042:sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-18043- ############################################## cconv-0.6.2/configure-18073- # libtool script then. cconv-0.6.2/configure:18074: ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` cconv-0.6.2/configure-18075- if test -f "$ltmain_in"; then ############################################## cconv-0.6.2/configure-18149-done cconv-0.6.2/configure:18150:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` cconv-0.6.2/configure-18151- ############################################## cconv-0.6.2/configure-18225- # Double-quote double-evaled strings. cconv-0.6.2/configure:18226: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" cconv-0.6.2/configure-18227- ;; cconv-0.6.2/configure-18228- *) cconv-0.6.2/configure:18229: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" cconv-0.6.2/configure-18230- ;; ############################################## cconv-0.6.2/configure-18235- *'\$0 --fallback-echo"') cconv-0.6.2/configure:18236: lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` cconv-0.6.2/configure-18237- ;; ############################################## cconv-0.6.2/configure-18293- cconv-0.6.2/configure:18294:gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` cconv-0.6.2/configure-18295-gcc_ver=\`gcc -dumpversion\` ############################################## cconv-0.6.2/configure-18429-# shared library. cconv-0.6.2/configure:18430:predep_objects=\`echo $lt_predep_objects_RC | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-18431- ############################################## cconv-0.6.2/configure-18433-# shared library. cconv-0.6.2/configure:18434:postdep_objects=\`echo $lt_postdep_objects_RC | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-18435- ############################################## cconv-0.6.2/configure-18445-# a shared library. cconv-0.6.2/configure:18446:compiler_lib_search_path=\`echo $lt_compiler_lib_search_path_RC | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-18447- ############################################## cconv-0.6.2/configure-18525-# Compile-time system search path for libraries cconv-0.6.2/configure:18526:sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/configure-18527- ############################################## cconv-0.6.2/configure-18557- # libtool script then. cconv-0.6.2/configure:18558: ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` cconv-0.6.2/configure-18559- if test -f "$ltmain_in"; then ############################################## cconv-0.6.2/configure-18804-do cconv-0.6.2/configure:18805:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` cconv-0.6.2/configure-18806-if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## cconv-0.6.2/configure-18811-fi cconv-0.6.2/configure:18812:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 cconv-0.6.2/configure:18813:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 cconv-0.6.2/configure-18814-else ############################################## cconv-0.6.2/configure-18938-fi cconv-0.6.2/configure:18939:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 cconv-0.6.2/configure:18940:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 cconv-0.6.2/configure-18941- cconv-0.6.2/configure-18942-fi cconv-0.6.2/configure:18943:if test `eval echo '${'$as_ac_Header'}'` = yes; then cconv-0.6.2/configure-18944- cat >>confdefs.h <<_ACEOF cconv-0.6.2/configure:18945:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 cconv-0.6.2/configure-18946-_ACEOF ############################################## cconv-0.6.2/configure-19151-do cconv-0.6.2/configure:19152:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` cconv-0.6.2/configure-19153-if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## cconv-0.6.2/configure-19158-fi cconv-0.6.2/configure:19159:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 cconv-0.6.2/configure:19160:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 cconv-0.6.2/configure-19161-else ############################################## cconv-0.6.2/configure-19285-fi cconv-0.6.2/configure:19286:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 cconv-0.6.2/configure:19287:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 cconv-0.6.2/configure-19288- cconv-0.6.2/configure-19289-fi cconv-0.6.2/configure:19290:if test `eval echo '${'$as_ac_Header'}'` = yes; then cconv-0.6.2/configure-19291- cat >>confdefs.h <<_ACEOF cconv-0.6.2/configure:19292:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 cconv-0.6.2/configure-19293-_ACEOF ############################################## cconv-0.6.2/configure-19465-do cconv-0.6.2/configure:19466:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` cconv-0.6.2/configure-19467-echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## cconv-0.6.2/configure-19554-fi cconv-0.6.2/configure:19555:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 cconv-0.6.2/configure:19556:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 cconv-0.6.2/configure:19557:if test `eval echo '${'$as_ac_var'}'` = yes; then cconv-0.6.2/configure-19558- cat >>confdefs.h <<_ACEOF cconv-0.6.2/configure:19559:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 cconv-0.6.2/configure-19560-_ACEOF ############################################## cconv-0.6.2/configure-19735-do cconv-0.6.2/configure:19736: if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then cconv-0.6.2/configure-19737- eval $as_var=C; export $as_var ############################################## cconv-0.6.2/configure-19793- as_lineno_2=$LINENO cconv-0.6.2/configure:19794: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` cconv-0.6.2/configure-19795- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## cconv-0.6.2/configure-19833- as_lineno_2=$LINENO cconv-0.6.2/configure:19834: as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` cconv-0.6.2/configure-19835- test "x$as_lineno_1" != "x$as_lineno_2" && ############################################## cconv-0.6.2/configure-20015-configured by $0, generated by GNU Autoconf 2.59, cconv-0.6.2/configure:20016: with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" cconv-0.6.2/configure-20017- ############################################## cconv-0.6.2/configure-20032- --*=*) cconv-0.6.2/configure:20033: ac_option=`expr "x$1" : 'x\([^=]*\)='` cconv-0.6.2/configure:20034: ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` cconv-0.6.2/configure-20035- ac_shift=: ############################################## cconv-0.6.2/configure-20315- fi cconv-0.6.2/configure:20316: ac_sed_frag=`expr $ac_sed_frag + 1` cconv-0.6.2/configure-20317- ac_beg=$ac_end cconv-0.6.2/configure:20318: ac_end=`expr $ac_end + $ac_max_sed_lines` cconv-0.6.2/configure-20319- fi ############################################## cconv-0.6.2/configure-20332- cat >$tmp/stdin cconv-0.6.2/configure:20333: ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` cconv-0.6.2/configure:20334: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; cconv-0.6.2/configure:20335: *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` cconv-0.6.2/configure:20336: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; cconv-0.6.2/configure-20337- * ) ac_file_in=$ac_file.in ;; ############################################## cconv-0.6.2/configure-20380-if test "$ac_dir" != .; then cconv-0.6.2/configure:20381: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` cconv-0.6.2/configure-20382- # A "../" for each directory in $ac_dir_suffix. cconv-0.6.2/configure:20383: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` cconv-0.6.2/configure-20384-else ############################################## cconv-0.6.2/configure-20393- else cconv-0.6.2/configure:20394: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` cconv-0.6.2/configure-20395- fi ;; ############################################## cconv-0.6.2/configure-20545- cat >$tmp/stdin cconv-0.6.2/configure:20546: ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` cconv-0.6.2/configure:20547: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; cconv-0.6.2/configure:20548: *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` cconv-0.6.2/configure:20549: ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; cconv-0.6.2/configure-20550- * ) ac_file_in=$ac_file.in ;; ############################################## cconv-0.6.2/configure-20748- * ) cconv-0.6.2/configure:20749: _am_stamp_count=`expr $_am_stamp_count + 1` ;; cconv-0.6.2/configure-20750- esac ############################################## cconv-0.6.2/configure-20771-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue cconv-0.6.2/configure:20772: ac_dest=`echo "$ac_file" | sed 's,:.*,,'` cconv-0.6.2/configure:20773: ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` cconv-0.6.2/configure-20774- ac_dir=`(dirname "$ac_dest") 2>/dev/null || ############################################## cconv-0.6.2/configure-20813-if test "$ac_dir" != .; then cconv-0.6.2/configure:20814: ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` cconv-0.6.2/configure-20815- # A "../" for each directory in $ac_dir_suffix. cconv-0.6.2/configure:20816: ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` cconv-0.6.2/configure-20817-else ############################################## cconv-0.6.2/configure-20826- else cconv-0.6.2/configure:20827: ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` cconv-0.6.2/configure-20828- fi ;; ############################################## cconv-0.6.2/configure-20881- # Strip MF so we end up with the name of the file. cconv-0.6.2/configure:20882: mf=`echo "$mf" | sed -e 's/:.*$//'` cconv-0.6.2/configure-20883- # Check whether this is an Automake generated Makefile or not. ############################################## cconv-0.6.2/configure-20906- # from the Makefile without running `make'. cconv-0.6.2/configure:20907: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` cconv-0.6.2/configure-20908- test -z "$DEPDIR" && continue cconv-0.6.2/configure:20909: am__include=`sed -n 's/^am__include = //p' < "$mf"` cconv-0.6.2/configure-20910- test -z "am__include" && continue cconv-0.6.2/configure:20911: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` cconv-0.6.2/configure-20912- # When using ansi2knr, U may be empty or an underscore; expand it cconv-0.6.2/configure:20913: U=`sed -n 's/^U = //p' < "$mf"` cconv-0.6.2/configure-20914- # Find all dependency output files, they are included files with ############################################## cconv-0.6.2/Makefile.in-56-CONFIG_CLEAN_FILES = cconv-0.6.2/Makefile.in:57:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; cconv-0.6.2/Makefile.in-58-am__vpath_adj = case $$p in \ cconv-0.6.2/Makefile.in:59: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ cconv-0.6.2/Makefile.in-60- *) f=$$p;; \ cconv-0.6.2/Makefile.in-61- esac; cconv-0.6.2/Makefile.in:62:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; cconv-0.6.2/Makefile.in-63-am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ ############################################## cconv-0.6.2/Makefile.in-291- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ cconv-0.6.2/Makefile.in:292: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ cconv-0.6.2/Makefile.in-293- test "$$dir" != "$$p" || dir=.; \ ############################################## cconv-0.6.2/Makefile.in-302- @list='$(bin_PROGRAMS)'; for p in $$list; do \ cconv-0.6.2/Makefile.in:303: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ cconv-0.6.2/Makefile.in-304- if test -f $$p \ ############################################## cconv-0.6.2/Makefile.in-306- ; then \ cconv-0.6.2/Makefile.in:307: f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ cconv-0.6.2/Makefile.in-308- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ ############################################## cconv-0.6.2/Makefile.in-315- @list='$(bin_PROGRAMS)'; for p in $$list; do \ cconv-0.6.2/Makefile.in:316: f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ cconv-0.6.2/Makefile.in-317- echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ ############################################## cconv-0.6.2/Makefile.in-322- @list='$(bin_PROGRAMS)'; for p in $$list; do \ cconv-0.6.2/Makefile.in:323: f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ cconv-0.6.2/Makefile.in-324- echo " rm -f $$p $$f"; \ ############################################## cconv-0.6.2/Makefile.in-340-.c.obj: cconv-0.6.2/Makefile.in:341: $(COMPILE) -c `$(CYGPATH_W) '$<'` cconv-0.6.2/Makefile.in-342- ############################################## cconv-0.6.2/Makefile.in-346-libcconv_la-cconv.lo: cconv.c cconv-0.6.2/Makefile.in:347: $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcconv_la_CFLAGS) $(CFLAGS) -c -o libcconv_la-cconv.lo `test -f 'cconv.c' || echo '$(srcdir)/'`cconv.c cconv-0.6.2/Makefile.in-348- cconv-0.6.2/Makefile.in-349-libcconv_la-unicode.lo: unicode.c cconv-0.6.2/Makefile.in:350: $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcconv_la_CFLAGS) $(CFLAGS) -c -o libcconv_la-unicode.lo `test -f 'unicode.c' || echo '$(srcdir)/'`unicode.c cconv-0.6.2/Makefile.in-351- cconv-0.6.2/Makefile.in-352-cconv-cconv.o: cconv.c cconv-0.6.2/Makefile.in:353: $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cconv_CFLAGS) $(CFLAGS) -c -o cconv-cconv.o `test -f 'cconv.c' || echo '$(srcdir)/'`cconv.c cconv-0.6.2/Makefile.in-354- cconv-0.6.2/Makefile.in-355-cconv-cconv.obj: cconv.c cconv-0.6.2/Makefile.in:356: $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cconv_CFLAGS) $(CFLAGS) -c -o cconv-cconv.obj `if test -f 'cconv.c'; then $(CYGPATH_W) 'cconv.c'; else $(CYGPATH_W) '$(srcdir)/cconv.c'; fi` cconv-0.6.2/Makefile.in-357- cconv-0.6.2/Makefile.in-358-cconv-main.o: main.c cconv-0.6.2/Makefile.in:359: $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cconv_CFLAGS) $(CFLAGS) -c -o cconv-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c cconv-0.6.2/Makefile.in-360- cconv-0.6.2/Makefile.in-361-cconv-main.obj: main.c cconv-0.6.2/Makefile.in:362: $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cconv_CFLAGS) $(CFLAGS) -c -o cconv-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` cconv-0.6.2/Makefile.in-363- cconv-0.6.2/Makefile.in-364-cconv-unicode.o: unicode.c cconv-0.6.2/Makefile.in:365: $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cconv_CFLAGS) $(CFLAGS) -c -o cconv-unicode.o `test -f 'unicode.c' || echo '$(srcdir)/'`unicode.c cconv-0.6.2/Makefile.in-366- cconv-0.6.2/Makefile.in-367-cconv-unicode.obj: unicode.c cconv-0.6.2/Makefile.in:368: $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cconv_CFLAGS) $(CFLAGS) -c -o cconv-unicode.obj `if test -f 'unicode.c'; then $(CYGPATH_W) 'unicode.c'; else $(CYGPATH_W) '$(srcdir)/unicode.c'; fi` cconv-0.6.2/Makefile.in-369- ############################################## cconv-0.6.2/Makefile.in-437-GTAGS: cconv-0.6.2/Makefile.in:438: here=`$(am__cd) $(top_builddir) && pwd` \ cconv-0.6.2/Makefile.in-439- && cd $(top_srcdir) \ ############################################## cconv-0.6.2/Makefile.in-448- $(mkdir_p) $(distdir)/m4 cconv-0.6.2/Makefile.in:449: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ cconv-0.6.2/Makefile.in:450: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ cconv-0.6.2/Makefile.in-451- list='$(DISTFILES)'; for file in $$list; do \ cconv-0.6.2/Makefile.in-452- case $$file in \ cconv-0.6.2/Makefile.in:453: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ cconv-0.6.2/Makefile.in:454: $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ cconv-0.6.2/Makefile.in-455- esac; \ cconv-0.6.2/Makefile.in-456- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ cconv-0.6.2/Makefile.in:457: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ cconv-0.6.2/Makefile.in-458- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## cconv-0.6.2/Makefile.in-524- chmod a-w $(distdir) cconv-0.6.2/Makefile.in:525: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ cconv-0.6.2/Makefile.in-526- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## cconv-0.6.2/Makefile.in-555- @cd $(distuninstallcheck_dir) \ cconv-0.6.2/Makefile.in:556: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ cconv-0.6.2/Makefile.in-557- || { echo "ERROR: files left after uninstall:" ; \ ############################################## cconv-0.6.2/Makefile.in-567- fi cconv-0.6.2/Makefile.in:568: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ cconv-0.6.2/Makefile.in-569- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## cconv-0.6.2/aclocal.m4-256-done cconv-0.6.2/aclocal.m4:257:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` cconv-0.6.2/aclocal.m4-258-]) ############################################## cconv-0.6.2/aclocal.m4-328- # Remove one level of quotation (which was required for Make). cconv-0.6.2/aclocal.m4:329: ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` cconv-0.6.2/aclocal.m4-330- ;; ############################################## cconv-0.6.2/aclocal.m4-339- : cconv-0.6.2/aclocal.m4:340:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then cconv-0.6.2/aclocal.m4-341- # Yippee, $echo works! ############################################## cconv-0.6.2/aclocal.m4-365- # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... cconv-0.6.2/aclocal.m4:366: if (echo_test_string=`eval $cmd`) 2>/dev/null && cconv-0.6.2/aclocal.m4:367: echo_test_string=`eval $cmd` && cconv-0.6.2/aclocal.m4-368- (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null ############################################## cconv-0.6.2/aclocal.m4-374- cconv-0.6.2/aclocal.m4:375:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && cconv-0.6.2/aclocal.m4:376: echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && cconv-0.6.2/aclocal.m4-377- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## cconv-0.6.2/aclocal.m4-389- if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && cconv-0.6.2/aclocal.m4:390: test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && cconv-0.6.2/aclocal.m4:391: echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && cconv-0.6.2/aclocal.m4-392- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## cconv-0.6.2/aclocal.m4-401- if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && cconv-0.6.2/aclocal.m4:402: echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && cconv-0.6.2/aclocal.m4-403- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## cconv-0.6.2/aclocal.m4-416- echo='printf %s\n' cconv-0.6.2/aclocal.m4:417: if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && cconv-0.6.2/aclocal.m4:418: echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && cconv-0.6.2/aclocal.m4-419- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## cconv-0.6.2/aclocal.m4-421- : cconv-0.6.2/aclocal.m4:422: elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && cconv-0.6.2/aclocal.m4-423- test "X$echo_testing_string" = 'X\t' && cconv-0.6.2/aclocal.m4:424: echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && cconv-0.6.2/aclocal.m4-425- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## cconv-0.6.2/aclocal.m4-430- echo="$CONFIG_SHELL [$]0 --fallback-echo" cconv-0.6.2/aclocal.m4:431: elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && cconv-0.6.2/aclocal.m4-432- test "X$echo_testing_string" = 'X\t' && cconv-0.6.2/aclocal.m4:433: echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && cconv-0.6.2/aclocal.m4-434- test "X$echo_testing_string" = "X$echo_test_string"; then ############################################## cconv-0.6.2/aclocal.m4-440- for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do cconv-0.6.2/aclocal.m4:441: if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null cconv-0.6.2/aclocal.m4-442- then ############################################## cconv-0.6.2/aclocal.m4-448- if test "$prev" != 'sed 50q "[$]0"'; then cconv-0.6.2/aclocal.m4:449: echo_test_string=`eval $prev` cconv-0.6.2/aclocal.m4-450- export echo_test_string ############################################## cconv-0.6.2/aclocal.m4-487- if AC_TRY_EVAL(ac_compile); then cconv-0.6.2/aclocal.m4:488: case `/usr/bin/file conftest.$ac_objext` in cconv-0.6.2/aclocal.m4-489- *ELF-32*) ############################################## cconv-0.6.2/aclocal.m4-503- if test "$lt_cv_prog_gnu_ld" = yes; then cconv-0.6.2/aclocal.m4:504: case `/usr/bin/file conftest.$ac_objext` in cconv-0.6.2/aclocal.m4-505- *32-bit*) ############################################## cconv-0.6.2/aclocal.m4-515- else cconv-0.6.2/aclocal.m4:516: case `/usr/bin/file conftest.$ac_objext` in cconv-0.6.2/aclocal.m4-517- *32-bit*) ############################################## cconv-0.6.2/aclocal.m4-750- # And add a safety zone cconv-0.6.2/aclocal.m4:751: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` cconv-0.6.2/aclocal.m4:752: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` cconv-0.6.2/aclocal.m4-753- ;; ############################################## cconv-0.6.2/aclocal.m4-778- if test -n "$kargmax"; then cconv-0.6.2/aclocal.m4:779: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` cconv-0.6.2/aclocal.m4-780- else ############################################## cconv-0.6.2/aclocal.m4-788- SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} cconv-0.6.2/aclocal.m4:789: while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \ cconv-0.6.2/aclocal.m4-790- = "XX$teststring") >/dev/null 2>&1 && cconv-0.6.2/aclocal.m4:791: new_result=`expr "X$teststring" : ".*" 2>&1` && cconv-0.6.2/aclocal.m4-792- lt_cv_sys_max_cmd_len=$new_result && ############################################## cconv-0.6.2/aclocal.m4-794- do cconv-0.6.2/aclocal.m4:795: i=`expr $i + 1` cconv-0.6.2/aclocal.m4-796- teststring=$teststring$teststring ############################################## cconv-0.6.2/aclocal.m4-801- # It appears as though 1/2 is a usable value. cconv-0.6.2/aclocal.m4:802: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` cconv-0.6.2/aclocal.m4-803- ;; ############################################## cconv-0.6.2/aclocal.m4-1093- if test "$hard_links" = no; then cconv-0.6.2/aclocal.m4:1094: AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) cconv-0.6.2/aclocal.m4-1095- need_locks=warn ############################################## cconv-0.6.2/aclocal.m4-1208-if test "$GCC" = yes; then cconv-0.6.2/aclocal.m4:1209: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` cconv-0.6.2/aclocal.m4-1210- if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then ############################################## cconv-0.6.2/aclocal.m4-1214- # okay in the real world where ";" in dirpaths is itself problematic. cconv-0.6.2/aclocal.m4:1215: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` cconv-0.6.2/aclocal.m4-1216- else cconv-0.6.2/aclocal.m4:1217: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cconv-0.6.2/aclocal.m4-1218- fi ############################################## cconv-0.6.2/aclocal.m4-1285- # Create ${libname}_ixlibrary.a entries in /sys/libs. cconv-0.6.2/aclocal.m4:1286: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' cconv-0.6.2/aclocal.m4-1287- ;; ############################################## cconv-0.6.2/aclocal.m4-1318- # DLL is installed to $(libdir)/../bin by postinstall_cmds cconv-0.6.2/aclocal.m4:1319: postinstall_cmds='base_file=`basename \${file}`~ cconv-0.6.2/aclocal.m4:1320: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ cconv-0.6.2/aclocal.m4:1321: dldir=$destdir/`dirname \$dlpath`~ cconv-0.6.2/aclocal.m4-1322- test -d \$dldir || mkdir -p \$dldir~ ############################################## cconv-0.6.2/aclocal.m4-1324- chmod a+x \$dldir/$dlname' cconv-0.6.2/aclocal.m4:1325: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ cconv-0.6.2/aclocal.m4-1326- dlpath=$dir/\$dldll~ ############################################## cconv-0.6.2/aclocal.m4-1332- # Cygwin DLLs use 'cyg' prefix rather than 'lib' cconv-0.6.2/aclocal.m4:1333: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' cconv-0.6.2/aclocal.m4-1334- sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ############################################## cconv-0.6.2/aclocal.m4-1337- # MinGW DLLs use traditional 'lib' prefix cconv-0.6.2/aclocal.m4:1338: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' cconv-0.6.2/aclocal.m4:1339: sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` cconv-0.6.2/aclocal.m4-1340- if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then ############################################## cconv-0.6.2/aclocal.m4-1346- # which wouldn't understand a cygwinified path. Ahh. cconv-0.6.2/aclocal.m4:1347: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` cconv-0.6.2/aclocal.m4-1348- else cconv-0.6.2/aclocal.m4:1349: sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` cconv-0.6.2/aclocal.m4-1350- fi ############################################## cconv-0.6.2/aclocal.m4-1353- # pw32 DLLs use 'pw' prefix rather than 'lib' cconv-0.6.2/aclocal.m4:1354: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' cconv-0.6.2/aclocal.m4-1355- ;; ############################################## cconv-0.6.2/aclocal.m4-1359- *) cconv-0.6.2/aclocal.m4:1360: library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' cconv-0.6.2/aclocal.m4-1361- ;; ############################################## cconv-0.6.2/aclocal.m4-1376- shlibpath_var=DYLD_LIBRARY_PATH cconv-0.6.2/aclocal.m4:1377: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' cconv-0.6.2/aclocal.m4-1378- # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same. cconv-0.6.2/aclocal.m4-1379- if test "$GCC" = yes; then cconv-0.6.2/aclocal.m4:1380: sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"` cconv-0.6.2/aclocal.m4-1381- else ############################################## cconv-0.6.2/aclocal.m4-1586- if AC_TRY_EVAL(ac_compile); then cconv-0.6.2/aclocal.m4:1587: case `/usr/bin/file conftest.$ac_objext` in cconv-0.6.2/aclocal.m4-1588- *64-bit*) ############################################## cconv-0.6.2/aclocal.m4-1599- if test -f /etc/ld.so.conf; then cconv-0.6.2/aclocal.m4:1600: 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/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` cconv-0.6.2/aclocal.m4-1601- sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra" ############################################## cconv-0.6.2/aclocal.m4-1671- shlibpath_var=LD_LIBRARY_PATH cconv-0.6.2/aclocal.m4:1672: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cconv-0.6.2/aclocal.m4-1673- case $host_os in ############################################## cconv-0.6.2/aclocal.m4-1821- if test -z "$LTCC"; then cconv-0.6.2/aclocal.m4:1822: eval "`$SHELL ${ofile} --config | grep '^LTCC='`" cconv-0.6.2/aclocal.m4-1823- if test -z "$LTCC"; then ############################################## cconv-0.6.2/aclocal.m4-1825- else cconv-0.6.2/aclocal.m4:1826: AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile']) cconv-0.6.2/aclocal.m4-1827- fi ############################################## cconv-0.6.2/aclocal.m4-1829- if test -z "$LTCFLAGS"; then cconv-0.6.2/aclocal.m4:1830: eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`" cconv-0.6.2/aclocal.m4-1831- fi ############################################## cconv-0.6.2/aclocal.m4-1834- # Note that this assumes the entire list is on one line. cconv-0.6.2/aclocal.m4:1835: available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` cconv-0.6.2/aclocal.m4-1836- ############################################## cconv-0.6.2/aclocal.m4-1840- # Check whether tagname contains only valid characters cconv-0.6.2/aclocal.m4:1841: case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in cconv-0.6.2/aclocal.m4-1842- "") ;; ############################################## cconv-0.6.2/aclocal.m4-2095- "file_magic "*) cconv-0.6.2/aclocal.m4:2096: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` cconv-0.6.2/aclocal.m4-2097- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## cconv-0.6.2/aclocal.m4-2167- # gcc leaves a trailing carriage return which upsets mingw cconv-0.6.2/aclocal.m4:2168: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; cconv-0.6.2/aclocal.m4-2169- *) cconv-0.6.2/aclocal.m4:2170: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; cconv-0.6.2/aclocal.m4-2171- esac ############################################## cconv-0.6.2/aclocal.m4-2176- # Canonicalize the pathname of ld cconv-0.6.2/aclocal.m4:2177: ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` cconv-0.6.2/aclocal.m4-2178- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do cconv-0.6.2/aclocal.m4:2179: ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` cconv-0.6.2/aclocal.m4-2180- done ############################################## cconv-0.6.2/aclocal.m4-2207- # Break only if it was the GNU/non-GNU ld that we prefer. cconv-0.6.2/aclocal.m4:2208: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in cconv-0.6.2/aclocal.m4-2209- *GNU* | *'with BFD'*) ############################################## cconv-0.6.2/aclocal.m4-2238-[# I'd rather use --version here, but apparently some GNU lds only accept -v. cconv-0.6.2/aclocal.m4:2239:case `$LD -v 2>&1 </dev/null` in cconv-0.6.2/aclocal.m4-2240-*GNU* | *'with BFD'*) ############################################## cconv-0.6.2/aclocal.m4-2406-openbsd*) cconv-0.6.2/aclocal.m4:2407: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cconv-0.6.2/aclocal.m4-2408- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## cconv-0.6.2/aclocal.m4-2483- # Tru64's nm complains that /dev/null is an invalid object file cconv-0.6.2/aclocal.m4:2484: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in cconv-0.6.2/aclocal.m4-2485- */dev/null* | *'Invalid file or object type'*) ############################################## cconv-0.6.2/aclocal.m4-2489- *) cconv-0.6.2/aclocal.m4:2490: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in cconv-0.6.2/aclocal.m4-2491- */dev/null*) ############################################## cconv-0.6.2/aclocal.m4-2853- # ancient GNU ld didn't support --whole-archive et. al. cconv-0.6.2/aclocal.m4:2854: if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ cconv-0.6.2/aclocal.m4-2855- grep 'no-whole-archive' > /dev/null; then ############################################## cconv-0.6.2/aclocal.m4-2934- # below for broken collect2 doesn't work under 4.3+ cconv-0.6.2/aclocal.m4:2935: collect2name=`${CC} -print-prog-name=collect2` cconv-0.6.2/aclocal.m4-2936- if test -f "$collect2name" && \ ############################################## cconv-0.6.2/aclocal.m4-2982- cconv-0.6.2/aclocal.m4:2983: _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" cconv-0.6.2/aclocal.m4-2984- else ############################################## cconv-0.6.2/aclocal.m4-3037- # is EXPORTS), use it as is; otherwise, prepend... cconv-0.6.2/aclocal.m4:3038: _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cconv-0.6.2/aclocal.m4-3039- cp $export_symbols $output_objdir/$soname.def; ############################################## cconv-0.6.2/aclocal.m4-3098- output_verbose_link_cmd='echo' cconv-0.6.2/aclocal.m4:3099: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' cconv-0.6.2/aclocal.m4-3100- _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ############################################## cconv-0.6.2/aclocal.m4-3166- # dependencies. cconv-0.6.2/aclocal.m4:3167: 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; echo $list' cconv-0.6.2/aclocal.m4-3168- ;; ############################################## cconv-0.6.2/aclocal.m4-3230- # dependencies. cconv-0.6.2/aclocal.m4:3231: 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; echo $list' cconv-0.6.2/aclocal.m4-3232- ;; ############################################## cconv-0.6.2/aclocal.m4-3265- # time. Moving up from 0x10000000 also allows more sbrk(2) space. cconv-0.6.2/aclocal.m4:3266: _LT_AC_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' cconv-0.6.2/aclocal.m4:3267: _LT_AC_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' cconv-0.6.2/aclocal.m4-3268- ;; ############################################## cconv-0.6.2/aclocal.m4-3272- # SGI C++ cconv-0.6.2/aclocal.m4:3273: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/aclocal.m4-3274- ############################################## cconv-0.6.2/aclocal.m4-3283- if test "$with_gnu_ld" = no; then cconv-0.6.2/aclocal.m4:3284: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/aclocal.m4-3285- else cconv-0.6.2/aclocal.m4:3286: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' cconv-0.6.2/aclocal.m4-3287- fi ############################################## cconv-0.6.2/aclocal.m4-3302- # to its proper name (with version) after linking. cconv-0.6.2/aclocal.m4:3303: _LT_AC_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' cconv-0.6.2/aclocal.m4:3304: _LT_AC_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' cconv-0.6.2/aclocal.m4-3305- # Commands to make compiler produce verbose output that lists ############################################## cconv-0.6.2/aclocal.m4-3312- # dependencies. cconv-0.6.2/aclocal.m4:3313: 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; echo $list' cconv-0.6.2/aclocal.m4-3314- ############################################## cconv-0.6.2/aclocal.m4-3327- # earlier do not add the objects themselves. cconv-0.6.2/aclocal.m4:3328: case `$CC -V 2>&1` in cconv-0.6.2/aclocal.m4-3329- *"Version 7."*) ############################################## cconv-0.6.2/aclocal.m4-3353- _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' cconv-0.6.2/aclocal.m4:3354: _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' cconv-0.6.2/aclocal.m4-3355- ;; ############################################## cconv-0.6.2/aclocal.m4-3372- # dependencies. cconv-0.6.2/aclocal.m4:3373: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list' cconv-0.6.2/aclocal.m4-3374- ;; ############################################## cconv-0.6.2/aclocal.m4-3416- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' cconv-0.6.2/aclocal.m4:3417: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cconv-0.6.2/aclocal.m4-3418- _LT_AC_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' ############################################## cconv-0.6.2/aclocal.m4-3431- # to its proper name (with version) after linking. cconv-0.6.2/aclocal.m4:3432: _LT_AC_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' cconv-0.6.2/aclocal.m4-3433- ############################################## cconv-0.6.2/aclocal.m4-3448- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' cconv-0.6.2/aclocal.m4:3449: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/aclocal.m4-3450- ############################################## cconv-0.6.2/aclocal.m4-3461- # dependencies. cconv-0.6.2/aclocal.m4:3462: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list' cconv-0.6.2/aclocal.m4-3463- ;; ############################################## cconv-0.6.2/aclocal.m4-3466- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' cconv-0.6.2/aclocal.m4:3467: _LT_AC_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" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/aclocal.m4-3468- ############################################## cconv-0.6.2/aclocal.m4-3491- # to its proper name (with version) after linking. cconv-0.6.2/aclocal.m4:3492: _LT_AC_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' cconv-0.6.2/aclocal.m4-3493- ############################################## cconv-0.6.2/aclocal.m4-3507- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' cconv-0.6.2/aclocal.m4:3508: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/aclocal.m4:3509: _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ cconv-0.6.2/aclocal.m4-3510- echo "-hidden">> $lib.exp~ cconv-0.6.2/aclocal.m4:3511: $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~ cconv-0.6.2/aclocal.m4-3512- $rm $lib.exp' ############################################## cconv-0.6.2/aclocal.m4-3524- # dependencies. cconv-0.6.2/aclocal.m4:3525: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list' cconv-0.6.2/aclocal.m4-3526- ;; ############################################## cconv-0.6.2/aclocal.m4-3529- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' cconv-0.6.2/aclocal.m4:3530: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/aclocal.m4-3531- ############################################## cconv-0.6.2/aclocal.m4-3591- # Supported since Solaris 2.6 (maybe 2.5.1?) cconv-0.6.2/aclocal.m4:3592: _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' cconv-0.6.2/aclocal.m4-3593- ;; ############################################## cconv-0.6.2/aclocal.m4-3679- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no cconv-0.6.2/aclocal.m4:3680: _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' cconv-0.6.2/aclocal.m4-3681- _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' ############################################## cconv-0.6.2/aclocal.m4-3802- # eval without this substitution. cconv-0.6.2/aclocal.m4:3803: output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"` cconv-0.6.2/aclocal.m4-3804- cconv-0.6.2/aclocal.m4:3805: for p in `eval $output_verbose_link_cmd`; do cconv-0.6.2/aclocal.m4-3806- case $p in ############################################## cconv-0.6.2/aclocal.m4-4188- # Double-quote double-evaled strings. cconv-0.6.2/aclocal.m4:4189: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" cconv-0.6.2/aclocal.m4-4190- ;; cconv-0.6.2/aclocal.m4-4191- *) cconv-0.6.2/aclocal.m4:4192: eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" cconv-0.6.2/aclocal.m4-4193- ;; ############################################## cconv-0.6.2/aclocal.m4-4198- *'\[$]0 --fallback-echo"') cconv-0.6.2/aclocal.m4:4199: lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'` cconv-0.6.2/aclocal.m4-4200- ;; ############################################## cconv-0.6.2/aclocal.m4-4213- cconv-0.6.2/aclocal.m4:4214:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. cconv-0.6.2/aclocal.m4-4215-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) ############################################## cconv-0.6.2/aclocal.m4-4307- cconv-0.6.2/aclocal.m4:4308:gcc_dir=\`gcc -print-file-name=. | $SED 's,/\.$,,'\` cconv-0.6.2/aclocal.m4-4309-gcc_ver=\`gcc -dumpversion\` ############################################## cconv-0.6.2/aclocal.m4-4443-# shared library. cconv-0.6.2/aclocal.m4:4444:predep_objects=\`echo $lt_[]_LT_AC_TAGVAR(predep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/aclocal.m4-4445- ############################################## cconv-0.6.2/aclocal.m4-4447-# shared library. cconv-0.6.2/aclocal.m4:4448:postdep_objects=\`echo $lt_[]_LT_AC_TAGVAR(postdep_objects, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/aclocal.m4-4449- ############################################## cconv-0.6.2/aclocal.m4-4459-# a shared library. cconv-0.6.2/aclocal.m4:4460:compiler_lib_search_path=\`echo $lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/aclocal.m4-4461- ############################################## cconv-0.6.2/aclocal.m4-4539-# Compile-time system search path for libraries cconv-0.6.2/aclocal.m4:4540:sys_lib_search_path_spec=\`echo $lt_sys_lib_search_path_spec | \$SED -e "s@\${gcc_dir}@\\\${gcc_dir}@g;s@\${gcc_ver}@\\\${gcc_ver}@g"\` cconv-0.6.2/aclocal.m4-4541- ############################################## cconv-0.6.2/aclocal.m4-4598- # libtool script then. cconv-0.6.2/aclocal.m4:4599: ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` cconv-0.6.2/aclocal.m4-4600- if test -f "$ltmain_in"; then ############################################## cconv-0.6.2/aclocal.m4-4703-# If we're using GNU nm, then use its standard symbol codes. cconv-0.6.2/aclocal.m4:4704:case `$NM -V 2>&1` in cconv-0.6.2/aclocal.m4-4705-*GNU* | *'with BFD'*) ############################################## cconv-0.6.2/aclocal.m4-4736- nlist=conftest.nm cconv-0.6.2/aclocal.m4:4737: if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then cconv-0.6.2/aclocal.m4-4738- # Try sorting and uniquifying the output. ############################################## cconv-0.6.2/aclocal.m4-5454- supports_anon_versioning=no cconv-0.6.2/aclocal.m4:5455: case `$LD -v 2>/dev/null` in cconv-0.6.2/aclocal.m4-5456- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 ############################################## cconv-0.6.2/aclocal.m4-5518- # is EXPORTS), use it as is; otherwise, prepend... cconv-0.6.2/aclocal.m4:5519: _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cconv-0.6.2/aclocal.m4-5520- cp $export_symbols $output_objdir/$soname.def; ############################################## cconv-0.6.2/aclocal.m4-5541- # time. Moving up from 0x10000000 also allows more sbrk(2) space. cconv-0.6.2/aclocal.m4:5542: _LT_AC_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' cconv-0.6.2/aclocal.m4:5543: _LT_AC_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' cconv-0.6.2/aclocal.m4-5544- ;; ############################################## cconv-0.6.2/aclocal.m4-5550- pgcc*) # Portland Group C compiler cconv-0.6.2/aclocal.m4:5551: _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' cconv-0.6.2/aclocal.m4-5552- tmp_addflag=' $pic_flag' ############################################## cconv-0.6.2/aclocal.m4-5554- pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers cconv-0.6.2/aclocal.m4:5555: _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' cconv-0.6.2/aclocal.m4-5556- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## cconv-0.6.2/aclocal.m4-5608- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) cconv-0.6.2/aclocal.m4:5609: case `$LD -v 2>&1` in cconv-0.6.2/aclocal.m4-5610- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## cconv-0.6.2/aclocal.m4-5624- if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then cconv-0.6.2/aclocal.m4:5625: _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' cconv-0.6.2/aclocal.m4-5626- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' ############################################## cconv-0.6.2/aclocal.m4-5723- # below for broken collect2 doesn't work under 4.3+ cconv-0.6.2/aclocal.m4:5724: collect2name=`${CC} -print-prog-name=collect2` cconv-0.6.2/aclocal.m4-5725- if test -f "$collect2name" && \ ############################################## cconv-0.6.2/aclocal.m4-5770- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" cconv-0.6.2/aclocal.m4:5771: _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" cconv-0.6.2/aclocal.m4-5772- else ############################################## cconv-0.6.2/aclocal.m4-5817- # FIXME: Setting linknames here is a bad hack. cconv-0.6.2/aclocal.m4:5818: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' cconv-0.6.2/aclocal.m4-5819- # The linker will automatically build a .lib file if we build a DLL. ############################################## cconv-0.6.2/aclocal.m4-5822- _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs' cconv-0.6.2/aclocal.m4:5823: _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' cconv-0.6.2/aclocal.m4-5824- _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ############################################## cconv-0.6.2/aclocal.m4-5863- output_verbose_link_cmd='echo' cconv-0.6.2/aclocal.m4:5864: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring' cconv-0.6.2/aclocal.m4-5865- _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' ############################################## cconv-0.6.2/aclocal.m4-5998- if test "$GCC" = yes; then cconv-0.6.2/aclocal.m4:5999: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/aclocal.m4-6000- else cconv-0.6.2/aclocal.m4:6001: _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/aclocal.m4-6002- _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' ############################################## cconv-0.6.2/aclocal.m4-6030- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no cconv-0.6.2/aclocal.m4:6031: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then cconv-0.6.2/aclocal.m4-6032- _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## cconv-0.6.2/aclocal.m4-6060- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' cconv-0.6.2/aclocal.m4:6061: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/aclocal.m4-6062- else cconv-0.6.2/aclocal.m4-6063- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' cconv-0.6.2/aclocal.m4:6064: _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/aclocal.m4-6065- fi ############################################## cconv-0.6.2/aclocal.m4-6072- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' cconv-0.6.2/aclocal.m4:6073: _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' cconv-0.6.2/aclocal.m4-6074- _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## cconv-0.6.2/aclocal.m4-6076- _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' cconv-0.6.2/aclocal.m4:6077: _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' cconv-0.6.2/aclocal.m4:6078: _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ cconv-0.6.2/aclocal.m4:6079: $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' cconv-0.6.2/aclocal.m4-6080- ############################################## cconv-0.6.2/aclocal.m4-6113- *) cconv-0.6.2/aclocal.m4:6114: _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;; cconv-0.6.2/aclocal.m4-6115- esac ;; ############################################## cconv-0.6.2/aclocal.m4-6197- _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no cconv-0.6.2/aclocal.m4:6198: _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' cconv-0.6.2/aclocal.m4-6199- _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' ############################################## cconv-0.6.2/aclocal.m4-6262- _LT_AC_TAGVAR(allow_undefined_flag, $1)= cconv-0.6.2/aclocal.m4:6263: if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) cconv-0.6.2/aclocal.m4-6264- then ############################################## cconv-0.6.2/aclocal.m4-6399- test $lt_ac_count -gt 10 && break cconv-0.6.2/aclocal.m4:6400: lt_ac_count=`expr $lt_ac_count + 1` cconv-0.6.2/aclocal.m4-6401- if test $lt_ac_count -gt $lt_ac_max; then ############################################## cconv-0.6.2/aclocal.m4-6441-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to cconv-0.6.2/aclocal.m4:6442:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. cconv-0.6.2/aclocal.m4-6443-# ############################################## cconv-0.6.2/aclocal.m4-6465-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: cconv-0.6.2/aclocal.m4:6466:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` cconv-0.6.2/aclocal.m4-6467-# and then we would define $MISSING as ############################################## cconv-0.6.2/aclocal.m4-6481-# expand $ac_aux_dir to an absolute path cconv-0.6.2/aclocal.m4:6482:am_aux_dir=`cd $ac_aux_dir && pwd` cconv-0.6.2/aclocal.m4-6483-]) ############################################## cconv-0.6.2/aclocal.m4-6579- if test "$am_compiler_list" = ""; then cconv-0.6.2/aclocal.m4:6580: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` cconv-0.6.2/aclocal.m4-6581- fi ############################################## cconv-0.6.2/aclocal.m4-6689- # Strip MF so we end up with the name of the file. cconv-0.6.2/aclocal.m4:6690: mf=`echo "$mf" | sed -e 's/:.*$//'` cconv-0.6.2/aclocal.m4-6691- # Check whether this is an Automake generated Makefile or not. ############################################## cconv-0.6.2/aclocal.m4-6697- if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then cconv-0.6.2/aclocal.m4:6698: dirpart=`AS_DIRNAME("$mf")` cconv-0.6.2/aclocal.m4-6699- else ############################################## cconv-0.6.2/aclocal.m4-6703- # from the Makefile without running `make'. cconv-0.6.2/aclocal.m4:6704: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` cconv-0.6.2/aclocal.m4-6705- test -z "$DEPDIR" && continue cconv-0.6.2/aclocal.m4:6706: am__include=`sed -n 's/^am__include = //p' < "$mf"` cconv-0.6.2/aclocal.m4-6707- test -z "am__include" && continue cconv-0.6.2/aclocal.m4:6708: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` cconv-0.6.2/aclocal.m4-6709- # When using ansi2knr, U may be empty or an underscore; expand it cconv-0.6.2/aclocal.m4:6710: U=`sed -n 's/^U = //p' < "$mf"` cconv-0.6.2/aclocal.m4-6711- # Find all dependency output files, they are included files with ############################################## cconv-0.6.2/aclocal.m4-6719- test -f "$dirpart/$file" && continue cconv-0.6.2/aclocal.m4:6720: fdir=`AS_DIRNAME(["$file"])` cconv-0.6.2/aclocal.m4-6721- AS_MKDIR_P([$dirpart/$fdir]) ############################################## cconv-0.6.2/aclocal.m4-6774-# test to see if srcdir already configured cconv-0.6.2/aclocal.m4:6775:if test "`cd $srcdir && pwd`" != "`pwd`" && cconv-0.6.2/aclocal.m4-6776- test -f $srcdir/config.status; then ############################################## cconv-0.6.2/aclocal.m4-6850- * ) cconv-0.6.2/aclocal.m4:6851: _am_stamp_count=`expr $_am_stamp_count + 1` ;; cconv-0.6.2/aclocal.m4-6852- esac cconv-0.6.2/aclocal.m4-6853-done cconv-0.6.2/aclocal.m4:6854:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) cconv-0.6.2/aclocal.m4-6855- ############################################## cconv-0.6.2/aclocal.m4-6922-# case it prints its new name instead of `make'. cconv-0.6.2/aclocal.m4:6923:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then cconv-0.6.2/aclocal.m4-6924- am__include=include ############################################## cconv-0.6.2/aclocal.m4-6930- echo '.include "confinc"' > confmf cconv-0.6.2/aclocal.m4:6931: if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then cconv-0.6.2/aclocal.m4-6932- am__include=.include ############################################## cconv-0.6.2/aclocal.m4-7097-if ( cconv-0.6.2/aclocal.m4:7098: set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` cconv-0.6.2/aclocal.m4-7099- if test "$[*]" = "X"; then cconv-0.6.2/aclocal.m4-7100- # -L didn't work. cconv-0.6.2/aclocal.m4:7101: set X `ls -t $srcdir/configure conftest.file` cconv-0.6.2/aclocal.m4-7102- fi ############################################## cconv-0.6.2/config.sub-55- cconv-0.6.2/config.sub:56:me=`echo "$0" | sed -e 's,.*/,,'` cconv-0.6.2/config.sub-57- ############################################## cconv-0.6.2/config.sub-119-# Here we must recognize all the valid KERNEL-OS combinations. cconv-0.6.2/config.sub:120:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` cconv-0.6.2/config.sub-121-case $maybe_os in ############################################## cconv-0.6.2/config.sub-124- os=-$maybe_os cconv-0.6.2/config.sub:125: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` cconv-0.6.2/config.sub-126- ;; cconv-0.6.2/config.sub-127- *) cconv-0.6.2/config.sub:128: basic_machine=`echo $1 | sed 's/-[^-]*$//'` cconv-0.6.2/config.sub-129- if [ $basic_machine != $1 ] cconv-0.6.2/config.sub:130: then os=`echo $1 | sed 's/.*-/-/'` cconv-0.6.2/config.sub-131- else os=; fi ############################################## cconv-0.6.2/config.sub-175- os=-sco3.2v5 cconv-0.6.2/config.sub:176: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` cconv-0.6.2/config.sub-177- ;; ############################################## cconv-0.6.2/config.sub-179- os=-sco3.2v4 cconv-0.6.2/config.sub:180: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` cconv-0.6.2/config.sub-181- ;; cconv-0.6.2/config.sub-182- -sco3.2.[4-9]*) cconv-0.6.2/config.sub:183: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` cconv-0.6.2/config.sub:184: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` cconv-0.6.2/config.sub-185- ;; ############################################## cconv-0.6.2/config.sub-187- # Don't forget version if it is 3.2v4 or newer. cconv-0.6.2/config.sub:188: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` cconv-0.6.2/config.sub-189- ;; ############################################## cconv-0.6.2/config.sub-191- os=-sco3.2v2 cconv-0.6.2/config.sub:192: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` cconv-0.6.2/config.sub-193- ;; cconv-0.6.2/config.sub-194- -udk*) cconv-0.6.2/config.sub:195: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` cconv-0.6.2/config.sub-196- ;; ############################################## cconv-0.6.2/config.sub-198- os=-isc2.2 cconv-0.6.2/config.sub:199: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` cconv-0.6.2/config.sub-200- ;; ############################################## cconv-0.6.2/config.sub-204- -isc*) cconv-0.6.2/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` cconv-0.6.2/config.sub-206- ;; ############################################## cconv-0.6.2/config.sub-210- -ptx*) cconv-0.6.2/config.sub:211: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` cconv-0.6.2/config.sub-212- ;; cconv-0.6.2/config.sub-213- -windowsnt*) cconv-0.6.2/config.sub:214: os=`echo $os | sed -e 's/windowsnt/winnt/'` cconv-0.6.2/config.sub-215- ;; ############################################## cconv-0.6.2/config.sub-297- *-*-*) cconv-0.6.2/config.sub:298: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 cconv-0.6.2/config.sub-299- exit 1 ############################################## cconv-0.6.2/config.sub-400- amd64-*) cconv-0.6.2/config.sub:401: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` cconv-0.6.2/config.sub-402- ;; ############################################## cconv-0.6.2/config.sub-621- i*86v32) cconv-0.6.2/config.sub:622: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` cconv-0.6.2/config.sub-623- os=-sysv32 ############################################## cconv-0.6.2/config.sub-625- i*86v4*) cconv-0.6.2/config.sub:626: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` cconv-0.6.2/config.sub-627- os=-sysv4 ############################################## cconv-0.6.2/config.sub-629- i*86v) cconv-0.6.2/config.sub:630: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` cconv-0.6.2/config.sub-631- os=-sysv ############################################## cconv-0.6.2/config.sub-633- i*86sol2) cconv-0.6.2/config.sub:634: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` cconv-0.6.2/config.sub-635- os=-solaris2 ############################################## cconv-0.6.2/config.sub-681- mips3*-*) cconv-0.6.2/config.sub:682: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` cconv-0.6.2/config.sub-683- ;; cconv-0.6.2/config.sub-684- mips3*) cconv-0.6.2/config.sub:685: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown cconv-0.6.2/config.sub-686- ;; ############################################## cconv-0.6.2/config.sub-818- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) cconv-0.6.2/config.sub:819: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` cconv-0.6.2/config.sub-820- ;; cconv-0.6.2/config.sub-821- pentiumpro-* | p6-* | 6x86-* | athlon-*) cconv-0.6.2/config.sub:822: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` cconv-0.6.2/config.sub-823- ;; cconv-0.6.2/config.sub-824- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) cconv-0.6.2/config.sub:825: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` cconv-0.6.2/config.sub-826- ;; cconv-0.6.2/config.sub-827- pentium4-*) cconv-0.6.2/config.sub:828: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` cconv-0.6.2/config.sub-829- ;; ############################################## cconv-0.6.2/config.sub-836- ;; cconv-0.6.2/config.sub:837: ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` cconv-0.6.2/config.sub-838- ;; ############################################## cconv-0.6.2/config.sub-842- ppcle-* | powerpclittle-*) cconv-0.6.2/config.sub:843: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` cconv-0.6.2/config.sub-844- ;; ############################################## cconv-0.6.2/config.sub-846- ;; cconv-0.6.2/config.sub:847: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` cconv-0.6.2/config.sub-848- ;; ############################################## cconv-0.6.2/config.sub-852- ppc64le-* | powerpc64little-*) cconv-0.6.2/config.sub:853: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` cconv-0.6.2/config.sub-854- ;; ############################################## cconv-0.6.2/config.sub-1125- *) cconv-0.6.2/config.sub:1126: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 cconv-0.6.2/config.sub-1127- exit 1 ############################################## cconv-0.6.2/config.sub-1133- *-digital*) cconv-0.6.2/config.sub:1134: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` cconv-0.6.2/config.sub-1135- ;; cconv-0.6.2/config.sub-1136- *-commodore*) cconv-0.6.2/config.sub:1137: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` cconv-0.6.2/config.sub-1138- ;; ############################################## cconv-0.6.2/config.sub-1151- -solaris1 | -solaris1.*) cconv-0.6.2/config.sub:1152: os=`echo $os | sed -e 's|solaris1|sunos4|'` cconv-0.6.2/config.sub-1153- ;; ############################################## cconv-0.6.2/config.sub-1163- -gnu/linux*) cconv-0.6.2/config.sub:1164: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` cconv-0.6.2/config.sub-1165- ;; ############################################## cconv-0.6.2/config.sub-1205- -nto*) cconv-0.6.2/config.sub:1206: os=`echo $os | sed -e 's|nto|nto-qnx|'` cconv-0.6.2/config.sub-1207- ;; ############################################## cconv-0.6.2/config.sub-1212- -mac*) cconv-0.6.2/config.sub:1213: os=`echo $os | sed -e 's|mac|macos|'` cconv-0.6.2/config.sub-1214- ;; ############################################## cconv-0.6.2/config.sub-1218- -linux*) cconv-0.6.2/config.sub:1219: os=`echo $os | sed -e 's|linux|linux-gnu|'` cconv-0.6.2/config.sub-1220- ;; cconv-0.6.2/config.sub-1221- -sunos5*) cconv-0.6.2/config.sub:1222: os=`echo $os | sed -e 's|sunos5|solaris2|'` cconv-0.6.2/config.sub-1223- ;; cconv-0.6.2/config.sub-1224- -sunos6*) cconv-0.6.2/config.sub:1225: os=`echo $os | sed -e 's|sunos6|solaris3|'` cconv-0.6.2/config.sub-1226- ;; ############################################## cconv-0.6.2/config.sub-1273- -sinix5.*) cconv-0.6.2/config.sub:1274: os=`echo $os | sed -e 's|sinix|sysv|'` cconv-0.6.2/config.sub-1275- ;; ############################################## cconv-0.6.2/config.sub-1324- # Get rid of the `-' at the beginning of $os. cconv-0.6.2/config.sub:1325: os=`echo $os | sed 's/[^-]*-//'` cconv-0.6.2/config.sub:1326: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 cconv-0.6.2/config.sub-1327- exit 1 ############################################## cconv-0.6.2/config.sub-1566- esac cconv-0.6.2/config.sub:1567: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` cconv-0.6.2/config.sub-1568- ;; ############################################## cconv-0.6.2/compile-105-# Name of file we expect compiler to create. cconv-0.6.2/compile:106:cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'` cconv-0.6.2/compile-107- ############################################## cconv-0.6.2/compile-111-# object file name, since that is what matters with a parallel build. cconv-0.6.2/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d cconv-0.6.2/compile-113-while true; do ############################################## cconv-0.6.2/missing-128- # Could not run --version or --help. This is probably someone cconv-0.6.2/missing:129: # running `$TOOL --version' or `$TOOL --help' to check whether cconv-0.6.2/missing-130- # $TOOL exists and not knowing $TOOL uses missing. ############################################## cconv-0.6.2/missing-162- from any GNU archive site." cconv-0.6.2/missing:163: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` cconv-0.6.2/missing-164- test -z "$files" && files="config.h" ############################################## cconv-0.6.2/missing-191- proper tools for further handling them. cconv-0.6.2/missing:192: You can get \`$1' as part of \`Autoconf' from any GNU cconv-0.6.2/missing-193- archive site." cconv-0.6.2/missing-194- cconv-0.6.2/missing:195: file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'` cconv-0.6.2/missing:196: test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'` cconv-0.6.2/missing-197- if test -f "$file"; then ############################################## cconv-0.6.2/missing-220- *.y) cconv-0.6.2/missing:221: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` cconv-0.6.2/missing-222- if [ -f "$SRCFILE" ]; then ############################################## cconv-0.6.2/missing-224- fi cconv-0.6.2/missing:225: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` cconv-0.6.2/missing-226- if [ -f "$SRCFILE" ]; then ############################################## cconv-0.6.2/missing-250- *.l) cconv-0.6.2/missing:251: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` cconv-0.6.2/missing-252- if [ -f "$SRCFILE" ]; then ############################################## cconv-0.6.2/missing-269- cconv-0.6.2/missing:270: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` cconv-0.6.2/missing-271- if test -z "$file"; then cconv-0.6.2/missing:272: file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'` cconv-0.6.2/missing-273- fi ############################################## cconv-0.6.2/missing-291- # The file to touch is that specified with -o ... cconv-0.6.2/missing:292: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` cconv-0.6.2/missing-293- if test -z "$file"; then cconv-0.6.2/missing-294- # ... or it is the one specified with @setfilename ... cconv-0.6.2/missing:295: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` cconv-0.6.2/missing:296: file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile` cconv-0.6.2/missing-297- # ... or it is derived from the source name (dir/f.texi becomes f.info) cconv-0.6.2/missing:298: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info cconv-0.6.2/missing-299- fi ############################################## cconv-0.6.2/missing-321- *o*) cconv-0.6.2/missing:322: firstarg=`echo "$firstarg" | sed s/o//` cconv-0.6.2/missing-323- tar "$firstarg" "$@" && exit 0 ############################################## cconv-0.6.2/missing-327- *h*) cconv-0.6.2/missing:328: firstarg=`echo "$firstarg" | sed s/h//` cconv-0.6.2/missing-329- tar "$firstarg" "$@" && exit 0