=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== r-cran-sf-0.9-6+dfsg/tests/sfc.Rout.save-525-> try(bb$foo) r-cran-sf-0.9-6+dfsg/tests/sfc.Rout.save:526:Error in `$.bbox`(bb, foo) : unsupported name r-cran-sf-0.9-6+dfsg/tests/sfc.Rout.save-527-> ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-12-# https://github.com/r-spatial/sf/issues/1054: r-cran-sf-0.9-6+dfsg/configure.ac:13:# RVER=`"${RBIN}" --version | head -1 | cut -f3 -d" "` r-cran-sf-0.9-6+dfsg/configure.ac-14-RSCRIPT="${R_HOME}/bin/Rscript" r-cran-sf-0.9-6+dfsg/configure.ac:15:RVER=`"${RSCRIPT}" -e 'writeLines(paste(sep=".", base::version$major, base::version$minor))'` r-cran-sf-0.9-6+dfsg/configure.ac-16- r-cran-sf-0.9-6+dfsg/configure.ac:17:RVER_MAJOR=`echo ${RVER} | cut -f1 -d"."` r-cran-sf-0.9-6+dfsg/configure.ac:18:RVER_MINOR=`echo ${RVER} | cut -f2 -d"."` r-cran-sf-0.9-6+dfsg/configure.ac:19:RVER_PATCH=`echo ${RVER} | cut -f3 -d"."` r-cran-sf-0.9-6+dfsg/configure.ac-20- r-cran-sf-0.9-6+dfsg/configure.ac-21-if test [$RVER_MAJOR = "development"]; then r-cran-sf-0.9-6+dfsg/configure.ac:22: CXX11=`"${RBIN}" CMD config CXX11` r-cran-sf-0.9-6+dfsg/configure.ac:23: CXX11STD=`"${RBIN}" CMD config CXX11STD` r-cran-sf-0.9-6+dfsg/configure.ac-24-else ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-28- if test [$RVER_MINOR -eq 3]; then r-cran-sf-0.9-6+dfsg/configure.ac:29: CXX11=`"${RBIN}" CMD config CXX1X` r-cran-sf-0.9-6+dfsg/configure.ac:30: CXX11STD=`"${RBIN}" CMD config CXX1XSTD` r-cran-sf-0.9-6+dfsg/configure.ac-31- else r-cran-sf-0.9-6+dfsg/configure.ac:32: CXX11=`"${RBIN}" CMD config CXX11` r-cran-sf-0.9-6+dfsg/configure.ac:33: CXX11STD=`"${RBIN}" CMD config CXX11STD` r-cran-sf-0.9-6+dfsg/configure.ac-34- fi ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-38-# pick all flags for testing from R r-cran-sf-0.9-6+dfsg/configure.ac:39:: ${CC=`"${RBIN}" CMD config CC`} r-cran-sf-0.9-6+dfsg/configure.ac-40-: ${CXX=${CXX11} ${CXX11STD}} r-cran-sf-0.9-6+dfsg/configure.ac:41:: ${CFLAGS=`"${RBIN}" CMD config CFLAGS`} r-cran-sf-0.9-6+dfsg/configure.ac:42:: ${CPPFLAGS=`"${RBIN}" CMD config CPPFLAGS`} r-cran-sf-0.9-6+dfsg/configure.ac:43:: ${CXXFLAGS=`"${RBIN}" CMD config CXXFLAGS`} r-cran-sf-0.9-6+dfsg/configure.ac:44:: ${LDFLAGS=`"${RBIN}" CMD config LDFLAGS`} r-cran-sf-0.9-6+dfsg/configure.ac-45-# AC_SUBST([CC],["clang"]) ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-91-AC_MSG_CHECKING(gdal-config usability) r-cran-sf-0.9-6+dfsg/configure.ac:92:if test `${GDAL_CONFIG} --version`; r-cran-sf-0.9-6+dfsg/configure.ac-93-then r-cran-sf-0.9-6+dfsg/configure.ac:94: GDAL_CPPFLAGS=`${GDAL_CONFIG} --cflags` r-cran-sf-0.9-6+dfsg/configure.ac:95: GDAL_VERSION=`${GDAL_CONFIG} --version` r-cran-sf-0.9-6+dfsg/configure.ac:96: GDAL_LIBS=`${GDAL_CONFIG} --libs` r-cran-sf-0.9-6+dfsg/configure.ac:97: GDAL_DEP_LIBS=`${GDAL_CONFIG} --dep-libs` r-cran-sf-0.9-6+dfsg/configure.ac:98: GDAL_DATADIR=`${GDAL_CONFIG} --datadir` r-cran-sf-0.9-6+dfsg/configure.ac-99- AC_MSG_RESULT(yes) ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-118- r-cran-sf-0.9-6+dfsg/configure.ac:119:GDAL_MAJ_VER=`echo $GDAL_VERSION | cut -d "." -f1` r-cran-sf-0.9-6+dfsg/configure.ac-120-if test ${GDAL_MAJ_VER} -lt 2 ; then ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-162-${CXX} ${CPPFLAGS} -o gdal_test gdal_test.cpp ${LIBS} 2> errors.txt r-cran-sf-0.9-6+dfsg/configure.ac:163:if test `echo $?` -ne 0 ; then r-cran-sf-0.9-6+dfsg/configure.ac-164-gdalok=no ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-174-${CXX} ${CPPFLAGS} -o gdal_test gdal_test.cpp ${LIBS} 2>> errors.txt r-cran-sf-0.9-6+dfsg/configure.ac:175:if test `echo $?` -ne 0 ; then r-cran-sf-0.9-6+dfsg/configure.ac-176-gdalok=no ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-194-GDAL_GE_250="no" r-cran-sf-0.9-6+dfsg/configure.ac:195:GDAL_MAJ_VER=`echo $GDAL_VERSION | cut -d "." -f1` r-cran-sf-0.9-6+dfsg/configure.ac:196:GDAL_MOD_VER=`echo $GDAL_VERSION | cut -d "." -f2` r-cran-sf-0.9-6+dfsg/configure.ac-197-if test "${GDAL_MAJ_VER}" = 2 ; then ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-276-${CXX} ${CPPFLAGS} -o gdal_proj gdal_proj.cpp ${LIBS} 2> errors.txt r-cran-sf-0.9-6+dfsg/configure.ac:277:if test `echo $?` -ne 0 ; then r-cran-sf-0.9-6+dfsg/configure.ac-278-gdal_has_proj=no ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-292-./gdal_proj r-cran-sf-0.9-6+dfsg/configure.ac:293:if test `echo $?` -ne 0 ; then r-cran-sf-0.9-6+dfsg/configure.ac-294-gdal_has_proj=no ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-312- r-cran-sf-0.9-6+dfsg/configure.ac:313:if `$PROJ_CONFIG --exists` ; then r-cran-sf-0.9-6+dfsg/configure.ac-314- AC_MSG_NOTICE([pkg-config proj exists, will use it]) ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-327- if test "${proj_config_ok}" = yes; then r-cran-sf-0.9-6+dfsg/configure.ac:328: PROJ_INCLUDE_PATH=`${PROJ_CONFIG} --cflags` r-cran-sf-0.9-6+dfsg/configure.ac-329- AC_SUBST([PROJ_CPPFLAGS],["${PROJ_INCLUDE_PATH}"]) ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-343-if test "${proj_config_ok}" = yes; then r-cran-sf-0.9-6+dfsg/configure.ac:344: PROJ_VERSION=`${PROJ_CONFIG} --modversion` r-cran-sf-0.9-6+dfsg/configure.ac:345: PROJV1=`echo "${PROJ_VERSION}" | cut -c 1` r-cran-sf-0.9-6+dfsg/configure.ac-346- if test "${PROJV1}" -ge 6; then ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-387- if test "${proj_config_ok}" = yes; then r-cran-sf-0.9-6+dfsg/configure.ac:388: PROJ_LIB_PATH=`${PROJ_CONFIG} --libs` r-cran-sf-0.9-6+dfsg/configure.ac-389- AC_SUBST([PROJ_LIBS], ["${PROJ_LIB_PATH} ${INPKG_LIBS}"]) r-cran-sf-0.9-6+dfsg/configure.ac:390: proj_version=`${PROJ_CONFIG} --modversion` r-cran-sf-0.9-6+dfsg/configure.ac-391- AC_MSG_NOTICE([PROJ: ${proj_version}]) ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-428- ${CXX} ${CPPFLAGS} -o proj_conf_test proj_conf_test.cpp ${LIBS} -lsqlite3 2> errors.txt r-cran-sf-0.9-6+dfsg/configure.ac:429: if test `echo $?` -ne 0 ; then r-cran-sf-0.9-6+dfsg/configure.ac-430- proj6ok=no ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-496- PROJ_LIB="${proj_share_path}" ./proj_conf_test r-cran-sf-0.9-6+dfsg/configure.ac:497: proj_share=`echo $?` r-cran-sf-0.9-6+dfsg/configure.ac-498-else r-cran-sf-0.9-6+dfsg/configure.ac-499- ./proj_conf_test r-cran-sf-0.9-6+dfsg/configure.ac:500: proj_share=`echo $?` r-cran-sf-0.9-6+dfsg/configure.ac-501-fi ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-544- PROJ_LIB="${proj_share_path}" ./proj_conf_test r-cran-sf-0.9-6+dfsg/configure.ac:545: proj_share=`echo $?` r-cran-sf-0.9-6+dfsg/configure.ac-546-else r-cran-sf-0.9-6+dfsg/configure.ac-547- ./proj_conf_test r-cran-sf-0.9-6+dfsg/configure.ac:548: proj_share=`echo $?` r-cran-sf-0.9-6+dfsg/configure.ac-549-fi ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-597- PROJ_LIB="${proj_share_path}" ./proj_conf_test r-cran-sf-0.9-6+dfsg/configure.ac:598: proj_share=`echo $?` r-cran-sf-0.9-6+dfsg/configure.ac-599-else r-cran-sf-0.9-6+dfsg/configure.ac-600- ./proj_conf_test r-cran-sf-0.9-6+dfsg/configure.ac:601: proj_share=`echo $?` r-cran-sf-0.9-6+dfsg/configure.ac-602-fi ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-668-AC_MSG_CHECKING(geos-config usability) r-cran-sf-0.9-6+dfsg/configure.ac:669:if test `${GEOS_CONFIG} --version` r-cran-sf-0.9-6+dfsg/configure.ac-670-then r-cran-sf-0.9-6+dfsg/configure.ac:671: GEOS_CLIBS="`${GEOS_CONFIG} --clibs`" r-cran-sf-0.9-6+dfsg/configure.ac-672- #GEOS_DEP_CLIBS=`geos-config --static-clibs` -- this gives -m instead of -lm, which breaks clang r-cran-sf-0.9-6+dfsg/configure.ac-673- # fixed in 3.7.0 at https://github.com/libgeos/libgeos/pull/73#issuecomment-262208677 r-cran-sf-0.9-6+dfsg/configure.ac:674: GEOS_DEP_CLIBS=`${GEOS_CONFIG} --static-clibs | sed 's/-m/-lm/g'` r-cran-sf-0.9-6+dfsg/configure.ac:675: GEOS_CPPFLAGS=`${GEOS_CONFIG} --cflags` r-cran-sf-0.9-6+dfsg/configure.ac-676- AC_MSG_RESULT(yes) ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-681- r-cran-sf-0.9-6+dfsg/configure.ac:682:GEOS_VERSION=`${GEOS_CONFIG} --version` r-cran-sf-0.9-6+dfsg/configure.ac-683-AC_MSG_NOTICE([GEOS: ${GEOS_VERSION}]) r-cran-sf-0.9-6+dfsg/configure.ac-684-AC_MSG_CHECKING([GEOS version >= 3.4.0]) # GDAL 2.0.1 requires GEOS 3.1.0 r-cran-sf-0.9-6+dfsg/configure.ac:685:GEOS_VER_DOT=`echo $GEOS_VERSION | tr -d ".[[:alpha:]]"` r-cran-sf-0.9-6+dfsg/configure.ac-686-if test ${GEOS_VER_DOT} -lt 340 ; then ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-733-${CXX} ${CPPFLAGS} -o geos_test geos_test.cpp ${GEOS_CLIBS} 2> errors.txt r-cran-sf-0.9-6+dfsg/configure.ac:734:if test `echo $?` -ne 0 ; then r-cran-sf-0.9-6+dfsg/configure.ac-735- geosok=no ############################################## r-cran-sf-0.9-6+dfsg/configure.ac-744- ${CXX} ${CPPFLAGS} -o geos_test geos_test.cpp ${GEOS_DEP_CLIBS} 2> errors.txt r-cran-sf-0.9-6+dfsg/configure.ac:745: if test `echo $?` -ne 0 ; then r-cran-sf-0.9-6+dfsg/configure.ac-746- geosok=no ############################################## r-cran-sf-0.9-6+dfsg/vignettes/sf1.Rmd-222-The column in the `sf` data.frame that contains the geometries is a list, of class `sfc`. r-cran-sf-0.9-6+dfsg/vignettes/sf1.Rmd:223:We can retrieve the geometry list-column in this case by `nc$geom` or `nc[[15]]`, but the r-cran-sf-0.9-6+dfsg/vignettes/sf1.Rmd-224-more general way uses `st_geometry`: ############################################## r-cran-sf-0.9-6+dfsg/R/crs.R-355-#' @export r-cran-sf-0.9-6+dfsg/R/crs.R:356:`$.crs` = function(x, name) { r-cran-sf-0.9-6+dfsg/R/crs.R-357- ############################################## r-cran-sf-0.9-6+dfsg/NEWS.md-90- r-cran-sf-0.9-6+dfsg/NEWS.md:91:* modify `crs` objects to reflect our post-proj4string world (#1146; #1225): crs objects contain two fields, `input` with the user input (if any), and `wkt` with a well-known-text (or WKT2) representation of the coordinate reference system. `crs` objects have a `$` method to dynamically retrieve the `epsg` (integer) or `proj4string` representation, using e.g. `x$epsg`. r-cran-sf-0.9-6+dfsg/NEWS.md-92- ############################################## r-cran-sf-0.9-6+dfsg/NEWS.md-604- r-cran-sf-0.9-6+dfsg/NEWS.md:605:* `$.crs` retrieves proj4string components, such as `st_crs(4326)$datum` in addition to `epsg` and `proj4string` r-cran-sf-0.9-6+dfsg/NEWS.md-606- ############################################## r-cran-sf-0.9-6+dfsg/inst/doc/sf1.Rmd-222-The column in the `sf` data.frame that contains the geometries is a list, of class `sfc`. r-cran-sf-0.9-6+dfsg/inst/doc/sf1.Rmd:223:We can retrieve the geometry list-column in this case by `nc$geom` or `nc[[15]]`, but the r-cran-sf-0.9-6+dfsg/inst/doc/sf1.Rmd-224-more general way uses `st_geometry`: ############################################## r-cran-sf-0.9-6+dfsg/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \ r-cran-sf-0.9-6+dfsg/configure:44: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-sf-0.9-6+dfsg/configure-45- as_echo='print -r --' r-cran-sf-0.9-6+dfsg/configure-46- as_echo_n='print -rn --' r-cran-sf-0.9-6+dfsg/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-sf-0.9-6+dfsg/configure-48- as_echo='printf %s\n' ############################################## r-cran-sf-0.9-6+dfsg/configure-50-else r-cran-sf-0.9-6+dfsg/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then r-cran-sf-0.9-6+dfsg/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## r-cran-sf-0.9-6+dfsg/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; r-cran-sf-0.9-6+dfsg/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; r-cran-sf-0.9-6+dfsg/configure-62- esac; ############################################## r-cran-sf-0.9-6+dfsg/configure-197- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && r-cran-sf-0.9-6+dfsg/configure:198: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 r-cran-sf-0.9-6+dfsg/configure-199-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## r-cran-sf-0.9-6+dfsg/configure-324- case $as_dir in #( r-cran-sf-0.9-6+dfsg/configure:325: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( r-cran-sf-0.9-6+dfsg/configure-326- *) as_qdir=$as_dir;; ############################################## r-cran-sf-0.9-6+dfsg/configure-397- { r-cran-sf-0.9-6+dfsg/configure:398: as_val=`expr "$@" || test $? -eq 1` r-cran-sf-0.9-6+dfsg/configure-399- } ############################################## r-cran-sf-0.9-6+dfsg/configure-404-# ---------------------------------------- r-cran-sf-0.9-6+dfsg/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are r-cran-sf-0.9-6+dfsg/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## r-cran-sf-0.9-6+dfsg/configure-467- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && r-cran-sf-0.9-6+dfsg/configure:468: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { r-cran-sf-0.9-6+dfsg/configure-469- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## r-cran-sf-0.9-6+dfsg/configure-760- case $ac_option in r-cran-sf-0.9-6+dfsg/configure:761: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; r-cran-sf-0.9-6+dfsg/configure-762- *=) ac_optarg= ;; ############################################## r-cran-sf-0.9-6+dfsg/configure-804- -disable-* | --disable-*) r-cran-sf-0.9-6+dfsg/configure:805: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` r-cran-sf-0.9-6+dfsg/configure-806- # Reject names that are not valid shell variable names. ############################################## r-cran-sf-0.9-6+dfsg/configure-809- ac_useropt_orig=$ac_useropt r-cran-sf-0.9-6+dfsg/configure:810: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` r-cran-sf-0.9-6+dfsg/configure-811- case $ac_user_opts in ############################################## r-cran-sf-0.9-6+dfsg/configure-830- -enable-* | --enable-*) r-cran-sf-0.9-6+dfsg/configure:831: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` r-cran-sf-0.9-6+dfsg/configure-832- # Reject names that are not valid shell variable names. ############################################## r-cran-sf-0.9-6+dfsg/configure-835- ac_useropt_orig=$ac_useropt r-cran-sf-0.9-6+dfsg/configure:836: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` r-cran-sf-0.9-6+dfsg/configure-837- case $ac_user_opts in ############################################## r-cran-sf-0.9-6+dfsg/configure-1034- -with-* | --with-*) r-cran-sf-0.9-6+dfsg/configure:1035: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` r-cran-sf-0.9-6+dfsg/configure-1036- # Reject names that are not valid shell variable names. ############################################## r-cran-sf-0.9-6+dfsg/configure-1039- ac_useropt_orig=$ac_useropt r-cran-sf-0.9-6+dfsg/configure:1040: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` r-cran-sf-0.9-6+dfsg/configure-1041- case $ac_user_opts in ############################################## r-cran-sf-0.9-6+dfsg/configure-1050- -without-* | --without-*) r-cran-sf-0.9-6+dfsg/configure:1051: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` r-cran-sf-0.9-6+dfsg/configure-1052- # Reject names that are not valid shell variable names. ############################################## r-cran-sf-0.9-6+dfsg/configure-1055- ac_useropt_orig=$ac_useropt r-cran-sf-0.9-6+dfsg/configure:1056: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` r-cran-sf-0.9-6+dfsg/configure-1057- case $ac_user_opts in ############################################## r-cran-sf-0.9-6+dfsg/configure-1088- *=*) r-cran-sf-0.9-6+dfsg/configure:1089: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` r-cran-sf-0.9-6+dfsg/configure-1090- # Reject names that are not valid shell variable names. ############################################## r-cran-sf-0.9-6+dfsg/configure-1109-if test -n "$ac_prev"; then r-cran-sf-0.9-6+dfsg/configure:1110: ac_option=--`echo $ac_prev | sed 's/_/-/g'` r-cran-sf-0.9-6+dfsg/configure-1111- as_fn_error $? "missing argument to $ac_option" ############################################## r-cran-sf-0.9-6+dfsg/configure-1131- */ ) r-cran-sf-0.9-6+dfsg/configure:1132: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` r-cran-sf-0.9-6+dfsg/configure-1133- eval $ac_var=\$ac_val;; ############################################## r-cran-sf-0.9-6+dfsg/configure-1166-ac_ls_di=`ls -di .` && r-cran-sf-0.9-6+dfsg/configure:1167:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || r-cran-sf-0.9-6+dfsg/configure-1168- as_fn_error $? "working directory cannot be determined" ############################################## r-cran-sf-0.9-6+dfsg/configure-1222-case $srcdir in r-cran-sf-0.9-6+dfsg/configure:1223:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; r-cran-sf-0.9-6+dfsg/configure-1224-esac ############################################## r-cran-sf-0.9-6+dfsg/configure-1265-By default, \`make install' will install all the files in r-cran-sf-0.9-6+dfsg/configure:1266:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify r-cran-sf-0.9-6+dfsg/configure:1267:an installation prefix other than \`$ac_default_prefix' using \`--prefix', r-cran-sf-0.9-6+dfsg/configure-1268-for instance \`--prefix=\$HOME'. ############################################## r-cran-sf-0.9-6+dfsg/configure-1348-*) r-cran-sf-0.9-6+dfsg/configure:1349: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` r-cran-sf-0.9-6+dfsg/configure-1350- # A ".." for each directory in $ac_dir_suffix. r-cran-sf-0.9-6+dfsg/configure:1351: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` r-cran-sf-0.9-6+dfsg/configure-1352- case $ac_top_builddir_sub in ############################################## r-cran-sf-0.9-6+dfsg/configure-1765- *\'*) r-cran-sf-0.9-6+dfsg/configure:1766: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; r-cran-sf-0.9-6+dfsg/configure-1767- esac ############################################## r-cran-sf-0.9-6+dfsg/configure-1848- case $ac_val in r-cran-sf-0.9-6+dfsg/configure:1849: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; r-cran-sf-0.9-6+dfsg/configure-1850- esac ############################################## r-cran-sf-0.9-6+dfsg/configure-1863- case $ac_val in r-cran-sf-0.9-6+dfsg/configure:1864: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; r-cran-sf-0.9-6+dfsg/configure-1865- esac ############################################## r-cran-sf-0.9-6+dfsg/configure-1983- set,) r-cran-sf-0.9-6+dfsg/configure:1984: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 r-cran-sf-0.9-6+dfsg/configure:1985:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} r-cran-sf-0.9-6+dfsg/configure-1986- ac_cache_corrupted=: ;; ############################################## r-cran-sf-0.9-6+dfsg/configure-1994- # differences in whitespace do not lead to failure. r-cran-sf-0.9-6+dfsg/configure:1995: ac_old_val_w=`echo x $ac_old_val` r-cran-sf-0.9-6+dfsg/configure:1996: ac_new_val_w=`echo x $ac_new_val` r-cran-sf-0.9-6+dfsg/configure-1997- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## r-cran-sf-0.9-6+dfsg/configure-2014- case $ac_new_val in r-cran-sf-0.9-6+dfsg/configure:2015: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; r-cran-sf-0.9-6+dfsg/configure-2016- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## r-cran-sf-0.9-6+dfsg/configure-2050-# https://github.com/r-spatial/sf/issues/1054: r-cran-sf-0.9-6+dfsg/configure:2051:# RVER=`"${RBIN}" --version | head -1 | cut -f3 -d" "` r-cran-sf-0.9-6+dfsg/configure-2052-RSCRIPT="${R_HOME}/bin/Rscript" r-cran-sf-0.9-6+dfsg/configure:2053:RVER=`"${RSCRIPT}" -e 'writeLines(paste(sep=".", base::version$major, base::version$minor))'` r-cran-sf-0.9-6+dfsg/configure-2054- r-cran-sf-0.9-6+dfsg/configure:2055:RVER_MAJOR=`echo ${RVER} | cut -f1 -d"."` r-cran-sf-0.9-6+dfsg/configure:2056:RVER_MINOR=`echo ${RVER} | cut -f2 -d"."` r-cran-sf-0.9-6+dfsg/configure:2057:RVER_PATCH=`echo ${RVER} | cut -f3 -d"."` r-cran-sf-0.9-6+dfsg/configure-2058- r-cran-sf-0.9-6+dfsg/configure-2059-if test $RVER_MAJOR = "development"; then r-cran-sf-0.9-6+dfsg/configure:2060: CXX11=`"${RBIN}" CMD config CXX11` r-cran-sf-0.9-6+dfsg/configure:2061: CXX11STD=`"${RBIN}" CMD config CXX11STD` r-cran-sf-0.9-6+dfsg/configure-2062-else ############################################## r-cran-sf-0.9-6+dfsg/configure-2066- if test $RVER_MINOR -eq 3; then r-cran-sf-0.9-6+dfsg/configure:2067: CXX11=`"${RBIN}" CMD config CXX1X` r-cran-sf-0.9-6+dfsg/configure:2068: CXX11STD=`"${RBIN}" CMD config CXX1XSTD` r-cran-sf-0.9-6+dfsg/configure-2069- else r-cran-sf-0.9-6+dfsg/configure:2070: CXX11=`"${RBIN}" CMD config CXX11` r-cran-sf-0.9-6+dfsg/configure:2071: CXX11STD=`"${RBIN}" CMD config CXX11STD` r-cran-sf-0.9-6+dfsg/configure-2072- fi ############################################## r-cran-sf-0.9-6+dfsg/configure-2076-# pick all flags for testing from R r-cran-sf-0.9-6+dfsg/configure:2077:: ${CC=`"${RBIN}" CMD config CC`} r-cran-sf-0.9-6+dfsg/configure-2078-: ${CXX=${CXX11} ${CXX11STD}} r-cran-sf-0.9-6+dfsg/configure:2079:: ${CFLAGS=`"${RBIN}" CMD config CFLAGS`} r-cran-sf-0.9-6+dfsg/configure:2080:: ${CPPFLAGS=`"${RBIN}" CMD config CPPFLAGS`} r-cran-sf-0.9-6+dfsg/configure:2081:: ${CXXFLAGS=`"${RBIN}" CMD config CXXFLAGS`} r-cran-sf-0.9-6+dfsg/configure:2082:: ${LDFLAGS=`"${RBIN}" CMD config LDFLAGS`} r-cran-sf-0.9-6+dfsg/configure-2083-# AC_SUBST([CC],["clang"]) ############################################## r-cran-sf-0.9-6+dfsg/configure-2183-$as_echo_n "checking gdal-config usability... " >&6; } r-cran-sf-0.9-6+dfsg/configure:2184:if test `${GDAL_CONFIG} --version`; r-cran-sf-0.9-6+dfsg/configure-2185-then r-cran-sf-0.9-6+dfsg/configure:2186: GDAL_CPPFLAGS=`${GDAL_CONFIG} --cflags` r-cran-sf-0.9-6+dfsg/configure:2187: GDAL_VERSION=`${GDAL_CONFIG} --version` r-cran-sf-0.9-6+dfsg/configure:2188: GDAL_LIBS=`${GDAL_CONFIG} --libs` r-cran-sf-0.9-6+dfsg/configure:2189: GDAL_DEP_LIBS=`${GDAL_CONFIG} --dep-libs` r-cran-sf-0.9-6+dfsg/configure:2190: GDAL_DATADIR=`${GDAL_CONFIG} --datadir` r-cran-sf-0.9-6+dfsg/configure-2191- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ############################################## r-cran-sf-0.9-6+dfsg/configure-2214- r-cran-sf-0.9-6+dfsg/configure:2215:GDAL_MAJ_VER=`echo $GDAL_VERSION | cut -d "." -f1` r-cran-sf-0.9-6+dfsg/configure-2216-if test ${GDAL_MAJ_VER} -lt 2 ; then ############################################## r-cran-sf-0.9-6+dfsg/configure-2586-$as_echo_n "checking whether the C compiler works... " >&6; } r-cran-sf-0.9-6+dfsg/configure:2587:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` r-cran-sf-0.9-6+dfsg/configure-2588- ############################################## r-cran-sf-0.9-6+dfsg/configure-2630- then :; else r-cran-sf-0.9-6+dfsg/configure:2631: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` r-cran-sf-0.9-6+dfsg/configure-2632- fi ############################################## r-cran-sf-0.9-6+dfsg/configure-2690- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; r-cran-sf-0.9-6+dfsg/configure:2691: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` r-cran-sf-0.9-6+dfsg/configure-2692- break;; ############################################## r-cran-sf-0.9-6+dfsg/configure-2799- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; r-cran-sf-0.9-6+dfsg/configure:2800: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` r-cran-sf-0.9-6+dfsg/configure-2801- break;; ############################################## r-cran-sf-0.9-6+dfsg/configure-3187- # Check for GNU $ac_path_GREP r-cran-sf-0.9-6+dfsg/configure:3188:case `"$ac_path_GREP" --version 2>&1` in r-cran-sf-0.9-6+dfsg/configure-3189-*GNU*) ############################################## r-cran-sf-0.9-6+dfsg/configure-3253- # Check for GNU $ac_path_EGREP r-cran-sf-0.9-6+dfsg/configure:3254:case `"$ac_path_EGREP" --version 2>&1` in r-cran-sf-0.9-6+dfsg/configure-3255-*GNU*) ############################################## r-cran-sf-0.9-6+dfsg/configure-3414-do : r-cran-sf-0.9-6+dfsg/configure:3415: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` r-cran-sf-0.9-6+dfsg/configure-3416-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## r-cran-sf-0.9-6+dfsg/configure-3419- cat >>confdefs.h <<_ACEOF r-cran-sf-0.9-6+dfsg/configure:3420:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 r-cran-sf-0.9-6+dfsg/configure-3421-_ACEOF ############################################## r-cran-sf-0.9-6+dfsg/configure-3463-${CXX} ${CPPFLAGS} -o gdal_test gdal_test.cpp ${LIBS} 2> errors.txt r-cran-sf-0.9-6+dfsg/configure:3464:if test `echo $?` -ne 0 ; then r-cran-sf-0.9-6+dfsg/configure-3465-gdalok=no ############################################## r-cran-sf-0.9-6+dfsg/configure-3478-${CXX} ${CPPFLAGS} -o gdal_test gdal_test.cpp ${LIBS} 2>> errors.txt r-cran-sf-0.9-6+dfsg/configure:3479:if test `echo $?` -ne 0 ; then r-cran-sf-0.9-6+dfsg/configure-3480-gdalok=no ############################################## r-cran-sf-0.9-6+dfsg/configure-3501-GDAL_GE_250="no" r-cran-sf-0.9-6+dfsg/configure:3502:GDAL_MAJ_VER=`echo $GDAL_VERSION | cut -d "." -f1` r-cran-sf-0.9-6+dfsg/configure:3503:GDAL_MOD_VER=`echo $GDAL_VERSION | cut -d "." -f2` r-cran-sf-0.9-6+dfsg/configure-3504-if test "${GDAL_MAJ_VER}" = 2 ; then ############################################## r-cran-sf-0.9-6+dfsg/configure-3594-${CXX} ${CPPFLAGS} -o gdal_proj gdal_proj.cpp ${LIBS} 2> errors.txt r-cran-sf-0.9-6+dfsg/configure:3595:if test `echo $?` -ne 0 ; then r-cran-sf-0.9-6+dfsg/configure-3596-gdal_has_proj=no ############################################## r-cran-sf-0.9-6+dfsg/configure-3614-./gdal_proj r-cran-sf-0.9-6+dfsg/configure:3615:if test `echo $?` -ne 0 ; then r-cran-sf-0.9-6+dfsg/configure-3616-gdal_has_proj=no ############################################## r-cran-sf-0.9-6+dfsg/configure-3637- r-cran-sf-0.9-6+dfsg/configure:3638:if `$PROJ_CONFIG --exists` ; then r-cran-sf-0.9-6+dfsg/configure-3639- { $as_echo "$as_me:${as_lineno-$LINENO}: pkg-config proj exists, will use it" >&5 ############################################## r-cran-sf-0.9-6+dfsg/configure-3656- if test "${proj_config_ok}" = yes; then r-cran-sf-0.9-6+dfsg/configure:3657: PROJ_INCLUDE_PATH=`${PROJ_CONFIG} --cflags` r-cran-sf-0.9-6+dfsg/configure-3658- PROJ_CPPFLAGS="${PROJ_INCLUDE_PATH}" ############################################## r-cran-sf-0.9-6+dfsg/configure-3675-if test "${proj_config_ok}" = yes; then r-cran-sf-0.9-6+dfsg/configure:3676: PROJ_VERSION=`${PROJ_CONFIG} --modversion` r-cran-sf-0.9-6+dfsg/configure:3677: PROJV1=`echo "${PROJ_VERSION}" | cut -c 1` r-cran-sf-0.9-6+dfsg/configure-3678- if test "${PROJV1}" -ge 6; then ############################################## r-cran-sf-0.9-6+dfsg/configure-3750- if test "${proj_config_ok}" = yes; then r-cran-sf-0.9-6+dfsg/configure:3751: PROJ_LIB_PATH=`${PROJ_CONFIG} --libs` r-cran-sf-0.9-6+dfsg/configure-3752- PROJ_LIBS="${PROJ_LIB_PATH} ${INPKG_LIBS}" r-cran-sf-0.9-6+dfsg/configure-3753- r-cran-sf-0.9-6+dfsg/configure:3754: proj_version=`${PROJ_CONFIG} --modversion` r-cran-sf-0.9-6+dfsg/configure-3755- { $as_echo "$as_me:${as_lineno-$LINENO}: PROJ: ${proj_version}" >&5 ############################################## r-cran-sf-0.9-6+dfsg/configure-3840- ${CXX} ${CPPFLAGS} -o proj_conf_test proj_conf_test.cpp ${LIBS} -lsqlite3 2> errors.txt r-cran-sf-0.9-6+dfsg/configure:3841: if test `echo $?` -ne 0 ; then r-cran-sf-0.9-6+dfsg/configure-3842- proj6ok=no ############################################## r-cran-sf-0.9-6+dfsg/configure-3913- PROJ_LIB="${proj_share_path}" ./proj_conf_test r-cran-sf-0.9-6+dfsg/configure:3914: proj_share=`echo $?` r-cran-sf-0.9-6+dfsg/configure-3915-else r-cran-sf-0.9-6+dfsg/configure-3916- ./proj_conf_test r-cran-sf-0.9-6+dfsg/configure:3917: proj_share=`echo $?` r-cran-sf-0.9-6+dfsg/configure-3918-fi ############################################## r-cran-sf-0.9-6+dfsg/configure-3964- PROJ_LIB="${proj_share_path}" ./proj_conf_test r-cran-sf-0.9-6+dfsg/configure:3965: proj_share=`echo $?` r-cran-sf-0.9-6+dfsg/configure-3966-else r-cran-sf-0.9-6+dfsg/configure-3967- ./proj_conf_test r-cran-sf-0.9-6+dfsg/configure:3968: proj_share=`echo $?` r-cran-sf-0.9-6+dfsg/configure-3969-fi ############################################## r-cran-sf-0.9-6+dfsg/configure-4020- PROJ_LIB="${proj_share_path}" ./proj_conf_test r-cran-sf-0.9-6+dfsg/configure:4021: proj_share=`echo $?` r-cran-sf-0.9-6+dfsg/configure-4022-else r-cran-sf-0.9-6+dfsg/configure-4023- ./proj_conf_test r-cran-sf-0.9-6+dfsg/configure:4024: proj_share=`echo $?` r-cran-sf-0.9-6+dfsg/configure-4025-fi ############################################## r-cran-sf-0.9-6+dfsg/configure-4146-$as_echo_n "checking geos-config usability... " >&6; } r-cran-sf-0.9-6+dfsg/configure:4147:if test `${GEOS_CONFIG} --version` r-cran-sf-0.9-6+dfsg/configure-4148-then r-cran-sf-0.9-6+dfsg/configure:4149: GEOS_CLIBS="`${GEOS_CONFIG} --clibs`" r-cran-sf-0.9-6+dfsg/configure-4150- #GEOS_DEP_CLIBS=`geos-config --static-clibs` -- this gives -m instead of -lm, which breaks clang r-cran-sf-0.9-6+dfsg/configure-4151- # fixed in 3.7.0 at https://github.com/libgeos/libgeos/pull/73#issuecomment-262208677 r-cran-sf-0.9-6+dfsg/configure:4152: GEOS_DEP_CLIBS=`${GEOS_CONFIG} --static-clibs | sed 's/-m/-lm/g'` r-cran-sf-0.9-6+dfsg/configure:4153: GEOS_CPPFLAGS=`${GEOS_CONFIG} --cflags` r-cran-sf-0.9-6+dfsg/configure-4154- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ############################################## r-cran-sf-0.9-6+dfsg/configure-4161- r-cran-sf-0.9-6+dfsg/configure:4162:GEOS_VERSION=`${GEOS_CONFIG} --version` r-cran-sf-0.9-6+dfsg/configure-4163-{ $as_echo "$as_me:${as_lineno-$LINENO}: GEOS: ${GEOS_VERSION}" >&5 ############################################## r-cran-sf-0.9-6+dfsg/configure-4166-$as_echo_n "checking GEOS version >= 3.4.0... " >&6; } # GDAL 2.0.1 requires GEOS 3.1.0 r-cran-sf-0.9-6+dfsg/configure:4167:GEOS_VER_DOT=`echo $GEOS_VERSION | tr -d ".[:alpha:]"` r-cran-sf-0.9-6+dfsg/configure-4168-if test ${GEOS_VER_DOT} -lt 340 ; then ############################################## r-cran-sf-0.9-6+dfsg/configure-4234-${CXX} ${CPPFLAGS} -o geos_test geos_test.cpp ${GEOS_CLIBS} 2> errors.txt r-cran-sf-0.9-6+dfsg/configure:4235:if test `echo $?` -ne 0 ; then r-cran-sf-0.9-6+dfsg/configure-4236- geosok=no ############################################## r-cran-sf-0.9-6+dfsg/configure-4249- ${CXX} ${CPPFLAGS} -o geos_test geos_test.cpp ${GEOS_DEP_CLIBS} 2> errors.txt r-cran-sf-0.9-6+dfsg/configure:4250: if test `echo $?` -ne 0 ; then r-cran-sf-0.9-6+dfsg/configure-4251- geosok=no ############################################## r-cran-sf-0.9-6+dfsg/configure-4408-' r-cran-sf-0.9-6+dfsg/configure:4409:DEFS=`sed -n "$ac_script" confdefs.h` r-cran-sf-0.9-6+dfsg/configure-4410- ############################################## r-cran-sf-0.9-6+dfsg/configure-4417- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' r-cran-sf-0.9-6+dfsg/configure:4418: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` r-cran-sf-0.9-6+dfsg/configure-4419- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## r-cran-sf-0.9-6+dfsg/configure-4484-if test -z "$BASH_VERSION$ZSH_VERSION" \ r-cran-sf-0.9-6+dfsg/configure:4485: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-sf-0.9-6+dfsg/configure-4486- as_echo='print -r --' r-cran-sf-0.9-6+dfsg/configure-4487- as_echo_n='print -rn --' r-cran-sf-0.9-6+dfsg/configure:4488:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-sf-0.9-6+dfsg/configure-4489- as_echo='printf %s\n' ############################################## r-cran-sf-0.9-6+dfsg/configure-4491-else r-cran-sf-0.9-6+dfsg/configure:4492: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then r-cran-sf-0.9-6+dfsg/configure-4493- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## r-cran-sf-0.9-6+dfsg/configure-4501- expr "X$arg" : "X\\(.*\\)$as_nl"; r-cran-sf-0.9-6+dfsg/configure:4502: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; r-cran-sf-0.9-6+dfsg/configure-4503- esac; ############################################## r-cran-sf-0.9-6+dfsg/configure-4578-# ---------------------------------------- r-cran-sf-0.9-6+dfsg/configure:4579:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are r-cran-sf-0.9-6+dfsg/configure-4580-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## r-cran-sf-0.9-6+dfsg/configure-4650- { r-cran-sf-0.9-6+dfsg/configure:4651: as_val=`expr "$@" || test $? -eq 1` r-cran-sf-0.9-6+dfsg/configure-4652- } ############################################## r-cran-sf-0.9-6+dfsg/configure-4754- case $as_dir in #( r-cran-sf-0.9-6+dfsg/configure:4755: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( r-cran-sf-0.9-6+dfsg/configure-4756- *) as_qdir=$as_dir;; ############################################## r-cran-sf-0.9-6+dfsg/configure-4876-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 r-cran-sf-0.9-6+dfsg/configure:4877:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" r-cran-sf-0.9-6+dfsg/configure-4878-ac_cs_version="\\ ############################################## r-cran-sf-0.9-6+dfsg/configure-4898- --*=?*) r-cran-sf-0.9-6+dfsg/configure:4899: ac_option=`expr "X$1" : 'X\([^=]*\)='` r-cran-sf-0.9-6+dfsg/configure:4900: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` r-cran-sf-0.9-6+dfsg/configure-4901- ac_shift=: ############################################## r-cran-sf-0.9-6+dfsg/configure-4903- --*=) r-cran-sf-0.9-6+dfsg/configure:4904: ac_option=`expr "X$1" : 'X\([^=]*\)='` r-cran-sf-0.9-6+dfsg/configure-4905- ac_optarg= ############################################## r-cran-sf-0.9-6+dfsg/configure-4927- case $ac_optarg in r-cran-sf-0.9-6+dfsg/configure:4928: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; r-cran-sf-0.9-6+dfsg/configure-4929- '') as_fn_error $? "missing file argument" ;; ############################################## r-cran-sf-0.9-6+dfsg/configure-5043-fi r-cran-sf-0.9-6+dfsg/configure:5044:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` r-cran-sf-0.9-6+dfsg/configure-5045-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## r-cran-sf-0.9-6+dfsg/configure-5060- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 r-cran-sf-0.9-6+dfsg/configure:5061:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` r-cran-sf-0.9-6+dfsg/configure-5062-ac_delim='%!_!# ' ############################################## r-cran-sf-0.9-6+dfsg/configure-5066- r-cran-sf-0.9-6+dfsg/configure:5067: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` r-cran-sf-0.9-6+dfsg/configure-5068- if test $ac_delim_n = $ac_delim_num; then ############################################## r-cran-sf-0.9-6+dfsg/configure-5228- esac r-cran-sf-0.9-6+dfsg/configure:5229: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac r-cran-sf-0.9-6+dfsg/configure-5230- as_fn_append ac_file_inputs " '$ac_f'" ############################################## r-cran-sf-0.9-6+dfsg/configure-5287-*) r-cran-sf-0.9-6+dfsg/configure:5288: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` r-cran-sf-0.9-6+dfsg/configure-5289- # A ".." for each directory in $ac_dir_suffix. r-cran-sf-0.9-6+dfsg/configure:5290: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` r-cran-sf-0.9-6+dfsg/configure-5291- case $ac_top_builddir_sub in ############################################## r-cran-sf-0.9-6+dfsg/configure-5339-/@mandir@/p' r-cran-sf-0.9-6+dfsg/configure:5340:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in r-cran-sf-0.9-6+dfsg/configure-5341-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## r-cran-sf-0.9-6+dfsg/configure-5356- r-cran-sf-0.9-6+dfsg/configure:5357:# Neutralize VPATH when `$srcdir' = `.'. r-cran-sf-0.9-6+dfsg/configure-5358-# Shell code in configure.ac might set extrasub. ############################################## r-cran-sf-0.9-6+dfsg/configure-5382-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && r-cran-sf-0.9-6+dfsg/configure:5383: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && r-cran-sf-0.9-6+dfsg/configure-5384- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## r-cran-sf-0.9-6+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then r-cran-sf-0.9-6+dfsg/debian/tests/run-unit-test:7: AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX` r-cran-sf-0.9-6+dfsg/debian/tests/run-unit-test-8- trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM