=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== rasdaemon-0.6.6/config.guess-34- rasdaemon-0.6.6/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` rasdaemon-0.6.6/config.guess-36- ############################################## rasdaemon-0.6.6/config.guess-104- # shellcheck disable=SC2039 rasdaemon-0.6.6/config.guess:105: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || rasdaemon-0.6.6/config.guess-106- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || ############################################## rasdaemon-0.6.6/config.guess-154- EOF rasdaemon-0.6.6/config.guess:155: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" rasdaemon-0.6.6/config.guess-156- ############################################## rasdaemon-0.6.6/config.guess-191- earmv*) rasdaemon-0.6.6/config.guess:192: arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` rasdaemon-0.6.6/config.guess:193: endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` rasdaemon-0.6.6/config.guess-194- machine="${arch}${endian}"-unknown ############################################## rasdaemon-0.6.6/config.guess-223- expr='s/^earmv[0-9]/-eabi/;s/eb$//' rasdaemon-0.6.6/config.guess:224: abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` rasdaemon-0.6.6/config.guess-225- ;; ############################################## rasdaemon-0.6.6/config.guess-236- *) rasdaemon-0.6.6/config.guess:237: release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` rasdaemon-0.6.6/config.guess-238- ;; ############################################## rasdaemon-0.6.6/config.guess-283- *4.0) rasdaemon-0.6.6/config.guess:284: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` rasdaemon-0.6.6/config.guess-285- ;; rasdaemon-0.6.6/config.guess-286- *5.*) rasdaemon-0.6.6/config.guess:287: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` rasdaemon-0.6.6/config.guess-288- ;; ############################################## rasdaemon-0.6.6/config.guess-293- # types through head -n 1, so we only detect the type of CPU 0. rasdaemon-0.6.6/config.guess:294: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` rasdaemon-0.6.6/config.guess-295- case "$ALPHA_CPU_TYPE" in ############################################## rasdaemon-0.6.6/config.guess-331- # 1.2 uses "1.2" for uname -r. rasdaemon-0.6.6/config.guess:332: echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" rasdaemon-0.6.6/config.guess-333- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## rasdaemon-0.6.6/config.guess-382- s390x:SunOS:*:*) rasdaemon-0.6.6/config.guess:383: echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" rasdaemon-0.6.6/config.guess-384- exit ;; rasdaemon-0.6.6/config.guess-385- sun4H:SunOS:5.*:*) rasdaemon-0.6.6/config.guess:386: echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" rasdaemon-0.6.6/config.guess-387- exit ;; rasdaemon-0.6.6/config.guess-388- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) rasdaemon-0.6.6/config.guess:389: echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" rasdaemon-0.6.6/config.guess-390- exit ;; ############################################## rasdaemon-0.6.6/config.guess-394- i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) rasdaemon-0.6.6/config.guess:395: UNAME_REL="`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" rasdaemon-0.6.6/config.guess-396- case `isainfo -b` in ############################################## rasdaemon-0.6.6/config.guess-408- # it's likely to be more like Solaris than SunOS4. rasdaemon-0.6.6/config.guess:409: echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" rasdaemon-0.6.6/config.guess-410- exit ;; ############################################## rasdaemon-0.6.6/config.guess-417- # Japanese Language versions have a version number like `4.1.3-JL'. rasdaemon-0.6.6/config.guess:418: echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" rasdaemon-0.6.6/config.guess-419- exit ;; ############################################## rasdaemon-0.6.6/config.guess-423- sun*:*:4.2BSD:*) rasdaemon-0.6.6/config.guess:424: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` rasdaemon-0.6.6/config.guess-425- test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 ############################################## rasdaemon-0.6.6/config.guess-505- $CC_FOR_BUILD -o "$dummy" "$dummy.c" && rasdaemon-0.6.6/config.guess:506: dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && rasdaemon-0.6.6/config.guess:507: SYSTEM_NAME=`"$dummy" "$dummyarg"` && rasdaemon-0.6.6/config.guess-508- { echo "$SYSTEM_NAME"; exit; } ############################################## rasdaemon-0.6.6/config.guess-561- *:IRIX*:*:*) rasdaemon-0.6.6/config.guess:562: echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" rasdaemon-0.6.6/config.guess-563- exit ;; ############################################## rasdaemon-0.6.6/config.guess-591-EOF rasdaemon-0.6.6/config.guess:592: if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` rasdaemon-0.6.6/config.guess-593- then ############################################## rasdaemon-0.6.6/config.guess-604- *:AIX:*:[4567]) rasdaemon-0.6.6/config.guess:605: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` rasdaemon-0.6.6/config.guess-606- if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then ############################################## rasdaemon-0.6.6/config.guess-640- 9000/[34678]??:HP-UX:*:*) rasdaemon-0.6.6/config.guess:641: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` rasdaemon-0.6.6/config.guess-642- case "$UNAME_MACHINE" in ############################################## rasdaemon-0.6.6/config.guess-694-EOF rasdaemon-0.6.6/config.guess:695: (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` rasdaemon-0.6.6/config.guess-696- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## rasdaemon-0.6.6/config.guess-722- ia64:HP-UX:*:*) rasdaemon-0.6.6/config.guess:723: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` rasdaemon-0.6.6/config.guess-724- echo ia64-hp-hpux"$HPUX_REV" ############################################## rasdaemon-0.6.6/config.guess-752-EOF rasdaemon-0.6.6/config.guess:753: $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && rasdaemon-0.6.6/config.guess-754- { echo "$SYSTEM_NAME"; exit; } ############################################## rasdaemon-0.6.6/config.guess-823- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` rasdaemon-0.6.6/config.guess:824: FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` rasdaemon-0.6.6/config.guess-825- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## rasdaemon-0.6.6/config.guess-828- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` rasdaemon-0.6.6/config.guess:829: FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` rasdaemon-0.6.6/config.guess-830- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## rasdaemon-0.6.6/config.guess-846- then rasdaemon-0.6.6/config.guess:847: echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi rasdaemon-0.6.6/config.guess-848- else rasdaemon-0.6.6/config.guess:849: echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf rasdaemon-0.6.6/config.guess-850- fi ############################################## rasdaemon-0.6.6/config.guess-859- esac rasdaemon-0.6.6/config.guess:860: echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" rasdaemon-0.6.6/config.guess-861- exit ;; ############################################## rasdaemon-0.6.6/config.guess-895- prep*:SunOS:5.*:*) rasdaemon-0.6.6/config.guess:896: echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" rasdaemon-0.6.6/config.guess-897- exit ;; ############################################## rasdaemon-0.6.6/config.guess-899- # the GNU system rasdaemon-0.6.6/config.guess:900: echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" rasdaemon-0.6.6/config.guess-901- exit ;; ############################################## rasdaemon-0.6.6/config.guess-903- # other systems with GNU libc and userland rasdaemon-0.6.6/config.guess:904: echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" rasdaemon-0.6.6/config.guess-905- exit ;; ############################################## rasdaemon-0.6.6/config.guess-997-EOF rasdaemon-0.6.6/config.guess:998: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`" rasdaemon-0.6.6/config.guess-999- test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; } ############################################## rasdaemon-0.6.6/config.guess-1097- i*86:*:4.*:*) rasdaemon-0.6.6/config.guess:1098: UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` rasdaemon-0.6.6/config.guess-1099- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## rasdaemon-0.6.6/config.guess-1300- fi rasdaemon-0.6.6/config.guess:1301: if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then rasdaemon-0.6.6/config.guess-1302- if [ "$CC_FOR_BUILD" != no_compiler_found ]; then ############################################## rasdaemon-0.6.6/config.guess-1399- *:DragonFly:*:*) rasdaemon-0.6.6/config.guess:1400: echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" rasdaemon-0.6.6/config.guess-1401- exit ;; ############################################## rasdaemon-0.6.6/config.guess-1412- i*86:skyos:*:*) rasdaemon-0.6.6/config.guess:1413: echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" rasdaemon-0.6.6/config.guess-1414- exit ;; ############################################## rasdaemon-0.6.6/ltmain.sh-103-# rasdaemon-0.6.6/ltmain.sh:104:# . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh rasdaemon-0.6.6/ltmain.sh-105-# ############################################## rasdaemon-0.6.6/ltmain.sh-202- func_executable_p "$_G_path_prog" || continue rasdaemon-0.6.6/ltmain.sh:203: case `"$_G_path_prog" --version 2>&1` in rasdaemon-0.6.6/ltmain.sh-204- *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; ############################################## rasdaemon-0.6.6/ltmain.sh-249- diff conftest.out conftest.nl >/dev/null 2>&1 || break rasdaemon-0.6.6/ltmain.sh:250: _G_count=`expr $_G_count + 1` rasdaemon-0.6.6/ltmain.sh-251- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## rasdaemon-0.6.6/ltmain.sh-285- diff conftest.out conftest.nl >/dev/null 2>&1 || break rasdaemon-0.6.6/ltmain.sh:286: _G_count=`expr $_G_count + 1` rasdaemon-0.6.6/ltmain.sh-287- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## rasdaemon-0.6.6/ltmain.sh-410-# The name of this program. rasdaemon-0.6.6/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"` rasdaemon-0.6.6/ltmain.sh-412- ############################################## rasdaemon-0.6.6/ltmain.sh-416- *[\\/]*) rasdaemon-0.6.6/ltmain.sh:417: progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` rasdaemon-0.6.6/ltmain.sh:418: progdir=`cd "$progdir" && pwd` rasdaemon-0.6.6/ltmain.sh-419- progpath=$progdir/$progname ############################################## rasdaemon-0.6.6/ltmain.sh-610- rasdaemon-0.6.6/ltmain.sh:611: eval _G_current_value='`$ECHO $'$1'`' rasdaemon-0.6.6/ltmain.sh:612: _G_delim=`expr "$2" : '\(.\)'` rasdaemon-0.6.6/ltmain.sh-613- ############################################## rasdaemon-0.6.6/ltmain.sh-639- rasdaemon-0.6.6/ltmain.sh:640: func_arith_result=`expr "$@"` rasdaemon-0.6.6/ltmain.sh-641- } ############################################## rasdaemon-0.6.6/ltmain.sh-660- # ...otherwise fall back to using sed. rasdaemon-0.6.6/ltmain.sh:661: _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' rasdaemon-0.6.6/ltmain.sh:662: _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` rasdaemon-0.6.6/ltmain.sh-663- if test "X$func_dirname_result" = "X$1"; then ############################################## rasdaemon-0.6.6/ltmain.sh-757- test -n "$_G_tc" && { rasdaemon-0.6.6/ltmain.sh:758: _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` rasdaemon-0.6.6/ltmain.sh:759: _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` rasdaemon-0.6.6/ltmain.sh-760- } rasdaemon-0.6.6/ltmain.sh-761- done rasdaemon-0.6.6/ltmain.sh:762: _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes rasdaemon-0.6.6/ltmain.sh-763- ############################################## rasdaemon-0.6.6/ltmain.sh-831- rasdaemon-0.6.6/ltmain.sh:832: func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` rasdaemon-0.6.6/ltmain.sh-833- } ############################################## rasdaemon-0.6.6/ltmain.sh-863- # ...otherwise throw away the child directory and loop rasdaemon-0.6.6/ltmain.sh:864: _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` rasdaemon-0.6.6/ltmain.sh-865- done rasdaemon-0.6.6/ltmain.sh:866: _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` rasdaemon-0.6.6/ltmain.sh-867- ############################################## rasdaemon-0.6.6/ltmain.sh-901- # If mktemp works, use that first and foremost rasdaemon-0.6.6/ltmain.sh:902: _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` rasdaemon-0.6.6/ltmain.sh-903- ############################################## rasdaemon-0.6.6/ltmain.sh-1111- *[\\\`\"\$]*) rasdaemon-0.6.6/ltmain.sh:1112: _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; rasdaemon-0.6.6/ltmain.sh-1113- *) ############################################## rasdaemon-0.6.6/ltmain.sh-1198- case $2 in rasdaemon-0.6.6/ltmain.sh:1199: .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; rasdaemon-0.6.6/ltmain.sh:1200: *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; rasdaemon-0.6.6/ltmain.sh-1201- esac ############################################## rasdaemon-0.6.6/ltmain.sh-1271- [0-9]* | *[!a-zA-Z0-9_]*) rasdaemon-0.6.6/ltmain.sh:1272: func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` rasdaemon-0.6.6/ltmain.sh-1273- ;; ############################################## rasdaemon-0.6.6/ltmain.sh-1358- rasdaemon-0.6.6/ltmain.sh:1359: test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` rasdaemon-0.6.6/ltmain.sh-1360-} ############################################## rasdaemon-0.6.6/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell rasdaemon-0.6.6/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another rasdaemon-0.6.6/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script ############################################## rasdaemon-0.6.6/ltmain.sh-1517- rasdaemon-0.6.6/ltmain.sh:1518: eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' rasdaemon-0.6.6/ltmain.sh-1519-} ############################################## rasdaemon-0.6.6/ltmain.sh-1870- rasdaemon-0.6.6/ltmain.sh:1871: func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` rasdaemon-0.6.6/ltmain.sh-1872- func_split_equals_rhs= rasdaemon-0.6.6/ltmain.sh-1873- test "x$func_split_equals_lhs" = "x$1" \ rasdaemon-0.6.6/ltmain.sh:1874: || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` rasdaemon-0.6.6/ltmain.sh-1875- } ############################################## rasdaemon-0.6.6/ltmain.sh-1898- rasdaemon-0.6.6/ltmain.sh:1899: func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` rasdaemon-0.6.6/ltmain.sh:1900: func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` rasdaemon-0.6.6/ltmain.sh-1901- } ############################################## rasdaemon-0.6.6/ltmain.sh-2071- version: $progname (GNU libtool) 2.4.6 rasdaemon-0.6.6/ltmain.sh:2072: automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` rasdaemon-0.6.6/ltmain.sh:2073: autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` rasdaemon-0.6.6/ltmain.sh-2074- ############################################## rasdaemon-0.6.6/ltmain.sh-2110- { rasdaemon-0.6.6/ltmain.sh:2111: func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` rasdaemon-0.6.6/ltmain.sh-2112- } ############################################## rasdaemon-0.6.6/ltmain.sh-2115- { rasdaemon-0.6.6/ltmain.sh:2116: func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` rasdaemon-0.6.6/ltmain.sh-2117- } ############################################## rasdaemon-0.6.6/ltmain.sh-2206- # quotes we have to do it in 2 steps: rasdaemon-0.6.6/ltmain.sh:2207: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` rasdaemon-0.6.6/ltmain.sh-2208- eval "$extractedcf" ############################################## rasdaemon-0.6.6/ltmain.sh-2659- done rasdaemon-0.6.6/ltmain.sh:2660: CC_expanded=`func_echo_all $CC` rasdaemon-0.6.6/ltmain.sh:2661: CC_quoted_expanded=`func_echo_all $CC_quoted` rasdaemon-0.6.6/ltmain.sh-2662- case $@ in ############################################## rasdaemon-0.6.6/ltmain.sh-2672- # Evaluate the configuration. rasdaemon-0.6.6/ltmain.sh:2673: eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" rasdaemon-0.6.6/ltmain.sh-2674- CC_quoted= ############################################## rasdaemon-0.6.6/ltmain.sh-2678- done rasdaemon-0.6.6/ltmain.sh:2679: CC_expanded=`func_echo_all $CC` rasdaemon-0.6.6/ltmain.sh:2680: CC_quoted_expanded=`func_echo_all $CC_quoted` rasdaemon-0.6.6/ltmain.sh-2681- case "$@ " in ############################################## rasdaemon-0.6.6/ltmain.sh-2770- # zero AND non-empty stdout, which explains the odd construction: rasdaemon-0.6.6/ltmain.sh:2771: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` rasdaemon-0.6.6/ltmain.sh-2772- if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then ############################################## rasdaemon-0.6.6/ltmain.sh-2838- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then rasdaemon-0.6.6/ltmain.sh:2839: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` rasdaemon-0.6.6/ltmain.sh-2840- if test "$?" -ne 0; then ############################################## rasdaemon-0.6.6/ltmain.sh-3009- # LT_CYGPATH in this case. rasdaemon-0.6.6/ltmain.sh:3010: func_to_host_file_result=`cygpath -m "$1"` rasdaemon-0.6.6/ltmain.sh-3011- fi ############################################## rasdaemon-0.6.6/ltmain.sh-3166- func_to_host_path_tmp1=$func_stripname_result rasdaemon-0.6.6/ltmain.sh:3167: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` rasdaemon-0.6.6/ltmain.sh-3168- func_convert_path_check : ";" \ ############################################## rasdaemon-0.6.6/ltmain.sh-3376- *.[cCFSifmso] | \ rasdaemon-0.6.6/ltmain.sh:3377: *.ada | *.adb | *.ads | *.asm | \ rasdaemon-0.6.6/ltmain.sh-3378- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## rasdaemon-0.6.6/ltmain.sh-3453- if test no = "$compiler_c_o"; then rasdaemon-0.6.6/ltmain.sh:3454: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext rasdaemon-0.6.6/ltmain.sh-3455- lockfile=$output_obj.lock ############################################## rasdaemon-0.6.6/ltmain.sh-3472-*** ERROR, $lockfile exists and contains: rasdaemon-0.6.6/ltmain.sh:3473:`cat $lockfile 2>/dev/null` rasdaemon-0.6.6/ltmain.sh-3474- ############################################## rasdaemon-0.6.6/ltmain.sh-3520- if test warn = "$need_locks" && rasdaemon-0.6.6/ltmain.sh:3521: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then rasdaemon-0.6.6/ltmain.sh-3522- $ECHO "\ rasdaemon-0.6.6/ltmain.sh-3523-*** ERROR, $lockfile contains: rasdaemon-0.6.6/ltmain.sh:3524:`cat $lockfile 2>/dev/null` rasdaemon-0.6.6/ltmain.sh-3525- ############################################## rasdaemon-0.6.6/ltmain.sh-3569- if test warn = "$need_locks" && rasdaemon-0.6.6/ltmain.sh:3570: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then rasdaemon-0.6.6/ltmain.sh-3571- $ECHO "\ rasdaemon-0.6.6/ltmain.sh-3572-*** ERROR, $lockfile contains: rasdaemon-0.6.6/ltmain.sh:3573:`cat $lockfile 2>/dev/null` rasdaemon-0.6.6/ltmain.sh-3574- ############################################## rasdaemon-0.6.6/ltmain.sh-3895- # Get the absolute pathname. rasdaemon-0.6.6/ltmain.sh:3896: absdir=`cd "$dir" && pwd` rasdaemon-0.6.6/ltmain.sh-3897- test -n "$absdir" && dir=$absdir ############################################## rasdaemon-0.6.6/ltmain.sh-3994- if test -n "$lt_sysroot"; then rasdaemon-0.6.6/ltmain.sh:3995: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` rasdaemon-0.6.6/ltmain.sh-3996- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## rasdaemon-0.6.6/ltmain.sh-4278- # Determine the prefix the user has applied to our future dir. rasdaemon-0.6.6/ltmain.sh:4279: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` rasdaemon-0.6.6/ltmain.sh-4280- ############################################## rasdaemon-0.6.6/ltmain.sh-4291- # Stick the inst_prefix_dir data into the link command. rasdaemon-0.6.6/ltmain.sh:4292: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` rasdaemon-0.6.6/ltmain.sh-4293- else rasdaemon-0.6.6/ltmain.sh:4294: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` rasdaemon-0.6.6/ltmain.sh-4295- fi ############################################## rasdaemon-0.6.6/ltmain.sh-4458- fi rasdaemon-0.6.6/ltmain.sh:4459: libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` rasdaemon-0.6.6/ltmain.sh-4460- if test -n "$libdir" && test ! -f "$libfile"; then ############################################## rasdaemon-0.6.6/ltmain.sh-4477- # Replace the output file specification. rasdaemon-0.6.6/ltmain.sh:4478: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` rasdaemon-0.6.6/ltmain.sh-4479- ############################################## rasdaemon-0.6.6/ltmain.sh-4496- # Install the binary that we compiled earlier. rasdaemon-0.6.6/ltmain.sh:4497: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` rasdaemon-0.6.6/ltmain.sh-4498- fi ############################################## rasdaemon-0.6.6/ltmain.sh-4570- my_pic_p=${3-false} rasdaemon-0.6.6/ltmain.sh:4571: my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` rasdaemon-0.6.6/ltmain.sh-4572- my_dlsyms= ############################################## rasdaemon-0.6.6/ltmain.sh-4628- # Add our own program objects to the symbol list. rasdaemon-0.6.6/ltmain.sh:4629: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` rasdaemon-0.6.6/ltmain.sh-4630- for progfile in $progfiles; do ############################################## rasdaemon-0.6.6/ltmain.sh-4690- # Use subshell, to avoid clobbering current variable values rasdaemon-0.6.6/ltmain.sh:4691: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` rasdaemon-0.6.6/ltmain.sh-4692- if test -n "$dlprefile_dlname"; then ############################################## rasdaemon-0.6.6/ltmain.sh-4859- if test -f "$output_objdir/$my_outputname.def"; then rasdaemon-0.6.6/ltmain.sh:4860: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` rasdaemon-0.6.6/ltmain.sh:4861: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` rasdaemon-0.6.6/ltmain.sh-4862- else rasdaemon-0.6.6/ltmain.sh:4863: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` rasdaemon-0.6.6/ltmain.sh:4864: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` rasdaemon-0.6.6/ltmain.sh-4865- fi ############################################## rasdaemon-0.6.6/ltmain.sh-4867- *) rasdaemon-0.6.6/ltmain.sh:4868: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` rasdaemon-0.6.6/ltmain.sh:4869: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` rasdaemon-0.6.6/ltmain.sh-4870- ;; ############################################## rasdaemon-0.6.6/ltmain.sh-4882- # Nullify the symbol file. rasdaemon-0.6.6/ltmain.sh:4883: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` rasdaemon-0.6.6/ltmain.sh:4884: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` rasdaemon-0.6.6/ltmain.sh-4885- fi ############################################## rasdaemon-0.6.6/ltmain.sh-4896- func_to_tool_file "$1" func_convert_file_msys_to_w32 rasdaemon-0.6.6/ltmain.sh:4897: func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` rasdaemon-0.6.6/ltmain.sh-4898- test -n "$func_cygming_gnu_implib_tmp" ############################################## rasdaemon-0.6.6/ltmain.sh-4909- func_to_tool_file "$1" func_convert_file_msys_to_w32 rasdaemon-0.6.6/ltmain.sh:4910: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` rasdaemon-0.6.6/ltmain.sh-4911- test -n "$func_cygming_ms_implib_tmp" ############################################## rasdaemon-0.6.6/ltmain.sh-4925- win32_libid_type=unknown rasdaemon-0.6.6/ltmain.sh:4926: win32_fileres=`file -L $1 2>/dev/null` rasdaemon-0.6.6/ltmain.sh-4927- case $win32_fileres in ############################################## rasdaemon-0.6.6/ltmain.sh-4990- rasdaemon-0.6.6/ltmain.sh:4991: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` rasdaemon-0.6.6/ltmain.sh-4992-} ############################################## rasdaemon-0.6.6/ltmain.sh-5008- rasdaemon-0.6.6/ltmain.sh:5009: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` rasdaemon-0.6.6/ltmain.sh-5010- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## rasdaemon-0.6.6/ltmain.sh-5072- # binutils import library rasdaemon-0.6.6/ltmain.sh:5073: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` rasdaemon-0.6.6/ltmain.sh-5074- elif func_cygming_ms_implib_p "$1"; then rasdaemon-0.6.6/ltmain.sh-5075- # ms-generated import library rasdaemon-0.6.6/ltmain.sh:5076: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` rasdaemon-0.6.6/ltmain.sh-5077- else ############################################## rasdaemon-0.6.6/ltmain.sh-5156- darwin_base_archive=$func_basename_result rasdaemon-0.6.6/ltmain.sh:5157: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` rasdaemon-0.6.6/ltmain.sh-5158- if test -n "$darwin_arches"; then rasdaemon-0.6.6/ltmain.sh:5159: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` rasdaemon-0.6.6/ltmain.sh-5160- darwin_arch= ############################################## rasdaemon-0.6.6/ltmain.sh-5170- ## Okay now we've a bunch of thin objects, gotta fatten them up :) rasdaemon-0.6.6/ltmain.sh:5171: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` rasdaemon-0.6.6/ltmain.sh-5172- darwin_file= ############################################## rasdaemon-0.6.6/ltmain.sh-5174- for darwin_file in $darwin_filelist; do rasdaemon-0.6.6/ltmain.sh:5175: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` rasdaemon-0.6.6/ltmain.sh-5176- $LIPO -create -output "$darwin_file" $darwin_files ############################################## rasdaemon-0.6.6/ltmain.sh-5189- esac rasdaemon-0.6.6/ltmain.sh:5190: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` rasdaemon-0.6.6/ltmain.sh-5191- done ############################################## rasdaemon-0.6.6/ltmain.sh-5260- rasdaemon-0.6.6/ltmain.sh:5261: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` rasdaemon-0.6.6/ltmain.sh-5262- $ECHO "\ ############################################## rasdaemon-0.6.6/ltmain.sh-5295- --lt-dump-script) rasdaemon-0.6.6/ltmain.sh:5296: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` rasdaemon-0.6.6/ltmain.sh-5297- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. rasdaemon-0.6.6/ltmain.sh:5298: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` rasdaemon-0.6.6/ltmain.sh-5299- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## rasdaemon-0.6.6/ltmain.sh-5322- \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" rasdaemon-0.6.6/ltmain.sh:5323: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` rasdaemon-0.6.6/ltmain.sh-5324- done ############################################## rasdaemon-0.6.6/ltmain.sh-5380- # Find the directory that this script lives in. rasdaemon-0.6.6/ltmain.sh:5381: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` rasdaemon-0.6.6/ltmain.sh-5382- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## rasdaemon-0.6.6/ltmain.sh-5384- # Follow symbolic links until we get to the real thisdir. rasdaemon-0.6.6/ltmain.sh:5385: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` rasdaemon-0.6.6/ltmain.sh-5386- while test -n \"\$file\"; do rasdaemon-0.6.6/ltmain.sh:5387: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` rasdaemon-0.6.6/ltmain.sh-5388- ############################################## rasdaemon-0.6.6/ltmain.sh-5396- rasdaemon-0.6.6/ltmain.sh:5397: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` rasdaemon-0.6.6/ltmain.sh:5398: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` rasdaemon-0.6.6/ltmain.sh-5399- done ############################################## rasdaemon-0.6.6/ltmain.sh-5410- case \"\$thisdir\" in rasdaemon-0.6.6/ltmain.sh:5411: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; rasdaemon-0.6.6/ltmain.sh-5412- $objdir ) thisdir=. ;; ############################################## rasdaemon-0.6.6/ltmain.sh-5416- # Try to get the absolute directory name. rasdaemon-0.6.6/ltmain.sh:5417: absdir=\`cd \"\$thisdir\" && pwd\` rasdaemon-0.6.6/ltmain.sh-5418- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## rasdaemon-0.6.6/ltmain.sh-5426- if test ! -f \"\$progdir/\$program\" || rasdaemon-0.6.6/ltmain.sh:5427: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ rasdaemon-0.6.6/ltmain.sh-5428- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## rasdaemon-0.6.6/ltmain.sh-5441- if test -n \"\$relink_command\"; then rasdaemon-0.6.6/ltmain.sh:5442: if relink_command_output=\`eval \$relink_command 2>&1\`; then : rasdaemon-0.6.6/ltmain.sh-5443- else ############################################## rasdaemon-0.6.6/ltmain.sh-5485- # The second colon is a workaround for a bug in BeOS R4 sed rasdaemon-0.6.6/ltmain.sh:5486: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` rasdaemon-0.6.6/ltmain.sh-5487- ############################################## rasdaemon-0.6.6/ltmain.sh-6464- rasdaemon-0.6.6/ltmain.sh:6465: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in rasdaemon-0.6.6/ltmain.sh-6466- *import*) : ;; ############################################## rasdaemon-0.6.6/ltmain.sh-6712- moreargs= rasdaemon-0.6.6/ltmain.sh:6713: for fil in `cat "$save_arg"` rasdaemon-0.6.6/ltmain.sh-6714- do ############################################## rasdaemon-0.6.6/ltmain.sh-6973- *) rasdaemon-0.6.6/ltmain.sh:6974: absdir=`cd "$dir" && pwd` rasdaemon-0.6.6/ltmain.sh-6975- test -z "$absdir" && \ ############################################## rasdaemon-0.6.6/ltmain.sh-6994- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) rasdaemon-0.6.6/ltmain.sh:6995: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` rasdaemon-0.6.6/ltmain.sh-6996- case :$dllsearchpath: in ############################################## rasdaemon-0.6.6/ltmain.sh-7289- -Z*) rasdaemon-0.6.6/ltmain.sh:7290: if test os2 = "`expr $host : '.*\(os2\)'`"; then rasdaemon-0.6.6/ltmain.sh-7291- # OS/2 uses -Zxxx to specify OS/2-specific options ############################################## rasdaemon-0.6.6/ltmain.sh-7459- # get the directories listed in $shlibpath_var rasdaemon-0.6.6/ltmain.sh:7460: eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` rasdaemon-0.6.6/ltmain.sh-7461- else ############################################## rasdaemon-0.6.6/ltmain.sh-7775- set dummy $deplibs_check_method; shift rasdaemon-0.6.6/ltmain.sh:7776: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` rasdaemon-0.6.6/ltmain.sh-7777- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## rasdaemon-0.6.6/ltmain.sh-7865- if test -n "$inherited_linker_flags"; then rasdaemon-0.6.6/ltmain.sh:7866: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` rasdaemon-0.6.6/ltmain.sh-7867- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## rasdaemon-0.6.6/ltmain.sh-7873- fi rasdaemon-0.6.6/ltmain.sh:7874: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` rasdaemon-0.6.6/ltmain.sh-7875- if test lib,link = "$linkmode,$pass" || ############################################## rasdaemon-0.6.6/ltmain.sh-7946- *) rasdaemon-0.6.6/ltmain.sh:7947: abs_ladir=`cd "$ladir" && pwd` rasdaemon-0.6.6/ltmain.sh-7948- if test -z "$abs_ladir"; then ############################################## rasdaemon-0.6.6/ltmain.sh-8199- shift rasdaemon-0.6.6/ltmain.sh:8200: libname=`eval "\\$ECHO \"$libname_spec\""` rasdaemon-0.6.6/ltmain.sh-8201- # use dlname if we got it. it's perfectly good, no? ############################################## rasdaemon-0.6.6/ltmain.sh-8491- *) rasdaemon-0.6.6/ltmain.sh:8492: absdir=`cd "$dir" && pwd` rasdaemon-0.6.6/ltmain.sh-8493- if test -z "$absdir"; then ############################################## rasdaemon-0.6.6/ltmain.sh-8502- depdepl= rasdaemon-0.6.6/ltmain.sh:8503: eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` rasdaemon-0.6.6/ltmain.sh-8504- if test -n "$deplibrary_names"; then ############################################## rasdaemon-0.6.6/ltmain.sh-8509- depdepl=$absdir/$objdir/$depdepl rasdaemon-0.6.6/ltmain.sh:8510: darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` rasdaemon-0.6.6/ltmain.sh-8511- if test -z "$darwin_install_name"; then rasdaemon-0.6.6/ltmain.sh:8512: darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` rasdaemon-0.6.6/ltmain.sh-8513- fi ############################################## rasdaemon-0.6.6/ltmain.sh-8524- else rasdaemon-0.6.6/ltmain.sh:8525: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` rasdaemon-0.6.6/ltmain.sh-8526- test -z "$libdir" && \ ############################################## rasdaemon-0.6.6/ltmain.sh-8547- else rasdaemon-0.6.6/ltmain.sh:8548: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` rasdaemon-0.6.6/ltmain.sh-8549- fi ############################################## rasdaemon-0.6.6/ltmain.sh-8636- linux*) rasdaemon-0.6.6/ltmain.sh:8637: case `$CC -V 2>&1 | sed 5q` in rasdaemon-0.6.6/ltmain.sh-8638- *Sun\ C*) # Sun C++ 5.9 ############################################## rasdaemon-0.6.6/ltmain.sh-9041- removelist= rasdaemon-0.6.6/ltmain.sh:9042: tempremovelist=`$ECHO "$output_objdir/*"` rasdaemon-0.6.6/ltmain.sh-9043- for p in $tempremovelist; do ############################################## rasdaemon-0.6.6/ltmain.sh-9067- # Transform .lo files to .o files. rasdaemon-0.6.6/ltmain.sh:9068: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` rasdaemon-0.6.6/ltmain.sh-9069- fi ############################################## rasdaemon-0.6.6/ltmain.sh-9072- #for path in $notinst_path; do rasdaemon-0.6.6/ltmain.sh:9073: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` rasdaemon-0.6.6/ltmain.sh:9074: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` rasdaemon-0.6.6/ltmain.sh:9075: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` rasdaemon-0.6.6/ltmain.sh-9076- #done ############################################## rasdaemon-0.6.6/ltmain.sh-9193- if test -n "$i"; then rasdaemon-0.6.6/ltmain.sh:9194: libname=`eval "\\$ECHO \"$libname_spec\""` rasdaemon-0.6.6/ltmain.sh:9195: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` rasdaemon-0.6.6/ltmain.sh-9196- set dummy $deplib_matches; shift rasdaemon-0.6.6/ltmain.sh-9197- deplib_match=$1 rasdaemon-0.6.6/ltmain.sh:9198: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then rasdaemon-0.6.6/ltmain.sh-9199- func_append newdeplibs " $i" ############################################## rasdaemon-0.6.6/ltmain.sh-9236- if test -n "$i"; then rasdaemon-0.6.6/ltmain.sh:9237: libname=`eval "\\$ECHO \"$libname_spec\""` rasdaemon-0.6.6/ltmain.sh:9238: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` rasdaemon-0.6.6/ltmain.sh-9239- set dummy $deplib_matches; shift rasdaemon-0.6.6/ltmain.sh-9240- deplib_match=$1 rasdaemon-0.6.6/ltmain.sh:9241: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then rasdaemon-0.6.6/ltmain.sh-9242- func_append newdeplibs " $i" ############################################## rasdaemon-0.6.6/ltmain.sh-9271- set dummy $deplibs_check_method; shift rasdaemon-0.6.6/ltmain.sh:9272: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` rasdaemon-0.6.6/ltmain.sh-9273- for a_deplib in $deplibs; do ############################################## rasdaemon-0.6.6/ltmain.sh-9286- if test -n "$a_deplib"; then rasdaemon-0.6.6/ltmain.sh:9287: libname=`eval "\\$ECHO \"$libname_spec\""` rasdaemon-0.6.6/ltmain.sh-9288- if test -n "$file_magic_glob"; then rasdaemon-0.6.6/ltmain.sh:9289: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` rasdaemon-0.6.6/ltmain.sh-9290- else ############################################## rasdaemon-0.6.6/ltmain.sh-9296- shopt -s nocaseglob rasdaemon-0.6.6/ltmain.sh:9297: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` rasdaemon-0.6.6/ltmain.sh-9298- $nocaseglob rasdaemon-0.6.6/ltmain.sh-9299- else rasdaemon-0.6.6/ltmain.sh:9300: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` rasdaemon-0.6.6/ltmain.sh-9301- fi ############################################## rasdaemon-0.6.6/ltmain.sh-9314- while test -h "$potlib" 2>/dev/null; do rasdaemon-0.6.6/ltmain.sh:9315: potliblink=`ls -ld $potlib | $SED 's/.* -> //'` rasdaemon-0.6.6/ltmain.sh-9316- case $potliblink in rasdaemon-0.6.6/ltmain.sh-9317- [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; rasdaemon-0.6.6/ltmain.sh:9318: *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; rasdaemon-0.6.6/ltmain.sh-9319- esac ############################################## rasdaemon-0.6.6/ltmain.sh-9355- set dummy $deplibs_check_method; shift rasdaemon-0.6.6/ltmain.sh:9356: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` rasdaemon-0.6.6/ltmain.sh-9357- for a_deplib in $deplibs; do ############################################## rasdaemon-0.6.6/ltmain.sh-9370- if test -n "$a_deplib"; then rasdaemon-0.6.6/ltmain.sh:9371: libname=`eval "\\$ECHO \"$libname_spec\""` rasdaemon-0.6.6/ltmain.sh-9372- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do rasdaemon-0.6.6/ltmain.sh:9373: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` rasdaemon-0.6.6/ltmain.sh-9374- for potent_lib in $potential_libs; do ############################################## rasdaemon-0.6.6/ltmain.sh-9409- newdeplibs= rasdaemon-0.6.6/ltmain.sh:9410: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` rasdaemon-0.6.6/ltmain.sh-9411- if test yes = "$allow_libtool_libs_with_static_runtimes"; then ############################################## rasdaemon-0.6.6/ltmain.sh-9413- # can't use Xsed below, because $i might contain '/' rasdaemon-0.6.6/ltmain.sh:9414: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` rasdaemon-0.6.6/ltmain.sh-9415- done ############################################## rasdaemon-0.6.6/ltmain.sh-9439- # On Rhapsody replace the C library with the System framework rasdaemon-0.6.6/ltmain.sh:9440: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` rasdaemon-0.6.6/ltmain.sh-9441- ;; ############################################## rasdaemon-0.6.6/ltmain.sh-9491- *-*-darwin*) rasdaemon-0.6.6/ltmain.sh:9492: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` rasdaemon-0.6.6/ltmain.sh:9493: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` rasdaemon-0.6.6/ltmain.sh:9494: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` rasdaemon-0.6.6/ltmain.sh-9495- ;; ############################################## rasdaemon-0.6.6/ltmain.sh-9618- # Use standard objects if they are pic rasdaemon-0.6.6/ltmain.sh:9619: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` rasdaemon-0.6.6/ltmain.sh-9620- test "X$libobjs" = "X " && libobjs= ############################################## rasdaemon-0.6.6/ltmain.sh-10132- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" rasdaemon-0.6.6/ltmain.sh:10133: test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` rasdaemon-0.6.6/ltmain.sh-10134- reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags ############################################## rasdaemon-0.6.6/ltmain.sh-10147- # Create the old-style object. rasdaemon-0.6.6/ltmain.sh:10148: reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs rasdaemon-0.6.6/ltmain.sh-10149- ############################################## rasdaemon-0.6.6/ltmain.sh-10205- # On Rhapsody replace the C library is the System framework rasdaemon-0.6.6/ltmain.sh:10206: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` rasdaemon-0.6.6/ltmain.sh:10207: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` rasdaemon-0.6.6/ltmain.sh-10208- ;; ############################################## rasdaemon-0.6.6/ltmain.sh-10223- # Time to change all our "foo.ltframework" stuff back to "-framework foo" rasdaemon-0.6.6/ltmain.sh:10224: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` rasdaemon-0.6.6/ltmain.sh:10225: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` rasdaemon-0.6.6/ltmain.sh-10226- ;; ############################################## rasdaemon-0.6.6/ltmain.sh-10301- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) rasdaemon-0.6.6/ltmain.sh:10302: testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` rasdaemon-0.6.6/ltmain.sh-10303- case :$dllsearchpath: in ############################################## rasdaemon-0.6.6/ltmain.sh-10361- # Transform all the library objects into standard objects. rasdaemon-0.6.6/ltmain.sh:10362: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` rasdaemon-0.6.6/ltmain.sh:10363: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` rasdaemon-0.6.6/ltmain.sh-10364- fi ############################################## rasdaemon-0.6.6/ltmain.sh-10389- # Replace the output file specification. rasdaemon-0.6.6/ltmain.sh:10390: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` rasdaemon-0.6.6/ltmain.sh-10391- link_command=$compile_command$compile_rpath ############################################## rasdaemon-0.6.6/ltmain.sh-10398- func_to_tool_file "$output" rasdaemon-0.6.6/ltmain.sh:10399: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` rasdaemon-0.6.6/ltmain.sh-10400- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## rasdaemon-0.6.6/ltmain.sh-10442- # Replace the output file specification. rasdaemon-0.6.6/ltmain.sh:10443: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` rasdaemon-0.6.6/ltmain.sh-10444- # Delete the old output file. ############################################## rasdaemon-0.6.6/ltmain.sh-10450- func_to_tool_file "$output" rasdaemon-0.6.6/ltmain.sh:10451: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` rasdaemon-0.6.6/ltmain.sh-10452- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## rasdaemon-0.6.6/ltmain.sh-10468- link_command=$finalize_var$compile_command$finalize_rpath rasdaemon-0.6.6/ltmain.sh:10469: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` rasdaemon-0.6.6/ltmain.sh-10470- ;; ############################################## rasdaemon-0.6.6/ltmain.sh-10481- # Replace the output file specification. rasdaemon-0.6.6/ltmain.sh:10482: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` rasdaemon-0.6.6/ltmain.sh-10483- ############################################## rasdaemon-0.6.6/ltmain.sh-10490- func_to_tool_file "$output_objdir/$outputname" rasdaemon-0.6.6/ltmain.sh:10491: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` rasdaemon-0.6.6/ltmain.sh-10492- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## rasdaemon-0.6.6/ltmain.sh-10511- relink_command="(cd `pwd`; $relink_command)" rasdaemon-0.6.6/ltmain.sh:10512: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` rasdaemon-0.6.6/ltmain.sh-10513- fi ############################################## rasdaemon-0.6.6/ltmain.sh-10757- relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" rasdaemon-0.6.6/ltmain.sh:10758: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` rasdaemon-0.6.6/ltmain.sh-10759- if test yes = "$hardcode_automatic"; then ############################################## rasdaemon-0.6.6/ltmain.sh-10778- func_resolve_sysroot "$deplib" rasdaemon-0.6.6/ltmain.sh:10779: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` rasdaemon-0.6.6/ltmain.sh-10780- test -z "$libdir" && \ ############################################## rasdaemon-0.6.6/ltmain.sh-10804- name=$func_basename_result rasdaemon-0.6.6/ltmain.sh:10805: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` rasdaemon-0.6.6/ltmain.sh-10806- test -z "$libdir" && \ ############################################## rasdaemon-0.6.6/ltmain.sh-10823- name=$func_basename_result rasdaemon-0.6.6/ltmain.sh:10824: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` rasdaemon-0.6.6/ltmain.sh-10825- test -z "$libdir" && \ ############################################## rasdaemon-0.6.6/ltmain.sh-11142-# ### BEGIN LIBTOOL TAG CONFIG: disable-static rasdaemon-0.6.6/ltmain.sh:11143:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` rasdaemon-0.6.6/ltmain.sh-11144-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## rasdaemon-0.6.6/m4/ltsugar.m4-68-m4_define([lt_combine], rasdaemon-0.6.6/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1], rasdaemon-0.6.6/m4/ltsugar.m4-70- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## rasdaemon-0.6.6/m4/libtool.m4-119- done rasdaemon-0.6.6/m4/libtool.m4:120: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` rasdaemon-0.6.6/m4/libtool.m4-121-} ############################################## rasdaemon-0.6.6/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE], rasdaemon-0.6.6/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) rasdaemon-0.6.6/m4/libtool.m4-439- ############################################## rasdaemon-0.6.6/m4/libtool.m4-447-# rasdaemon-0.6.6/m4/libtool.m4:448:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## rasdaemon-0.6.6/m4/libtool.m4-557-]], lt_decl_quote_varnames); do rasdaemon-0.6.6/m4/libtool.m4:558: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in rasdaemon-0.6.6/m4/libtool.m4-559- *[[\\\\\\\`\\"\\\$]]*) rasdaemon-0.6.6/m4/libtool.m4:560: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes rasdaemon-0.6.6/m4/libtool.m4-561- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do rasdaemon-0.6.6/m4/libtool.m4:571: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in rasdaemon-0.6.6/m4/libtool.m4-572- *[[\\\\\\\`\\"\\\$]]*) rasdaemon-0.6.6/m4/libtool.m4:573: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes rasdaemon-0.6.6/m4/libtool.m4-574- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-1112- if test yes = "$lt_cv_ld_force_load"; then rasdaemon-0.6.6/m4/libtool.m4:1113: _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' rasdaemon-0.6.6/m4/libtool.m4-1114- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], ############################################## rasdaemon-0.6.6/m4/libtool.m4-1165- }]' rasdaemon-0.6.6/m4/libtool.m4:1166: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` rasdaemon-0.6.6/m4/libtool.m4-1167- # Check for a 64-bit object if we didn't find anything. rasdaemon-0.6.6/m4/libtool.m4-1168- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then rasdaemon-0.6.6/m4/libtool.m4:1169: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` rasdaemon-0.6.6/m4/libtool.m4-1170- fi],[]) ############################################## rasdaemon-0.6.6/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ rasdaemon-0.6.6/m4/libtool.m4:1202: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then rasdaemon-0.6.6/m4/libtool.m4-1203- ECHO='print -r --' rasdaemon-0.6.6/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then rasdaemon-0.6.6/m4/libtool.m4-1205- ECHO='printf %s\n' ############################################## rasdaemon-0.6.6/m4/libtool.m4-1236- PATH=/empty FPATH=/empty; export PATH FPATH rasdaemon-0.6.6/m4/libtool.m4:1237: test "X`printf %s $ECHO`" = "X$ECHO" \ rasdaemon-0.6.6/m4/libtool.m4:1238: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) rasdaemon-0.6.6/m4/libtool.m4-1239- ############################################## rasdaemon-0.6.6/m4/libtool.m4-1260- if test yes = "$GCC"; then rasdaemon-0.6.6/m4/libtool.m4:1261: lt_sysroot=`$CC --print-sysroot 2>/dev/null` rasdaemon-0.6.6/m4/libtool.m4-1262- fi ############################################## rasdaemon-0.6.6/m4/libtool.m4-1264- /*) rasdaemon-0.6.6/m4/libtool.m4:1265: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` rasdaemon-0.6.6/m4/libtool.m4-1266- ;; #( ############################################## rasdaemon-0.6.6/m4/libtool.m4-1294- if AC_TRY_EVAL(ac_compile); then rasdaemon-0.6.6/m4/libtool.m4:1295: case `/usr/bin/file conftest.$ac_objext` in rasdaemon-0.6.6/m4/libtool.m4-1296- *ELF-32*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-1311- if test yes = "$lt_cv_prog_gnu_ld"; then rasdaemon-0.6.6/m4/libtool.m4:1312: case `/usr/bin/file conftest.$ac_objext` in rasdaemon-0.6.6/m4/libtool.m4-1313- *32-bit*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-1323- else rasdaemon-0.6.6/m4/libtool.m4:1324: case `/usr/bin/file conftest.$ac_objext` in rasdaemon-0.6.6/m4/libtool.m4-1325- *32-bit*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-1345- emul=elf rasdaemon-0.6.6/m4/libtool.m4:1346: case `/usr/bin/file conftest.$ac_objext` in rasdaemon-0.6.6/m4/libtool.m4-1347- *32-bit*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-1353- esac rasdaemon-0.6.6/m4/libtool.m4:1354: case `/usr/bin/file conftest.$ac_objext` in rasdaemon-0.6.6/m4/libtool.m4-1355- *MSB*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-1361- esac rasdaemon-0.6.6/m4/libtool.m4:1362: case `/usr/bin/file conftest.$ac_objext` in rasdaemon-0.6.6/m4/libtool.m4-1363- *N32*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-1726- # And add a safety zone rasdaemon-0.6.6/m4/libtool.m4:1727: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` rasdaemon-0.6.6/m4/libtool.m4:1728: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` rasdaemon-0.6.6/m4/libtool.m4-1729- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-1759- if test -n "$kargmax"; then rasdaemon-0.6.6/m4/libtool.m4:1760: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` rasdaemon-0.6.6/m4/libtool.m4-1761- else ############################################## rasdaemon-0.6.6/m4/libtool.m4-1768- test undefined != "$lt_cv_sys_max_cmd_len"; then rasdaemon-0.6.6/m4/libtool.m4:1769: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` rasdaemon-0.6.6/m4/libtool.m4:1770: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` rasdaemon-0.6.6/m4/libtool.m4-1771- else ############################################## rasdaemon-0.6.6/m4/libtool.m4-1780- # we can't tell. rasdaemon-0.6.6/m4/libtool.m4:1781: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ rasdaemon-0.6.6/m4/libtool.m4-1782- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## rasdaemon-0.6.6/m4/libtool.m4-1784- do rasdaemon-0.6.6/m4/libtool.m4:1785: i=`expr $i + 1` rasdaemon-0.6.6/m4/libtool.m4-1786- teststring=$teststring$teststring ############################################## rasdaemon-0.6.6/m4/libtool.m4-1788- # Only check the string length outside the loop. rasdaemon-0.6.6/m4/libtool.m4:1789: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` rasdaemon-0.6.6/m4/libtool.m4-1790- teststring= ############################################## rasdaemon-0.6.6/m4/libtool.m4-1793- # linker. It appears as though 1/2 is a usable value. rasdaemon-0.6.6/m4/libtool.m4:1794: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` rasdaemon-0.6.6/m4/libtool.m4-1795- fi ############################################## rasdaemon-0.6.6/m4/libtool.m4-2259- *:) rasdaemon-0.6.6/m4/libtool.m4:2260: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" rasdaemon-0.6.6/m4/libtool.m4-2261- ;; rasdaemon-0.6.6/m4/libtool.m4-2262- x:*) rasdaemon-0.6.6/m4/libtool.m4:2263: eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" rasdaemon-0.6.6/m4/libtool.m4-2264- ;; rasdaemon-0.6.6/m4/libtool.m4-2265- *::*) rasdaemon-0.6.6/m4/libtool.m4:2266: eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" rasdaemon-0.6.6/m4/libtool.m4:2267: eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" rasdaemon-0.6.6/m4/libtool.m4-2268- ;; rasdaemon-0.6.6/m4/libtool.m4-2269- *) rasdaemon-0.6.6/m4/libtool.m4:2270: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" rasdaemon-0.6.6/m4/libtool.m4-2271- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-2299- esac rasdaemon-0.6.6/m4/libtool.m4:2300: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` rasdaemon-0.6.6/m4/libtool.m4-2301- case $lt_search_path_spec in ############################################## rasdaemon-0.6.6/m4/libtool.m4-2306- # okay in the real world where ";" in dirpaths is itself problematic. rasdaemon-0.6.6/m4/libtool.m4:2307: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` rasdaemon-0.6.6/m4/libtool.m4-2308- ;; rasdaemon-0.6.6/m4/libtool.m4-2309- *) rasdaemon-0.6.6/m4/libtool.m4:2310: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` rasdaemon-0.6.6/m4/libtool.m4-2311- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-2315- lt_tmp_lt_search_path_spec= rasdaemon-0.6.6/m4/libtool.m4:2316: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` rasdaemon-0.6.6/m4/libtool.m4-2317- # ...but if some path component already ends with the multilib dir we assume ############################################## rasdaemon-0.6.6/m4/libtool.m4-2357- esac rasdaemon-0.6.6/m4/libtool.m4:2358: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` rasdaemon-0.6.6/m4/libtool.m4-2359-else ############################################## rasdaemon-0.6.6/m4/libtool.m4-2498- # Create ${libname}_ixlibrary.a entries in /sys/libs. rasdaemon-0.6.6/m4/libtool.m4:2499: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' rasdaemon-0.6.6/m4/libtool.m4-2500- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-2534- # DLL is installed to $(libdir)/../bin by postinstall_cmds rasdaemon-0.6.6/m4/libtool.m4:2535: postinstall_cmds='base_file=`basename \$file`~ rasdaemon-0.6.6/m4/libtool.m4:2536: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ rasdaemon-0.6.6/m4/libtool.m4:2537: dldir=$destdir/`dirname \$dlpath`~ rasdaemon-0.6.6/m4/libtool.m4-2538- test -d \$dldir || mkdir -p \$dldir~ ############################################## rasdaemon-0.6.6/m4/libtool.m4-2543- fi' rasdaemon-0.6.6/m4/libtool.m4:2544: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ rasdaemon-0.6.6/m4/libtool.m4-2545- dlpath=$dir/\$dldll~ ############################################## rasdaemon-0.6.6/m4/libtool.m4-2551- # Cygwin DLLs use 'cyg' prefix rather than 'lib' rasdaemon-0.6.6/m4/libtool.m4:2552: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' rasdaemon-0.6.6/m4/libtool.m4-2553-m4_if([$1], [],[ ############################################## rasdaemon-0.6.6/m4/libtool.m4-2557- # MinGW DLLs use traditional 'lib' prefix rasdaemon-0.6.6/m4/libtool.m4:2558: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' rasdaemon-0.6.6/m4/libtool.m4-2559- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-2561- # pw32 DLLs use 'pw' prefix rather than 'lib' rasdaemon-0.6.6/m4/libtool.m4:2562: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' rasdaemon-0.6.6/m4/libtool.m4-2563- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-2570- libname_spec='$name' rasdaemon-0.6.6/m4/libtool.m4:2571: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' rasdaemon-0.6.6/m4/libtool.m4-2572- library_names_spec='$libname.dll.lib' ############################################## rasdaemon-0.6.6/m4/libtool.m4-2582- # Let DOS variable expansion print the short 8.3 style file name. rasdaemon-0.6.6/m4/libtool.m4:2583: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` rasdaemon-0.6.6/m4/libtool.m4-2584- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## rasdaemon-0.6.6/m4/libtool.m4-2587- # Convert to MSYS style. rasdaemon-0.6.6/m4/libtool.m4:2588: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` rasdaemon-0.6.6/m4/libtool.m4-2589- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-2593- # like /cygdrive/c/PROGRA~1:/cygdr... rasdaemon-0.6.6/m4/libtool.m4:2594: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` rasdaemon-0.6.6/m4/libtool.m4:2595: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` rasdaemon-0.6.6/m4/libtool.m4:2596: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` rasdaemon-0.6.6/m4/libtool.m4-2597- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-2601- # It is most probably a Windows format PATH. rasdaemon-0.6.6/m4/libtool.m4:2602: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` rasdaemon-0.6.6/m4/libtool.m4-2603- else rasdaemon-0.6.6/m4/libtool.m4:2604: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` rasdaemon-0.6.6/m4/libtool.m4-2605- fi ############################################## rasdaemon-0.6.6/m4/libtool.m4-2611- # DLL is installed to $(libdir)/../bin by postinstall_cmds rasdaemon-0.6.6/m4/libtool.m4:2612: postinstall_cmds='base_file=`basename \$file`~ rasdaemon-0.6.6/m4/libtool.m4:2613: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ rasdaemon-0.6.6/m4/libtool.m4:2614: dldir=$destdir/`dirname \$dlpath`~ rasdaemon-0.6.6/m4/libtool.m4-2615- test -d \$dldir || mkdir -p \$dldir~ rasdaemon-0.6.6/m4/libtool.m4-2616- $install_prog $dir/$dlname \$dldir/$dlname' rasdaemon-0.6.6/m4/libtool.m4:2617: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ rasdaemon-0.6.6/m4/libtool.m4-2618- dlpath=$dir/\$dldll~ ############################################## rasdaemon-0.6.6/m4/libtool.m4-2625- # Assume MSVC wrapper rasdaemon-0.6.6/m4/libtool.m4:2626: library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' rasdaemon-0.6.6/m4/libtool.m4-2627- dynamic_linker='Win32 ld.exe' ############################################## rasdaemon-0.6.6/m4/libtool.m4-2642- shlibpath_var=DYLD_LIBRARY_PATH rasdaemon-0.6.6/m4/libtool.m4:2643: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' rasdaemon-0.6.6/m4/libtool.m4-2644-m4_if([$1], [],[ ############################################## rasdaemon-0.6.6/m4/libtool.m4-2879- if test -f /etc/ld.so.conf; then rasdaemon-0.6.6/m4/libtool.m4:2880: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` rasdaemon-0.6.6/m4/libtool.m4-2881- sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" ############################################## rasdaemon-0.6.6/m4/libtool.m4-2933- need_lib_prefix=no rasdaemon-0.6.6/m4/libtool.m4:2934: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then rasdaemon-0.6.6/m4/libtool.m4-2935- need_version=no ############################################## rasdaemon-0.6.6/m4/libtool.m4-2960- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec rasdaemon-0.6.6/m4/libtool.m4:2961: postinstall_cmds='base_file=`basename \$file`~ rasdaemon-0.6.6/m4/libtool.m4:2962: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ rasdaemon-0.6.6/m4/libtool.m4:2963: dldir=$destdir/`dirname \$dlpath`~ rasdaemon-0.6.6/m4/libtool.m4-2964- test -d \$dldir || mkdir -p \$dldir~ ############################################## rasdaemon-0.6.6/m4/libtool.m4-2969- fi' rasdaemon-0.6.6/m4/libtool.m4:2970: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ rasdaemon-0.6.6/m4/libtool.m4-2971- dlpath=$dir/\$dldll~ ############################################## rasdaemon-0.6.6/m4/libtool.m4-3180- "file_magic "*) rasdaemon-0.6.6/m4/libtool.m4:3181: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` rasdaemon-0.6.6/m4/libtool.m4-3182- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## rasdaemon-0.6.6/m4/libtool.m4-3263- # gcc leaves a trailing carriage return, which upsets mingw rasdaemon-0.6.6/m4/libtool.m4:3264: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; rasdaemon-0.6.6/m4/libtool.m4-3265- *) rasdaemon-0.6.6/m4/libtool.m4:3266: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; rasdaemon-0.6.6/m4/libtool.m4-3267- esac ############################################## rasdaemon-0.6.6/m4/libtool.m4-3272- # Canonicalize the pathname of ld rasdaemon-0.6.6/m4/libtool.m4:3273: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` rasdaemon-0.6.6/m4/libtool.m4-3274- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do rasdaemon-0.6.6/m4/libtool.m4:3275: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` rasdaemon-0.6.6/m4/libtool.m4-3276- done ############################################## rasdaemon-0.6.6/m4/libtool.m4-3303- # Break only if it was the GNU/non-GNU ld that we prefer. rasdaemon-0.6.6/m4/libtool.m4:3304: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in rasdaemon-0.6.6/m4/libtool.m4-3305- *GNU* | *'with BFD'*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-3343-[# I'd rather use --version here, but apparently some GNU lds only accept -v. rasdaemon-0.6.6/m4/libtool.m4:3344:case `$LD -v 2>&1 </dev/null` in rasdaemon-0.6.6/m4/libtool.m4-3345-*GNU* | *'with BFD'*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-3570-openbsd* | bitrig*) rasdaemon-0.6.6/m4/libtool.m4:3571: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then rasdaemon-0.6.6/m4/libtool.m4-3572- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## rasdaemon-0.6.6/m4/libtool.m4-3637- else rasdaemon-0.6.6/m4/libtool.m4:3638: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` rasdaemon-0.6.6/m4/libtool.m4-3639- fi ############################################## rasdaemon-0.6.6/m4/libtool.m4-3688- esac rasdaemon-0.6.6/m4/libtool.m4:3689: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in rasdaemon-0.6.6/m4/libtool.m4-3690- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-3694- *) rasdaemon-0.6.6/m4/libtool.m4:3695: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in rasdaemon-0.6.6/m4/libtool.m4-3696- */dev/null*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-3720- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) rasdaemon-0.6.6/m4/libtool.m4:3721: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in rasdaemon-0.6.6/m4/libtool.m4-3722- *COFF*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-3779- # decide which one to use based on capabilities of $DLLTOOL rasdaemon-0.6.6/m4/libtool.m4:3780: case `$DLLTOOL --help 2>&1` in rasdaemon-0.6.6/m4/libtool.m4-3781- *--identify-strict*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-3953-# If we're using GNU nm, then use its standard symbol codes. rasdaemon-0.6.6/m4/libtool.m4:3954:case `$NM -V 2>&1` in rasdaemon-0.6.6/m4/libtool.m4-3955-*GNU* | *'with BFD'*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-4001-mingw*) rasdaemon-0.6.6/m4/libtool.m4:4002: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp rasdaemon-0.6.6/m4/libtool.m4-4003- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-4057- nlist=conftest.nm rasdaemon-0.6.6/m4/libtool.m4:4058: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then rasdaemon-0.6.6/m4/libtool.m4-4059- # Try sorting and uniquifying the output. ############################################## rasdaemon-0.6.6/m4/libtool.m4-4405- *) rasdaemon-0.6.6/m4/libtool.m4:4406: case `$CC -V 2>&1 | sed 5q` in rasdaemon-0.6.6/m4/libtool.m4-4407- *Sun\ C*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-4741- *) rasdaemon-0.6.6/m4/libtool.m4:4742: case `$CC -V 2>&1 | sed 5q` in rasdaemon-0.6.6/m4/libtool.m4-4743- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-4924- else rasdaemon-0.6.6/m4/libtool.m4:4925: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' rasdaemon-0.6.6/m4/libtool.m4-4926- fi ############################################## rasdaemon-0.6.6/m4/libtool.m4-5017- # shared libraries, regardless of the interface used. rasdaemon-0.6.6/m4/libtool.m4:5018: case `$LD -v 2>&1` in rasdaemon-0.6.6/m4/libtool.m4-5019- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-5049- supports_anon_versioning=no rasdaemon-0.6.6/m4/libtool.m4:5050: case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in rasdaemon-0.6.6/m4/libtool.m4-5051- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-5152- prefix_cmds="$SED"~ rasdaemon-0.6.6/m4/libtool.m4:5153: if test EXPORTS = "`$SED 1q $export_symbols`"; then rasdaemon-0.6.6/m4/libtool.m4-5154- prefix_cmds="$prefix_cmds -e 1d"; ############################################## rasdaemon-0.6.6/m4/libtool.m4-5174- # time. Moving up from 0x10000000 also allows more sbrk(2) space. rasdaemon-0.6.6/m4/libtool.m4:5175: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' rasdaemon-0.6.6/m4/libtool.m4:5176: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' rasdaemon-0.6.6/m4/libtool.m4-5177- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-5192- pgcc*) # Portland Group C compiler rasdaemon-0.6.6/m4/libtool.m4:5193: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' rasdaemon-0.6.6/m4/libtool.m4-5194- tmp_addflag=' $pic_flag' ############################################## rasdaemon-0.6.6/m4/libtool.m4-5197- # Portland Group f77 and f90 compilers rasdaemon-0.6.6/m4/libtool.m4:5198: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' rasdaemon-0.6.6/m4/libtool.m4-5199- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-5214- nvcc*) # Cuda Compiler Driver 2.2 rasdaemon-0.6.6/m4/libtool.m4:5215: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' rasdaemon-0.6.6/m4/libtool.m4-5216- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## rasdaemon-0.6.6/m4/libtool.m4-5218- esac rasdaemon-0.6.6/m4/libtool.m4:5219: case `$CC -V 2>&1 | sed 5q` in rasdaemon-0.6.6/m4/libtool.m4-5220- *Sun\ C*) # Sun C 5.9 rasdaemon-0.6.6/m4/libtool.m4:5221: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' rasdaemon-0.6.6/m4/libtool.m4-5222- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## rasdaemon-0.6.6/m4/libtool.m4-5289- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) rasdaemon-0.6.6/m4/libtool.m4:5290: case `$LD -v 2>&1` in rasdaemon-0.6.6/m4/libtool.m4-5291- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-5378- else rasdaemon-0.6.6/m4/libtool.m4:5379: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' rasdaemon-0.6.6/m4/libtool.m4-5380- fi ############################################## rasdaemon-0.6.6/m4/libtool.m4-5443- # below for broken collect2 doesn't work under 4.3+ rasdaemon-0.6.6/m4/libtool.m4:5444: collect2name=`$CC -print-prog-name=collect2` rasdaemon-0.6.6/m4/libtool.m4-5445- if test -f "$collect2name" && ############################################## rasdaemon-0.6.6/m4/libtool.m4-5499- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" rasdaemon-0.6.6/m4/libtool.m4:5500: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag rasdaemon-0.6.6/m4/libtool.m4-5501- else ############################################## rasdaemon-0.6.6/m4/libtool.m4-5524- # -brtl affects multiple linker settings, -berok does not and is overridden later rasdaemon-0.6.6/m4/libtool.m4:5525: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' rasdaemon-0.6.6/m4/libtool.m4-5526- if test svr4 != "$with_aix_soname"; then ############################################## rasdaemon-0.6.6/m4/libtool.m4-5615- # FIXME: Setting linknames here is a bad hack. rasdaemon-0.6.6/m4/libtool.m4:5616: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' rasdaemon-0.6.6/m4/libtool.m4-5617- # The linker will automatically build a .lib file if we build a DLL. ############################################## rasdaemon-0.6.6/m4/libtool.m4-5753- if test yes = "$GCC"; then rasdaemon-0.6.6/m4/libtool.m4:5754: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' rasdaemon-0.6.6/m4/libtool.m4-5755- # Try to use the -exported_symbol ld option, if it does not ############################################## rasdaemon-0.6.6/m4/libtool.m4-5776- if test yes = "$lt_cv_irix_exported_symbol"; then rasdaemon-0.6.6/m4/libtool.m4:5777: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' rasdaemon-0.6.6/m4/libtool.m4-5778- fi rasdaemon-0.6.6/m4/libtool.m4-5779- else rasdaemon-0.6.6/m4/libtool.m4:5780: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' rasdaemon-0.6.6/m4/libtool.m4:5781: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' rasdaemon-0.6.6/m4/libtool.m4-5782- fi ############################################## rasdaemon-0.6.6/m4/libtool.m4-5826- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes rasdaemon-0.6.6/m4/libtool.m4:5827: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then rasdaemon-0.6.6/m4/libtool.m4-5828- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## rasdaemon-0.6.6/m4/libtool.m4-5857- prefix_cmds="$SED"~ rasdaemon-0.6.6/m4/libtool.m4:5858: if test EXPORTS = "`$SED 1q $export_symbols`"; then rasdaemon-0.6.6/m4/libtool.m4-5859- prefix_cmds="$prefix_cmds -e 1d"; ############################################## rasdaemon-0.6.6/m4/libtool.m4-5871- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' rasdaemon-0.6.6/m4/libtool.m4:5872: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' rasdaemon-0.6.6/m4/libtool.m4-5873- else rasdaemon-0.6.6/m4/libtool.m4-5874- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' rasdaemon-0.6.6/m4/libtool.m4:5875: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' rasdaemon-0.6.6/m4/libtool.m4-5876- fi ############################################## rasdaemon-0.6.6/m4/libtool.m4-5884- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' rasdaemon-0.6.6/m4/libtool.m4:5885: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' rasdaemon-0.6.6/m4/libtool.m4-5886- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## rasdaemon-0.6.6/m4/libtool.m4-5888- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' rasdaemon-0.6.6/m4/libtool.m4:5889: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' rasdaemon-0.6.6/m4/libtool.m4:5890: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ rasdaemon-0.6.6/m4/libtool.m4:5891: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' rasdaemon-0.6.6/m4/libtool.m4-5892- ############################################## rasdaemon-0.6.6/m4/libtool.m4-5907- else rasdaemon-0.6.6/m4/libtool.m4:5908: case `$CC -V 2>&1` in rasdaemon-0.6.6/m4/libtool.m4-5909- *"Compilers 5.0"*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-6100- _LT_TAGVAR(allow_undefined_flag, $1)= rasdaemon-0.6.6/m4/libtool.m4:6101: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) rasdaemon-0.6.6/m4/libtool.m4-6102- then ############################################## rasdaemon-0.6.6/m4/libtool.m4-6404- # ancient GNU ld didn't support --whole-archive et. al. rasdaemon-0.6.6/m4/libtool.m4:6405: if eval "`$CC -print-prog-name=ld` --help 2>&1" | rasdaemon-0.6.6/m4/libtool.m4-6406- $GREP 'no-whole-archive' > /dev/null; then ############################################## rasdaemon-0.6.6/m4/libtool.m4-6514- # below for broken collect2 doesn't work under 4.3+ rasdaemon-0.6.6/m4/libtool.m4:6515: collect2name=`$CC -print-prog-name=collect2` rasdaemon-0.6.6/m4/libtool.m4-6516- if test -f "$collect2name" && ############################################## rasdaemon-0.6.6/m4/libtool.m4-6572- rasdaemon-0.6.6/m4/libtool.m4:6573: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag rasdaemon-0.6.6/m4/libtool.m4-6574- else ############################################## rasdaemon-0.6.6/m4/libtool.m4-6597- # -brtl affects multiple linker settings, -berok does not and is overridden later rasdaemon-0.6.6/m4/libtool.m4:6598: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' rasdaemon-0.6.6/m4/libtool.m4-6599- if test svr4 != "$with_aix_soname"; then ############################################## rasdaemon-0.6.6/m4/libtool.m4-6726- prefix_cmds="$SED"~ rasdaemon-0.6.6/m4/libtool.m4:6727: if test EXPORTS = "`$SED 1q $export_symbols`"; then rasdaemon-0.6.6/m4/libtool.m4-6728- prefix_cmds="$prefix_cmds -e 1d"; ############################################## rasdaemon-0.6.6/m4/libtool.m4-6800- # dependencies. rasdaemon-0.6.6/m4/libtool.m4:6801: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' rasdaemon-0.6.6/m4/libtool.m4-6802- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-6865- # dependencies. rasdaemon-0.6.6/m4/libtool.m4:6866: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' rasdaemon-0.6.6/m4/libtool.m4-6867- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-6901- # time. Moving up from 0x10000000 also allows more sbrk(2) space. rasdaemon-0.6.6/m4/libtool.m4:6902: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' rasdaemon-0.6.6/m4/libtool.m4:6903: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' rasdaemon-0.6.6/m4/libtool.m4-6904- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-6908- # SGI C++ rasdaemon-0.6.6/m4/libtool.m4:6909: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' rasdaemon-0.6.6/m4/libtool.m4-6910- ############################################## rasdaemon-0.6.6/m4/libtool.m4-6919- if test no = "$with_gnu_ld"; then rasdaemon-0.6.6/m4/libtool.m4:6920: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' rasdaemon-0.6.6/m4/libtool.m4-6921- else rasdaemon-0.6.6/m4/libtool.m4:6922: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' rasdaemon-0.6.6/m4/libtool.m4-6923- fi ############################################## rasdaemon-0.6.6/m4/libtool.m4-6940- # to its proper name (with version) after linking. rasdaemon-0.6.6/m4/libtool.m4:6941: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' rasdaemon-0.6.6/m4/libtool.m4:6942: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' rasdaemon-0.6.6/m4/libtool.m4-6943- # Commands to make compiler produce verbose output that lists ############################################## rasdaemon-0.6.6/m4/libtool.m4-6950- # dependencies. rasdaemon-0.6.6/m4/libtool.m4:6951: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' rasdaemon-0.6.6/m4/libtool.m4-6952- ############################################## rasdaemon-0.6.6/m4/libtool.m4-6965- # earlier do not add the objects themselves. rasdaemon-0.6.6/m4/libtool.m4:6966: case `$CC -V 2>&1` in rasdaemon-0.6.6/m4/libtool.m4-6967- *"Version 7."*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-6986- # Portland Group C++ compiler rasdaemon-0.6.6/m4/libtool.m4:6987: case `$CC -V` in rasdaemon-0.6.6/m4/libtool.m4-6988- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-6991- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ rasdaemon-0.6.6/m4/libtool.m4:6992: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' rasdaemon-0.6.6/m4/libtool.m4-6993- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## rasdaemon-0.6.6/m4/libtool.m4-6995- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ rasdaemon-0.6.6/m4/libtool.m4:6996: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ rasdaemon-0.6.6/m4/libtool.m4-6997- $RANLIB $oldlib' ############################################## rasdaemon-0.6.6/m4/libtool.m4-7000- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ rasdaemon-0.6.6/m4/libtool.m4:7001: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' rasdaemon-0.6.6/m4/libtool.m4-7002- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## rasdaemon-0.6.6/m4/libtool.m4-7004- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ rasdaemon-0.6.6/m4/libtool.m4:7005: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' rasdaemon-0.6.6/m4/libtool.m4-7006- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-7014- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' rasdaemon-0.6.6/m4/libtool.m4:7015: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' rasdaemon-0.6.6/m4/libtool.m4-7016- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-7033- # dependencies. rasdaemon-0.6.6/m4/libtool.m4:7034: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' rasdaemon-0.6.6/m4/libtool.m4-7035- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-7048- *) rasdaemon-0.6.6/m4/libtool.m4:7049: case `$CC -V 2>&1 | sed 5q` in rasdaemon-0.6.6/m4/libtool.m4-7050- *Sun\ C*) ############################################## rasdaemon-0.6.6/m4/libtool.m4-7055- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' rasdaemon-0.6.6/m4/libtool.m4:7056: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' rasdaemon-0.6.6/m4/libtool.m4-7057- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## rasdaemon-0.6.6/m4/libtool.m4-7120- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' rasdaemon-0.6.6/m4/libtool.m4:7121: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then rasdaemon-0.6.6/m4/libtool.m4-7122- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' ############################################## rasdaemon-0.6.6/m4/libtool.m4-7139- # to its proper name (with version) after linking. rasdaemon-0.6.6/m4/libtool.m4:7140: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' rasdaemon-0.6.6/m4/libtool.m4-7141- ############################################## rasdaemon-0.6.6/m4/libtool.m4-7160- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' rasdaemon-0.6.6/m4/libtool.m4:7161: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' rasdaemon-0.6.6/m4/libtool.m4-7162- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## rasdaemon-0.6.6/m4/libtool.m4-7165- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' rasdaemon-0.6.6/m4/libtool.m4:7166: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' rasdaemon-0.6.6/m4/libtool.m4:7167: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ rasdaemon-0.6.6/m4/libtool.m4-7168- echo "-hidden">> $lib.exp~ rasdaemon-0.6.6/m4/libtool.m4:7169: $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~ rasdaemon-0.6.6/m4/libtool.m4-7170- $RM $lib.exp' ############################################## rasdaemon-0.6.6/m4/libtool.m4-7184- # dependencies. rasdaemon-0.6.6/m4/libtool.m4:7185: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' rasdaemon-0.6.6/m4/libtool.m4-7186- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-7191- osf3*) rasdaemon-0.6.6/m4/libtool.m4:7192: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' rasdaemon-0.6.6/m4/libtool.m4-7193- ;; rasdaemon-0.6.6/m4/libtool.m4-7194- *) rasdaemon-0.6.6/m4/libtool.m4:7195: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' rasdaemon-0.6.6/m4/libtool.m4-7196- ;; ############################################## rasdaemon-0.6.6/m4/libtool.m4-7444- case @S|@2 in rasdaemon-0.6.6/m4/libtool.m4:7445: .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; rasdaemon-0.6.6/m4/libtool.m4:7446: *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; rasdaemon-0.6.6/m4/libtool.m4-7447- esac ############################################## rasdaemon-0.6.6/m4/libtool.m4-7533- rasdaemon-0.6.6/m4/libtool.m4:7534: for p in `eval "$output_verbose_link_cmd"`; do rasdaemon-0.6.6/m4/libtool.m4-7535- case $prev$p in ############################################## rasdaemon-0.6.6/m4/libtool.m4-7637-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then rasdaemon-0.6.6/m4/libtool.m4:7638: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` rasdaemon-0.6.6/m4/libtool.m4-7639-fi ############################################## rasdaemon-0.6.6/m4/libtool.m4-8257- test 10 -lt "$lt_ac_count" && break rasdaemon-0.6.6/m4/libtool.m4:8258: lt_ac_count=`expr $lt_ac_count + 1` rasdaemon-0.6.6/m4/libtool.m4-8259- if test "$lt_ac_count" -gt "$lt_ac_max"; then ############################################## rasdaemon-0.6.6/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \ rasdaemon-0.6.6/configure:44: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then rasdaemon-0.6.6/configure-45- as_echo='print -r --' rasdaemon-0.6.6/configure-46- as_echo_n='print -rn --' rasdaemon-0.6.6/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then rasdaemon-0.6.6/configure-48- as_echo='printf %s\n' ############################################## rasdaemon-0.6.6/configure-50-else rasdaemon-0.6.6/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then rasdaemon-0.6.6/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## rasdaemon-0.6.6/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; rasdaemon-0.6.6/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; rasdaemon-0.6.6/configure-62- esac; ############################################## rasdaemon-0.6.6/configure-197- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && rasdaemon-0.6.6/configure:198: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 rasdaemon-0.6.6/configure-199- ############################################## rasdaemon-0.6.6/configure-204- PATH=/empty FPATH=/empty; export PATH FPATH rasdaemon-0.6.6/configure:205: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ rasdaemon-0.6.6/configure:206: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 rasdaemon-0.6.6/configure-207-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## rasdaemon-0.6.6/configure-332- case $as_dir in #( rasdaemon-0.6.6/configure:333: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( rasdaemon-0.6.6/configure-334- *) as_qdir=$as_dir;; ############################################## rasdaemon-0.6.6/configure-405- { rasdaemon-0.6.6/configure:406: as_val=`expr "$@" || test $? -eq 1` rasdaemon-0.6.6/configure-407- } ############################################## rasdaemon-0.6.6/configure-412-# ---------------------------------------- rasdaemon-0.6.6/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are rasdaemon-0.6.6/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## rasdaemon-0.6.6/configure-475- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && rasdaemon-0.6.6/configure:476: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { rasdaemon-0.6.6/configure-477- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## rasdaemon-0.6.6/configure-895- case $ac_option in rasdaemon-0.6.6/configure:896: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; rasdaemon-0.6.6/configure-897- *=) ac_optarg= ;; ############################################## rasdaemon-0.6.6/configure-939- -disable-* | --disable-*) rasdaemon-0.6.6/configure:940: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` rasdaemon-0.6.6/configure-941- # Reject names that are not valid shell variable names. ############################################## rasdaemon-0.6.6/configure-944- ac_useropt_orig=$ac_useropt rasdaemon-0.6.6/configure:945: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` rasdaemon-0.6.6/configure-946- case $ac_user_opts in ############################################## rasdaemon-0.6.6/configure-965- -enable-* | --enable-*) rasdaemon-0.6.6/configure:966: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` rasdaemon-0.6.6/configure-967- # Reject names that are not valid shell variable names. ############################################## rasdaemon-0.6.6/configure-970- ac_useropt_orig=$ac_useropt rasdaemon-0.6.6/configure:971: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` rasdaemon-0.6.6/configure-972- case $ac_user_opts in ############################################## rasdaemon-0.6.6/configure-1169- -with-* | --with-*) rasdaemon-0.6.6/configure:1170: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` rasdaemon-0.6.6/configure-1171- # Reject names that are not valid shell variable names. ############################################## rasdaemon-0.6.6/configure-1174- ac_useropt_orig=$ac_useropt rasdaemon-0.6.6/configure:1175: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` rasdaemon-0.6.6/configure-1176- case $ac_user_opts in ############################################## rasdaemon-0.6.6/configure-1185- -without-* | --without-*) rasdaemon-0.6.6/configure:1186: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` rasdaemon-0.6.6/configure-1187- # Reject names that are not valid shell variable names. ############################################## rasdaemon-0.6.6/configure-1190- ac_useropt_orig=$ac_useropt rasdaemon-0.6.6/configure:1191: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` rasdaemon-0.6.6/configure-1192- case $ac_user_opts in ############################################## rasdaemon-0.6.6/configure-1223- *=*) rasdaemon-0.6.6/configure:1224: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` rasdaemon-0.6.6/configure-1225- # Reject names that are not valid shell variable names. ############################################## rasdaemon-0.6.6/configure-1244-if test -n "$ac_prev"; then rasdaemon-0.6.6/configure:1245: ac_option=--`echo $ac_prev | sed 's/_/-/g'` rasdaemon-0.6.6/configure-1246- as_fn_error $? "missing argument to $ac_option" ############################################## rasdaemon-0.6.6/configure-1266- */ ) rasdaemon-0.6.6/configure:1267: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` rasdaemon-0.6.6/configure-1268- eval $ac_var=\$ac_val;; ############################################## rasdaemon-0.6.6/configure-1301-ac_ls_di=`ls -di .` && rasdaemon-0.6.6/configure:1302:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || rasdaemon-0.6.6/configure-1303- as_fn_error $? "working directory cannot be determined" ############################################## rasdaemon-0.6.6/configure-1357-case $srcdir in rasdaemon-0.6.6/configure:1358:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; rasdaemon-0.6.6/configure-1359-esac ############################################## rasdaemon-0.6.6/configure-1400-By default, \`make install' will install all the files in rasdaemon-0.6.6/configure:1401:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify rasdaemon-0.6.6/configure:1402:an installation prefix other than \`$ac_default_prefix' using \`--prefix', rasdaemon-0.6.6/configure-1403-for instance \`--prefix=\$HOME'. ############################################## rasdaemon-0.6.6/configure-1524-*) rasdaemon-0.6.6/configure:1525: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` rasdaemon-0.6.6/configure-1526- # A ".." for each directory in $ac_dir_suffix. rasdaemon-0.6.6/configure:1527: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` rasdaemon-0.6.6/configure-1528- case $ac_top_builddir_sub in ############################################## rasdaemon-0.6.6/configure-1921- *\'*) rasdaemon-0.6.6/configure:1922: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; rasdaemon-0.6.6/configure-1923- esac ############################################## rasdaemon-0.6.6/configure-2004- case $ac_val in rasdaemon-0.6.6/configure:2005: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; rasdaemon-0.6.6/configure-2006- esac ############################################## rasdaemon-0.6.6/configure-2019- case $ac_val in rasdaemon-0.6.6/configure:2020: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; rasdaemon-0.6.6/configure-2021- esac ############################################## rasdaemon-0.6.6/configure-2139- set,) rasdaemon-0.6.6/configure:2140: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 rasdaemon-0.6.6/configure:2141:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} rasdaemon-0.6.6/configure-2142- ac_cache_corrupted=: ;; ############################################## rasdaemon-0.6.6/configure-2150- # differences in whitespace do not lead to failure. rasdaemon-0.6.6/configure:2151: ac_old_val_w=`echo x $ac_old_val` rasdaemon-0.6.6/configure:2152: ac_new_val_w=`echo x $ac_new_val` rasdaemon-0.6.6/configure-2153- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## rasdaemon-0.6.6/configure-2170- case $ac_new_val in rasdaemon-0.6.6/configure:2171: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; rasdaemon-0.6.6/configure-2172- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## rasdaemon-0.6.6/configure-2276-test "x$ac_build_alias" = x && rasdaemon-0.6.6/configure:2277: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` rasdaemon-0.6.6/configure-2278-test "x$ac_build_alias" = x && rasdaemon-0.6.6/configure-2279- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 rasdaemon-0.6.6/configure:2280:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || rasdaemon-0.6.6/configure-2281- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## rasdaemon-0.6.6/configure-2300-IFS=$ac_save_IFS rasdaemon-0.6.6/configure:2301:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac rasdaemon-0.6.6/configure-2302- ############################################## rasdaemon-0.6.6/configure-2311-else rasdaemon-0.6.6/configure:2312: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || rasdaemon-0.6.6/configure-2313- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## rasdaemon-0.6.6/configure-2333-IFS=$ac_save_IFS rasdaemon-0.6.6/configure:2334:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac rasdaemon-0.6.6/configure-2335- ############################################## rasdaemon-0.6.6/configure-2344-else rasdaemon-0.6.6/configure:2345: ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || rasdaemon-0.6.6/configure-2346- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 ############################################## rasdaemon-0.6.6/configure-2366-IFS=$ac_save_IFS rasdaemon-0.6.6/configure:2367:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac rasdaemon-0.6.6/configure-2368- ############################################## rasdaemon-0.6.6/configure-2498- echo "timestamp, slept: $am_has_slept" > conftest.file rasdaemon-0.6.6/configure:2499: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` rasdaemon-0.6.6/configure-2500- if test "$*" = "X"; then rasdaemon-0.6.6/configure-2501- # -L didn't work. rasdaemon-0.6.6/configure:2502: set X `ls -t "$srcdir/configure" conftest.file` rasdaemon-0.6.6/configure-2503- fi ############################################## rasdaemon-0.6.6/configure-2549-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' rasdaemon-0.6.6/configure:2550:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` rasdaemon-0.6.6/configure-2551- rasdaemon-0.6.6/configure-2552-# Expand $ac_aux_dir to an absolute path. rasdaemon-0.6.6/configure:2553:am_aux_dir=`cd "$ac_aux_dir" && pwd` rasdaemon-0.6.6/configure-2554- ############################################## rasdaemon-0.6.6/configure-2694- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue rasdaemon-0.6.6/configure:2695: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( rasdaemon-0.6.6/configure-2696- 'mkdir (GNU coreutils) '* | \ ############################################## rasdaemon-0.6.6/configure-2767-set x ${MAKE-make} rasdaemon-0.6.6/configure:2768:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` rasdaemon-0.6.6/configure-2769-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## rasdaemon-0.6.6/configure-2777-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. rasdaemon-0.6.6/configure:2778:case `${MAKE-make} -f conftest.make 2>/dev/null` in rasdaemon-0.6.6/configure-2779- *@@@%%%=?*=@@@%%%*) ############################################## rasdaemon-0.6.6/configure-2804- rasdaemon-0.6.6/configure:2805:if test "`cd $srcdir && pwd`" != "`pwd`"; then rasdaemon-0.6.6/configure-2806- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## rasdaemon-0.6.6/configure-3265-$as_echo_n "checking whether the C compiler works... " >&6; } rasdaemon-0.6.6/configure:3266:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` rasdaemon-0.6.6/configure-3267- ############################################## rasdaemon-0.6.6/configure-3309- then :; else rasdaemon-0.6.6/configure:3310: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` rasdaemon-0.6.6/configure-3311- fi ############################################## rasdaemon-0.6.6/configure-3369- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; rasdaemon-0.6.6/configure:3370: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` rasdaemon-0.6.6/configure-3371- break;; ############################################## rasdaemon-0.6.6/configure-3478- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; rasdaemon-0.6.6/configure:3479: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` rasdaemon-0.6.6/configure-3480- break;; ############################################## rasdaemon-0.6.6/configure-3859- if test "$am_compiler_list" = ""; then rasdaemon-0.6.6/configure:3860: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` rasdaemon-0.6.6/configure-3861- fi ############################################## rasdaemon-0.6.6/configure-4009-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ rasdaemon-0.6.6/configure:4010: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then rasdaemon-0.6.6/configure-4011- ECHO='print -r --' rasdaemon-0.6.6/configure:4012:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then rasdaemon-0.6.6/configure-4013- ECHO='printf %s\n' ############################################## rasdaemon-0.6.6/configure-4078- # Check for GNU $ac_path_SED rasdaemon-0.6.6/configure:4079:case `"$ac_path_SED" --version 2>&1` in rasdaemon-0.6.6/configure-4080-*GNU*) ############################################## rasdaemon-0.6.6/configure-4154- # Check for GNU $ac_path_GREP rasdaemon-0.6.6/configure:4155:case `"$ac_path_GREP" --version 2>&1` in rasdaemon-0.6.6/configure-4156-*GNU*) ############################################## rasdaemon-0.6.6/configure-4220- # Check for GNU $ac_path_EGREP rasdaemon-0.6.6/configure:4221:case `"$ac_path_EGREP" --version 2>&1` in rasdaemon-0.6.6/configure-4222-*GNU*) ############################################## rasdaemon-0.6.6/configure-4287- # Check for GNU $ac_path_FGREP rasdaemon-0.6.6/configure:4288:case `"$ac_path_FGREP" --version 2>&1` in rasdaemon-0.6.6/configure-4289-*GNU*) ############################################## rasdaemon-0.6.6/configure-4367- # gcc leaves a trailing carriage return, which upsets mingw rasdaemon-0.6.6/configure:4368: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; rasdaemon-0.6.6/configure-4369- *) rasdaemon-0.6.6/configure:4370: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; rasdaemon-0.6.6/configure-4371- esac ############################################## rasdaemon-0.6.6/configure-4376- # Canonicalize the pathname of ld rasdaemon-0.6.6/configure:4377: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` rasdaemon-0.6.6/configure-4378- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do rasdaemon-0.6.6/configure:4379: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` rasdaemon-0.6.6/configure-4380- done ############################################## rasdaemon-0.6.6/configure-4411- # Break only if it was the GNU/non-GNU ld that we prefer. rasdaemon-0.6.6/configure:4412: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in rasdaemon-0.6.6/configure-4413- *GNU* | *'with BFD'*) ############################################## rasdaemon-0.6.6/configure-4442- # I'd rather use --version here, but apparently some GNU lds only accept -v. rasdaemon-0.6.6/configure:4443:case `$LD -v 2>&1 </dev/null` in rasdaemon-0.6.6/configure-4444-*GNU* | *'with BFD'*) ############################################## rasdaemon-0.6.6/configure-4492- esac rasdaemon-0.6.6/configure:4493: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in rasdaemon-0.6.6/configure-4494- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## rasdaemon-0.6.6/configure-4498- *) rasdaemon-0.6.6/configure:4499: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in rasdaemon-0.6.6/configure-4500- */dev/null*) ############################################## rasdaemon-0.6.6/configure-4626- rasdaemon-0.6.6/configure:4627: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in rasdaemon-0.6.6/configure-4628- *COFF*) ############################################## rasdaemon-0.6.6/configure-4738- # And add a safety zone rasdaemon-0.6.6/configure:4739: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` rasdaemon-0.6.6/configure:4740: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` rasdaemon-0.6.6/configure-4741- ;; ############################################## rasdaemon-0.6.6/configure-4771- if test -n "$kargmax"; then rasdaemon-0.6.6/configure:4772: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` rasdaemon-0.6.6/configure-4773- else ############################################## rasdaemon-0.6.6/configure-4780- test undefined != "$lt_cv_sys_max_cmd_len"; then rasdaemon-0.6.6/configure:4781: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` rasdaemon-0.6.6/configure:4782: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` rasdaemon-0.6.6/configure-4783- else ############################################## rasdaemon-0.6.6/configure-4792- # we can't tell. rasdaemon-0.6.6/configure:4793: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ rasdaemon-0.6.6/configure-4794- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## rasdaemon-0.6.6/configure-4796- do rasdaemon-0.6.6/configure:4797: i=`expr $i + 1` rasdaemon-0.6.6/configure-4798- teststring=$teststring$teststring ############################################## rasdaemon-0.6.6/configure-4800- # Only check the string length outside the loop. rasdaemon-0.6.6/configure:4801: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` rasdaemon-0.6.6/configure-4802- teststring= ############################################## rasdaemon-0.6.6/configure-4805- # linker. It appears as though 1/2 is a usable value. rasdaemon-0.6.6/configure:4806: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` rasdaemon-0.6.6/configure-4807- fi ############################################## rasdaemon-0.6.6/configure-5216-openbsd* | bitrig*) rasdaemon-0.6.6/configure:5217: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then rasdaemon-0.6.6/configure-5218- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## rasdaemon-0.6.6/configure-5286- else rasdaemon-0.6.6/configure:5287: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` rasdaemon-0.6.6/configure-5288- fi ############################################## rasdaemon-0.6.6/configure-5431- # decide which one to use based on capabilities of $DLLTOOL rasdaemon-0.6.6/configure:5432: case `$DLLTOOL --help 2>&1` in rasdaemon-0.6.6/configure-5433- *--identify-strict*) ############################################## rasdaemon-0.6.6/configure-5953-# If we're using GNU nm, then use its standard symbol codes. rasdaemon-0.6.6/configure:5954:case `$NM -V 2>&1` in rasdaemon-0.6.6/configure-5955-*GNU* | *'with BFD'*) ############################################## rasdaemon-0.6.6/configure-6001-mingw*) rasdaemon-0.6.6/configure:6002: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp rasdaemon-0.6.6/configure-6003- ;; ############################################## rasdaemon-0.6.6/configure-6233- if test yes = "$GCC"; then rasdaemon-0.6.6/configure:6234: lt_sysroot=`$CC --print-sysroot 2>/dev/null` rasdaemon-0.6.6/configure-6235- fi ############################################## rasdaemon-0.6.6/configure-6237- /*) rasdaemon-0.6.6/configure:6238: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` rasdaemon-0.6.6/configure-6239- ;; #( ############################################## rasdaemon-0.6.6/configure-6332- done rasdaemon-0.6.6/configure:6333: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` rasdaemon-0.6.6/configure-6334-} ############################################## rasdaemon-0.6.6/configure-6354- test $ac_status = 0; }; then rasdaemon-0.6.6/configure:6355: case `/usr/bin/file conftest.$ac_objext` in rasdaemon-0.6.6/configure-6356- *ELF-32*) ############################################## rasdaemon-0.6.6/configure-6375- if test yes = "$lt_cv_prog_gnu_ld"; then rasdaemon-0.6.6/configure:6376: case `/usr/bin/file conftest.$ac_objext` in rasdaemon-0.6.6/configure-6377- *32-bit*) ############################################## rasdaemon-0.6.6/configure-6387- else rasdaemon-0.6.6/configure:6388: case `/usr/bin/file conftest.$ac_objext` in rasdaemon-0.6.6/configure-6389- *32-bit*) ############################################## rasdaemon-0.6.6/configure-6413- emul=elf rasdaemon-0.6.6/configure:6414: case `/usr/bin/file conftest.$ac_objext` in rasdaemon-0.6.6/configure-6415- *32-bit*) ############################################## rasdaemon-0.6.6/configure-6421- esac rasdaemon-0.6.6/configure:6422: case `/usr/bin/file conftest.$ac_objext` in rasdaemon-0.6.6/configure-6423- *MSB*) ############################################## rasdaemon-0.6.6/configure-6429- esac rasdaemon-0.6.6/configure:6430: case `/usr/bin/file conftest.$ac_objext` in rasdaemon-0.6.6/configure-6431- *N32*) ############################################## rasdaemon-0.6.6/configure-7362- *:) rasdaemon-0.6.6/configure:7363: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" rasdaemon-0.6.6/configure-7364- ;; rasdaemon-0.6.6/configure-7365- x:*) rasdaemon-0.6.6/configure:7366: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" rasdaemon-0.6.6/configure-7367- ;; rasdaemon-0.6.6/configure-7368- *::*) rasdaemon-0.6.6/configure:7369: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" rasdaemon-0.6.6/configure:7370: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" rasdaemon-0.6.6/configure-7371- ;; rasdaemon-0.6.6/configure-7372- *) rasdaemon-0.6.6/configure:7373: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" rasdaemon-0.6.6/configure-7374- ;; ############################################## rasdaemon-0.6.6/configure-7631-do : rasdaemon-0.6.6/configure:7632: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` rasdaemon-0.6.6/configure-7633-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## rasdaemon-0.6.6/configure-7636- cat >>confdefs.h <<_ACEOF rasdaemon-0.6.6/configure:7637:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 rasdaemon-0.6.6/configure-7638-_ACEOF ############################################## rasdaemon-0.6.6/configure-7994- "file_magic "*) rasdaemon-0.6.6/configure:7995: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` rasdaemon-0.6.6/configure-7996- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## rasdaemon-0.6.6/configure-8060- "file_magic "*) rasdaemon-0.6.6/configure:8061: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` rasdaemon-0.6.6/configure-8062- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## rasdaemon-0.6.6/configure-8458- *) rasdaemon-0.6.6/configure:8459: case `$CC -V 2>&1 | sed 5q` in rasdaemon-0.6.6/configure-8460- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) ############################################## rasdaemon-0.6.6/configure-8904- # shared libraries, regardless of the interface used. rasdaemon-0.6.6/configure:8905: case `$LD -v 2>&1` in rasdaemon-0.6.6/configure-8906- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## rasdaemon-0.6.6/configure-8936- supports_anon_versioning=no rasdaemon-0.6.6/configure:8937: case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in rasdaemon-0.6.6/configure-8938- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## rasdaemon-0.6.6/configure-9005- # is; otherwise, prepend EXPORTS... rasdaemon-0.6.6/configure:9006: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then rasdaemon-0.6.6/configure-9007- cp $export_symbols $output_objdir/$soname.def; ############################################## rasdaemon-0.6.6/configure-9039- prefix_cmds="$SED"~ rasdaemon-0.6.6/configure:9040: if test EXPORTS = "`$SED 1q $export_symbols`"; then rasdaemon-0.6.6/configure-9041- prefix_cmds="$prefix_cmds -e 1d"; ############################################## rasdaemon-0.6.6/configure-9061- # time. Moving up from 0x10000000 also allows more sbrk(2) space. rasdaemon-0.6.6/configure:9062: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' rasdaemon-0.6.6/configure:9063: 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' rasdaemon-0.6.6/configure-9064- ;; ############################################## rasdaemon-0.6.6/configure-9079- pgcc*) # Portland Group C compiler rasdaemon-0.6.6/configure:9080: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' rasdaemon-0.6.6/configure-9081- tmp_addflag=' $pic_flag' ############################################## rasdaemon-0.6.6/configure-9084- # Portland Group f77 and f90 compilers rasdaemon-0.6.6/configure:9085: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' rasdaemon-0.6.6/configure-9086- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## rasdaemon-0.6.6/configure-9101- nvcc*) # Cuda Compiler Driver 2.2 rasdaemon-0.6.6/configure:9102: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' rasdaemon-0.6.6/configure-9103- compiler_needs_object=yes ############################################## rasdaemon-0.6.6/configure-9105- esac rasdaemon-0.6.6/configure:9106: case `$CC -V 2>&1 | sed 5q` in rasdaemon-0.6.6/configure-9107- *Sun\ C*) # Sun C 5.9 rasdaemon-0.6.6/configure:9108: whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' rasdaemon-0.6.6/configure-9109- compiler_needs_object=yes ############################################## rasdaemon-0.6.6/configure-9176- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) rasdaemon-0.6.6/configure:9177: case `$LD -v 2>&1` in rasdaemon-0.6.6/configure-9178- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## rasdaemon-0.6.6/configure-9265- else rasdaemon-0.6.6/configure:9266: export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' rasdaemon-0.6.6/configure-9267- fi ############################################## rasdaemon-0.6.6/configure-9330- # below for broken collect2 doesn't work under 4.3+ rasdaemon-0.6.6/configure:9331: collect2name=`$CC -print-prog-name=collect2` rasdaemon-0.6.6/configure-9332- if test -f "$collect2name" && ############################################## rasdaemon-0.6.6/configure-9410- }' rasdaemon-0.6.6/configure:9411: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` rasdaemon-0.6.6/configure-9412- # Check for a 64-bit object if we didn't find anything. rasdaemon-0.6.6/configure-9413- if test -z "$lt_cv_aix_libpath_"; then rasdaemon-0.6.6/configure:9414: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` rasdaemon-0.6.6/configure-9415- fi ############################################## rasdaemon-0.6.6/configure-9428- hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" rasdaemon-0.6.6/configure:9429: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag rasdaemon-0.6.6/configure-9430- else ############################################## rasdaemon-0.6.6/configure-9463- }' rasdaemon-0.6.6/configure:9464: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` rasdaemon-0.6.6/configure-9465- # Check for a 64-bit object if we didn't find anything. rasdaemon-0.6.6/configure-9466- if test -z "$lt_cv_aix_libpath_"; then rasdaemon-0.6.6/configure:9467: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` rasdaemon-0.6.6/configure-9468- fi ############################################## rasdaemon-0.6.6/configure-9495- # -brtl affects multiple linker settings, -berok does not and is overridden later rasdaemon-0.6.6/configure:9496: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' rasdaemon-0.6.6/configure-9497- if test svr4 != "$with_aix_soname"; then ############################################## rasdaemon-0.6.6/configure-9548- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' rasdaemon-0.6.6/configure:9549: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then rasdaemon-0.6.6/configure-9550- cp "$export_symbols" "$output_objdir/$soname.def"; ############################################## rasdaemon-0.6.6/configure-9586- # FIXME: Setting linknames here is a bad hack. rasdaemon-0.6.6/configure:9587: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' rasdaemon-0.6.6/configure-9588- # The linker will automatically build a .lib file if we build a DLL. ############################################## rasdaemon-0.6.6/configure-9604- if test yes = "$lt_cv_ld_force_load"; then rasdaemon-0.6.6/configure:9605: whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' rasdaemon-0.6.6/configure-9606- ############################################## rasdaemon-0.6.6/configure-9784- if test yes = "$GCC"; then rasdaemon-0.6.6/configure:9785: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' rasdaemon-0.6.6/configure-9786- # Try to use the -exported_symbol ld option, if it does not ############################################## rasdaemon-0.6.6/configure-9812- if test yes = "$lt_cv_irix_exported_symbol"; then rasdaemon-0.6.6/configure:9813: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' rasdaemon-0.6.6/configure-9814- fi rasdaemon-0.6.6/configure-9815- else rasdaemon-0.6.6/configure:9816: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' rasdaemon-0.6.6/configure:9817: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' rasdaemon-0.6.6/configure-9818- fi ############################################## rasdaemon-0.6.6/configure-9862- hardcode_direct_absolute=yes rasdaemon-0.6.6/configure:9863: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then rasdaemon-0.6.6/configure-9864- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## rasdaemon-0.6.6/configure-9893- prefix_cmds="$SED"~ rasdaemon-0.6.6/configure:9894: if test EXPORTS = "`$SED 1q $export_symbols`"; then rasdaemon-0.6.6/configure-9895- prefix_cmds="$prefix_cmds -e 1d"; ############################################## rasdaemon-0.6.6/configure-9907- allow_undefined_flag=' $wl-expect_unresolved $wl\*' rasdaemon-0.6.6/configure:9908: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' rasdaemon-0.6.6/configure-9909- else rasdaemon-0.6.6/configure-9910- allow_undefined_flag=' -expect_unresolved \*' rasdaemon-0.6.6/configure:9911: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' rasdaemon-0.6.6/configure-9912- fi ############################################## rasdaemon-0.6.6/configure-9920- allow_undefined_flag=' $wl-expect_unresolved $wl\*' rasdaemon-0.6.6/configure:9921: archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' rasdaemon-0.6.6/configure-9922- hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' ############################################## rasdaemon-0.6.6/configure-9924- allow_undefined_flag=' -expect_unresolved \*' rasdaemon-0.6.6/configure:9925: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' rasdaemon-0.6.6/configure:9926: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ rasdaemon-0.6.6/configure:9927: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' rasdaemon-0.6.6/configure-9928- ############################################## rasdaemon-0.6.6/configure-9943- else rasdaemon-0.6.6/configure:9944: case `$CC -V 2>&1` in rasdaemon-0.6.6/configure-9945- *"Compilers 5.0"*) ############################################## rasdaemon-0.6.6/configure-10342- esac rasdaemon-0.6.6/configure:10343: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` rasdaemon-0.6.6/configure-10344- case $lt_search_path_spec in ############################################## rasdaemon-0.6.6/configure-10349- # okay in the real world where ";" in dirpaths is itself problematic. rasdaemon-0.6.6/configure:10350: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` rasdaemon-0.6.6/configure-10351- ;; rasdaemon-0.6.6/configure-10352- *) rasdaemon-0.6.6/configure:10353: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` rasdaemon-0.6.6/configure-10354- ;; ############################################## rasdaemon-0.6.6/configure-10358- lt_tmp_lt_search_path_spec= rasdaemon-0.6.6/configure:10359: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` rasdaemon-0.6.6/configure-10360- # ...but if some path component already ends with the multilib dir we assume ############################################## rasdaemon-0.6.6/configure-10400- esac rasdaemon-0.6.6/configure:10401: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` rasdaemon-0.6.6/configure-10402-else ############################################## rasdaemon-0.6.6/configure-10540- # Create ${libname}_ixlibrary.a entries in /sys/libs. rasdaemon-0.6.6/configure:10541: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' rasdaemon-0.6.6/configure-10542- ;; ############################################## rasdaemon-0.6.6/configure-10576- # DLL is installed to $(libdir)/../bin by postinstall_cmds rasdaemon-0.6.6/configure:10577: postinstall_cmds='base_file=`basename \$file`~ rasdaemon-0.6.6/configure:10578: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ rasdaemon-0.6.6/configure:10579: dldir=$destdir/`dirname \$dlpath`~ rasdaemon-0.6.6/configure-10580- test -d \$dldir || mkdir -p \$dldir~ ############################################## rasdaemon-0.6.6/configure-10585- fi' rasdaemon-0.6.6/configure:10586: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ rasdaemon-0.6.6/configure-10587- dlpath=$dir/\$dldll~ ############################################## rasdaemon-0.6.6/configure-10593- # Cygwin DLLs use 'cyg' prefix rather than 'lib' rasdaemon-0.6.6/configure:10594: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' rasdaemon-0.6.6/configure-10595- ############################################## rasdaemon-0.6.6/configure-10599- # MinGW DLLs use traditional 'lib' prefix rasdaemon-0.6.6/configure:10600: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' rasdaemon-0.6.6/configure-10601- ;; ############################################## rasdaemon-0.6.6/configure-10603- # pw32 DLLs use 'pw' prefix rather than 'lib' rasdaemon-0.6.6/configure:10604: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' rasdaemon-0.6.6/configure-10605- ;; ############################################## rasdaemon-0.6.6/configure-10612- libname_spec='$name' rasdaemon-0.6.6/configure:10613: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' rasdaemon-0.6.6/configure-10614- library_names_spec='$libname.dll.lib' ############################################## rasdaemon-0.6.6/configure-10624- # Let DOS variable expansion print the short 8.3 style file name. rasdaemon-0.6.6/configure:10625: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` rasdaemon-0.6.6/configure-10626- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## rasdaemon-0.6.6/configure-10629- # Convert to MSYS style. rasdaemon-0.6.6/configure:10630: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` rasdaemon-0.6.6/configure-10631- ;; ############################################## rasdaemon-0.6.6/configure-10635- # like /cygdrive/c/PROGRA~1:/cygdr... rasdaemon-0.6.6/configure:10636: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` rasdaemon-0.6.6/configure:10637: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` rasdaemon-0.6.6/configure:10638: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` rasdaemon-0.6.6/configure-10639- ;; ############################################## rasdaemon-0.6.6/configure-10643- # It is most probably a Windows format PATH. rasdaemon-0.6.6/configure:10644: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` rasdaemon-0.6.6/configure-10645- else rasdaemon-0.6.6/configure:10646: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` rasdaemon-0.6.6/configure-10647- fi ############################################## rasdaemon-0.6.6/configure-10653- # DLL is installed to $(libdir)/../bin by postinstall_cmds rasdaemon-0.6.6/configure:10654: postinstall_cmds='base_file=`basename \$file`~ rasdaemon-0.6.6/configure:10655: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ rasdaemon-0.6.6/configure:10656: dldir=$destdir/`dirname \$dlpath`~ rasdaemon-0.6.6/configure-10657- test -d \$dldir || mkdir -p \$dldir~ rasdaemon-0.6.6/configure-10658- $install_prog $dir/$dlname \$dldir/$dlname' rasdaemon-0.6.6/configure:10659: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ rasdaemon-0.6.6/configure-10660- dlpath=$dir/\$dldll~ ############################################## rasdaemon-0.6.6/configure-10667- # Assume MSVC wrapper rasdaemon-0.6.6/configure:10668: library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' rasdaemon-0.6.6/configure-10669- dynamic_linker='Win32 ld.exe' ############################################## rasdaemon-0.6.6/configure-10684- shlibpath_var=DYLD_LIBRARY_PATH rasdaemon-0.6.6/configure:10685: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' rasdaemon-0.6.6/configure-10686- ############################################## rasdaemon-0.6.6/configure-10940- if test -f /etc/ld.so.conf; then rasdaemon-0.6.6/configure:10941: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` rasdaemon-0.6.6/configure-10942- sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" ############################################## rasdaemon-0.6.6/configure-10994- need_lib_prefix=no rasdaemon-0.6.6/configure:10995: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then rasdaemon-0.6.6/configure-10996- need_version=no ############################################## rasdaemon-0.6.6/configure-11021- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec rasdaemon-0.6.6/configure:11022: postinstall_cmds='base_file=`basename \$file`~ rasdaemon-0.6.6/configure:11023: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ rasdaemon-0.6.6/configure:11024: dldir=$destdir/`dirname \$dlpath`~ rasdaemon-0.6.6/configure-11025- test -d \$dldir || mkdir -p \$dldir~ ############################################## rasdaemon-0.6.6/configure-11030- fi' rasdaemon-0.6.6/configure:11031: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ rasdaemon-0.6.6/configure-11032- dlpath=$dir/\$dldll~ ############################################## rasdaemon-0.6.6/configure-12633- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' rasdaemon-0.6.6/configure:12634: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` rasdaemon-0.6.6/configure-12635- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## rasdaemon-0.6.6/configure-12768-if test -z "$BASH_VERSION$ZSH_VERSION" \ rasdaemon-0.6.6/configure:12769: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then rasdaemon-0.6.6/configure-12770- as_echo='print -r --' rasdaemon-0.6.6/configure-12771- as_echo_n='print -rn --' rasdaemon-0.6.6/configure:12772:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then rasdaemon-0.6.6/configure-12773- as_echo='printf %s\n' ############################################## rasdaemon-0.6.6/configure-12775-else rasdaemon-0.6.6/configure:12776: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then rasdaemon-0.6.6/configure-12777- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## rasdaemon-0.6.6/configure-12785- expr "X$arg" : "X\\(.*\\)$as_nl"; rasdaemon-0.6.6/configure:12786: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; rasdaemon-0.6.6/configure-12787- esac; ############################################## rasdaemon-0.6.6/configure-12862-# ---------------------------------------- rasdaemon-0.6.6/configure:12863:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are rasdaemon-0.6.6/configure-12864-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## rasdaemon-0.6.6/configure-12934- { rasdaemon-0.6.6/configure:12935: as_val=`expr "$@" || test $? -eq 1` rasdaemon-0.6.6/configure-12936- } ############################################## rasdaemon-0.6.6/configure-13038- case $as_dir in #( rasdaemon-0.6.6/configure:13039: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( rasdaemon-0.6.6/configure-13040- *) as_qdir=$as_dir;; ############################################## rasdaemon-0.6.6/configure-13173-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 rasdaemon-0.6.6/configure:13174:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" rasdaemon-0.6.6/configure-13175-ac_cs_version="\\ ############################################## rasdaemon-0.6.6/configure-13198- --*=?*) rasdaemon-0.6.6/configure:13199: ac_option=`expr "X$1" : 'X\([^=]*\)='` rasdaemon-0.6.6/configure:13200: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` rasdaemon-0.6.6/configure-13201- ac_shift=: ############################################## rasdaemon-0.6.6/configure-13203- --*=) rasdaemon-0.6.6/configure:13204: ac_option=`expr "X$1" : 'X\([^=]*\)='` rasdaemon-0.6.6/configure-13205- ac_optarg= ############################################## rasdaemon-0.6.6/configure-13227- case $ac_optarg in rasdaemon-0.6.6/configure:13228: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; rasdaemon-0.6.6/configure-13229- '') as_fn_error $? "missing file argument" ;; ############################################## rasdaemon-0.6.6/configure-13235- case $ac_optarg in rasdaemon-0.6.6/configure:13236: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; rasdaemon-0.6.6/configure-13237- esac ############################################## rasdaemon-0.6.6/configure-13304-delay_variable_subst='$delay_variable_subst' rasdaemon-0.6.6/configure:13305:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13306:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13307:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13308:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13309:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13310:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13311:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13312:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13313:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13314:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13315:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13316:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13317:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13318:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13319:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13320:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13321:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13322:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13323:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13324:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13325:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13326:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13327:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13328:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13329:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13330:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13331:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13332:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13333:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13334:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13335:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13336:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13337:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13338:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13339:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13340:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13341:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13342:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13343:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13344:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13345:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13346:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13347:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13348:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13349:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13350:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13351:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13352:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13353:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13354:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13355:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13356:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13357:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13358:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13359:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13360:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13361:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13362:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13363:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13364:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13365:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13366:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13367:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13368:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13369:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13370:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13371:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13372:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13373:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13374:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13375:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13376:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13377:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13378:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13379:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13380:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13381:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13382:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13383:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13384:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13385:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13386:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13387:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13388:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13389:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13390:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13391:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13392:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13393:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13394:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13395:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13396:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13397:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13398:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13399:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13400:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13401:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13402:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13403:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13404:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13405:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13406:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13407:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13408:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13409:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13410:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13411:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13412:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13413:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13414:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13415:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13416:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13417:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13418:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13419:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13420:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13421:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13422:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13423:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13424:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13425:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13426:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13427:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13428:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13429:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13430:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13431:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13432:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13433:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13434:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13435:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13436:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13437:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13438:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure:13439:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' rasdaemon-0.6.6/configure-13440- ############################################## rasdaemon-0.6.6/configure-13521-striplib; do rasdaemon-0.6.6/configure:13522: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in rasdaemon-0.6.6/configure-13523- *[\\\\\\\`\\"\\\$]*) rasdaemon-0.6.6/configure:13524: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes rasdaemon-0.6.6/configure-13525- ;; ############################################## rasdaemon-0.6.6/configure-13552-configure_time_lt_sys_library_path; do rasdaemon-0.6.6/configure:13553: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in rasdaemon-0.6.6/configure-13554- *[\\\\\\\`\\"\\\$]*) rasdaemon-0.6.6/configure:13555: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes rasdaemon-0.6.6/configure-13556- ;; ############################################## rasdaemon-0.6.6/configure-13654-fi rasdaemon-0.6.6/configure:13655:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` rasdaemon-0.6.6/configure-13656-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## rasdaemon-0.6.6/configure-13671- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 rasdaemon-0.6.6/configure:13672:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` rasdaemon-0.6.6/configure-13673-ac_delim='%!_!# ' ############################################## rasdaemon-0.6.6/configure-13677- rasdaemon-0.6.6/configure:13678: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` rasdaemon-0.6.6/configure-13679- if test $ac_delim_n = $ac_delim_num; then ############################################## rasdaemon-0.6.6/configure-13815-for ac_last_try in false false :; do rasdaemon-0.6.6/configure:13816: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` rasdaemon-0.6.6/configure-13817- if test -z "$ac_tt"; then ############################################## rasdaemon-0.6.6/configure-13947- esac rasdaemon-0.6.6/configure:13948: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac rasdaemon-0.6.6/configure-13949- as_fn_append ac_file_inputs " '$ac_f'" ############################################## rasdaemon-0.6.6/configure-14006-*) rasdaemon-0.6.6/configure:14007: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` rasdaemon-0.6.6/configure-14008- # A ".." for each directory in $ac_dir_suffix. rasdaemon-0.6.6/configure:14009: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` rasdaemon-0.6.6/configure-14010- case $ac_top_builddir_sub in ############################################## rasdaemon-0.6.6/configure-14067-/@mandir@/p' rasdaemon-0.6.6/configure:14068:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in rasdaemon-0.6.6/configure-14069-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## rasdaemon-0.6.6/configure-14084- rasdaemon-0.6.6/configure:14085:# Neutralize VPATH when `$srcdir' = `.'. rasdaemon-0.6.6/configure-14086-# Shell code in configure.ac might set extrasub. ############################################## rasdaemon-0.6.6/configure-14112-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && rasdaemon-0.6.6/configure:14113: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && rasdaemon-0.6.6/configure-14114- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## rasdaemon-0.6.6/configure-14158- * ) rasdaemon-0.6.6/configure:14159: _am_stamp_count=`expr $_am_stamp_count + 1` ;; rasdaemon-0.6.6/configure-14160- esac ############################################## rasdaemon-0.6.6/configure-14213- # Strip MF so we end up with the name of the file. rasdaemon-0.6.6/configure:14214: am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` rasdaemon-0.6.6/configure-14215- # Check whether this is an Automake generated Makefile which includes ############################################## rasdaemon-0.6.6/configure-14765- *:) rasdaemon-0.6.6/configure:14766: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" rasdaemon-0.6.6/configure-14767- ;; rasdaemon-0.6.6/configure-14768- x:*) rasdaemon-0.6.6/configure:14769: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" rasdaemon-0.6.6/configure-14770- ;; rasdaemon-0.6.6/configure-14771- *::*) rasdaemon-0.6.6/configure:14772: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" rasdaemon-0.6.6/configure:14773: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" rasdaemon-0.6.6/configure-14774- ;; rasdaemon-0.6.6/configure-14775- *) rasdaemon-0.6.6/configure:14776: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" rasdaemon-0.6.6/configure-14777- ;; ############################################## rasdaemon-0.6.6/configure-14792- done rasdaemon-0.6.6/configure:14793: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` rasdaemon-0.6.6/configure-14794-} ############################################## rasdaemon-0.6.6/install-sh-234- fi rasdaemon-0.6.6/install-sh:235: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; rasdaemon-0.6.6/install-sh-236- *) ############################################## rasdaemon-0.6.6/install-sh-280- dstdir=$dst rasdaemon-0.6.6/install-sh:281: dstbase=`basename "$src"` rasdaemon-0.6.6/install-sh-282- case $dst in ############################################## rasdaemon-0.6.6/install-sh-287- else rasdaemon-0.6.6/install-sh:288: dstdir=`dirname "$dst"` rasdaemon-0.6.6/install-sh-289- test -d "$dstdir" ############################################## rasdaemon-0.6.6/install-sh-354- test_tmpdir="$tmpdir/a" rasdaemon-0.6.6/install-sh:355: ls_ld_tmpdir=`ls -ld "$test_tmpdir"` rasdaemon-0.6.6/install-sh-356- case $ls_ld_tmpdir in ############################################## rasdaemon-0.6.6/install-sh-361- $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { rasdaemon-0.6.6/install-sh:362: ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` rasdaemon-0.6.6/install-sh-363- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## rasdaemon-0.6.6/install-sh-419- case $prefix in rasdaemon-0.6.6/install-sh:420: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; rasdaemon-0.6.6/install-sh-421- *) qprefix=$prefix;; ############################################## rasdaemon-0.6.6/install-sh-468- if $copy_on_change && rasdaemon-0.6.6/install-sh:469: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && rasdaemon-0.6.6/install-sh:470: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && rasdaemon-0.6.6/install-sh-471- set -f && ############################################## rasdaemon-0.6.6/compile-67- mingw/*) rasdaemon-0.6.6/compile:68: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` rasdaemon-0.6.6/compile-69- ;; rasdaemon-0.6.6/compile-70- cygwin/*) rasdaemon-0.6.6/compile:71: file=`cygpath -m "$file" || echo "$file"` rasdaemon-0.6.6/compile-72- ;; rasdaemon-0.6.6/compile-73- wine/*) rasdaemon-0.6.6/compile:74: file=`winepath -w "$file" || echo "$file"` rasdaemon-0.6.6/compile-75- ;; ############################################## rasdaemon-0.6.6/compile-310-# Name of file we expect compiler to create. rasdaemon-0.6.6/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` rasdaemon-0.6.6/compile-312- ############################################## rasdaemon-0.6.6/compile-316-# object file name, since that is what matters with a parallel build. rasdaemon-0.6.6/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d rasdaemon-0.6.6/compile-318-while true; do ############################################## rasdaemon-0.6.6/Makefile.in-51- { \ rasdaemon-0.6.6/Makefile.in:52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ rasdaemon-0.6.6/Makefile.in-53- }; \ ############################################## rasdaemon-0.6.6/Makefile.in-251- esac rasdaemon-0.6.6/Makefile.in:252:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; rasdaemon-0.6.6/Makefile.in-253-am__vpath_adj = case $$p in \ rasdaemon-0.6.6/Makefile.in:254: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ rasdaemon-0.6.6/Makefile.in-255- *) f=$$p;; \ rasdaemon-0.6.6/Makefile.in-256- esac; rasdaemon-0.6.6/Makefile.in:257:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; rasdaemon-0.6.6/Makefile.in-258-am__install_max = 40 rasdaemon-0.6.6/Makefile.in-259-am__nobase_strip_setup = \ rasdaemon-0.6.6/Makefile.in:260: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` rasdaemon-0.6.6/Makefile.in-261-am__nobase_strip = \ ############################################## rasdaemon-0.6.6/Makefile.in-330- while test -n "$$dir1"; do \ rasdaemon-0.6.6/Makefile.in:331: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ rasdaemon-0.6.6/Makefile.in-332- if test "$$first" != "."; then \ rasdaemon-0.6.6/Makefile.in-333- if test "$$first" = ".."; then \ rasdaemon-0.6.6/Makefile.in:334: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ rasdaemon-0.6.6/Makefile.in:335: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ rasdaemon-0.6.6/Makefile.in-336- else \ rasdaemon-0.6.6/Makefile.in:337: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ rasdaemon-0.6.6/Makefile.in-338- if test "$$first2" = "$$first"; then \ rasdaemon-0.6.6/Makefile.in:339: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ rasdaemon-0.6.6/Makefile.in-340- else \ ############################################## rasdaemon-0.6.6/Makefile.in-345- fi; \ rasdaemon-0.6.6/Makefile.in:346: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ rasdaemon-0.6.6/Makefile.in-347- done; \ ############################################## rasdaemon-0.6.6/Makefile.in-620- test -n "$(EXEEXT)" || exit 0; \ rasdaemon-0.6.6/Makefile.in:621: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ rasdaemon-0.6.6/Makefile.in-622- echo " rm -f" $$list; \ ############################################## rasdaemon-0.6.6/Makefile.in-681-.c.obj: rasdaemon-0.6.6/Makefile.in:682:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` rasdaemon-0.6.6/Makefile.in-683-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## rasdaemon-0.6.6/Makefile.in-685-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ rasdaemon-0.6.6/Makefile.in:686:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` rasdaemon-0.6.6/Makefile.in-687- ############################################## rasdaemon-0.6.6/Makefile.in-721- @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ rasdaemon-0.6.6/Makefile.in:722: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ rasdaemon-0.6.6/Makefile.in-723- dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) ############################################## rasdaemon-0.6.6/Makefile.in-738- dot_seen=no; \ rasdaemon-0.6.6/Makefile.in:739: target=`echo $@ | sed s/-recursive//`; \ rasdaemon-0.6.6/Makefile.in-740- case "$@" in \ ############################################## rasdaemon-0.6.6/Makefile.in-801-GTAGS: rasdaemon-0.6.6/Makefile.in:802: here=`$(am__cd) $(top_builddir) && pwd` \ rasdaemon-0.6.6/Makefile.in-803- && $(am__cd) $(top_srcdir) \ ############################################## rasdaemon-0.6.6/Makefile.in-836- test -d "$(distdir)" || mkdir "$(distdir)" rasdaemon-0.6.6/Makefile.in:837: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ rasdaemon-0.6.6/Makefile.in:838: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ rasdaemon-0.6.6/Makefile.in-839- list='$(DISTFILES)'; \ ############################################## rasdaemon-0.6.6/Makefile.in-850- if test -d $$d/$$file; then \ rasdaemon-0.6.6/Makefile.in:851: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ rasdaemon-0.6.6/Makefile.in-852- if test -d "$(distdir)/$$file"; then \ ############################################## rasdaemon-0.6.6/Makefile.in-961- test -d $(distdir)/_build || exit 0; \ rasdaemon-0.6.6/Makefile.in:962: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ rasdaemon-0.6.6/Makefile.in-963- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## rasdaemon-0.6.6/Makefile.in-1005- }; \ rasdaemon-0.6.6/Makefile.in:1006: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ rasdaemon-0.6.6/Makefile.in-1007- || { echo "ERROR: files left after uninstall:" ; \ ############################################## rasdaemon-0.6.6/Makefile.in-1017- fi rasdaemon-0.6.6/Makefile.in:1018: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ rasdaemon-0.6.6/Makefile.in-1019- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## rasdaemon-0.6.6/util/Makefile.in-50- { \ rasdaemon-0.6.6/util/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ rasdaemon-0.6.6/util/Makefile.in-52- }; \ ############################################## rasdaemon-0.6.6/util/Makefile.in-106-CONFIG_CLEAN_VPATH_FILES = rasdaemon-0.6.6/util/Makefile.in:107:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; rasdaemon-0.6.6/util/Makefile.in-108-am__vpath_adj = case $$p in \ rasdaemon-0.6.6/util/Makefile.in:109: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ rasdaemon-0.6.6/util/Makefile.in-110- *) f=$$p;; \ rasdaemon-0.6.6/util/Makefile.in-111- esac; rasdaemon-0.6.6/util/Makefile.in:112:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; rasdaemon-0.6.6/util/Makefile.in-113-am__install_max = 40 rasdaemon-0.6.6/util/Makefile.in-114-am__nobase_strip_setup = \ rasdaemon-0.6.6/util/Makefile.in:115: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` rasdaemon-0.6.6/util/Makefile.in-116-am__nobase_strip = \ ############################################## rasdaemon-0.6.6/util/Makefile.in-389-distdir-am: $(DISTFILES) rasdaemon-0.6.6/util/Makefile.in:390: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ rasdaemon-0.6.6/util/Makefile.in:391: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ rasdaemon-0.6.6/util/Makefile.in-392- list='$(DISTFILES)'; \ ############################################## rasdaemon-0.6.6/util/Makefile.in-403- if test -d $$d/$$file; then \ rasdaemon-0.6.6/util/Makefile.in:404: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ rasdaemon-0.6.6/util/Makefile.in-405- if test -d "$(distdir)/$$file"; then \ ############################################## rasdaemon-0.6.6/depcomp-64- case $1 in rasdaemon-0.6.6/depcomp:65: */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; rasdaemon-0.6.6/depcomp-66- *) dir=;; ############################################## rasdaemon-0.6.6/depcomp-73-{ rasdaemon-0.6.6/depcomp:74: base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` rasdaemon-0.6.6/depcomp-75-} ############################################## rasdaemon-0.6.6/depcomp-126- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} rasdaemon-0.6.6/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rasdaemon-0.6.6/depcomp-128- ############################################## rasdaemon-0.6.6/depcomp-405- sleep 1 rasdaemon-0.6.6/depcomp:406: i=`expr $i - 1` rasdaemon-0.6.6/depcomp-407- done rasdaemon-0.6.6/depcomp-408- fi rasdaemon-0.6.6/depcomp:409: i=`expr $i - 1` rasdaemon-0.6.6/depcomp-410- done ############################################## rasdaemon-0.6.6/depcomp-425- # Do two passes, one to just change these to rasdaemon-0.6.6/depcomp:426: # `$object: dependent.h' and one to simply `dependent.h:'. rasdaemon-0.6.6/depcomp-427- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## rasdaemon-0.6.6/depcomp-659- done rasdaemon-0.6.6/depcomp:660: obj_suffix=`echo "$object" | sed 's/^.*\././'` rasdaemon-0.6.6/depcomp-661- touch "$tmpdepfile" ############################################## rasdaemon-0.6.6/man/Makefile.in-49- { \ rasdaemon-0.6.6/man/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ rasdaemon-0.6.6/man/Makefile.in-51- }; \ ############################################## rasdaemon-0.6.6/man/Makefile.in-123- esac rasdaemon-0.6.6/man/Makefile.in:124:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; rasdaemon-0.6.6/man/Makefile.in-125-am__vpath_adj = case $$p in \ rasdaemon-0.6.6/man/Makefile.in:126: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ rasdaemon-0.6.6/man/Makefile.in-127- *) f=$$p;; \ rasdaemon-0.6.6/man/Makefile.in-128- esac; rasdaemon-0.6.6/man/Makefile.in:129:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; rasdaemon-0.6.6/man/Makefile.in-130-am__install_max = 40 rasdaemon-0.6.6/man/Makefile.in-131-am__nobase_strip_setup = \ rasdaemon-0.6.6/man/Makefile.in:132: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` rasdaemon-0.6.6/man/Makefile.in-133-am__nobase_strip = \ ############################################## rasdaemon-0.6.6/man/Makefile.in-350- test -n "$(man1dir)" \ rasdaemon-0.6.6/man/Makefile.in:351: && test -n "`echo $$list1$$list2`" \ rasdaemon-0.6.6/man/Makefile.in-352- || exit 0; \ ############################################## rasdaemon-0.6.6/man/Makefile.in-393- test -n "$(man8dir)" \ rasdaemon-0.6.6/man/Makefile.in:394: && test -n "`echo $$list1$$list2`" \ rasdaemon-0.6.6/man/Makefile.in-395- || exit 0; \ ############################################## rasdaemon-0.6.6/man/Makefile.in-442-distdir-am: $(DISTFILES) rasdaemon-0.6.6/man/Makefile.in:443: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ rasdaemon-0.6.6/man/Makefile.in:444: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ rasdaemon-0.6.6/man/Makefile.in-445- list='$(DISTFILES)'; \ ############################################## rasdaemon-0.6.6/man/Makefile.in-456- if test -d $$d/$$file; then \ rasdaemon-0.6.6/man/Makefile.in:457: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ rasdaemon-0.6.6/man/Makefile.in-458- if test -d "$(distdir)/$$file"; then \ ############################################## rasdaemon-0.6.6/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: rasdaemon-0.6.6/aclocal.m4:93:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` rasdaemon-0.6.6/aclocal.m4-94-# and then we would define $MISSING as ############################################## rasdaemon-0.6.6/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path. rasdaemon-0.6.6/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd` rasdaemon-0.6.6/aclocal.m4-109-]) ############################################## rasdaemon-0.6.6/aclocal.m4-242- if test "$am_compiler_list" = ""; then rasdaemon-0.6.6/aclocal.m4:243: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` rasdaemon-0.6.6/aclocal.m4-244- fi ############################################## rasdaemon-0.6.6/aclocal.m4-395- # Strip MF so we end up with the name of the file. rasdaemon-0.6.6/aclocal.m4:396: am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` rasdaemon-0.6.6/aclocal.m4-397- # Check whether this is an Automake generated Makefile which includes ############################################## rasdaemon-0.6.6/aclocal.m4-402- || continue rasdaemon-0.6.6/aclocal.m4:403: am_dirpart=`AS_DIRNAME(["$am_mf"])` rasdaemon-0.6.6/aclocal.m4:404: am_filepart=`AS_BASENAME(["$am_mf"])` rasdaemon-0.6.6/aclocal.m4-405- AM_RUN_LOG([cd "$am_dirpart" \ ############################################## rasdaemon-0.6.6/aclocal.m4-470-AC_REQUIRE([AC_PROG_INSTALL])dnl rasdaemon-0.6.6/aclocal.m4:471:if test "`cd $srcdir && pwd`" != "`pwd`"; then rasdaemon-0.6.6/aclocal.m4-472- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## rasdaemon-0.6.6/aclocal.m4-629- * ) rasdaemon-0.6.6/aclocal.m4:630: _am_stamp_count=`expr $_am_stamp_count + 1` ;; rasdaemon-0.6.6/aclocal.m4-631- esac rasdaemon-0.6.6/aclocal.m4-632-done rasdaemon-0.6.6/aclocal.m4:633:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) rasdaemon-0.6.6/aclocal.m4-634- ############################################## rasdaemon-0.6.6/aclocal.m4-885- echo "timestamp, slept: $am_has_slept" > conftest.file rasdaemon-0.6.6/aclocal.m4:886: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` rasdaemon-0.6.6/aclocal.m4-887- if test "$[*]" = "X"; then rasdaemon-0.6.6/aclocal.m4-888- # -L didn't work. rasdaemon-0.6.6/aclocal.m4:889: set X `ls -t "$srcdir/configure" conftest.file` rasdaemon-0.6.6/aclocal.m4-890- fi ############################################## rasdaemon-0.6.6/config.sub-52- rasdaemon-0.6.6/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` rasdaemon-0.6.6/config.sub-54- ############################################## rasdaemon-0.6.6/config.sub-770- i*86v32) rasdaemon-0.6.6/config.sub:771: cpu=`echo "$1" | sed -e 's/86.*/86/'` rasdaemon-0.6.6/config.sub-772- vendor=pc ############################################## rasdaemon-0.6.6/config.sub-775- i*86v4*) rasdaemon-0.6.6/config.sub:776: cpu=`echo "$1" | sed -e 's/86.*/86/'` rasdaemon-0.6.6/config.sub-777- vendor=pc ############################################## rasdaemon-0.6.6/config.sub-780- i*86v) rasdaemon-0.6.6/config.sub:781: cpu=`echo "$1" | sed -e 's/86.*/86/'` rasdaemon-0.6.6/config.sub-782- vendor=pc ############################################## rasdaemon-0.6.6/config.sub-785- i*86sol2) rasdaemon-0.6.6/config.sub:786: cpu=`echo "$1" | sed -e 's/86.*/86/'` rasdaemon-0.6.6/config.sub-787- vendor=pc ############################################## rasdaemon-0.6.6/config.sub-916- cpu=sparc rasdaemon-0.6.6/config.sub:917: vendor=`echo "$basic_machine" | sed 's/-.*//'` rasdaemon-0.6.6/config.sub-918- ;; ############################################## rasdaemon-0.6.6/config.sub-1082- sh5e[lb]-*) rasdaemon-0.6.6/config.sub:1083: cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'` rasdaemon-0.6.6/config.sub-1084- ;; ############################################## rasdaemon-0.6.6/config.sub-1100- xscale-* | xscalee[bl]-*) rasdaemon-0.6.6/config.sub:1101: cpu=`echo "$cpu" | sed 's/^xscale/arm/'` rasdaemon-0.6.6/config.sub-1102- ;; ############################################## rasdaemon-0.6.6/config.sub-1251- *) rasdaemon-0.6.6/config.sub:1252: echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2 rasdaemon-0.6.6/config.sub-1253- exit 1 ############################################## rasdaemon-0.6.6/config.sub-1285- solaris1 | solaris1.*) rasdaemon-0.6.6/config.sub:1286: os=`echo $os | sed -e 's|solaris1|sunos4|'` rasdaemon-0.6.6/config.sub-1287- ;; ############################################## rasdaemon-0.6.6/config.sub-1294- gnu/linux*) rasdaemon-0.6.6/config.sub:1295: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` rasdaemon-0.6.6/config.sub-1296- ;; ############################################## rasdaemon-0.6.6/config.sub-1317- sco3.2.[4-9]*) rasdaemon-0.6.6/config.sub:1318: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` rasdaemon-0.6.6/config.sub-1319- ;; ############################################## rasdaemon-0.6.6/config.sub-1380- nto*) rasdaemon-0.6.6/config.sub:1381: os=`echo $os | sed -e 's|nto|nto-qnx|'` rasdaemon-0.6.6/config.sub-1382- ;; ############################################## rasdaemon-0.6.6/config.sub-1390- linux*) rasdaemon-0.6.6/config.sub:1391: os=`echo $os | sed -e 's|linux|linux-gnu|'` rasdaemon-0.6.6/config.sub-1392- ;; ############################################## rasdaemon-0.6.6/config.sub-1402- mac*) rasdaemon-0.6.6/config.sub:1403: os=`echo "$os" | sed -e 's|mac|macos|'` rasdaemon-0.6.6/config.sub-1404- ;; ############################################## rasdaemon-0.6.6/config.sub-1411- sunos5*) rasdaemon-0.6.6/config.sub:1412: os=`echo "$os" | sed -e 's|sunos5|solaris2|'` rasdaemon-0.6.6/config.sub-1413- ;; rasdaemon-0.6.6/config.sub-1414- sunos6*) rasdaemon-0.6.6/config.sub:1415: os=`echo "$os" | sed -e 's|sunos6|solaris3|'` rasdaemon-0.6.6/config.sub-1416- ;; ############################################## rasdaemon-0.6.6/config.sub-1451- sinix5.*) rasdaemon-0.6.6/config.sub:1452: os=`echo $os | sed -e 's|sinix|sysv|'` rasdaemon-0.6.6/config.sub-1453- ;; ############################################## rasdaemon-0.6.6/config.sub-1511- *) rasdaemon-0.6.6/config.sub:1512: echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 rasdaemon-0.6.6/config.sub-1513- exit 1 ############################################## rasdaemon-0.6.6/libtrace/Makefile.in-51- { \ rasdaemon-0.6.6/libtrace/Makefile.in:52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ rasdaemon-0.6.6/libtrace/Makefile.in-53- }; \ ############################################## rasdaemon-0.6.6/libtrace/Makefile.in-167- esac rasdaemon-0.6.6/libtrace/Makefile.in:168:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; rasdaemon-0.6.6/libtrace/Makefile.in-169-am__vpath_adj = case $$p in \ rasdaemon-0.6.6/libtrace/Makefile.in:170: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ rasdaemon-0.6.6/libtrace/Makefile.in-171- *) f=$$p;; \ rasdaemon-0.6.6/libtrace/Makefile.in-172- esac; rasdaemon-0.6.6/libtrace/Makefile.in:173:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; rasdaemon-0.6.6/libtrace/Makefile.in-174-am__install_max = 40 rasdaemon-0.6.6/libtrace/Makefile.in-175-am__nobase_strip_setup = \ rasdaemon-0.6.6/libtrace/Makefile.in:176: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` rasdaemon-0.6.6/libtrace/Makefile.in-177-am__nobase_strip = \ ############################################## rasdaemon-0.6.6/libtrace/Makefile.in-433-.c.obj: rasdaemon-0.6.6/libtrace/Makefile.in:434:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` rasdaemon-0.6.6/libtrace/Makefile.in-435-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## rasdaemon-0.6.6/libtrace/Makefile.in-437-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ rasdaemon-0.6.6/libtrace/Makefile.in:438:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` rasdaemon-0.6.6/libtrace/Makefile.in-439- ############################################## rasdaemon-0.6.6/libtrace/Makefile.in-470- @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ rasdaemon-0.6.6/libtrace/Makefile.in:471: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ rasdaemon-0.6.6/libtrace/Makefile.in-472- dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) ############################################## rasdaemon-0.6.6/libtrace/Makefile.in-503-GTAGS: rasdaemon-0.6.6/libtrace/Makefile.in:504: here=`$(am__cd) $(top_builddir) && pwd` \ rasdaemon-0.6.6/libtrace/Makefile.in-505- && $(am__cd) $(top_srcdir) \ ############################################## rasdaemon-0.6.6/libtrace/Makefile.in-529-distdir-am: $(DISTFILES) rasdaemon-0.6.6/libtrace/Makefile.in:530: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ rasdaemon-0.6.6/libtrace/Makefile.in:531: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ rasdaemon-0.6.6/libtrace/Makefile.in-532- list='$(DISTFILES)'; \ ############################################## rasdaemon-0.6.6/libtrace/Makefile.in-543- if test -d $$d/$$file; then \ rasdaemon-0.6.6/libtrace/Makefile.in:544: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ rasdaemon-0.6.6/libtrace/Makefile.in-545- if test -d "$(distdir)/$$file"; then \