=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== r-cran-pbdzmq-0.3.3.1+dfsg/configure.ac-42-if test "X$GET_PKG_CONFIG" = "Xyes" -a "X$GET_SYSTEM_ZMQ" = "Xyes" -a "X$ENABLE_INTERNAL_ZMQ" = "Xno" ; then r-cran-pbdzmq-0.3.3.1+dfsg/configure.ac:43: SYSTEM_ZMQ_INCLUDEDIR=`$PKG_CONFIG --variable=includedir libzmq` r-cran-pbdzmq-0.3.3.1+dfsg/configure.ac:44: SYSTEM_ZMQ_LIBDIR=`$PKG_CONFIG --variable=libdir libzmq` r-cran-pbdzmq-0.3.3.1+dfsg/configure.ac-45-fi ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_poll.c-19- for(i = 0; i < PBD_POLLITEM_LENGTH; i++){ r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_poll.c:20: PBD_POLLITEM[i].socket = R_ExternalPtrAddr(VECTOR_ELT(R_socket, i)); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_poll.c-21- PBD_POLLITEM[i].events = (short) INTEGER(R_type)[i]; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_transfer.c-59- int C_flags = INTEGER(R_flags)[0]; r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_transfer.c:60: void *C_socket = R_ExternalPtrAddr(R_socket); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_transfer.c-61- FILE *infile = fopen(CHARPT(R_filename, 0), "r"); ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_transfer.c-111- int C_flags = INTEGER(R_flags)[0]; r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_transfer.c:112: void *C_socket = R_ExternalPtrAddr(R_socket); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_transfer.c-113- FILE *outfile = fopen(CHARPT(R_filename, 0), "w"); ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_context.c-22- int C_ret = -1, C_errno; r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_context.c:23: void *C_context = R_ExternalPtrAddr(R_context); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_context.c-24- ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c-9- int C_type = INTEGER(R_type)[0]; r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c:10: void *C_context = R_ExternalPtrAddr(R_context); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c-11- void *C_socket; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c-30- int C_ret = -1, C_errno; r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c:31: void *C_socket = R_ExternalPtrAddr(R_socket); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c-32- ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c-47- int C_ret = -1, C_errno; r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c:48: void *C_socket = R_ExternalPtrAddr(R_socket); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c-49- const char *C_endpoint = CHARPT(R_endpoint, 0); ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c-65- int C_ret = -1, C_errno; r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c:66: void *C_socket = R_ExternalPtrAddr(R_socket); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c-67- const char *C_endpoint = CHARPT(R_endpoint, 0); ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c-83- int C_ret = -1, C_errno; r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c:84: void *C_socket = R_ExternalPtrAddr(R_socket); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c-85- const char *C_endpoint = CHARPT(R_endpoint, 0); ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c-104- int C_option_type = INTEGER(R_option_type)[0]; r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c:105: void *C_socket = R_ExternalPtrAddr(R_socket); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c-106- void *C_option_value; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c-141- int C_option_type = INTEGER(R_option_type)[0]; r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c:142: void *C_socket = R_ExternalPtrAddr(R_socket); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_socket.c-143- void *C_option_value; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/build_zmq.in-26-### Configure zmq. r-cran-pbdzmq-0.3.3.1+dfsg/src/build_zmq.in:27:MY_PREFIX_DIR=`pwd | sed -e "s/zmqsrc$/zmq/"` r-cran-pbdzmq-0.3.3.1+dfsg/src/build_zmq.in-28- ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_sendrecv.c-6- int C_ret = -1, C_errno, C_flags = INTEGER(R_flags)[0]; r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_sendrecv.c:7: void *C_socket = R_ExternalPtrAddr(R_socket); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_sendrecv.c-8- size_t C_len = (size_t) INTEGER(R_len)[0]; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_sendrecv.c-34- int C_ret = -1, C_errno, C_flags = INTEGER(R_flags)[0]; r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_sendrecv.c:35: void *C_socket = R_ExternalPtrAddr(R_socket); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_sendrecv.c-36- size_t C_len = (size_t) INTEGER(R_len)[0]; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/pkg.m4-73- PKG_CHECK_EXISTS([$3], r-cran-pbdzmq-0.3.3.1+dfsg/src/pkg.m4:74: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], r-cran-pbdzmq-0.3.3.1+dfsg/src/pkg.m4-75- [pkg_failed=yes]) ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/pkg.m4-121- if test $_pkg_short_errors_supported = yes; then r-cran-pbdzmq-0.3.3.1+dfsg/src/pkg.m4:122: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"` r-cran-pbdzmq-0.3.3.1+dfsg/src/pkg.m4-123- else r-cran-pbdzmq-0.3.3.1+dfsg/src/pkg.m4:124: $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` r-cran-pbdzmq-0.3.3.1+dfsg/src/pkg.m4-125- fi ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_message.c-27- int C_ret = -1, C_errno; r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_message.c:28: zmq_msg_t *C_msg_t = R_ExternalPtrAddr(R_msg_t); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_message.c-29- ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_message.c-45- int C_ret = -1, C_errno, C_flags = INTEGER(R_flags)[0]; r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_message.c:46: void *C_socket = R_ExternalPtrAddr(R_socket); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_message.c-47- zmq_msg_t msg; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_message.c-81- int C_ret = -1, C_errno, C_flags = INTEGER(R_flags)[0]; r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_message.c:82: void *C_socket = R_ExternalPtrAddr(R_socket); r-cran-pbdzmq-0.3.3.1+dfsg/src/R_zmq_message.c-83- zmq_msg_t msg; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/R/111_pbd_opt.r-72- if(bytext != ""){ r-cran-pbdzmq-0.3.3.1+dfsg/R/111_pbd_opt.r:73: eval(parse(text = bytext), envir = envir$.pbd_env) r-cran-pbdzmq-0.3.3.1+dfsg/R/111_pbd_opt.r-74- } ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \ r-cran-pbdzmq-0.3.3.1+dfsg/configure:44: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-pbdzmq-0.3.3.1+dfsg/configure-45- as_echo='print -r --' r-cran-pbdzmq-0.3.3.1+dfsg/configure-46- as_echo_n='print -rn --' r-cran-pbdzmq-0.3.3.1+dfsg/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-pbdzmq-0.3.3.1+dfsg/configure-48- as_echo='printf %s\n' ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-50-else r-cran-pbdzmq-0.3.3.1+dfsg/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then r-cran-pbdzmq-0.3.3.1+dfsg/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; r-cran-pbdzmq-0.3.3.1+dfsg/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; r-cran-pbdzmq-0.3.3.1+dfsg/configure-62- esac; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-197- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && r-cran-pbdzmq-0.3.3.1+dfsg/configure:198: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1" r-cran-pbdzmq-0.3.3.1+dfsg/configure-199- if (eval "$as_required") 2>/dev/null; then : ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-323- case $as_dir in #( r-cran-pbdzmq-0.3.3.1+dfsg/configure:324: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( r-cran-pbdzmq-0.3.3.1+dfsg/configure-325- *) as_qdir=$as_dir;; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-396- { r-cran-pbdzmq-0.3.3.1+dfsg/configure:397: as_val=`expr "$@" || test $? -eq 1` r-cran-pbdzmq-0.3.3.1+dfsg/configure-398- } ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-403-# ---------------------------------------- r-cran-pbdzmq-0.3.3.1+dfsg/configure:404:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are r-cran-pbdzmq-0.3.3.1+dfsg/configure-405-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-466- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && r-cran-pbdzmq-0.3.3.1+dfsg/configure:467: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { r-cran-pbdzmq-0.3.3.1+dfsg/configure-468- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-716- case $ac_option in r-cran-pbdzmq-0.3.3.1+dfsg/configure:717: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; r-cran-pbdzmq-0.3.3.1+dfsg/configure-718- *=) ac_optarg= ;; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-760- -disable-* | --disable-*) r-cran-pbdzmq-0.3.3.1+dfsg/configure:761: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-762- # Reject names that are not valid shell variable names. ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-765- ac_useropt_orig=$ac_useropt r-cran-pbdzmq-0.3.3.1+dfsg/configure:766: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-767- case $ac_user_opts in ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-786- -enable-* | --enable-*) r-cran-pbdzmq-0.3.3.1+dfsg/configure:787: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-788- # Reject names that are not valid shell variable names. ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-791- ac_useropt_orig=$ac_useropt r-cran-pbdzmq-0.3.3.1+dfsg/configure:792: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-793- case $ac_user_opts in ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-990- -with-* | --with-*) r-cran-pbdzmq-0.3.3.1+dfsg/configure:991: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-992- # Reject names that are not valid shell variable names. ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-995- ac_useropt_orig=$ac_useropt r-cran-pbdzmq-0.3.3.1+dfsg/configure:996: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-997- case $ac_user_opts in ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1006- -without-* | --without-*) r-cran-pbdzmq-0.3.3.1+dfsg/configure:1007: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-1008- # Reject names that are not valid shell variable names. ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1011- ac_useropt_orig=$ac_useropt r-cran-pbdzmq-0.3.3.1+dfsg/configure:1012: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-1013- case $ac_user_opts in ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1044- *=*) r-cran-pbdzmq-0.3.3.1+dfsg/configure:1045: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` r-cran-pbdzmq-0.3.3.1+dfsg/configure-1046- # Reject names that are not valid shell variable names. ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1065-if test -n "$ac_prev"; then r-cran-pbdzmq-0.3.3.1+dfsg/configure:1066: ac_option=--`echo $ac_prev | sed 's/_/-/g'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-1067- as_fn_error $? "missing argument to $ac_option" ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1087- */ ) r-cran-pbdzmq-0.3.3.1+dfsg/configure:1088: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-1089- eval $ac_var=\$ac_val;; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1122-ac_ls_di=`ls -di .` && r-cran-pbdzmq-0.3.3.1+dfsg/configure:1123:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || r-cran-pbdzmq-0.3.3.1+dfsg/configure-1124- as_fn_error $? "working directory cannot be determined" ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1178-case $srcdir in r-cran-pbdzmq-0.3.3.1+dfsg/configure:1179:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; r-cran-pbdzmq-0.3.3.1+dfsg/configure-1180-esac ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1221-By default, \`make install' will install all the files in r-cran-pbdzmq-0.3.3.1+dfsg/configure:1222:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify r-cran-pbdzmq-0.3.3.1+dfsg/configure:1223:an installation prefix other than \`$ac_default_prefix' using \`--prefix', r-cran-pbdzmq-0.3.3.1+dfsg/configure-1224-for instance \`--prefix=\$HOME'. ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1290-*) r-cran-pbdzmq-0.3.3.1+dfsg/configure:1291: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-1292- # A ".." for each directory in $ac_dir_suffix. r-cran-pbdzmq-0.3.3.1+dfsg/configure:1293: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-1294- case $ac_top_builddir_sub in ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1426- *\'*) r-cran-pbdzmq-0.3.3.1+dfsg/configure:1427: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; r-cran-pbdzmq-0.3.3.1+dfsg/configure-1428- esac ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1509- case $ac_val in r-cran-pbdzmq-0.3.3.1+dfsg/configure:1510: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; r-cran-pbdzmq-0.3.3.1+dfsg/configure-1511- esac ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1524- case $ac_val in r-cran-pbdzmq-0.3.3.1+dfsg/configure:1525: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; r-cran-pbdzmq-0.3.3.1+dfsg/configure-1526- esac ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1644- set,) r-cran-pbdzmq-0.3.3.1+dfsg/configure:1645: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 r-cran-pbdzmq-0.3.3.1+dfsg/configure:1646:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} r-cran-pbdzmq-0.3.3.1+dfsg/configure-1647- ac_cache_corrupted=: ;; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1655- # differences in whitespace do not lead to failure. r-cran-pbdzmq-0.3.3.1+dfsg/configure:1656: ac_old_val_w=`echo x $ac_old_val` r-cran-pbdzmq-0.3.3.1+dfsg/configure:1657: ac_new_val_w=`echo x $ac_new_val` r-cran-pbdzmq-0.3.3.1+dfsg/configure-1658- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1675- case $ac_new_val in r-cran-pbdzmq-0.3.3.1+dfsg/configure:1676: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; r-cran-pbdzmq-0.3.3.1+dfsg/configure-1677- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1924- test $ac_status = 0; }; then r-cran-pbdzmq-0.3.3.1+dfsg/configure:1925: pkg_cv_zmq_CFLAGS=`$PKG_CONFIG --cflags "libzmq >= 4.0.4" 2>/dev/null` r-cran-pbdzmq-0.3.3.1+dfsg/configure-1926-else ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1942- test $ac_status = 0; }; then r-cran-pbdzmq-0.3.3.1+dfsg/configure:1943: pkg_cv_zmq_LIBS=`$PKG_CONFIG --libs "libzmq >= 4.0.4" 2>/dev/null` r-cran-pbdzmq-0.3.3.1+dfsg/configure-1944-else ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1961- if test $_pkg_short_errors_supported = yes; then r-cran-pbdzmq-0.3.3.1+dfsg/configure:1962: zmq_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libzmq >= 4.0.4"` r-cran-pbdzmq-0.3.3.1+dfsg/configure-1963- else r-cran-pbdzmq-0.3.3.1+dfsg/configure:1964: zmq_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libzmq >= 4.0.4"` r-cran-pbdzmq-0.3.3.1+dfsg/configure-1965- fi ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-1983-if test "X$GET_PKG_CONFIG" = "Xyes" -a "X$GET_SYSTEM_ZMQ" = "Xyes" -a "X$ENABLE_INTERNAL_ZMQ" = "Xno" ; then r-cran-pbdzmq-0.3.3.1+dfsg/configure:1984: SYSTEM_ZMQ_INCLUDEDIR=`$PKG_CONFIG --variable=includedir libzmq` r-cran-pbdzmq-0.3.3.1+dfsg/configure:1985: SYSTEM_ZMQ_LIBDIR=`$PKG_CONFIG --variable=libdir libzmq` r-cran-pbdzmq-0.3.3.1+dfsg/configure-1986-fi ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-2203-' r-cran-pbdzmq-0.3.3.1+dfsg/configure:2204:DEFS=`sed -n "$ac_script" confdefs.h` r-cran-pbdzmq-0.3.3.1+dfsg/configure-2205- ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-2212- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' r-cran-pbdzmq-0.3.3.1+dfsg/configure:2213: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` r-cran-pbdzmq-0.3.3.1+dfsg/configure-2214- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-2279-if test -z "$BASH_VERSION$ZSH_VERSION" \ r-cran-pbdzmq-0.3.3.1+dfsg/configure:2280: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-pbdzmq-0.3.3.1+dfsg/configure-2281- as_echo='print -r --' r-cran-pbdzmq-0.3.3.1+dfsg/configure-2282- as_echo_n='print -rn --' r-cran-pbdzmq-0.3.3.1+dfsg/configure:2283:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-pbdzmq-0.3.3.1+dfsg/configure-2284- as_echo='printf %s\n' ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-2286-else r-cran-pbdzmq-0.3.3.1+dfsg/configure:2287: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then r-cran-pbdzmq-0.3.3.1+dfsg/configure-2288- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-2296- expr "X$arg" : "X\\(.*\\)$as_nl"; r-cran-pbdzmq-0.3.3.1+dfsg/configure:2297: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; r-cran-pbdzmq-0.3.3.1+dfsg/configure-2298- esac; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-2373-# ---------------------------------------- r-cran-pbdzmq-0.3.3.1+dfsg/configure:2374:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are r-cran-pbdzmq-0.3.3.1+dfsg/configure-2375-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-2445- { r-cran-pbdzmq-0.3.3.1+dfsg/configure:2446: as_val=`expr "$@" || test $? -eq 1` r-cran-pbdzmq-0.3.3.1+dfsg/configure-2447- } ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-2549- case $as_dir in #( r-cran-pbdzmq-0.3.3.1+dfsg/configure:2550: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( r-cran-pbdzmq-0.3.3.1+dfsg/configure-2551- *) as_qdir=$as_dir;; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-2671-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 r-cran-pbdzmq-0.3.3.1+dfsg/configure:2672:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" r-cran-pbdzmq-0.3.3.1+dfsg/configure-2673-ac_cs_version="\\ ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-2693- --*=?*) r-cran-pbdzmq-0.3.3.1+dfsg/configure:2694: ac_option=`expr "X$1" : 'X\([^=]*\)='` r-cran-pbdzmq-0.3.3.1+dfsg/configure:2695: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-2696- ac_shift=: ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-2698- --*=) r-cran-pbdzmq-0.3.3.1+dfsg/configure:2699: ac_option=`expr "X$1" : 'X\([^=]*\)='` r-cran-pbdzmq-0.3.3.1+dfsg/configure-2700- ac_optarg= ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-2722- case $ac_optarg in r-cran-pbdzmq-0.3.3.1+dfsg/configure:2723: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; r-cran-pbdzmq-0.3.3.1+dfsg/configure-2724- '') as_fn_error $? "missing file argument" ;; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-2838-fi r-cran-pbdzmq-0.3.3.1+dfsg/configure:2839:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` r-cran-pbdzmq-0.3.3.1+dfsg/configure-2840-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-2855- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 r-cran-pbdzmq-0.3.3.1+dfsg/configure:2856:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-2857-ac_delim='%!_!# ' ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-2861- r-cran-pbdzmq-0.3.3.1+dfsg/configure:2862: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` r-cran-pbdzmq-0.3.3.1+dfsg/configure-2863- if test $ac_delim_n = $ac_delim_num; then ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3023- esac r-cran-pbdzmq-0.3.3.1+dfsg/configure:3024: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac r-cran-pbdzmq-0.3.3.1+dfsg/configure-3025- as_fn_append ac_file_inputs " '$ac_f'" ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3082-*) r-cran-pbdzmq-0.3.3.1+dfsg/configure:3083: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-3084- # A ".." for each directory in $ac_dir_suffix. r-cran-pbdzmq-0.3.3.1+dfsg/configure:3085: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-3086- case $ac_top_builddir_sub in ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3134-/@mandir@/p' r-cran-pbdzmq-0.3.3.1+dfsg/configure:3135:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in r-cran-pbdzmq-0.3.3.1+dfsg/configure-3136-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3151- r-cran-pbdzmq-0.3.3.1+dfsg/configure:3152:# Neutralize VPATH when `$srcdir' = `.'. r-cran-pbdzmq-0.3.3.1+dfsg/configure-3153-# Shell code in configure.ac might set extrasub. ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3177-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && r-cran-pbdzmq-0.3.3.1+dfsg/configure:3178: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && r-cran-pbdzmq-0.3.3.1+dfsg/configure-3179- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3360-' r-cran-pbdzmq-0.3.3.1+dfsg/configure:3361:DEFS=`sed -n "$ac_script" confdefs.h` r-cran-pbdzmq-0.3.3.1+dfsg/configure-3362- ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3369- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' r-cran-pbdzmq-0.3.3.1+dfsg/configure:3370: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` r-cran-pbdzmq-0.3.3.1+dfsg/configure-3371- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3436-if test -z "$BASH_VERSION$ZSH_VERSION" \ r-cran-pbdzmq-0.3.3.1+dfsg/configure:3437: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-pbdzmq-0.3.3.1+dfsg/configure-3438- as_echo='print -r --' r-cran-pbdzmq-0.3.3.1+dfsg/configure-3439- as_echo_n='print -rn --' r-cran-pbdzmq-0.3.3.1+dfsg/configure:3440:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-pbdzmq-0.3.3.1+dfsg/configure-3441- as_echo='printf %s\n' ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3443-else r-cran-pbdzmq-0.3.3.1+dfsg/configure:3444: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then r-cran-pbdzmq-0.3.3.1+dfsg/configure-3445- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3453- expr "X$arg" : "X\\(.*\\)$as_nl"; r-cran-pbdzmq-0.3.3.1+dfsg/configure:3454: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; r-cran-pbdzmq-0.3.3.1+dfsg/configure-3455- esac; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3530-# ---------------------------------------- r-cran-pbdzmq-0.3.3.1+dfsg/configure:3531:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are r-cran-pbdzmq-0.3.3.1+dfsg/configure-3532-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3602- { r-cran-pbdzmq-0.3.3.1+dfsg/configure:3603: as_val=`expr "$@" || test $? -eq 1` r-cran-pbdzmq-0.3.3.1+dfsg/configure-3604- } ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3706- case $as_dir in #( r-cran-pbdzmq-0.3.3.1+dfsg/configure:3707: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( r-cran-pbdzmq-0.3.3.1+dfsg/configure-3708- *) as_qdir=$as_dir;; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3828-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 r-cran-pbdzmq-0.3.3.1+dfsg/configure:3829:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" r-cran-pbdzmq-0.3.3.1+dfsg/configure-3830-ac_cs_version="\\ ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3850- --*=?*) r-cran-pbdzmq-0.3.3.1+dfsg/configure:3851: ac_option=`expr "X$1" : 'X\([^=]*\)='` r-cran-pbdzmq-0.3.3.1+dfsg/configure:3852: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-3853- ac_shift=: ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3855- --*=) r-cran-pbdzmq-0.3.3.1+dfsg/configure:3856: ac_option=`expr "X$1" : 'X\([^=]*\)='` r-cran-pbdzmq-0.3.3.1+dfsg/configure-3857- ac_optarg= ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3879- case $ac_optarg in r-cran-pbdzmq-0.3.3.1+dfsg/configure:3880: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; r-cran-pbdzmq-0.3.3.1+dfsg/configure-3881- '') as_fn_error $? "missing file argument" ;; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-3996-fi r-cran-pbdzmq-0.3.3.1+dfsg/configure:3997:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` r-cran-pbdzmq-0.3.3.1+dfsg/configure-3998-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4013- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 r-cran-pbdzmq-0.3.3.1+dfsg/configure:4014:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-4015-ac_delim='%!_!# ' ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4019- r-cran-pbdzmq-0.3.3.1+dfsg/configure:4020: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` r-cran-pbdzmq-0.3.3.1+dfsg/configure-4021- if test $ac_delim_n = $ac_delim_num; then ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4181- esac r-cran-pbdzmq-0.3.3.1+dfsg/configure:4182: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac r-cran-pbdzmq-0.3.3.1+dfsg/configure-4183- as_fn_append ac_file_inputs " '$ac_f'" ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4240-*) r-cran-pbdzmq-0.3.3.1+dfsg/configure:4241: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-4242- # A ".." for each directory in $ac_dir_suffix. r-cran-pbdzmq-0.3.3.1+dfsg/configure:4243: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-4244- case $ac_top_builddir_sub in ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4292-/@mandir@/p' r-cran-pbdzmq-0.3.3.1+dfsg/configure:4293:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in r-cran-pbdzmq-0.3.3.1+dfsg/configure-4294-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4309- r-cran-pbdzmq-0.3.3.1+dfsg/configure:4310:# Neutralize VPATH when `$srcdir' = `.'. r-cran-pbdzmq-0.3.3.1+dfsg/configure-4311-# Shell code in configure.ac might set extrasub. ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4335-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && r-cran-pbdzmq-0.3.3.1+dfsg/configure:4336: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && r-cran-pbdzmq-0.3.3.1+dfsg/configure-4337- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4518-' r-cran-pbdzmq-0.3.3.1+dfsg/configure:4519:DEFS=`sed -n "$ac_script" confdefs.h` r-cran-pbdzmq-0.3.3.1+dfsg/configure-4520- ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4527- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' r-cran-pbdzmq-0.3.3.1+dfsg/configure:4528: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` r-cran-pbdzmq-0.3.3.1+dfsg/configure-4529- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4594-if test -z "$BASH_VERSION$ZSH_VERSION" \ r-cran-pbdzmq-0.3.3.1+dfsg/configure:4595: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-pbdzmq-0.3.3.1+dfsg/configure-4596- as_echo='print -r --' r-cran-pbdzmq-0.3.3.1+dfsg/configure-4597- as_echo_n='print -rn --' r-cran-pbdzmq-0.3.3.1+dfsg/configure:4598:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-pbdzmq-0.3.3.1+dfsg/configure-4599- as_echo='printf %s\n' ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4601-else r-cran-pbdzmq-0.3.3.1+dfsg/configure:4602: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then r-cran-pbdzmq-0.3.3.1+dfsg/configure-4603- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4611- expr "X$arg" : "X\\(.*\\)$as_nl"; r-cran-pbdzmq-0.3.3.1+dfsg/configure:4612: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; r-cran-pbdzmq-0.3.3.1+dfsg/configure-4613- esac; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4688-# ---------------------------------------- r-cran-pbdzmq-0.3.3.1+dfsg/configure:4689:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are r-cran-pbdzmq-0.3.3.1+dfsg/configure-4690-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4760- { r-cran-pbdzmq-0.3.3.1+dfsg/configure:4761: as_val=`expr "$@" || test $? -eq 1` r-cran-pbdzmq-0.3.3.1+dfsg/configure-4762- } ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4864- case $as_dir in #( r-cran-pbdzmq-0.3.3.1+dfsg/configure:4865: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( r-cran-pbdzmq-0.3.3.1+dfsg/configure-4866- *) as_qdir=$as_dir;; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-4986-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 r-cran-pbdzmq-0.3.3.1+dfsg/configure:4987:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" r-cran-pbdzmq-0.3.3.1+dfsg/configure-4988-ac_cs_version="\\ ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-5008- --*=?*) r-cran-pbdzmq-0.3.3.1+dfsg/configure:5009: ac_option=`expr "X$1" : 'X\([^=]*\)='` r-cran-pbdzmq-0.3.3.1+dfsg/configure:5010: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-5011- ac_shift=: ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-5013- --*=) r-cran-pbdzmq-0.3.3.1+dfsg/configure:5014: ac_option=`expr "X$1" : 'X\([^=]*\)='` r-cran-pbdzmq-0.3.3.1+dfsg/configure-5015- ac_optarg= ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-5037- case $ac_optarg in r-cran-pbdzmq-0.3.3.1+dfsg/configure:5038: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; r-cran-pbdzmq-0.3.3.1+dfsg/configure-5039- '') as_fn_error $? "missing file argument" ;; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-5155-fi r-cran-pbdzmq-0.3.3.1+dfsg/configure:5156:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` r-cran-pbdzmq-0.3.3.1+dfsg/configure-5157-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-5172- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 r-cran-pbdzmq-0.3.3.1+dfsg/configure:5173:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-5174-ac_delim='%!_!# ' ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-5178- r-cran-pbdzmq-0.3.3.1+dfsg/configure:5179: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` r-cran-pbdzmq-0.3.3.1+dfsg/configure-5180- if test $ac_delim_n = $ac_delim_num; then ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-5340- esac r-cran-pbdzmq-0.3.3.1+dfsg/configure:5341: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac r-cran-pbdzmq-0.3.3.1+dfsg/configure-5342- as_fn_append ac_file_inputs " '$ac_f'" ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-5399-*) r-cran-pbdzmq-0.3.3.1+dfsg/configure:5400: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-5401- # A ".." for each directory in $ac_dir_suffix. r-cran-pbdzmq-0.3.3.1+dfsg/configure:5402: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` r-cran-pbdzmq-0.3.3.1+dfsg/configure-5403- case $ac_top_builddir_sub in ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-5451-/@mandir@/p' r-cran-pbdzmq-0.3.3.1+dfsg/configure:5452:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in r-cran-pbdzmq-0.3.3.1+dfsg/configure-5453-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-5468- r-cran-pbdzmq-0.3.3.1+dfsg/configure:5469:# Neutralize VPATH when `$srcdir' = `.'. r-cran-pbdzmq-0.3.3.1+dfsg/configure-5470-# Shell code in configure.ac might set extrasub. ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/configure-5494-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && r-cran-pbdzmq-0.3.3.1+dfsg/configure:5495: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && r-cran-pbdzmq-0.3.3.1+dfsg/configure-5496- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## r-cran-pbdzmq-0.3.3.1+dfsg/debian/tests/run-unit-test-3-oname=pbdZMQ r-cran-pbdzmq-0.3.3.1+dfsg/debian/tests/run-unit-test:4:pkg=r-cran-`echo $oname | tr '[A-Z]' '[a-z]'` r-cran-pbdzmq-0.3.3.1+dfsg/debian/tests/run-unit-test-5- r-cran-pbdzmq-0.3.3.1+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then r-cran-pbdzmq-0.3.3.1+dfsg/debian/tests/run-unit-test:7: AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` r-cran-pbdzmq-0.3.3.1+dfsg/debian/tests/run-unit-test-8-fi