=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== r-cran-rgdal-1.5-18+dfsg/configure.ac-16-# pick all flags for testing from R r-cran-rgdal-1.5-18+dfsg/configure.ac:17:: ${CC=`"${RBIN}" CMD config CC`} r-cran-rgdal-1.5-18+dfsg/configure.ac:18:: ${CXX=`"${RBIN}" CMD config CXX`} r-cran-rgdal-1.5-18+dfsg/configure.ac:19:#: ${CPP=`"${RBIN}" CMD config CPP`} r-cran-rgdal-1.5-18+dfsg/configure.ac:20:: ${CFLAGS=`"${RBIN}" CMD config CFLAGS`} r-cran-rgdal-1.5-18+dfsg/configure.ac:21:: ${CPPFLAGS=`"${RBIN}" CMD config CPPFLAGS`} r-cran-rgdal-1.5-18+dfsg/configure.ac:22:: ${CXXFLAGS=`"${RBIN}" CMD config CXXFLAGS`} r-cran-rgdal-1.5-18+dfsg/configure.ac:23:: ${LDFLAGS=`"${RBIN}" CMD config LDFLAGS`} r-cran-rgdal-1.5-18+dfsg/configure.ac-24-# AC_SUBST([CC],["clang"]) ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-48- r-cran-rgdal-1.5-18+dfsg/configure.ac:49:R_VERSION=`echo 'o <- R.version; cat(paste0(o$major, ".", o$minor))' | ${RBIN} --vanilla --slave` r-cran-rgdal-1.5-18+dfsg/configure.ac-50-#AC_MSG_NOTICE([R_VERSION is: ${R_VERSION}]) r-cran-rgdal-1.5-18+dfsg/configure.ac:51:R_MINOR=`echo $R_VERSION | cut -f2 -d"."` r-cran-rgdal-1.5-18+dfsg/configure.ac:52:R_MAJOR=`echo $R_VERSION | cut -f1 -d"."` r-cran-rgdal-1.5-18+dfsg/configure.ac-53-#AC_MSG_NOTICE([R_MAJOR is: ${R_MAJOR}, R_MINOR is: ${R_MINOR}]) ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-55-#if test ${R_MINOR} -ge 4; then r-cran-rgdal-1.5-18+dfsg/configure.ac:56:#: ${CXX=`"${RBIN}" CMD config CXX11`} r-cran-rgdal-1.5-18+dfsg/configure.ac-57-#else r-cran-rgdal-1.5-18+dfsg/configure.ac:58:#: ${CXX=`"${RBIN}" CMD config CXX1X`} r-cran-rgdal-1.5-18+dfsg/configure.ac-59-#fi ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-61-if test ${R_MAJOR} -ge 4; then r-cran-rgdal-1.5-18+dfsg/configure.ac:62: CXX11=`"${RBIN}" CMD config CXX11` r-cran-rgdal-1.5-18+dfsg/configure.ac:63: CXX11STD=`"${RBIN}" CMD config CXX11STD` r-cran-rgdal-1.5-18+dfsg/configure.ac-64-else ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-66- if test ${R_MAJOR} -eq 3 && test ${R_MINOR} -ge 4; then r-cran-rgdal-1.5-18+dfsg/configure.ac:67: CXX11=`"${RBIN}" CMD config CXX11` r-cran-rgdal-1.5-18+dfsg/configure.ac:68: CXX11STD=`"${RBIN}" CMD config CXX11STD` r-cran-rgdal-1.5-18+dfsg/configure.ac-69- else r-cran-rgdal-1.5-18+dfsg/configure.ac:70: CXX11=`"${RBIN}" CMD config CXX1X` r-cran-rgdal-1.5-18+dfsg/configure.ac:71: CXX11STD=`"${RBIN}" CMD config CXX1XSTD` r-cran-rgdal-1.5-18+dfsg/configure.ac-72- fi ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-152-AC_MSG_CHECKING(gdal-config usability) r-cran-rgdal-1.5-18+dfsg/configure.ac:153:if test `${GDAL_CONFIG} --version`; r-cran-rgdal-1.5-18+dfsg/configure.ac-154-then r-cran-rgdal-1.5-18+dfsg/configure.ac:155: GDAL_CPPFLAGS=`${GDAL_CONFIG} --cflags` r-cran-rgdal-1.5-18+dfsg/configure.ac:156: GDAL_LIBS=`${GDAL_CONFIG} --libs` r-cran-rgdal-1.5-18+dfsg/configure.ac:157: GDAL_VERSION=`${GDAL_CONFIG} --version` r-cran-rgdal-1.5-18+dfsg/configure.ac:158: GDAL_DEP_LIBS=`${GDAL_CONFIG} --dep-libs` r-cran-rgdal-1.5-18+dfsg/configure.ac:159: GDAL_DATADIR=`${GDAL_CONFIG} --datadir` r-cran-rgdal-1.5-18+dfsg/configure.ac-160- gdalok=yes ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-181-AC_MSG_NOTICE([GDAL: ${GDAL_VERSION}]) r-cran-rgdal-1.5-18+dfsg/configure.ac:182:#GDAL_VER_DOT=`echo $GDAL_VERSION | tr -d "."` r-cran-rgdal-1.5-18+dfsg/configure.ac:183:GDAL_MAJOR=`echo $GDAL_VERSION | cut -f1 -d"."` r-cran-rgdal-1.5-18+dfsg/configure.ac:184:GDAL_MINOR=`echo $GDAL_VERSION | cut -f2 -d"."` r-cran-rgdal-1.5-18+dfsg/configure.ac:185:GDAL_PATCH=`echo $GDAL_VERSION | cut -f3 -d"."` r-cran-rgdal-1.5-18+dfsg/configure.ac-186- ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-257-${CXX} ${CPPFLAGS} -o gdal_test gdal_test.cc ${LIBS} 2> errors.txt r-cran-rgdal-1.5-18+dfsg/configure.ac:258:if test `echo $?` -ne 0 ; then r-cran-rgdal-1.5-18+dfsg/configure.ac-259-gdalok=no ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-269-${CXX} ${CPPFLAGS} -o gdal_test gdal_test.cc ${LIBS} 2>> errors.txt r-cran-rgdal-1.5-18+dfsg/configure.ac:270:if test `echo $?` -ne 0 ; then r-cran-rgdal-1.5-18+dfsg/configure.ac-271-gdalok=no ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-308-GDAL_GE_250="no" r-cran-rgdal-1.5-18+dfsg/configure.ac:309:GDAL_MAJ_VER=`echo $GDAL_VERSION | cut -d "." -f1` r-cran-rgdal-1.5-18+dfsg/configure.ac:310:GDAL_MOD_VER=`echo $GDAL_VERSION | cut -d "." -f2` r-cran-rgdal-1.5-18+dfsg/configure.ac-311-if test "${GDAL_MAJ_VER}" = 2 ; then ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-337- r-cran-rgdal-1.5-18+dfsg/configure.ac:338:if `$PROJ_CONFIG --exists` ; then # pkg-config proj r-cran-rgdal-1.5-18+dfsg/configure.ac-339- AC_MSG_NOTICE([pkg-config proj exists, will use it]) ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-350-if test "${proj_config_ok}" = yes; then # proj_config_ok r-cran-rgdal-1.5-18+dfsg/configure.ac:351: PROJ_VERSION=`${PROJ_CONFIG} --modversion` r-cran-rgdal-1.5-18+dfsg/configure.ac-352- AC_MSG_NOTICE([PROJ version: ${PROJ_VERSION}]) r-cran-rgdal-1.5-18+dfsg/configure.ac-353- r-cran-rgdal-1.5-18+dfsg/configure.ac:354: PROJ_VERSION_DOT=`echo ${PROJ_VERSION} | tr -d "."` r-cran-rgdal-1.5-18+dfsg/configure.ac:355: PROJV1=`echo "${PROJ_VERSION}" | cut -c 1` r-cran-rgdal-1.5-18+dfsg/configure.ac-356- ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-384- if test "${proj_config_ok}" = yes; then # proj_config_ok r-cran-rgdal-1.5-18+dfsg/configure.ac:385: PROJ_INCLUDE_PATH=`${PROJ_CONFIG} --cflags` r-cran-rgdal-1.5-18+dfsg/configure.ac-386- proj_include_path=${PROJ_INCLUDE_PATH} ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-410- if test ${proj_config_ok} = "yes"; then # proj_config_ok r-cran-rgdal-1.5-18+dfsg/configure.ac:411: PROJ_LIB_PATH=`${PROJ_CONFIG} --libs` r-cran-rgdal-1.5-18+dfsg/configure.ac-412- AC_SUBST([PKG_LIBS], ["${PROJ_LIB_PATH} ${INPKG_LIBS}"]) ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-472- r-cran-rgdal-1.5-18+dfsg/configure.ac:473: if test `${CC} ${CFLAGS} ${PKGCPPFLAGS} -o proj_conf_test_proj proj_conf_test_proj.c ${PKG_LIBS} 2> /dev/null; echo $?` = 0 ; then r-cran-rgdal-1.5-18+dfsg/configure.ac-474- PROJ_API="proj.h" ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-476- PROJ_VERSION_H=`./proj_conf_test_proj` r-cran-rgdal-1.5-18+dfsg/configure.ac:477: PROJ_VERSION_DOT=`echo ${PROJ_VERSION_H} | tr -d "."` r-cran-rgdal-1.5-18+dfsg/configure.ac-478-rm -f proj_conf_test_proj.c proj_conf_test_proj ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-489-_EOCONF] r-cran-rgdal-1.5-18+dfsg/configure.ac:490: if test `${CC} ${CFLAGS} ${PKG_CPPFLAGS} -o proj_conf_test_proj_api proj_conf_test_proj_api.c ${PKG_LIBS} 2> /dev/null; echo $?` = 0; then r-cran-rgdal-1.5-18+dfsg/configure.ac-491- PROJ_API="proj_api.h" ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-493- PROJ_VERSION_H=`./proj_conf_test_proj_api` r-cran-rgdal-1.5-18+dfsg/configure.ac:494: PROJ_VERSION_DOT=`echo ${PROJ_VERSION_H} | tr -d "."` r-cran-rgdal-1.5-18+dfsg/configure.ac-495-rm -f proj_conf_test_proj_api.c proj_conf_test_proj_api ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-540- r-cran-rgdal-1.5-18+dfsg/configure.ac:541: if test `${CC} ${CFLAGS} ${PKG_CPPFLAGS} -o proj_conf_test1 proj_conf_test1.c ${PKG_LIBS} 2> /dev/null; echo $?` = 0; then r-cran-rgdal-1.5-18+dfsg/configure.ac-542- PROJ_VERSION_H=`./proj_conf_test1` ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-544- else r-cran-rgdal-1.5-18+dfsg/configure.ac:545: if test `${CC} ${CFLAGS} ${PKG_CPPFLAGS} -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H -o proj_conf_test1 proj_conf_test1.c ${PKG_LIBS} 2> /dev/null; echo $?` = 0; then r-cran-rgdal-1.5-18+dfsg/configure.ac-546- PROJ6="yes" ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-561- AC_MSG_CHECKING([PROJ version agreement]) r-cran-rgdal-1.5-18+dfsg/configure.ac:562: PROJ_VERSION_DOT=`echo ${PROJ_VERSION} | tr -d "."` r-cran-rgdal-1.5-18+dfsg/configure.ac-563-#echo "|${PROJ_VERSION}| |${PROJ_VERSION_DOT}| |${PROJ_VERSION_H}|" ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-574-if test -z "${PROJ_VERSION_DOT}"; then r-cran-rgdal-1.5-18+dfsg/configure.ac:575: PROJ_VERSION_DOT=`echo ${PROJ_VERSION_H} | tr -d "."` r-cran-rgdal-1.5-18+dfsg/configure.ac-576-fi ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-629- r-cran-rgdal-1.5-18+dfsg/configure.ac:630:if test `${CC} ${CFLAGS} ${PKG_CPPFLAGS} -o proj_conf_test1a proj_conf_test1a.c ${PKG_LIBS} 2> /dev/null; echo $?` = 0; then r-cran-rgdal-1.5-18+dfsg/configure.ac-631- AC_MSG_RESULT(yes) ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-697- PROJ_LIB="${proj_share_path}" ./proj_conf_test2 r-cran-rgdal-1.5-18+dfsg/configure.ac:698: proj_share=`echo $?` r-cran-rgdal-1.5-18+dfsg/configure.ac-699-else r-cran-rgdal-1.5-18+dfsg/configure.ac-700- ./proj_conf_test2 r-cran-rgdal-1.5-18+dfsg/configure.ac:701: proj_share=`echo $?` r-cran-rgdal-1.5-18+dfsg/configure.ac-702-fi ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-746- PROJ_LIB="${proj_share_path}" ./proj_conf_test2 r-cran-rgdal-1.5-18+dfsg/configure.ac:747: proj_share=`echo $?` r-cran-rgdal-1.5-18+dfsg/configure.ac-748-else r-cran-rgdal-1.5-18+dfsg/configure.ac-749- ./proj_conf_test2 r-cran-rgdal-1.5-18+dfsg/configure.ac:750: proj_share=`echo $?` r-cran-rgdal-1.5-18+dfsg/configure.ac-751-fi ############################################## r-cran-rgdal-1.5-18+dfsg/configure.ac-804- PROJ_LIB="${proj_share_path}" ./proj_conf_test3 r-cran-rgdal-1.5-18+dfsg/configure.ac:805: proj_share=`echo $?` r-cran-rgdal-1.5-18+dfsg/configure.ac-806- else r-cran-rgdal-1.5-18+dfsg/configure.ac-807- ./proj_conf_test3 r-cran-rgdal-1.5-18+dfsg/configure.ac:808: proj_share=`echo $?` r-cran-rgdal-1.5-18+dfsg/configure.ac-809- fi ############################################## r-cran-rgdal-1.5-18+dfsg/src/gdal-bindings.cpp-82- r-cran-rgdal-1.5-18+dfsg/src/gdal-bindings.cpp:83: void *extPtr = R_ExternalPtrAddr(sxpHandle); r-cran-rgdal-1.5-18+dfsg/src/gdal-bindings.cpp-84- ############################################## r-cran-rgdal-1.5-18+dfsg/src/gdal-bindings.cpp-97- r-cran-rgdal-1.5-18+dfsg/src/gdal-bindings.cpp:98: void *extPtr = R_ExternalPtrAddr(sxpHandle); r-cran-rgdal-1.5-18+dfsg/src/gdal-bindings.cpp-99- ############################################## r-cran-rgdal-1.5-18+dfsg/src/gdal-bindings.cpp-526- GDALDataset *pDataset = r-cran-rgdal-1.5-18+dfsg/src/gdal-bindings.cpp:527: (GDALDataset *) R_ExternalPtrAddr(sxpHandle); r-cran-rgdal-1.5-18+dfsg/src/gdal-bindings.cpp-528- ############################################## r-cran-rgdal-1.5-18+dfsg/src/gdal-bindings.cpp-560- GDALDataset *pDataset = r-cran-rgdal-1.5-18+dfsg/src/gdal-bindings.cpp:561: (GDALDataset *) R_ExternalPtrAddr(sxpHandle); r-cran-rgdal-1.5-18+dfsg/src/gdal-bindings.cpp-562- ############################################## r-cran-rgdal-1.5-18+dfsg/vignettes/CRS_projections_transformations.Rmd-38-mvrun <- FALSE r-cran-rgdal-1.5-18+dfsg/vignettes/CRS_projections_transformations.Rmd:39:#if (require(mapview, quietly=TRUE) && .Platform$OS.type == "unix" && require(curl, quietly=TRUE) && curl::has_internet()) mvrun <- TRUE r-cran-rgdal-1.5-18+dfsg/vignettes/CRS_projections_transformations.Rmd-40-``` ############################################## r-cran-rgdal-1.5-18+dfsg/vignettes/CRS_projections_transformations.Rmd-69-```{r, eval=odd_run} r-cran-rgdal-1.5-18+dfsg/vignettes/CRS_projections_transformations.Rmd:70:#eval(parse(text=clrk66$major)) r-cran-rgdal-1.5-18+dfsg/vignettes/CRS_projections_transformations.Rmd:71:#eval(parse(text=clrk66$ell)) r-cran-rgdal-1.5-18+dfsg/vignettes/CRS_projections_transformations.Rmd-72-a <- 6378206.4 ############################################## r-cran-rgdal-1.5-18+dfsg/vignettes/CRS_projections_transformations.Rmd-284- r-cran-rgdal-1.5-18+dfsg/vignettes/CRS_projections_transformations.Rmd:285:PROJ 7 introduced on-demand downloading of (chunks of) transformation grids from a content delivery network to a user-writable directory on the PROJ search path (usually the first path component). The status of the downloaded grids is stored in another SQLite database, `cache.db`. The PR$\phi$J user-writable CDN directory is set as soon as the internal search path is queried, and for most uses, the default value will allow all programs using PR$\phi$J such as R packages, QGIS, GRASS, etc., to access any downloaded grids. Grids are checked for staleness at regular intervals. This directory may be set to a non-default value with the `PROJ_USER_WRITABLE_DIRECTORY` environment variable *before* **rgdal** (and any other package using PR$\phi$J) is loaded and attached, from PR$\phi$J >= 7.1.0. The code used at the beginning of this vignette is repeated here for convenience: r-cran-rgdal-1.5-18+dfsg/vignettes/CRS_projections_transformations.Rmd-286- ############################################## r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.Rmd-38-mvrun <- FALSE r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.Rmd:39:#if (require(mapview, quietly=TRUE) && .Platform$OS.type == "unix" && require(curl, quietly=TRUE) && curl::has_internet()) mvrun <- TRUE r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.Rmd-40-``` ############################################## r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.Rmd-69-```{r, eval=odd_run} r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.Rmd:70:#eval(parse(text=clrk66$major)) r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.Rmd:71:#eval(parse(text=clrk66$ell)) r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.Rmd-72-a <- 6378206.4 ############################################## r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.Rmd-284- r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.Rmd:285:PROJ 7 introduced on-demand downloading of (chunks of) transformation grids from a content delivery network to a user-writable directory on the PROJ search path (usually the first path component). The status of the downloaded grids is stored in another SQLite database, `cache.db`. The PR$\phi$J user-writable CDN directory is set as soon as the internal search path is queried, and for most uses, the default value will allow all programs using PR$\phi$J such as R packages, QGIS, GRASS, etc., to access any downloaded grids. Grids are checked for staleness at regular intervals. This directory may be set to a non-default value with the `PROJ_USER_WRITABLE_DIRECTORY` environment variable *before* **rgdal** (and any other package using PR$\phi$J) is loaded and attached, from PR$\phi$J >= 7.1.0. The code used at the beginning of this vignette is repeated here for convenience: r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.Rmd-286- ############################################## r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.R-10-mvrun <- FALSE r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.R:11:#if (require(mapview, quietly=TRUE) && .Platform$OS.type == "unix" && require(curl, quietly=TRUE) && curl::has_internet()) mvrun <- TRUE r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.R-12- ############################################## r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.R-30-## ---- eval=odd_run------------------------------------------------------------ r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.R:31:#eval(parse(text=clrk66$major)) r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.R:32:#eval(parse(text=clrk66$ell)) r-cran-rgdal-1.5-18+dfsg/inst/doc/CRS_projections_transformations.R-33-a <- 6378206.4 ############################################## r-cran-rgdal-1.5-18+dfsg/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ r-cran-rgdal-1.5-18+dfsg/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-rgdal-1.5-18+dfsg/configure-47- as_echo='print -r --' r-cran-rgdal-1.5-18+dfsg/configure-48- as_echo_n='print -rn --' r-cran-rgdal-1.5-18+dfsg/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-rgdal-1.5-18+dfsg/configure-50- as_echo='printf %s\n' ############################################## r-cran-rgdal-1.5-18+dfsg/configure-52-else r-cran-rgdal-1.5-18+dfsg/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then r-cran-rgdal-1.5-18+dfsg/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## r-cran-rgdal-1.5-18+dfsg/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; r-cran-rgdal-1.5-18+dfsg/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; r-cran-rgdal-1.5-18+dfsg/configure-64- esac; ############################################## r-cran-rgdal-1.5-18+dfsg/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && r-cran-rgdal-1.5-18+dfsg/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 r-cran-rgdal-1.5-18+dfsg/configure-201-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## r-cran-rgdal-1.5-18+dfsg/configure-327- case $as_dir in #( r-cran-rgdal-1.5-18+dfsg/configure:328: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( r-cran-rgdal-1.5-18+dfsg/configure-329- *) as_qdir=$as_dir;; ############################################## r-cran-rgdal-1.5-18+dfsg/configure-400- { r-cran-rgdal-1.5-18+dfsg/configure:401: as_val=`expr "$@" || test $? -eq 1` r-cran-rgdal-1.5-18+dfsg/configure-402- } ############################################## r-cran-rgdal-1.5-18+dfsg/configure-407-# ---------------------------------------- r-cran-rgdal-1.5-18+dfsg/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are r-cran-rgdal-1.5-18+dfsg/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## r-cran-rgdal-1.5-18+dfsg/configure-470- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && r-cran-rgdal-1.5-18+dfsg/configure:471: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { r-cran-rgdal-1.5-18+dfsg/configure-472- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## r-cran-rgdal-1.5-18+dfsg/configure-762- case $ac_option in r-cran-rgdal-1.5-18+dfsg/configure:763: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; r-cran-rgdal-1.5-18+dfsg/configure-764- *=) ac_optarg= ;; ############################################## r-cran-rgdal-1.5-18+dfsg/configure-806- -disable-* | --disable-*) r-cran-rgdal-1.5-18+dfsg/configure:807: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` r-cran-rgdal-1.5-18+dfsg/configure-808- # Reject names that are not valid shell variable names. ############################################## r-cran-rgdal-1.5-18+dfsg/configure-811- ac_useropt_orig=$ac_useropt r-cran-rgdal-1.5-18+dfsg/configure:812: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` r-cran-rgdal-1.5-18+dfsg/configure-813- case $ac_user_opts in ############################################## r-cran-rgdal-1.5-18+dfsg/configure-832- -enable-* | --enable-*) r-cran-rgdal-1.5-18+dfsg/configure:833: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` r-cran-rgdal-1.5-18+dfsg/configure-834- # Reject names that are not valid shell variable names. ############################################## r-cran-rgdal-1.5-18+dfsg/configure-837- ac_useropt_orig=$ac_useropt r-cran-rgdal-1.5-18+dfsg/configure:838: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` r-cran-rgdal-1.5-18+dfsg/configure-839- case $ac_user_opts in ############################################## r-cran-rgdal-1.5-18+dfsg/configure-1036- -with-* | --with-*) r-cran-rgdal-1.5-18+dfsg/configure:1037: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` r-cran-rgdal-1.5-18+dfsg/configure-1038- # Reject names that are not valid shell variable names. ############################################## r-cran-rgdal-1.5-18+dfsg/configure-1041- ac_useropt_orig=$ac_useropt r-cran-rgdal-1.5-18+dfsg/configure:1042: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` r-cran-rgdal-1.5-18+dfsg/configure-1043- case $ac_user_opts in ############################################## r-cran-rgdal-1.5-18+dfsg/configure-1052- -without-* | --without-*) r-cran-rgdal-1.5-18+dfsg/configure:1053: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` r-cran-rgdal-1.5-18+dfsg/configure-1054- # Reject names that are not valid shell variable names. ############################################## r-cran-rgdal-1.5-18+dfsg/configure-1057- ac_useropt_orig=$ac_useropt r-cran-rgdal-1.5-18+dfsg/configure:1058: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` r-cran-rgdal-1.5-18+dfsg/configure-1059- case $ac_user_opts in ############################################## r-cran-rgdal-1.5-18+dfsg/configure-1090- *=*) r-cran-rgdal-1.5-18+dfsg/configure:1091: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` r-cran-rgdal-1.5-18+dfsg/configure-1092- # Reject names that are not valid shell variable names. ############################################## r-cran-rgdal-1.5-18+dfsg/configure-1111-if test -n "$ac_prev"; then r-cran-rgdal-1.5-18+dfsg/configure:1112: ac_option=--`echo $ac_prev | sed 's/_/-/g'` r-cran-rgdal-1.5-18+dfsg/configure-1113- as_fn_error $? "missing argument to $ac_option" ############################################## r-cran-rgdal-1.5-18+dfsg/configure-1133- */ ) r-cran-rgdal-1.5-18+dfsg/configure:1134: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` r-cran-rgdal-1.5-18+dfsg/configure-1135- eval $ac_var=\$ac_val;; ############################################## r-cran-rgdal-1.5-18+dfsg/configure-1168-ac_ls_di=`ls -di .` && r-cran-rgdal-1.5-18+dfsg/configure:1169:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || r-cran-rgdal-1.5-18+dfsg/configure-1170- as_fn_error $? "working directory cannot be determined" ############################################## r-cran-rgdal-1.5-18+dfsg/configure-1224-case $srcdir in r-cran-rgdal-1.5-18+dfsg/configure:1225:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; r-cran-rgdal-1.5-18+dfsg/configure-1226-esac ############################################## r-cran-rgdal-1.5-18+dfsg/configure-1267-By default, \`make install' will install all the files in r-cran-rgdal-1.5-18+dfsg/configure:1268:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify r-cran-rgdal-1.5-18+dfsg/configure:1269:an installation prefix other than \`$ac_default_prefix' using \`--prefix', r-cran-rgdal-1.5-18+dfsg/configure-1270-for instance \`--prefix=\$HOME'. ############################################## r-cran-rgdal-1.5-18+dfsg/configure-1357-*) r-cran-rgdal-1.5-18+dfsg/configure:1358: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` r-cran-rgdal-1.5-18+dfsg/configure-1359- # A ".." for each directory in $ac_dir_suffix. r-cran-rgdal-1.5-18+dfsg/configure:1360: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` r-cran-rgdal-1.5-18+dfsg/configure-1361- case $ac_top_builddir_sub in ############################################## r-cran-rgdal-1.5-18+dfsg/configure-1778- *\'*) r-cran-rgdal-1.5-18+dfsg/configure:1779: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; r-cran-rgdal-1.5-18+dfsg/configure-1780- esac ############################################## r-cran-rgdal-1.5-18+dfsg/configure-1861- case $ac_val in r-cran-rgdal-1.5-18+dfsg/configure:1862: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; r-cran-rgdal-1.5-18+dfsg/configure-1863- esac ############################################## r-cran-rgdal-1.5-18+dfsg/configure-1876- case $ac_val in r-cran-rgdal-1.5-18+dfsg/configure:1877: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; r-cran-rgdal-1.5-18+dfsg/configure-1878- esac ############################################## r-cran-rgdal-1.5-18+dfsg/configure-1996- set,) r-cran-rgdal-1.5-18+dfsg/configure:1997: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 r-cran-rgdal-1.5-18+dfsg/configure:1998:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} r-cran-rgdal-1.5-18+dfsg/configure-1999- ac_cache_corrupted=: ;; ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2007- # differences in whitespace do not lead to failure. r-cran-rgdal-1.5-18+dfsg/configure:2008: ac_old_val_w=`echo x $ac_old_val` r-cran-rgdal-1.5-18+dfsg/configure:2009: ac_new_val_w=`echo x $ac_new_val` r-cran-rgdal-1.5-18+dfsg/configure-2010- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2027- case $ac_new_val in r-cran-rgdal-1.5-18+dfsg/configure:2028: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; r-cran-rgdal-1.5-18+dfsg/configure-2029- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2068-# pick all flags for testing from R r-cran-rgdal-1.5-18+dfsg/configure:2069:: ${CC=`"${RBIN}" CMD config CC`} r-cran-rgdal-1.5-18+dfsg/configure:2070:: ${CXX=`"${RBIN}" CMD config CXX`} r-cran-rgdal-1.5-18+dfsg/configure:2071:#: ${CPP=`"${RBIN}" CMD config CPP`} r-cran-rgdal-1.5-18+dfsg/configure:2072:: ${CFLAGS=`"${RBIN}" CMD config CFLAGS`} r-cran-rgdal-1.5-18+dfsg/configure:2073:: ${CPPFLAGS=`"${RBIN}" CMD config CPPFLAGS`} r-cran-rgdal-1.5-18+dfsg/configure:2074:: ${CXXFLAGS=`"${RBIN}" CMD config CXXFLAGS`} r-cran-rgdal-1.5-18+dfsg/configure:2075:: ${LDFLAGS=`"${RBIN}" CMD config LDFLAGS`} r-cran-rgdal-1.5-18+dfsg/configure-2076-# AC_SUBST([CC],["clang"]) ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2110- r-cran-rgdal-1.5-18+dfsg/configure:2111:R_VERSION=`echo 'o <- R.version; cat(paste0(o$major, ".", o$minor))' | ${RBIN} --vanilla --slave` r-cran-rgdal-1.5-18+dfsg/configure-2112-#AC_MSG_NOTICE([R_VERSION is: ${R_VERSION}]) r-cran-rgdal-1.5-18+dfsg/configure:2113:R_MINOR=`echo $R_VERSION | cut -f2 -d"."` r-cran-rgdal-1.5-18+dfsg/configure:2114:R_MAJOR=`echo $R_VERSION | cut -f1 -d"."` r-cran-rgdal-1.5-18+dfsg/configure-2115-#AC_MSG_NOTICE([R_MAJOR is: ${R_MAJOR}, R_MINOR is: ${R_MINOR}]) ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2117-#if test ${R_MINOR} -ge 4; then r-cran-rgdal-1.5-18+dfsg/configure:2118:#: ${CXX=`"${RBIN}" CMD config CXX11`} r-cran-rgdal-1.5-18+dfsg/configure-2119-#else r-cran-rgdal-1.5-18+dfsg/configure:2120:#: ${CXX=`"${RBIN}" CMD config CXX1X`} r-cran-rgdal-1.5-18+dfsg/configure-2121-#fi ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2123-if test ${R_MAJOR} -ge 4; then r-cran-rgdal-1.5-18+dfsg/configure:2124: CXX11=`"${RBIN}" CMD config CXX11` r-cran-rgdal-1.5-18+dfsg/configure:2125: CXX11STD=`"${RBIN}" CMD config CXX11STD` r-cran-rgdal-1.5-18+dfsg/configure-2126-else ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2128- if test ${R_MAJOR} -eq 3 && test ${R_MINOR} -ge 4; then r-cran-rgdal-1.5-18+dfsg/configure:2129: CXX11=`"${RBIN}" CMD config CXX11` r-cran-rgdal-1.5-18+dfsg/configure:2130: CXX11STD=`"${RBIN}" CMD config CXX11STD` r-cran-rgdal-1.5-18+dfsg/configure-2131- else r-cran-rgdal-1.5-18+dfsg/configure:2132: CXX11=`"${RBIN}" CMD config CXX1X` r-cran-rgdal-1.5-18+dfsg/configure:2133: CXX11STD=`"${RBIN}" CMD config CXX1XSTD` r-cran-rgdal-1.5-18+dfsg/configure-2134- fi ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2290-$as_echo_n "checking gdal-config usability... " >&6; } r-cran-rgdal-1.5-18+dfsg/configure:2291:if test `${GDAL_CONFIG} --version`; r-cran-rgdal-1.5-18+dfsg/configure-2292-then r-cran-rgdal-1.5-18+dfsg/configure:2293: GDAL_CPPFLAGS=`${GDAL_CONFIG} --cflags` r-cran-rgdal-1.5-18+dfsg/configure:2294: GDAL_LIBS=`${GDAL_CONFIG} --libs` r-cran-rgdal-1.5-18+dfsg/configure:2295: GDAL_VERSION=`${GDAL_CONFIG} --version` r-cran-rgdal-1.5-18+dfsg/configure:2296: GDAL_DEP_LIBS=`${GDAL_CONFIG} --dep-libs` r-cran-rgdal-1.5-18+dfsg/configure:2297: GDAL_DATADIR=`${GDAL_CONFIG} --datadir` r-cran-rgdal-1.5-18+dfsg/configure-2298- gdalok=yes ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2322-$as_echo "$as_me: GDAL: ${GDAL_VERSION}" >&6;} r-cran-rgdal-1.5-18+dfsg/configure:2323:#GDAL_VER_DOT=`echo $GDAL_VERSION | tr -d "."` r-cran-rgdal-1.5-18+dfsg/configure:2324:GDAL_MAJOR=`echo $GDAL_VERSION | cut -f1 -d"."` r-cran-rgdal-1.5-18+dfsg/configure:2325:GDAL_MINOR=`echo $GDAL_VERSION | cut -f2 -d"."` r-cran-rgdal-1.5-18+dfsg/configure:2326:GDAL_PATCH=`echo $GDAL_VERSION | cut -f3 -d"."` r-cran-rgdal-1.5-18+dfsg/configure-2327- ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2412-${CXX} ${CPPFLAGS} -o gdal_test gdal_test.cc ${LIBS} 2> errors.txt r-cran-rgdal-1.5-18+dfsg/configure:2413:if test `echo $?` -ne 0 ; then r-cran-rgdal-1.5-18+dfsg/configure-2414-gdalok=no ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2427-${CXX} ${CPPFLAGS} -o gdal_test gdal_test.cc ${LIBS} 2>> errors.txt r-cran-rgdal-1.5-18+dfsg/configure:2428:if test `echo $?` -ne 0 ; then r-cran-rgdal-1.5-18+dfsg/configure-2429-gdalok=no ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2476-GDAL_GE_250="no" r-cran-rgdal-1.5-18+dfsg/configure:2477:GDAL_MAJ_VER=`echo $GDAL_VERSION | cut -d "." -f1` r-cran-rgdal-1.5-18+dfsg/configure:2478:GDAL_MOD_VER=`echo $GDAL_VERSION | cut -d "." -f2` r-cran-rgdal-1.5-18+dfsg/configure-2479-if test "${GDAL_MAJ_VER}" = 2 ; then ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2508- r-cran-rgdal-1.5-18+dfsg/configure:2509:if `$PROJ_CONFIG --exists` ; then # pkg-config proj r-cran-rgdal-1.5-18+dfsg/configure-2510- { $as_echo "$as_me:${as_lineno-$LINENO}: pkg-config proj exists, will use it" >&5 ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2523-if test "${proj_config_ok}" = yes; then # proj_config_ok r-cran-rgdal-1.5-18+dfsg/configure:2524: PROJ_VERSION=`${PROJ_CONFIG} --modversion` r-cran-rgdal-1.5-18+dfsg/configure-2525- { $as_echo "$as_me:${as_lineno-$LINENO}: PROJ version: ${PROJ_VERSION}" >&5 ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2527- r-cran-rgdal-1.5-18+dfsg/configure:2528: PROJ_VERSION_DOT=`echo ${PROJ_VERSION} | tr -d "."` r-cran-rgdal-1.5-18+dfsg/configure:2529: PROJV1=`echo "${PROJ_VERSION}" | cut -c 1` r-cran-rgdal-1.5-18+dfsg/configure-2530- ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2564- if test "${proj_config_ok}" = yes; then # proj_config_ok r-cran-rgdal-1.5-18+dfsg/configure:2565: PROJ_INCLUDE_PATH=`${PROJ_CONFIG} --cflags` r-cran-rgdal-1.5-18+dfsg/configure-2566- proj_include_path=${PROJ_INCLUDE_PATH} ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2596- if test ${proj_config_ok} = "yes"; then # proj_config_ok r-cran-rgdal-1.5-18+dfsg/configure:2597: PROJ_LIB_PATH=`${PROJ_CONFIG} --libs` r-cran-rgdal-1.5-18+dfsg/configure-2598- PKG_LIBS="${PROJ_LIB_PATH} ${INPKG_LIBS}" ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2669- r-cran-rgdal-1.5-18+dfsg/configure:2670: if test `${CC} ${CFLAGS} ${PKGCPPFLAGS} -o proj_conf_test_proj proj_conf_test_proj.c ${PKG_LIBS} 2> /dev/null; echo $?` = 0 ; then r-cran-rgdal-1.5-18+dfsg/configure-2671- PROJ_API="proj.h" ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2673- PROJ_VERSION_H=`./proj_conf_test_proj` r-cran-rgdal-1.5-18+dfsg/configure:2674: PROJ_VERSION_DOT=`echo ${PROJ_VERSION_H} | tr -d "."` r-cran-rgdal-1.5-18+dfsg/configure-2675-rm -f proj_conf_test_proj.c proj_conf_test_proj ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2686-_EOCONF r-cran-rgdal-1.5-18+dfsg/configure:2687: if test `${CC} ${CFLAGS} ${PKG_CPPFLAGS} -o proj_conf_test_proj_api proj_conf_test_proj_api.c ${PKG_LIBS} 2> /dev/null; echo $?` = 0; then r-cran-rgdal-1.5-18+dfsg/configure-2688- PROJ_API="proj_api.h" ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2690- PROJ_VERSION_H=`./proj_conf_test_proj_api` r-cran-rgdal-1.5-18+dfsg/configure:2691: PROJ_VERSION_DOT=`echo ${PROJ_VERSION_H} | tr -d "."` r-cran-rgdal-1.5-18+dfsg/configure-2692-rm -f proj_conf_test_proj_api.c proj_conf_test_proj_api ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2867-$as_echo_n "checking whether the C++ compiler works... " >&6; } r-cran-rgdal-1.5-18+dfsg/configure:2868:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` r-cran-rgdal-1.5-18+dfsg/configure-2869- ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2911- then :; else r-cran-rgdal-1.5-18+dfsg/configure:2912: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` r-cran-rgdal-1.5-18+dfsg/configure-2913- fi ############################################## r-cran-rgdal-1.5-18+dfsg/configure-2971- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; r-cran-rgdal-1.5-18+dfsg/configure:2972: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` r-cran-rgdal-1.5-18+dfsg/configure-2973- break;; ############################################## r-cran-rgdal-1.5-18+dfsg/configure-3080- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; r-cran-rgdal-1.5-18+dfsg/configure:3081: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` r-cran-rgdal-1.5-18+dfsg/configure-3082- break;; ############################################## r-cran-rgdal-1.5-18+dfsg/configure-3374- # Check for GNU $ac_path_GREP r-cran-rgdal-1.5-18+dfsg/configure:3375:case `"$ac_path_GREP" --version 2>&1` in r-cran-rgdal-1.5-18+dfsg/configure-3376-*GNU*) ############################################## r-cran-rgdal-1.5-18+dfsg/configure-3440- # Check for GNU $ac_path_EGREP r-cran-rgdal-1.5-18+dfsg/configure:3441:case `"$ac_path_EGREP" --version 2>&1` in r-cran-rgdal-1.5-18+dfsg/configure-3442-*GNU*) ############################################## r-cran-rgdal-1.5-18+dfsg/configure-3601-do : r-cran-rgdal-1.5-18+dfsg/configure:3602: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` r-cran-rgdal-1.5-18+dfsg/configure-3603-ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## r-cran-rgdal-1.5-18+dfsg/configure-3606- cat >>confdefs.h <<_ACEOF r-cran-rgdal-1.5-18+dfsg/configure:3607:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 r-cran-rgdal-1.5-18+dfsg/configure-3608-_ACEOF ############################################## r-cran-rgdal-1.5-18+dfsg/configure-3696- r-cran-rgdal-1.5-18+dfsg/configure:3697: if test `${CC} ${CFLAGS} ${PKG_CPPFLAGS} -o proj_conf_test1 proj_conf_test1.c ${PKG_LIBS} 2> /dev/null; echo $?` = 0; then r-cran-rgdal-1.5-18+dfsg/configure-3698- PROJ_VERSION_H=`./proj_conf_test1` ############################################## r-cran-rgdal-1.5-18+dfsg/configure-3701- else r-cran-rgdal-1.5-18+dfsg/configure:3702: if test `${CC} ${CFLAGS} ${PKG_CPPFLAGS} -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H -o proj_conf_test1 proj_conf_test1.c ${PKG_LIBS} 2> /dev/null; echo $?` = 0; then r-cran-rgdal-1.5-18+dfsg/configure-3703- PROJ6="yes" ############################################## r-cran-rgdal-1.5-18+dfsg/configure-3721-$as_echo_n "checking PROJ version agreement... " >&6; } r-cran-rgdal-1.5-18+dfsg/configure:3722: PROJ_VERSION_DOT=`echo ${PROJ_VERSION} | tr -d "."` r-cran-rgdal-1.5-18+dfsg/configure-3723-#echo "|${PROJ_VERSION}| |${PROJ_VERSION_DOT}| |${PROJ_VERSION_H}|" ############################################## r-cran-rgdal-1.5-18+dfsg/configure-3736-if test -z "${PROJ_VERSION_DOT}"; then r-cran-rgdal-1.5-18+dfsg/configure:3737: PROJ_VERSION_DOT=`echo ${PROJ_VERSION_H} | tr -d "."` r-cran-rgdal-1.5-18+dfsg/configure-3738-fi ############################################## r-cran-rgdal-1.5-18+dfsg/configure-3800- r-cran-rgdal-1.5-18+dfsg/configure:3801:if test `${CC} ${CFLAGS} ${PKG_CPPFLAGS} -o proj_conf_test1a proj_conf_test1a.c ${PKG_LIBS} 2> /dev/null; echo $?` = 0; then r-cran-rgdal-1.5-18+dfsg/configure-3802- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ############################################## r-cran-rgdal-1.5-18+dfsg/configure-3873- PROJ_LIB="${proj_share_path}" ./proj_conf_test2 r-cran-rgdal-1.5-18+dfsg/configure:3874: proj_share=`echo $?` r-cran-rgdal-1.5-18+dfsg/configure-3875-else r-cran-rgdal-1.5-18+dfsg/configure-3876- ./proj_conf_test2 r-cran-rgdal-1.5-18+dfsg/configure:3877: proj_share=`echo $?` r-cran-rgdal-1.5-18+dfsg/configure-3878-fi ############################################## r-cran-rgdal-1.5-18+dfsg/configure-3923- PROJ_LIB="${proj_share_path}" ./proj_conf_test2 r-cran-rgdal-1.5-18+dfsg/configure:3924: proj_share=`echo $?` r-cran-rgdal-1.5-18+dfsg/configure-3925-else r-cran-rgdal-1.5-18+dfsg/configure-3926- ./proj_conf_test2 r-cran-rgdal-1.5-18+dfsg/configure:3927: proj_share=`echo $?` r-cran-rgdal-1.5-18+dfsg/configure-3928-fi ############################################## r-cran-rgdal-1.5-18+dfsg/configure-3984- PROJ_LIB="${proj_share_path}" ./proj_conf_test3 r-cran-rgdal-1.5-18+dfsg/configure:3985: proj_share=`echo $?` r-cran-rgdal-1.5-18+dfsg/configure-3986- else r-cran-rgdal-1.5-18+dfsg/configure-3987- ./proj_conf_test3 r-cran-rgdal-1.5-18+dfsg/configure:3988: proj_share=`echo $?` r-cran-rgdal-1.5-18+dfsg/configure-3989- fi ############################################## r-cran-rgdal-1.5-18+dfsg/configure-4235-' r-cran-rgdal-1.5-18+dfsg/configure:4236:DEFS=`sed -n "$ac_script" confdefs.h` r-cran-rgdal-1.5-18+dfsg/configure-4237- ############################################## r-cran-rgdal-1.5-18+dfsg/configure-4244- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' r-cran-rgdal-1.5-18+dfsg/configure:4245: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` r-cran-rgdal-1.5-18+dfsg/configure-4246- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## r-cran-rgdal-1.5-18+dfsg/configure-4311-if test -z "$BASH_VERSION$ZSH_VERSION" \ r-cran-rgdal-1.5-18+dfsg/configure:4312: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-rgdal-1.5-18+dfsg/configure-4313- as_echo='print -r --' r-cran-rgdal-1.5-18+dfsg/configure-4314- as_echo_n='print -rn --' r-cran-rgdal-1.5-18+dfsg/configure:4315:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then r-cran-rgdal-1.5-18+dfsg/configure-4316- as_echo='printf %s\n' ############################################## r-cran-rgdal-1.5-18+dfsg/configure-4318-else r-cran-rgdal-1.5-18+dfsg/configure:4319: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then r-cran-rgdal-1.5-18+dfsg/configure-4320- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## r-cran-rgdal-1.5-18+dfsg/configure-4328- expr "X$arg" : "X\\(.*\\)$as_nl"; r-cran-rgdal-1.5-18+dfsg/configure:4329: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; r-cran-rgdal-1.5-18+dfsg/configure-4330- esac; ############################################## r-cran-rgdal-1.5-18+dfsg/configure-4405-# ---------------------------------------- r-cran-rgdal-1.5-18+dfsg/configure:4406:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are r-cran-rgdal-1.5-18+dfsg/configure-4407-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## r-cran-rgdal-1.5-18+dfsg/configure-4477- { r-cran-rgdal-1.5-18+dfsg/configure:4478: as_val=`expr "$@" || test $? -eq 1` r-cran-rgdal-1.5-18+dfsg/configure-4479- } ############################################## r-cran-rgdal-1.5-18+dfsg/configure-4581- case $as_dir in #( r-cran-rgdal-1.5-18+dfsg/configure:4582: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( r-cran-rgdal-1.5-18+dfsg/configure-4583- *) as_qdir=$as_dir;; ############################################## r-cran-rgdal-1.5-18+dfsg/configure-4703-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 r-cran-rgdal-1.5-18+dfsg/configure:4704:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" r-cran-rgdal-1.5-18+dfsg/configure-4705-ac_cs_version="\\ ############################################## r-cran-rgdal-1.5-18+dfsg/configure-4725- --*=?*) r-cran-rgdal-1.5-18+dfsg/configure:4726: ac_option=`expr "X$1" : 'X\([^=]*\)='` r-cran-rgdal-1.5-18+dfsg/configure:4727: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` r-cran-rgdal-1.5-18+dfsg/configure-4728- ac_shift=: ############################################## r-cran-rgdal-1.5-18+dfsg/configure-4730- --*=) r-cran-rgdal-1.5-18+dfsg/configure:4731: ac_option=`expr "X$1" : 'X\([^=]*\)='` r-cran-rgdal-1.5-18+dfsg/configure-4732- ac_optarg= ############################################## r-cran-rgdal-1.5-18+dfsg/configure-4754- case $ac_optarg in r-cran-rgdal-1.5-18+dfsg/configure:4755: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; r-cran-rgdal-1.5-18+dfsg/configure-4756- '') as_fn_error $? "missing file argument" ;; ############################################## r-cran-rgdal-1.5-18+dfsg/configure-4870-fi r-cran-rgdal-1.5-18+dfsg/configure:4871:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` r-cran-rgdal-1.5-18+dfsg/configure-4872-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## r-cran-rgdal-1.5-18+dfsg/configure-4887- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 r-cran-rgdal-1.5-18+dfsg/configure:4888:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` r-cran-rgdal-1.5-18+dfsg/configure-4889-ac_delim='%!_!# ' ############################################## r-cran-rgdal-1.5-18+dfsg/configure-4893- r-cran-rgdal-1.5-18+dfsg/configure:4894: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` r-cran-rgdal-1.5-18+dfsg/configure-4895- if test $ac_delim_n = $ac_delim_num; then ############################################## r-cran-rgdal-1.5-18+dfsg/configure-5055- esac r-cran-rgdal-1.5-18+dfsg/configure:5056: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac r-cran-rgdal-1.5-18+dfsg/configure-5057- as_fn_append ac_file_inputs " '$ac_f'" ############################################## r-cran-rgdal-1.5-18+dfsg/configure-5114-*) r-cran-rgdal-1.5-18+dfsg/configure:5115: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` r-cran-rgdal-1.5-18+dfsg/configure-5116- # A ".." for each directory in $ac_dir_suffix. r-cran-rgdal-1.5-18+dfsg/configure:5117: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` r-cran-rgdal-1.5-18+dfsg/configure-5118- case $ac_top_builddir_sub in ############################################## r-cran-rgdal-1.5-18+dfsg/configure-5166-/@mandir@/p' r-cran-rgdal-1.5-18+dfsg/configure:5167:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in r-cran-rgdal-1.5-18+dfsg/configure-5168-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## r-cran-rgdal-1.5-18+dfsg/configure-5183- r-cran-rgdal-1.5-18+dfsg/configure:5184:# Neutralize VPATH when `$srcdir' = `.'. r-cran-rgdal-1.5-18+dfsg/configure-5185-# Shell code in configure.ac might set extrasub. ############################################## r-cran-rgdal-1.5-18+dfsg/configure-5209-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && r-cran-rgdal-1.5-18+dfsg/configure:5210: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && r-cran-rgdal-1.5-18+dfsg/configure-5211- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## r-cran-rgdal-1.5-18+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then r-cran-rgdal-1.5-18+dfsg/debian/tests/run-unit-test:7: AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX` r-cran-rgdal-1.5-18+dfsg/debian/tests/run-unit-test-8- trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM