===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.c-331-	int g1hasz = gserialized_has_z(g1);
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.c:332:	int g1hasm = gserialized_has_m(g1);
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.c-333-	int g2hasz = gserialized_has_z(g2);
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.c:334:	int g2hasm = gserialized_has_m(g2);
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.c-335-
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.c:336:	if (bsz1 == bsz2 && cmp_srid == 0 && cmp == 0 && g1hasz == g2hasz && g1hasm == g2hasm)
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.c-337-		return 0;
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.c-381-
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.c:382:		if (g1hasm != g2hasm)
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.c:383:			return (g1hasm > g2hasm) ? 1 : -1;
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.c-384-
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwgeom.c-408-	int hasz = FLAGS_GET_Z(lwgeom->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwgeom.c:409:	int hasm = FLAGS_GET_M(lwgeom->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwgeom.c-410-	int32_t srid = lwgeom->srid;
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-123-	hasz = lwgeom_has_z(lwg);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c:124:	hasm = lwgeom_has_m(lwg);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-125-
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-382-	hasz = lwgeom_has_z(lwpoint_as_lwgeom(point));
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c:383:	hasm = lwgeom_has_m(lwpoint_as_lwgeom(point));
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-384-
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-411-	hasz = lwgeom_has_z(lwmpoint_as_lwgeom(mpoint));
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c:412:	hasm = lwgeom_has_m(lwmpoint_as_lwgeom(mpoint));
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-413-
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-449-	uint8_t hasz = FLAGS_GET_Z(ipa->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c:450:	uint8_t hasm = FLAGS_GET_M(ipa->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-451-
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-554-	hasz = lwgeom_has_z(lwline_as_lwgeom(line));
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c:555:	hasm = lwgeom_has_m(lwline_as_lwgeom(line));
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-556-	dims = FLAGS_NDIMS(line->flags);
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-729-	assert(poly);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c:730:	char hasz = FLAGS_GET_Z(poly->flags), hasm = FLAGS_GET_M(poly->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-731-	LWPOLY *poly_res = lwpoly_construct_empty(poly->srid, hasz, hasm);
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-762-	assert(tri);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c:763:	char hasz = FLAGS_GET_Z(tri->flags), hasm = FLAGS_GET_M(tri->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-764-	LWCOLLECTION *lwgeom_out = lwcollection_construct_empty(TINTYPE, tri->srid, hasz, hasm);
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-802-		char hasz = lwgeom_has_z(lwcollection_as_lwgeom(icol));
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c:803:		char hasm = lwgeom_has_m(lwcollection_as_lwgeom(icol));
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwlinearreferencing.c-804-		uint32_t i;
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwpoly.c-54-	hasz = FLAGS_GET_Z(points[0]->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwpoly.c:55:	hasm = FLAGS_GET_M(points[0]->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwpoly.c-56-
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwmpoint.c-55-	int hasz = ptarray_has_z(pa);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwmpoint.c:56:	int hasm = ptarray_has_m(pa);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwmpoint.c-57-	LWMPOINT *ret = (LWMPOINT*)lwcollection_construct_empty(MULTIPOINTTYPE, srid, hasz, hasm);
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwout_wkt.c-613-{
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwout_wkt.c:614:	LWDEBUGF(4, "lwgeom_to_wkt_sb: type %s, hasz %d, hasm %d",
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwout_wkt.c-615-		lwtype_name(geom->type), (geom->type),
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwgeodetic.c-1687-	int hasz = ptarray_has_z(pa_in);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwgeodetic.c:1688:	int hasm = ptarray_has_m(pa_in);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwgeodetic.c-1689-	POINT4D p1, p2;
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c-154-	int hasz = LW_FALSE;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c:155:	int hasm = LW_FALSE;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c-156-	POINTARRAY *pa;
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c-166-		if ( FLAGS_GET_Z(geoms[i]->flags) ) hasz = LW_TRUE;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c:167:		if ( FLAGS_GET_M(geoms[i]->flags) ) hasm = LW_TRUE;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c:168:		if ( hasz && hasm ) break; /* Nothing more to learn! */
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c-169-	}
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c-231-	int hasz = LW_FALSE;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c:232:	int hasm = LW_FALSE;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c-233-	POINTARRAY *pa;
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c-247-		if ( FLAGS_GET_Z(points[i]->flags) ) hasz = LW_TRUE;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c:248:		if ( FLAGS_GET_M(points[i]->flags) ) hasm = LW_TRUE;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c:249:		if ( hasz && hasm ) break; /* Nothing more to learn! */
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c-250-	}
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c-282-	char hasz = lwgeom_has_z(lwgeom);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c:283:	char hasm = lwgeom_has_m(lwgeom);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c-284-	uint32_t npoints = mpoint->ngeoms;
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c-381-	int i = 0;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c:382:	int hasm = 0, hasz = 0;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c-383-	int npoints = 0;
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c-397-	hasz = FLAGS_GET_Z(lwline->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c:398:	hasm = 1;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwline.c-399-
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/ptarray.c-285-	POINTARRAY *pa = lwalloc(sizeof(POINTARRAY));
postgis-3.1.0~alpha3+dfsg/liblwgeom/ptarray.c:286:	LWDEBUGF(5, "hasz = %d, hasm = %d, npoints = %d, ptlist = %p", hasz, hasm, npoints, ptlist);
postgis-3.1.0~alpha3+dfsg/liblwgeom/ptarray.c-287-	pa->flags = lwflags(hasz, hasm, 0);
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/ptarray.c-412-	int hasz = FLAGS_GET_Z(ipa->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/ptarray.c:413:	int hasm = FLAGS_GET_M(ipa->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/ptarray.c-414-
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/ptarray.c-1039-	int in_hasz = FLAGS_GET_Z(pa->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/ptarray.c:1040:	int in_hasm = FLAGS_GET_M(pa->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/ptarray.c-1041-	POINT4D pt;
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/ptarray.c-1048-			pt.z = zval;
postgis-3.1.0~alpha3+dfsg/liblwgeom/ptarray.c:1049:		if( hasm && ! in_hasm )
postgis-3.1.0~alpha3+dfsg/liblwgeom/ptarray.c-1050-			pt.m = mval;
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwin_wkt.c-103-	int hasz = FLAGS_GET_Z(flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwin_wkt.c:104:	int hasm = FLAGS_GET_M(flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwin_wkt.c-105-	uint32_t i = 0;
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwin_wkt.c-185-	int hasz = FLAGS_GET_Z(flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwin_wkt.c:186:	int hasm = FLAGS_GET_M(flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwin_wkt.c-187-	int ndims = 2 + hasz + hasm;
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/liblwgeom.h.in-169-* Version bit, followed by
postgis-3.1.0~alpha3+dfsg/liblwgeom/liblwgeom.h.in:170:* Validty, Solid, ReadOnly, Geodetic, HasBBox, HasM and HasZ flags.
postgis-3.1.0~alpha3+dfsg/liblwgeom/liblwgeom.h.in-171-*/
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.txt-58-* HasZ        (0x01)
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.txt:59:* HasM        (0x02)
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.txt-60-* HasBBox     (0x04)
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.txt-73-* HasZ             (0x01)
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.txt:74:* HasM             (0x02)
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized.txt-75-* HasBBox          (0x04)
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwmline.c-58-	uint32_t i = 0;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwmline.c:59:	int hasm = 0, hasz = 0;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwmline.c-60-	double length = 0.0, length_so_far = 0.0;
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwmline.c-70-	hasz = FLAGS_GET_Z(lwmline->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwmline.c:71:	hasm = 1;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwmline.c-72-
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized1.h-4-* Version bit, followed by
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized1.h:5:* Validty, Solid, ReadOnly, Geodetic, HasBBox, HasM and HasZ flags.
postgis-3.1.0~alpha3+dfsg/liblwgeom/gserialized1.h-6-*/
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwcollection.c-56-	hasz = 0;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwcollection.c:57:	hasm = 0;
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwcollection.c-58-	if ( ngeoms > 0 )
##############################################
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwcollection.c-60-		hasz = FLAGS_GET_Z(geoms[0]->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwcollection.c:61:		hasm = FLAGS_GET_M(geoms[0]->flags);
postgis-3.1.0~alpha3+dfsg/liblwgeom/lwcollection.c-62-#ifdef CHECK_LWGEOM_ZM
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-478-    *:)
postgis-3.1.0~alpha3+dfsg/libtool:479:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
postgis-3.1.0~alpha3+dfsg/libtool-480-        ;;
postgis-3.1.0~alpha3+dfsg/libtool-481-    x:*)
postgis-3.1.0~alpha3+dfsg/libtool:482:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
postgis-3.1.0~alpha3+dfsg/libtool-483-        ;;
postgis-3.1.0~alpha3+dfsg/libtool-484-    *::*)
postgis-3.1.0~alpha3+dfsg/libtool:485:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
postgis-3.1.0~alpha3+dfsg/libtool:486:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
postgis-3.1.0~alpha3+dfsg/libtool-487-        ;;
postgis-3.1.0~alpha3+dfsg/libtool-488-    *)
postgis-3.1.0~alpha3+dfsg/libtool:489:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
postgis-3.1.0~alpha3+dfsg/libtool-490-        ;;
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-505-    done
postgis-3.1.0~alpha3+dfsg/libtool:506:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
postgis-3.1.0~alpha3+dfsg/libtool-507-}
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-614-#
postgis-3.1.0~alpha3+dfsg/libtool:615:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
postgis-3.1.0~alpha3+dfsg/libtool-616-#
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-713-          func_executable_p "$_G_path_prog" || continue
postgis-3.1.0~alpha3+dfsg/libtool:714:          case `"$_G_path_prog" --version 2>&1` in
postgis-3.1.0~alpha3+dfsg/libtool-715-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-760-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
postgis-3.1.0~alpha3+dfsg/libtool:761:      _G_count=`expr $_G_count + 1`
postgis-3.1.0~alpha3+dfsg/libtool-762-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-796-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
postgis-3.1.0~alpha3+dfsg/libtool:797:      _G_count=`expr $_G_count + 1`
postgis-3.1.0~alpha3+dfsg/libtool-798-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-921-# The name of this program.
postgis-3.1.0~alpha3+dfsg/libtool:922:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
postgis-3.1.0~alpha3+dfsg/libtool-923-
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-927-  *[\\/]*)
postgis-3.1.0~alpha3+dfsg/libtool:928:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
postgis-3.1.0~alpha3+dfsg/libtool:929:     progdir=`cd "$progdir" && pwd`
postgis-3.1.0~alpha3+dfsg/libtool-930-     progpath=$progdir/$progname
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-1121-
postgis-3.1.0~alpha3+dfsg/libtool:1122:    eval _G_current_value='`$ECHO $'$1'`'
postgis-3.1.0~alpha3+dfsg/libtool:1123:    _G_delim=`expr "$2" : '\(.\)'`
postgis-3.1.0~alpha3+dfsg/libtool-1124-
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-1150-
postgis-3.1.0~alpha3+dfsg/libtool:1151:    func_arith_result=`expr "$@"`
postgis-3.1.0~alpha3+dfsg/libtool-1152-  }
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-1171-  # ...otherwise fall back to using sed.
postgis-3.1.0~alpha3+dfsg/libtool:1172:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
postgis-3.1.0~alpha3+dfsg/libtool:1173:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
postgis-3.1.0~alpha3+dfsg/libtool-1174-      if test "X$func_dirname_result" = "X$1"; then
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-1268-      test -n "$_G_tc" && {
postgis-3.1.0~alpha3+dfsg/libtool:1269:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
postgis-3.1.0~alpha3+dfsg/libtool:1270:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
postgis-3.1.0~alpha3+dfsg/libtool-1271-      }
postgis-3.1.0~alpha3+dfsg/libtool-1272-    done
postgis-3.1.0~alpha3+dfsg/libtool:1273:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
postgis-3.1.0~alpha3+dfsg/libtool-1274-
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-1342-
postgis-3.1.0~alpha3+dfsg/libtool:1343:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
postgis-3.1.0~alpha3+dfsg/libtool-1344-  }
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-1374-        # ...otherwise throw away the child directory and loop
postgis-3.1.0~alpha3+dfsg/libtool:1375:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
postgis-3.1.0~alpha3+dfsg/libtool-1376-      done
postgis-3.1.0~alpha3+dfsg/libtool:1377:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
postgis-3.1.0~alpha3+dfsg/libtool-1378-
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-1412-      # If mktemp works, use that first and foremost
postgis-3.1.0~alpha3+dfsg/libtool:1413:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/libtool-1414-
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-1622-        *[\\\`\"\$]*)
postgis-3.1.0~alpha3+dfsg/libtool:1623:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
postgis-3.1.0~alpha3+dfsg/libtool-1624-        *)
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-1709-    case $2 in
postgis-3.1.0~alpha3+dfsg/libtool:1710:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
postgis-3.1.0~alpha3+dfsg/libtool:1711:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
postgis-3.1.0~alpha3+dfsg/libtool-1712-    esac
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-1782-    [0-9]* | *[!a-zA-Z0-9_]*)
postgis-3.1.0~alpha3+dfsg/libtool:1783:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
postgis-3.1.0~alpha3+dfsg/libtool-1784-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-1869-
postgis-3.1.0~alpha3+dfsg/libtool:1870:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
postgis-3.1.0~alpha3+dfsg/libtool-1871-}
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-1935-# The default options also support '--debug', which will turn on shell
postgis-3.1.0~alpha3+dfsg/libtool:1936:# execution tracing (see the comment above debug_cmd below for another
postgis-3.1.0~alpha3+dfsg/libtool-1937-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-2028-
postgis-3.1.0~alpha3+dfsg/libtool:2029:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
postgis-3.1.0~alpha3+dfsg/libtool-2030-}
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-2454-
postgis-3.1.0~alpha3+dfsg/libtool:2455:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
postgis-3.1.0~alpha3+dfsg/libtool-2456-      func_split_equals_rhs=
postgis-3.1.0~alpha3+dfsg/libtool-2457-      test "x$func_split_equals_lhs" = "x$1" \
postgis-3.1.0~alpha3+dfsg/libtool:2458:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
postgis-3.1.0~alpha3+dfsg/libtool-2459-  }
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-2482-
postgis-3.1.0~alpha3+dfsg/libtool:2483:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
postgis-3.1.0~alpha3+dfsg/libtool:2484:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
postgis-3.1.0~alpha3+dfsg/libtool-2485-  }
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-2655-       version:        $progname $scriptversion Debian-2.4.6-14
postgis-3.1.0~alpha3+dfsg/libtool:2656:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
postgis-3.1.0~alpha3+dfsg/libtool:2657:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
postgis-3.1.0~alpha3+dfsg/libtool-2658-
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-2694-  {
postgis-3.1.0~alpha3+dfsg/libtool:2695:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
postgis-3.1.0~alpha3+dfsg/libtool-2696-  }
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-2699-  {
postgis-3.1.0~alpha3+dfsg/libtool:2700:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
postgis-3.1.0~alpha3+dfsg/libtool-2701-  }
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-2790-	  # quotes we have to do it in 2 steps:
postgis-3.1.0~alpha3+dfsg/libtool:2791:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
postgis-3.1.0~alpha3+dfsg/libtool-2792-	  eval "$extractedcf"
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-3262-      done
postgis-3.1.0~alpha3+dfsg/libtool:3263:      CC_expanded=`func_echo_all $CC`
postgis-3.1.0~alpha3+dfsg/libtool:3264:      CC_quoted_expanded=`func_echo_all $CC_quoted`
postgis-3.1.0~alpha3+dfsg/libtool-3265-      case $@ in
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-3275-	    # Evaluate the configuration.
postgis-3.1.0~alpha3+dfsg/libtool:3276:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
postgis-3.1.0~alpha3+dfsg/libtool-3277-	    CC_quoted=
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-3281-	    done
postgis-3.1.0~alpha3+dfsg/libtool:3282:	    CC_expanded=`func_echo_all $CC`
postgis-3.1.0~alpha3+dfsg/libtool:3283:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
postgis-3.1.0~alpha3+dfsg/libtool-3284-	    case "$@ " in
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-3373-    # zero AND non-empty stdout, which explains the odd construction:
postgis-3.1.0~alpha3+dfsg/libtool:3374:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/libtool-3375-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-3441-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
postgis-3.1.0~alpha3+dfsg/libtool:3442:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/libtool-3443-    if test "$?" -ne 0; then
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-3612-    # LT_CYGPATH in this case.
postgis-3.1.0~alpha3+dfsg/libtool:3613:    func_to_host_file_result=`cygpath -m "$1"`
postgis-3.1.0~alpha3+dfsg/libtool-3614-  fi
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-3769-    func_to_host_path_tmp1=$func_stripname_result
postgis-3.1.0~alpha3+dfsg/libtool:3770:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
postgis-3.1.0~alpha3+dfsg/libtool-3771-    func_convert_path_check : ";" \
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-3979-    *.[cCFSifmso] | \
postgis-3.1.0~alpha3+dfsg/libtool:3980:    *.ada | *.adb | *.ads | *.asm | \
postgis-3.1.0~alpha3+dfsg/libtool-3981-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-4056-    if test no = "$compiler_c_o"; then
postgis-3.1.0~alpha3+dfsg/libtool:4057:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
postgis-3.1.0~alpha3+dfsg/libtool-4058-      lockfile=$output_obj.lock
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-4075-*** ERROR, $lockfile exists and contains:
postgis-3.1.0~alpha3+dfsg/libtool:4076:`cat $lockfile 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/libtool-4077-
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-4123-      if test warn = "$need_locks" &&
postgis-3.1.0~alpha3+dfsg/libtool:4124:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
postgis-3.1.0~alpha3+dfsg/libtool-4125-	$ECHO "\
postgis-3.1.0~alpha3+dfsg/libtool-4126-*** ERROR, $lockfile contains:
postgis-3.1.0~alpha3+dfsg/libtool:4127:`cat $lockfile 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/libtool-4128-
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-4172-      if test warn = "$need_locks" &&
postgis-3.1.0~alpha3+dfsg/libtool:4173:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
postgis-3.1.0~alpha3+dfsg/libtool-4174-	$ECHO "\
postgis-3.1.0~alpha3+dfsg/libtool-4175-*** ERROR, $lockfile contains:
postgis-3.1.0~alpha3+dfsg/libtool:4176:`cat $lockfile 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/libtool-4177-
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-4498-      # Get the absolute pathname.
postgis-3.1.0~alpha3+dfsg/libtool:4499:      absdir=`cd "$dir" && pwd`
postgis-3.1.0~alpha3+dfsg/libtool-4500-      test -n "$absdir" && dir=$absdir
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-4597-      if test -n "$lt_sysroot"; then
postgis-3.1.0~alpha3+dfsg/libtool:4598:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
postgis-3.1.0~alpha3+dfsg/libtool-4599-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-4881-	  # Determine the prefix the user has applied to our future dir.
postgis-3.1.0~alpha3+dfsg/libtool:4882:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
postgis-3.1.0~alpha3+dfsg/libtool-4883-
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-4894-	    # Stick the inst_prefix_dir data into the link command.
postgis-3.1.0~alpha3+dfsg/libtool:4895:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
postgis-3.1.0~alpha3+dfsg/libtool-4896-	  else
postgis-3.1.0~alpha3+dfsg/libtool:4897:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
postgis-3.1.0~alpha3+dfsg/libtool-4898-	  fi
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5061-	    fi
postgis-3.1.0~alpha3+dfsg/libtool:5062:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
postgis-3.1.0~alpha3+dfsg/libtool-5063-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5080-	        # Replace the output file specification.
postgis-3.1.0~alpha3+dfsg/libtool:5081:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
postgis-3.1.0~alpha3+dfsg/libtool-5082-
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5099-	    # Install the binary that we compiled earlier.
postgis-3.1.0~alpha3+dfsg/libtool:5100:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
postgis-3.1.0~alpha3+dfsg/libtool-5101-	  fi
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5173-    my_pic_p=${3-false}
postgis-3.1.0~alpha3+dfsg/libtool:5174:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
postgis-3.1.0~alpha3+dfsg/libtool-5175-    my_dlsyms=
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5231-	  # Add our own program objects to the symbol list.
postgis-3.1.0~alpha3+dfsg/libtool:5232:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
postgis-3.1.0~alpha3+dfsg/libtool-5233-	  for progfile in $progfiles; do
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5293-	          # Use subshell, to avoid clobbering current variable values
postgis-3.1.0~alpha3+dfsg/libtool:5294:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
postgis-3.1.0~alpha3+dfsg/libtool-5295-	          if test -n "$dlprefile_dlname"; then
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5462-	  if test -f "$output_objdir/$my_outputname.def"; then
postgis-3.1.0~alpha3+dfsg/libtool:5463:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
postgis-3.1.0~alpha3+dfsg/libtool:5464:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
postgis-3.1.0~alpha3+dfsg/libtool-5465-	  else
postgis-3.1.0~alpha3+dfsg/libtool:5466:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
postgis-3.1.0~alpha3+dfsg/libtool:5467:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
postgis-3.1.0~alpha3+dfsg/libtool-5468-	  fi
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5470-	*)
postgis-3.1.0~alpha3+dfsg/libtool:5471:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
postgis-3.1.0~alpha3+dfsg/libtool:5472:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
postgis-3.1.0~alpha3+dfsg/libtool-5473-	  ;;
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5485-      # Nullify the symbol file.
postgis-3.1.0~alpha3+dfsg/libtool:5486:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
postgis-3.1.0~alpha3+dfsg/libtool:5487:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
postgis-3.1.0~alpha3+dfsg/libtool-5488-    fi
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5499-  func_to_tool_file "$1" func_convert_file_msys_to_w32
postgis-3.1.0~alpha3+dfsg/libtool:5500:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
postgis-3.1.0~alpha3+dfsg/libtool-5501-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5512-  func_to_tool_file "$1" func_convert_file_msys_to_w32
postgis-3.1.0~alpha3+dfsg/libtool:5513:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
postgis-3.1.0~alpha3+dfsg/libtool-5514-  test -n "$func_cygming_ms_implib_tmp"
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5528-  win32_libid_type=unknown
postgis-3.1.0~alpha3+dfsg/libtool:5529:  win32_fileres=`file -L $1 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/libtool-5530-  case $win32_fileres in
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5593-
postgis-3.1.0~alpha3+dfsg/libtool:5594:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
postgis-3.1.0~alpha3+dfsg/libtool-5595-}
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5611-
postgis-3.1.0~alpha3+dfsg/libtool:5612:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
postgis-3.1.0~alpha3+dfsg/libtool-5613-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5675-    # binutils import library
postgis-3.1.0~alpha3+dfsg/libtool:5676:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
postgis-3.1.0~alpha3+dfsg/libtool-5677-  elif func_cygming_ms_implib_p "$1"; then
postgis-3.1.0~alpha3+dfsg/libtool-5678-    # ms-generated import library
postgis-3.1.0~alpha3+dfsg/libtool:5679:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
postgis-3.1.0~alpha3+dfsg/libtool-5680-  else
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5759-	  darwin_base_archive=$func_basename_result
postgis-3.1.0~alpha3+dfsg/libtool:5760:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
postgis-3.1.0~alpha3+dfsg/libtool-5761-	  if test -n "$darwin_arches"; then
postgis-3.1.0~alpha3+dfsg/libtool:5762:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
postgis-3.1.0~alpha3+dfsg/libtool-5763-	    darwin_arch=
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5773-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
postgis-3.1.0~alpha3+dfsg/libtool:5774:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
postgis-3.1.0~alpha3+dfsg/libtool-5775-	    darwin_file=
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5777-	    for darwin_file in $darwin_filelist; do
postgis-3.1.0~alpha3+dfsg/libtool:5778:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
postgis-3.1.0~alpha3+dfsg/libtool-5779-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5792-      esac
postgis-3.1.0~alpha3+dfsg/libtool:5793:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
postgis-3.1.0~alpha3+dfsg/libtool-5794-    done
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5863-
postgis-3.1.0~alpha3+dfsg/libtool:5864:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
postgis-3.1.0~alpha3+dfsg/libtool-5865-    $ECHO "\
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5898-    --lt-dump-script)
postgis-3.1.0~alpha3+dfsg/libtool:5899:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
postgis-3.1.0~alpha3+dfsg/libtool-5900-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
postgis-3.1.0~alpha3+dfsg/libtool:5901:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
postgis-3.1.0~alpha3+dfsg/libtool-5902-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5925-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
postgis-3.1.0~alpha3+dfsg/libtool:5926:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
postgis-3.1.0~alpha3+dfsg/libtool-5927-  done
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5983-  # Find the directory that this script lives in.
postgis-3.1.0~alpha3+dfsg/libtool:5984:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
postgis-3.1.0~alpha3+dfsg/libtool-5985-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5987-  # Follow symbolic links until we get to the real thisdir.
postgis-3.1.0~alpha3+dfsg/libtool:5988:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
postgis-3.1.0~alpha3+dfsg/libtool-5989-  while test -n \"\$file\"; do
postgis-3.1.0~alpha3+dfsg/libtool:5990:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
postgis-3.1.0~alpha3+dfsg/libtool-5991-
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-5999-
postgis-3.1.0~alpha3+dfsg/libtool:6000:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
postgis-3.1.0~alpha3+dfsg/libtool:6001:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
postgis-3.1.0~alpha3+dfsg/libtool-6002-  done
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-6013-    case \"\$thisdir\" in
postgis-3.1.0~alpha3+dfsg/libtool:6014:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
postgis-3.1.0~alpha3+dfsg/libtool-6015-    $objdir )   thisdir=. ;;
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-6019-  # Try to get the absolute directory name.
postgis-3.1.0~alpha3+dfsg/libtool:6020:  absdir=\`cd \"\$thisdir\" && pwd\`
postgis-3.1.0~alpha3+dfsg/libtool-6021-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-6029-  if test ! -f \"\$progdir/\$program\" ||
postgis-3.1.0~alpha3+dfsg/libtool:6030:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
postgis-3.1.0~alpha3+dfsg/libtool-6031-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-6044-    if test -n \"\$relink_command\"; then
postgis-3.1.0~alpha3+dfsg/libtool:6045:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
postgis-3.1.0~alpha3+dfsg/libtool-6046-      else
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-6088-    # The second colon is a workaround for a bug in BeOS R4 sed
postgis-3.1.0~alpha3+dfsg/libtool:6089:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
postgis-3.1.0~alpha3+dfsg/libtool-6090-
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-7067-
postgis-3.1.0~alpha3+dfsg/libtool:7068:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
postgis-3.1.0~alpha3+dfsg/libtool-7069-    *import*) : ;;
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-7315-	    moreargs=
postgis-3.1.0~alpha3+dfsg/libtool:7316:	    for fil in `cat "$save_arg"`
postgis-3.1.0~alpha3+dfsg/libtool-7317-	    do
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-7576-	*)
postgis-3.1.0~alpha3+dfsg/libtool:7577:	  absdir=`cd "$dir" && pwd`
postgis-3.1.0~alpha3+dfsg/libtool-7578-	  test -z "$absdir" && \
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-7597-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
postgis-3.1.0~alpha3+dfsg/libtool:7598:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
postgis-3.1.0~alpha3+dfsg/libtool-7599-	  case :$dllsearchpath: in
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-7896-      -Z*)
postgis-3.1.0~alpha3+dfsg/libtool:7897:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
postgis-3.1.0~alpha3+dfsg/libtool-7898-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-8066-      # get the directories listed in $shlibpath_var
postgis-3.1.0~alpha3+dfsg/libtool:8067:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
postgis-3.1.0~alpha3+dfsg/libtool-8068-    else
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-8385-		  set dummy $deplibs_check_method; shift
postgis-3.1.0~alpha3+dfsg/libtool:8386:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
postgis-3.1.0~alpha3+dfsg/libtool-8387-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-8475-	if test -n "$inherited_linker_flags"; then
postgis-3.1.0~alpha3+dfsg/libtool:8476:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
postgis-3.1.0~alpha3+dfsg/libtool-8477-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-8483-	fi
postgis-3.1.0~alpha3+dfsg/libtool:8484:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
postgis-3.1.0~alpha3+dfsg/libtool-8485-	if test lib,link = "$linkmode,$pass" ||
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-8556-	*)
postgis-3.1.0~alpha3+dfsg/libtool:8557:	  abs_ladir=`cd "$ladir" && pwd`
postgis-3.1.0~alpha3+dfsg/libtool-8558-	  if test -z "$abs_ladir"; then
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-8809-	    shift
postgis-3.1.0~alpha3+dfsg/libtool:8810:	    libname=`eval "\\$ECHO \"$libname_spec\""`
postgis-3.1.0~alpha3+dfsg/libtool-8811-	    # use dlname if we got it. it's perfectly good, no?
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9101-		*)
postgis-3.1.0~alpha3+dfsg/libtool:9102:		  absdir=`cd "$dir" && pwd`
postgis-3.1.0~alpha3+dfsg/libtool-9103-		  if test -z "$absdir"; then
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9112-		  depdepl=
postgis-3.1.0~alpha3+dfsg/libtool:9113:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
postgis-3.1.0~alpha3+dfsg/libtool-9114-		  if test -n "$deplibrary_names"; then
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9119-		      depdepl=$absdir/$objdir/$depdepl
postgis-3.1.0~alpha3+dfsg/libtool:9120:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
postgis-3.1.0~alpha3+dfsg/libtool-9121-                      if test -z "$darwin_install_name"; then
postgis-3.1.0~alpha3+dfsg/libtool:9122:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
postgis-3.1.0~alpha3+dfsg/libtool-9123-                      fi
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9134-		else
postgis-3.1.0~alpha3+dfsg/libtool:9135:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
postgis-3.1.0~alpha3+dfsg/libtool-9136-		  test -z "$libdir" && \
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9157-	else
postgis-3.1.0~alpha3+dfsg/libtool:9158:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
postgis-3.1.0~alpha3+dfsg/libtool-9159-	fi
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9246-        linux*)
postgis-3.1.0~alpha3+dfsg/libtool:9247:          case `$CC -V 2>&1 | sed 5q` in
postgis-3.1.0~alpha3+dfsg/libtool-9248-          *Sun\ C*) # Sun C++ 5.9
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9654-	removelist=
postgis-3.1.0~alpha3+dfsg/libtool:9655:	tempremovelist=`$ECHO "$output_objdir/*"`
postgis-3.1.0~alpha3+dfsg/libtool-9656-	for p in $tempremovelist; do
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9680-	# Transform .lo files to .o files.
postgis-3.1.0~alpha3+dfsg/libtool:9681:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
postgis-3.1.0~alpha3+dfsg/libtool-9682-      fi
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9685-      #for path in $notinst_path; do
postgis-3.1.0~alpha3+dfsg/libtool:9686:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
postgis-3.1.0~alpha3+dfsg/libtool:9687:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
postgis-3.1.0~alpha3+dfsg/libtool:9688:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
postgis-3.1.0~alpha3+dfsg/libtool-9689-      #done
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9806-		if test -n "$i"; then
postgis-3.1.0~alpha3+dfsg/libtool:9807:		  libname=`eval "\\$ECHO \"$libname_spec\""`
postgis-3.1.0~alpha3+dfsg/libtool:9808:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
postgis-3.1.0~alpha3+dfsg/libtool-9809-		  set dummy $deplib_matches; shift
postgis-3.1.0~alpha3+dfsg/libtool-9810-		  deplib_match=$1
postgis-3.1.0~alpha3+dfsg/libtool:9811:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
postgis-3.1.0~alpha3+dfsg/libtool-9812-		    func_append newdeplibs " $i"
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9849-		  if test -n "$i"; then
postgis-3.1.0~alpha3+dfsg/libtool:9850:		    libname=`eval "\\$ECHO \"$libname_spec\""`
postgis-3.1.0~alpha3+dfsg/libtool:9851:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
postgis-3.1.0~alpha3+dfsg/libtool-9852-		    set dummy $deplib_matches; shift
postgis-3.1.0~alpha3+dfsg/libtool-9853-		    deplib_match=$1
postgis-3.1.0~alpha3+dfsg/libtool:9854:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
postgis-3.1.0~alpha3+dfsg/libtool-9855-		      func_append newdeplibs " $i"
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9884-	  set dummy $deplibs_check_method; shift
postgis-3.1.0~alpha3+dfsg/libtool:9885:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
postgis-3.1.0~alpha3+dfsg/libtool-9886-	  for a_deplib in $deplibs; do
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9899-	      if test -n "$a_deplib"; then
postgis-3.1.0~alpha3+dfsg/libtool:9900:		libname=`eval "\\$ECHO \"$libname_spec\""`
postgis-3.1.0~alpha3+dfsg/libtool-9901-		if test -n "$file_magic_glob"; then
postgis-3.1.0~alpha3+dfsg/libtool:9902:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
postgis-3.1.0~alpha3+dfsg/libtool-9903-		else
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9909-		    shopt -s nocaseglob
postgis-3.1.0~alpha3+dfsg/libtool:9910:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/libtool-9911-		    $nocaseglob
postgis-3.1.0~alpha3+dfsg/libtool-9912-		  else
postgis-3.1.0~alpha3+dfsg/libtool:9913:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/libtool-9914-		  fi
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9927-		      while test -h "$potlib" 2>/dev/null; do
postgis-3.1.0~alpha3+dfsg/libtool:9928:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
postgis-3.1.0~alpha3+dfsg/libtool-9929-			case $potliblink in
postgis-3.1.0~alpha3+dfsg/libtool-9930-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
postgis-3.1.0~alpha3+dfsg/libtool:9931:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
postgis-3.1.0~alpha3+dfsg/libtool-9932-			esac
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9968-	  set dummy $deplibs_check_method; shift
postgis-3.1.0~alpha3+dfsg/libtool:9969:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
postgis-3.1.0~alpha3+dfsg/libtool-9970-	  for a_deplib in $deplibs; do
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-9983-	      if test -n "$a_deplib"; then
postgis-3.1.0~alpha3+dfsg/libtool:9984:		libname=`eval "\\$ECHO \"$libname_spec\""`
postgis-3.1.0~alpha3+dfsg/libtool-9985-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
postgis-3.1.0~alpha3+dfsg/libtool:9986:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/libtool-9987-		  for potent_lib in $potential_libs; do
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-10022-	  newdeplibs=
postgis-3.1.0~alpha3+dfsg/libtool:10023:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
postgis-3.1.0~alpha3+dfsg/libtool-10024-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-10026-	      # can't use Xsed below, because $i might contain '/'
postgis-3.1.0~alpha3+dfsg/libtool:10027:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
postgis-3.1.0~alpha3+dfsg/libtool-10028-	    done
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-10052-	  # On Rhapsody replace the C library with the System framework
postgis-3.1.0~alpha3+dfsg/libtool:10053:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
postgis-3.1.0~alpha3+dfsg/libtool-10054-	  ;;
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-10104-	*-*-darwin*)
postgis-3.1.0~alpha3+dfsg/libtool:10105:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
postgis-3.1.0~alpha3+dfsg/libtool:10106:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
postgis-3.1.0~alpha3+dfsg/libtool:10107:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
postgis-3.1.0~alpha3+dfsg/libtool-10108-	  ;;
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-10231-	# Use standard objects if they are pic
postgis-3.1.0~alpha3+dfsg/libtool:10232:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
postgis-3.1.0~alpha3+dfsg/libtool-10233-	test "X$libobjs" = "X " && libobjs=
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-10745-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
postgis-3.1.0~alpha3+dfsg/libtool:10746:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
postgis-3.1.0~alpha3+dfsg/libtool-10747-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-10760-      # Create the old-style object.
postgis-3.1.0~alpha3+dfsg/libtool:10761:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
postgis-3.1.0~alpha3+dfsg/libtool-10762-
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-10818-	# On Rhapsody replace the C library is the System framework
postgis-3.1.0~alpha3+dfsg/libtool:10819:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
postgis-3.1.0~alpha3+dfsg/libtool:10820:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
postgis-3.1.0~alpha3+dfsg/libtool-10821-	;;
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-10836-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
postgis-3.1.0~alpha3+dfsg/libtool:10837:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
postgis-3.1.0~alpha3+dfsg/libtool:10838:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
postgis-3.1.0~alpha3+dfsg/libtool-10839-	;;
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-10914-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
postgis-3.1.0~alpha3+dfsg/libtool:10915:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
postgis-3.1.0~alpha3+dfsg/libtool-10916-	  case :$dllsearchpath: in
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-10974-	# Transform all the library objects into standard objects.
postgis-3.1.0~alpha3+dfsg/libtool:10975:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
postgis-3.1.0~alpha3+dfsg/libtool:10976:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
postgis-3.1.0~alpha3+dfsg/libtool-10977-      fi
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-11002-	# Replace the output file specification.
postgis-3.1.0~alpha3+dfsg/libtool:11003:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
postgis-3.1.0~alpha3+dfsg/libtool-11004-	link_command=$compile_command$compile_rpath
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-11011-	  func_to_tool_file "$output"
postgis-3.1.0~alpha3+dfsg/libtool:11012:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
postgis-3.1.0~alpha3+dfsg/libtool-11013-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-11055-	# Replace the output file specification.
postgis-3.1.0~alpha3+dfsg/libtool:11056:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
postgis-3.1.0~alpha3+dfsg/libtool-11057-	# Delete the old output file.
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-11063-	  func_to_tool_file "$output"
postgis-3.1.0~alpha3+dfsg/libtool:11064:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
postgis-3.1.0~alpha3+dfsg/libtool-11065-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-11081-	  link_command=$finalize_var$compile_command$finalize_rpath
postgis-3.1.0~alpha3+dfsg/libtool:11082:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
postgis-3.1.0~alpha3+dfsg/libtool-11083-          ;;
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-11094-      # Replace the output file specification.
postgis-3.1.0~alpha3+dfsg/libtool:11095:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
postgis-3.1.0~alpha3+dfsg/libtool-11096-
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-11103-	func_to_tool_file "$output_objdir/$outputname"
postgis-3.1.0~alpha3+dfsg/libtool:11104:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
postgis-3.1.0~alpha3+dfsg/libtool-11105-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-11124-	relink_command="(cd `pwd`; $relink_command)"
postgis-3.1.0~alpha3+dfsg/libtool:11125:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
postgis-3.1.0~alpha3+dfsg/libtool-11126-      fi
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-11370-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
postgis-3.1.0~alpha3+dfsg/libtool:11371:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
postgis-3.1.0~alpha3+dfsg/libtool-11372-      if test yes = "$hardcode_automatic"; then
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-11391-		func_resolve_sysroot "$deplib"
postgis-3.1.0~alpha3+dfsg/libtool:11392:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
postgis-3.1.0~alpha3+dfsg/libtool-11393-		test -z "$libdir" && \
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-11417-		name=$func_basename_result
postgis-3.1.0~alpha3+dfsg/libtool:11418:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
postgis-3.1.0~alpha3+dfsg/libtool-11419-		test -z "$libdir" && \
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-11436-		name=$func_basename_result
postgis-3.1.0~alpha3+dfsg/libtool:11437:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
postgis-3.1.0~alpha3+dfsg/libtool-11438-		test -z "$libdir" && \
##############################################
postgis-3.1.0~alpha3+dfsg/libtool-11755-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
postgis-3.1.0~alpha3+dfsg/libtool:11756:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
postgis-3.1.0~alpha3+dfsg/libtool-11757-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
postgis-3.1.0~alpha3+dfsg/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
postgis-3.1.0~alpha3+dfsg/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
postgis-3.1.0~alpha3+dfsg/configure-45-  as_echo='print -r --'
postgis-3.1.0~alpha3+dfsg/configure-46-  as_echo_n='print -rn --'
postgis-3.1.0~alpha3+dfsg/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
postgis-3.1.0~alpha3+dfsg/configure-48-  as_echo='printf %s\n'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-50-else
postgis-3.1.0~alpha3+dfsg/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
postgis-3.1.0~alpha3+dfsg/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
postgis-3.1.0~alpha3+dfsg/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
postgis-3.1.0~alpha3+dfsg/configure-62-      esac;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
postgis-3.1.0~alpha3+dfsg/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
postgis-3.1.0~alpha3+dfsg/configure-199-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
postgis-3.1.0~alpha3+dfsg/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
postgis-3.1.0~alpha3+dfsg/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
postgis-3.1.0~alpha3+dfsg/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-332-      case $as_dir in #(
postgis-3.1.0~alpha3+dfsg/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
postgis-3.1.0~alpha3+dfsg/configure-334-      *) as_qdir=$as_dir;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-405-  {
postgis-3.1.0~alpha3+dfsg/configure:406:    as_val=`expr "$@" || test $? -eq 1`
postgis-3.1.0~alpha3+dfsg/configure-407-  }
##############################################
postgis-3.1.0~alpha3+dfsg/configure-412-# ----------------------------------------
postgis-3.1.0~alpha3+dfsg/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
postgis-3.1.0~alpha3+dfsg/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
postgis-3.1.0~alpha3+dfsg/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
postgis-3.1.0~alpha3+dfsg/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
postgis-3.1.0~alpha3+dfsg/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1004-  case $ac_option in
postgis-3.1.0~alpha3+dfsg/configure:1005:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
postgis-3.1.0~alpha3+dfsg/configure-1006-  *=)   ac_optarg= ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1048-  -disable-* | --disable-*)
postgis-3.1.0~alpha3+dfsg/configure:1049:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
postgis-3.1.0~alpha3+dfsg/configure-1050-    # Reject names that are not valid shell variable names.
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1053-    ac_useropt_orig=$ac_useropt
postgis-3.1.0~alpha3+dfsg/configure:1054:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
postgis-3.1.0~alpha3+dfsg/configure-1055-    case $ac_user_opts in
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1074-  -enable-* | --enable-*)
postgis-3.1.0~alpha3+dfsg/configure:1075:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
postgis-3.1.0~alpha3+dfsg/configure-1076-    # Reject names that are not valid shell variable names.
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1079-    ac_useropt_orig=$ac_useropt
postgis-3.1.0~alpha3+dfsg/configure:1080:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
postgis-3.1.0~alpha3+dfsg/configure-1081-    case $ac_user_opts in
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1287-  -with-* | --with-*)
postgis-3.1.0~alpha3+dfsg/configure:1288:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
postgis-3.1.0~alpha3+dfsg/configure-1289-    # Reject names that are not valid shell variable names.
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1292-    ac_useropt_orig=$ac_useropt
postgis-3.1.0~alpha3+dfsg/configure:1293:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
postgis-3.1.0~alpha3+dfsg/configure-1294-    case $ac_user_opts in
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1303-  -without-* | --without-*)
postgis-3.1.0~alpha3+dfsg/configure:1304:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
postgis-3.1.0~alpha3+dfsg/configure-1305-    # Reject names that are not valid shell variable names.
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1308-    ac_useropt_orig=$ac_useropt
postgis-3.1.0~alpha3+dfsg/configure:1309:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
postgis-3.1.0~alpha3+dfsg/configure-1310-    case $ac_user_opts in
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1341-  *=*)
postgis-3.1.0~alpha3+dfsg/configure:1342:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
postgis-3.1.0~alpha3+dfsg/configure-1343-    # Reject names that are not valid shell variable names.
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1362-if test -n "$ac_prev"; then
postgis-3.1.0~alpha3+dfsg/configure:1363:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
postgis-3.1.0~alpha3+dfsg/configure-1364-  as_fn_error $? "missing argument to $ac_option"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1384-    */ )
postgis-3.1.0~alpha3+dfsg/configure:1385:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
postgis-3.1.0~alpha3+dfsg/configure-1386-      eval $ac_var=\$ac_val;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1419-ac_ls_di=`ls -di .` &&
postgis-3.1.0~alpha3+dfsg/configure:1420:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
postgis-3.1.0~alpha3+dfsg/configure-1421-  as_fn_error $? "working directory cannot be determined"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1475-case $srcdir in
postgis-3.1.0~alpha3+dfsg/configure:1476:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
postgis-3.1.0~alpha3+dfsg/configure-1477-esac
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1518-By default, \`make install' will install all the files in
postgis-3.1.0~alpha3+dfsg/configure:1519:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
postgis-3.1.0~alpha3+dfsg/configure:1520:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
postgis-3.1.0~alpha3+dfsg/configure-1521-for instance \`--prefix=\$HOME'.
##############################################
postgis-3.1.0~alpha3+dfsg/configure-1689-*)
postgis-3.1.0~alpha3+dfsg/configure:1690:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
postgis-3.1.0~alpha3+dfsg/configure-1691-  # A ".." for each directory in $ac_dir_suffix.
postgis-3.1.0~alpha3+dfsg/configure:1692:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
postgis-3.1.0~alpha3+dfsg/configure-1693-  case $ac_top_builddir_sub in
##############################################
postgis-3.1.0~alpha3+dfsg/configure-2294-    *\'*)
postgis-3.1.0~alpha3+dfsg/configure:2295:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
postgis-3.1.0~alpha3+dfsg/configure-2296-    esac
##############################################
postgis-3.1.0~alpha3+dfsg/configure-2377-      case $ac_val in
postgis-3.1.0~alpha3+dfsg/configure:2378:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
postgis-3.1.0~alpha3+dfsg/configure-2379-      esac
##############################################
postgis-3.1.0~alpha3+dfsg/configure-2392-	case $ac_val in
postgis-3.1.0~alpha3+dfsg/configure:2393:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
postgis-3.1.0~alpha3+dfsg/configure-2394-	esac
##############################################
postgis-3.1.0~alpha3+dfsg/configure-2513-    set,)
postgis-3.1.0~alpha3+dfsg/configure:2514:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
postgis-3.1.0~alpha3+dfsg/configure:2515:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
postgis-3.1.0~alpha3+dfsg/configure-2516-      ac_cache_corrupted=: ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-2524-	# differences in whitespace do not lead to failure.
postgis-3.1.0~alpha3+dfsg/configure:2525:	ac_old_val_w=`echo x $ac_old_val`
postgis-3.1.0~alpha3+dfsg/configure:2526:	ac_new_val_w=`echo x $ac_new_val`
postgis-3.1.0~alpha3+dfsg/configure-2527-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-2544-    case $ac_new_val in
postgis-3.1.0~alpha3+dfsg/configure:2545:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
postgis-3.1.0~alpha3+dfsg/configure-2546-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-2734-test "x$ac_build_alias" = x &&
postgis-3.1.0~alpha3+dfsg/configure:2735:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
postgis-3.1.0~alpha3+dfsg/configure-2736-test "x$ac_build_alias" = x &&
postgis-3.1.0~alpha3+dfsg/configure-2737-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
postgis-3.1.0~alpha3+dfsg/configure:2738:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
postgis-3.1.0~alpha3+dfsg/configure-2739-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
postgis-3.1.0~alpha3+dfsg/configure-2758-IFS=$ac_save_IFS
postgis-3.1.0~alpha3+dfsg/configure:2759:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
postgis-3.1.0~alpha3+dfsg/configure-2760-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-2769-else
postgis-3.1.0~alpha3+dfsg/configure:2770:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
postgis-3.1.0~alpha3+dfsg/configure-2771-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
postgis-3.1.0~alpha3+dfsg/configure-2791-IFS=$ac_save_IFS
postgis-3.1.0~alpha3+dfsg/configure:2792:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
postgis-3.1.0~alpha3+dfsg/configure-2793-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-2819-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
postgis-3.1.0~alpha3+dfsg/configure:2820:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
postgis-3.1.0~alpha3+dfsg/configure-2821-  ECHO='print -r --'
postgis-3.1.0~alpha3+dfsg/configure:2822:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
postgis-3.1.0~alpha3+dfsg/configure-2823-  ECHO='printf %s\n'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-3209-$as_echo_n "checking whether the C compiler works... " >&6; }
postgis-3.1.0~alpha3+dfsg/configure:3210:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
postgis-3.1.0~alpha3+dfsg/configure-3211-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-3253-	then :; else
postgis-3.1.0~alpha3+dfsg/configure:3254:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
postgis-3.1.0~alpha3+dfsg/configure-3255-	fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-3313-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
postgis-3.1.0~alpha3+dfsg/configure:3314:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
postgis-3.1.0~alpha3+dfsg/configure-3315-	  break;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-3422-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
postgis-3.1.0~alpha3+dfsg/configure:3423:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
postgis-3.1.0~alpha3+dfsg/configure-3424-       break;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-3677-  # Check for GNU $ac_path_SED
postgis-3.1.0~alpha3+dfsg/configure:3678:case `"$ac_path_SED" --version 2>&1` in
postgis-3.1.0~alpha3+dfsg/configure-3679-*GNU*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-3753-  # Check for GNU $ac_path_GREP
postgis-3.1.0~alpha3+dfsg/configure:3754:case `"$ac_path_GREP" --version 2>&1` in
postgis-3.1.0~alpha3+dfsg/configure-3755-*GNU*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-3819-  # Check for GNU $ac_path_EGREP
postgis-3.1.0~alpha3+dfsg/configure:3820:case `"$ac_path_EGREP" --version 2>&1` in
postgis-3.1.0~alpha3+dfsg/configure-3821-*GNU*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-3886-  # Check for GNU $ac_path_FGREP
postgis-3.1.0~alpha3+dfsg/configure:3887:case `"$ac_path_FGREP" --version 2>&1` in
postgis-3.1.0~alpha3+dfsg/configure-3888-*GNU*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-3966-    # gcc leaves a trailing carriage return, which upsets mingw
postgis-3.1.0~alpha3+dfsg/configure:3967:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
postgis-3.1.0~alpha3+dfsg/configure-3968-  *)
postgis-3.1.0~alpha3+dfsg/configure:3969:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
postgis-3.1.0~alpha3+dfsg/configure-3970-  esac
##############################################
postgis-3.1.0~alpha3+dfsg/configure-3975-      # Canonicalize the pathname of ld
postgis-3.1.0~alpha3+dfsg/configure:3976:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
postgis-3.1.0~alpha3+dfsg/configure-3977-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
postgis-3.1.0~alpha3+dfsg/configure:3978:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
postgis-3.1.0~alpha3+dfsg/configure-3979-      done
##############################################
postgis-3.1.0~alpha3+dfsg/configure-4010-      # Break only if it was the GNU/non-GNU ld that we prefer.
postgis-3.1.0~alpha3+dfsg/configure:4011:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
postgis-3.1.0~alpha3+dfsg/configure-4012-      *GNU* | *'with BFD'*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-4041-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
postgis-3.1.0~alpha3+dfsg/configure:4042:case `$LD -v 2>&1 </dev/null` in
postgis-3.1.0~alpha3+dfsg/configure-4043-*GNU* | *'with BFD'*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-4091-	esac
postgis-3.1.0~alpha3+dfsg/configure:4092:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
postgis-3.1.0~alpha3+dfsg/configure-4093-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-4097-	*)
postgis-3.1.0~alpha3+dfsg/configure:4098:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
postgis-3.1.0~alpha3+dfsg/configure-4099-	  */dev/null*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-4225-
postgis-3.1.0~alpha3+dfsg/configure:4226:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
postgis-3.1.0~alpha3+dfsg/configure-4227-    *COFF*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-4337-    # And add a safety zone
postgis-3.1.0~alpha3+dfsg/configure:4338:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
postgis-3.1.0~alpha3+dfsg/configure:4339:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
postgis-3.1.0~alpha3+dfsg/configure-4340-    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-4370-    if test -n "$kargmax"; then
postgis-3.1.0~alpha3+dfsg/configure:4371:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
postgis-3.1.0~alpha3+dfsg/configure-4372-    else
##############################################
postgis-3.1.0~alpha3+dfsg/configure-4379-       test undefined != "$lt_cv_sys_max_cmd_len"; then
postgis-3.1.0~alpha3+dfsg/configure:4380:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
postgis-3.1.0~alpha3+dfsg/configure:4381:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
postgis-3.1.0~alpha3+dfsg/configure-4382-    else
##############################################
postgis-3.1.0~alpha3+dfsg/configure-4391-      # we can't tell.
postgis-3.1.0~alpha3+dfsg/configure:4392:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
postgis-3.1.0~alpha3+dfsg/configure-4393-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
postgis-3.1.0~alpha3+dfsg/configure-4395-      do
postgis-3.1.0~alpha3+dfsg/configure:4396:        i=`expr $i + 1`
postgis-3.1.0~alpha3+dfsg/configure-4397-        teststring=$teststring$teststring
##############################################
postgis-3.1.0~alpha3+dfsg/configure-4399-      # Only check the string length outside the loop.
postgis-3.1.0~alpha3+dfsg/configure:4400:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
postgis-3.1.0~alpha3+dfsg/configure-4401-      teststring=
##############################################
postgis-3.1.0~alpha3+dfsg/configure-4404-      # linker.  It appears as though 1/2 is a usable value.
postgis-3.1.0~alpha3+dfsg/configure:4405:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
postgis-3.1.0~alpha3+dfsg/configure-4406-    fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-4815-openbsd* | bitrig*)
postgis-3.1.0~alpha3+dfsg/configure:4816:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
postgis-3.1.0~alpha3+dfsg/configure-4817-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-4885-    else
postgis-3.1.0~alpha3+dfsg/configure:4886:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
postgis-3.1.0~alpha3+dfsg/configure-4887-    fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-5030-  # decide which one to use based on capabilities of $DLLTOOL
postgis-3.1.0~alpha3+dfsg/configure:5031:  case `$DLLTOOL --help 2>&1` in
postgis-3.1.0~alpha3+dfsg/configure-5032-  *--identify-strict*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-5594-# If we're using GNU nm, then use its standard symbol codes.
postgis-3.1.0~alpha3+dfsg/configure:5595:case `$NM -V 2>&1` in
postgis-3.1.0~alpha3+dfsg/configure-5596-*GNU* | *'with BFD'*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-5642-mingw*)
postgis-3.1.0~alpha3+dfsg/configure:5643:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
postgis-3.1.0~alpha3+dfsg/configure-5644-  ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-5871-   if test yes = "$GCC"; then
postgis-3.1.0~alpha3+dfsg/configure:5872:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure-5873-   fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-5875- /*)
postgis-3.1.0~alpha3+dfsg/configure:5876:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
postgis-3.1.0~alpha3+dfsg/configure-5877-   ;; #(
##############################################
postgis-3.1.0~alpha3+dfsg/configure-5970-    done
postgis-3.1.0~alpha3+dfsg/configure:5971:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
postgis-3.1.0~alpha3+dfsg/configure-5972-}
##############################################
postgis-3.1.0~alpha3+dfsg/configure-5992-  test $ac_status = 0; }; then
postgis-3.1.0~alpha3+dfsg/configure:5993:    case `/usr/bin/file conftest.$ac_objext` in
postgis-3.1.0~alpha3+dfsg/configure-5994-      *ELF-32*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-6013-    if test yes = "$lt_cv_prog_gnu_ld"; then
postgis-3.1.0~alpha3+dfsg/configure:6014:      case `/usr/bin/file conftest.$ac_objext` in
postgis-3.1.0~alpha3+dfsg/configure-6015-	*32-bit*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-6025-    else
postgis-3.1.0~alpha3+dfsg/configure:6026:      case `/usr/bin/file conftest.$ac_objext` in
postgis-3.1.0~alpha3+dfsg/configure-6027-	*32-bit*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-6051-    emul=elf
postgis-3.1.0~alpha3+dfsg/configure:6052:    case `/usr/bin/file conftest.$ac_objext` in
postgis-3.1.0~alpha3+dfsg/configure-6053-      *32-bit*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-6059-    esac
postgis-3.1.0~alpha3+dfsg/configure:6060:    case `/usr/bin/file conftest.$ac_objext` in
postgis-3.1.0~alpha3+dfsg/configure-6061-      *MSB*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-6067-    esac
postgis-3.1.0~alpha3+dfsg/configure:6068:    case `/usr/bin/file conftest.$ac_objext` in
postgis-3.1.0~alpha3+dfsg/configure-6069-      *N32*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-7000-    *:)
postgis-3.1.0~alpha3+dfsg/configure:7001:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
postgis-3.1.0~alpha3+dfsg/configure-7002-        ;;
postgis-3.1.0~alpha3+dfsg/configure-7003-    x:*)
postgis-3.1.0~alpha3+dfsg/configure:7004:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
postgis-3.1.0~alpha3+dfsg/configure-7005-        ;;
postgis-3.1.0~alpha3+dfsg/configure-7006-    *::*)
postgis-3.1.0~alpha3+dfsg/configure:7007:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
postgis-3.1.0~alpha3+dfsg/configure:7008:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
postgis-3.1.0~alpha3+dfsg/configure-7009-        ;;
postgis-3.1.0~alpha3+dfsg/configure-7010-    *)
postgis-3.1.0~alpha3+dfsg/configure:7011:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
postgis-3.1.0~alpha3+dfsg/configure-7012-        ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-7269-do :
postgis-3.1.0~alpha3+dfsg/configure:7270:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
postgis-3.1.0~alpha3+dfsg/configure-7271-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
postgis-3.1.0~alpha3+dfsg/configure-7274-  cat >>confdefs.h <<_ACEOF
postgis-3.1.0~alpha3+dfsg/configure:7275:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
postgis-3.1.0~alpha3+dfsg/configure-7276-_ACEOF
##############################################
postgis-3.1.0~alpha3+dfsg/configure-7632-	"file_magic "*)
postgis-3.1.0~alpha3+dfsg/configure:7633:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
postgis-3.1.0~alpha3+dfsg/configure-7634-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
postgis-3.1.0~alpha3+dfsg/configure-7698-	"file_magic "*)
postgis-3.1.0~alpha3+dfsg/configure:7699:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
postgis-3.1.0~alpha3+dfsg/configure-7700-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
postgis-3.1.0~alpha3+dfsg/configure-8102-      *)
postgis-3.1.0~alpha3+dfsg/configure:8103:	case `$CC -V 2>&1 | sed 5q` in
postgis-3.1.0~alpha3+dfsg/configure-8104-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-8551-	# shared libraries, regardless of the interface used.
postgis-3.1.0~alpha3+dfsg/configure:8552:	case `$LD -v 2>&1` in
postgis-3.1.0~alpha3+dfsg/configure-8553-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-8583-    supports_anon_versioning=no
postgis-3.1.0~alpha3+dfsg/configure:8584:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
postgis-3.1.0~alpha3+dfsg/configure-8585-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-8652-	# is; otherwise, prepend EXPORTS...
postgis-3.1.0~alpha3+dfsg/configure:8653:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
postgis-3.1.0~alpha3+dfsg/configure-8654-          cp $export_symbols $output_objdir/$soname.def;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-8686-	prefix_cmds="$SED"~
postgis-3.1.0~alpha3+dfsg/configure:8687:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
postgis-3.1.0~alpha3+dfsg/configure-8688-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
postgis-3.1.0~alpha3+dfsg/configure-8708-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
postgis-3.1.0~alpha3+dfsg/configure:8709:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
postgis-3.1.0~alpha3+dfsg/configure:8710:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-8711-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-8726-        pgcc*)				# Portland Group C compiler
postgis-3.1.0~alpha3+dfsg/configure:8727:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
postgis-3.1.0~alpha3+dfsg/configure-8728-	  tmp_addflag=' $pic_flag'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-8731-					# Portland Group f77 and f90 compilers
postgis-3.1.0~alpha3+dfsg/configure:8732:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
postgis-3.1.0~alpha3+dfsg/configure-8733-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-8748-	nvcc*)	# Cuda Compiler Driver 2.2
postgis-3.1.0~alpha3+dfsg/configure:8749:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
postgis-3.1.0~alpha3+dfsg/configure-8750-	  compiler_needs_object=yes
##############################################
postgis-3.1.0~alpha3+dfsg/configure-8752-	esac
postgis-3.1.0~alpha3+dfsg/configure:8753:	case `$CC -V 2>&1 | sed 5q` in
postgis-3.1.0~alpha3+dfsg/configure-8754-	*Sun\ C*)			# Sun C 5.9
postgis-3.1.0~alpha3+dfsg/configure:8755:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
postgis-3.1.0~alpha3+dfsg/configure-8756-	  compiler_needs_object=yes
##############################################
postgis-3.1.0~alpha3+dfsg/configure-8823-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
postgis-3.1.0~alpha3+dfsg/configure:8824:      case `$LD -v 2>&1` in
postgis-3.1.0~alpha3+dfsg/configure-8825-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-8912-	else
postgis-3.1.0~alpha3+dfsg/configure:8913:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
postgis-3.1.0~alpha3+dfsg/configure-8914-	fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-8977-	# below for broken collect2 doesn't work under 4.3+
postgis-3.1.0~alpha3+dfsg/configure:8978:	  collect2name=`$CC -print-prog-name=collect2`
postgis-3.1.0~alpha3+dfsg/configure-8979-	  if test -f "$collect2name" &&
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9057-      }'
postgis-3.1.0~alpha3+dfsg/configure:9058:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
postgis-3.1.0~alpha3+dfsg/configure-9059-  # Check for a 64-bit object if we didn't find anything.
postgis-3.1.0~alpha3+dfsg/configure-9060-  if test -z "$lt_cv_aix_libpath_"; then
postgis-3.1.0~alpha3+dfsg/configure:9061:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
postgis-3.1.0~alpha3+dfsg/configure-9062-  fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9075-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
postgis-3.1.0~alpha3+dfsg/configure:9076:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
postgis-3.1.0~alpha3+dfsg/configure-9077-      else
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9110-      }'
postgis-3.1.0~alpha3+dfsg/configure:9111:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
postgis-3.1.0~alpha3+dfsg/configure-9112-  # Check for a 64-bit object if we didn't find anything.
postgis-3.1.0~alpha3+dfsg/configure-9113-  if test -z "$lt_cv_aix_libpath_"; then
postgis-3.1.0~alpha3+dfsg/configure:9114:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
postgis-3.1.0~alpha3+dfsg/configure-9115-  fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9142-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
postgis-3.1.0~alpha3+dfsg/configure:9143:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
postgis-3.1.0~alpha3+dfsg/configure-9144-	  if test svr4 != "$with_aix_soname"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9195-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
postgis-3.1.0~alpha3+dfsg/configure:9196:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
postgis-3.1.0~alpha3+dfsg/configure-9197-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9233-	# FIXME: Setting linknames here is a bad hack.
postgis-3.1.0~alpha3+dfsg/configure:9234:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
postgis-3.1.0~alpha3+dfsg/configure-9235-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9251-  if test yes = "$lt_cv_ld_force_load"; then
postgis-3.1.0~alpha3+dfsg/configure:9252:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
postgis-3.1.0~alpha3+dfsg/configure-9253-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9431-      if test yes = "$GCC"; then
postgis-3.1.0~alpha3+dfsg/configure:9432:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-9433-	# Try to use the -exported_symbol ld option, if it does not
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9459-	if test yes = "$lt_cv_irix_exported_symbol"; then
postgis-3.1.0~alpha3+dfsg/configure:9460:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-9461-	fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9463-      else
postgis-3.1.0~alpha3+dfsg/configure:9464:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/configure:9465:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-9466-      fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9510-	hardcode_direct_absolute=yes
postgis-3.1.0~alpha3+dfsg/configure:9511:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
postgis-3.1.0~alpha3+dfsg/configure-9512-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9541-	prefix_cmds="$SED"~
postgis-3.1.0~alpha3+dfsg/configure:9542:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
postgis-3.1.0~alpha3+dfsg/configure-9543-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9555-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
postgis-3.1.0~alpha3+dfsg/configure:9556:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-9557-      else
postgis-3.1.0~alpha3+dfsg/configure-9558-	allow_undefined_flag=' -expect_unresolved \*'
postgis-3.1.0~alpha3+dfsg/configure:9559:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-9560-      fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9568-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
postgis-3.1.0~alpha3+dfsg/configure:9569:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-9570-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9572-	allow_undefined_flag=' -expect_unresolved \*'
postgis-3.1.0~alpha3+dfsg/configure:9573:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/configure:9574:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
postgis-3.1.0~alpha3+dfsg/configure:9575:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
postgis-3.1.0~alpha3+dfsg/configure-9576-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9591-      else
postgis-3.1.0~alpha3+dfsg/configure:9592:	case `$CC -V 2>&1` in
postgis-3.1.0~alpha3+dfsg/configure-9593-	*"Compilers 5.0"*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9990-  esac
postgis-3.1.0~alpha3+dfsg/configure:9991:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
postgis-3.1.0~alpha3+dfsg/configure-9992-  case $lt_search_path_spec in
##############################################
postgis-3.1.0~alpha3+dfsg/configure-9997-    # okay in the real world where ";" in dirpaths is itself problematic.
postgis-3.1.0~alpha3+dfsg/configure:9998:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
postgis-3.1.0~alpha3+dfsg/configure-9999-    ;;
postgis-3.1.0~alpha3+dfsg/configure-10000-  *)
postgis-3.1.0~alpha3+dfsg/configure:10001:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
postgis-3.1.0~alpha3+dfsg/configure-10002-    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10006-  lt_tmp_lt_search_path_spec=
postgis-3.1.0~alpha3+dfsg/configure:10007:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure-10008-  # ...but if some path component already ends with the multilib dir we assume
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10048-  esac
postgis-3.1.0~alpha3+dfsg/configure:10049:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
postgis-3.1.0~alpha3+dfsg/configure-10050-else
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10188-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
postgis-3.1.0~alpha3+dfsg/configure:10189:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
postgis-3.1.0~alpha3+dfsg/configure-10190-    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10224-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
postgis-3.1.0~alpha3+dfsg/configure:10225:    postinstall_cmds='base_file=`basename \$file`~
postgis-3.1.0~alpha3+dfsg/configure:10226:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/configure:10227:      dldir=$destdir/`dirname \$dlpath`~
postgis-3.1.0~alpha3+dfsg/configure-10228-      test -d \$dldir || mkdir -p \$dldir~
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10233-      fi'
postgis-3.1.0~alpha3+dfsg/configure:10234:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/configure-10235-      dlpath=$dir/\$dldll~
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10241-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
postgis-3.1.0~alpha3+dfsg/configure:10242:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
postgis-3.1.0~alpha3+dfsg/configure-10243-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10247-      # MinGW DLLs use traditional 'lib' prefix
postgis-3.1.0~alpha3+dfsg/configure:10248:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
postgis-3.1.0~alpha3+dfsg/configure-10249-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10251-      # pw32 DLLs use 'pw' prefix rather than 'lib'
postgis-3.1.0~alpha3+dfsg/configure:10252:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
postgis-3.1.0~alpha3+dfsg/configure-10253-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10260-    libname_spec='$name'
postgis-3.1.0~alpha3+dfsg/configure:10261:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
postgis-3.1.0~alpha3+dfsg/configure-10262-    library_names_spec='$libname.dll.lib'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10272-        # Let DOS variable expansion print the short 8.3 style file name.
postgis-3.1.0~alpha3+dfsg/configure:10273:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
postgis-3.1.0~alpha3+dfsg/configure-10274-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10277-      # Convert to MSYS style.
postgis-3.1.0~alpha3+dfsg/configure:10278:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
postgis-3.1.0~alpha3+dfsg/configure-10279-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10283-      # like /cygdrive/c/PROGRA~1:/cygdr...
postgis-3.1.0~alpha3+dfsg/configure:10284:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
postgis-3.1.0~alpha3+dfsg/configure:10285:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure:10286:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
postgis-3.1.0~alpha3+dfsg/configure-10287-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10291-        # It is most probably a Windows format PATH.
postgis-3.1.0~alpha3+dfsg/configure:10292:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
postgis-3.1.0~alpha3+dfsg/configure-10293-      else
postgis-3.1.0~alpha3+dfsg/configure:10294:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
postgis-3.1.0~alpha3+dfsg/configure-10295-      fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10301-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
postgis-3.1.0~alpha3+dfsg/configure:10302:    postinstall_cmds='base_file=`basename \$file`~
postgis-3.1.0~alpha3+dfsg/configure:10303:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/configure:10304:      dldir=$destdir/`dirname \$dlpath`~
postgis-3.1.0~alpha3+dfsg/configure-10305-      test -d \$dldir || mkdir -p \$dldir~
postgis-3.1.0~alpha3+dfsg/configure-10306-      $install_prog $dir/$dlname \$dldir/$dlname'
postgis-3.1.0~alpha3+dfsg/configure:10307:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/configure-10308-      dlpath=$dir/\$dldll~
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10315-    # Assume MSVC wrapper
postgis-3.1.0~alpha3+dfsg/configure:10316:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
postgis-3.1.0~alpha3+dfsg/configure-10317-    dynamic_linker='Win32 ld.exe'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10332-  shlibpath_var=DYLD_LIBRARY_PATH
postgis-3.1.0~alpha3+dfsg/configure:10333:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
postgis-3.1.0~alpha3+dfsg/configure-10334-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10585-  if test -f /etc/ld.so.conf; then
postgis-3.1.0~alpha3+dfsg/configure:10586:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
postgis-3.1.0~alpha3+dfsg/configure-10587-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10651-  need_lib_prefix=no
postgis-3.1.0~alpha3+dfsg/configure:10652:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
postgis-3.1.0~alpha3+dfsg/configure-10653-    need_version=no
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10678-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
postgis-3.1.0~alpha3+dfsg/configure:10679:  postinstall_cmds='base_file=`basename \$file`~
postgis-3.1.0~alpha3+dfsg/configure:10680:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/configure:10681:    dldir=$destdir/`dirname \$dlpath`~
postgis-3.1.0~alpha3+dfsg/configure-10682-    test -d \$dldir || mkdir -p \$dldir~
##############################################
postgis-3.1.0~alpha3+dfsg/configure-10687-    fi'
postgis-3.1.0~alpha3+dfsg/configure:10688:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/configure-10689-    dlpath=$dir/\$dldll~
##############################################
postgis-3.1.0~alpha3+dfsg/configure-12313-  # Check for GNU $ac_path_GREP
postgis-3.1.0~alpha3+dfsg/configure:12314:case `"$ac_path_GREP" --version 2>&1` in
postgis-3.1.0~alpha3+dfsg/configure-12315-*GNU*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-13015-/* end confdefs.h.  */
postgis-3.1.0~alpha3+dfsg/configure:13016:`cat $LEX_OUTPUT_ROOT.c`
postgis-3.1.0~alpha3+dfsg/configure-13017-_ACEOF
##############################################
postgis-3.1.0~alpha3+dfsg/configure-13048-  #define YYTEXT_POINTER 1
postgis-3.1.0~alpha3+dfsg/configure:13049:`cat $LEX_OUTPUT_ROOT.c`
postgis-3.1.0~alpha3+dfsg/configure-13050-_ACEOF
##############################################
postgis-3.1.0~alpha3+dfsg/configure-13686-  test $ac_status = 0; }; then
postgis-3.1.0~alpha3+dfsg/configure:13687:  pkg_cv_CUNIT_CFLAGS=`$PKG_CONFIG --cflags "cunit" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure-13688-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
postgis-3.1.0~alpha3+dfsg/configure-13703-  test $ac_status = 0; }; then
postgis-3.1.0~alpha3+dfsg/configure:13704:  pkg_cv_CUNIT_LIBS=`$PKG_CONFIG --libs "cunit" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure-13705-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
postgis-3.1.0~alpha3+dfsg/configure-13724-        if test $_pkg_short_errors_supported = yes; then
postgis-3.1.0~alpha3+dfsg/configure:13725:	        CUNIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cunit" 2>&1`
postgis-3.1.0~alpha3+dfsg/configure-13726-        else
postgis-3.1.0~alpha3+dfsg/configure:13727:	        CUNIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cunit" 2>&1`
postgis-3.1.0~alpha3+dfsg/configure-13728-        fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-13976-do :
postgis-3.1.0~alpha3+dfsg/configure:13977:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
postgis-3.1.0~alpha3+dfsg/configure-13978-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-13980-  cat >>confdefs.h <<_ACEOF
postgis-3.1.0~alpha3+dfsg/configure:13981:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
postgis-3.1.0~alpha3+dfsg/configure-13982-_ACEOF
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14079-
postgis-3.1.0~alpha3+dfsg/configure:14080:  PGXS=`"$PG_CONFIG" --pgxs`
postgis-3.1.0~alpha3+dfsg/configure-14081-  if test "x$PGXS" = "x" -o ! -f "$PGXS"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14086-
postgis-3.1.0~alpha3+dfsg/configure:14087:        PGSQL_FULL_VERSION=`"$PG_CONFIG" --version`
postgis-3.1.0~alpha3+dfsg/configure-14088-
postgis-3.1.0~alpha3+dfsg/configure:14089:  PGSQL_MAJOR_VERSION=`echo $PGSQL_FULL_VERSION | sed 's/[^0-9]*\([0-9]*\).*/\1/'`
postgis-3.1.0~alpha3+dfsg/configure:14090:  PGSQL_MINOR_VERSION=`$PG_CONFIG --version | sed 's/[^0-9]*\([0-9]\)\.\([0-9]\).*/\2/'`
postgis-3.1.0~alpha3+dfsg/configure-14091-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14098-
postgis-3.1.0~alpha3+dfsg/configure:14099:  PGSQL_PKGLIBDIR=`"$PG_CONFIG" --pkglibdir`
postgis-3.1.0~alpha3+dfsg/configure:14100:  PGSQL_LIBDIR=`"$PG_CONFIG" --libdir`
postgis-3.1.0~alpha3+dfsg/configure:14101:  PGSQL_SHAREDIR=`"$PG_CONFIG" --sharedir`
postgis-3.1.0~alpha3+dfsg/configure-14102-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14114-
postgis-3.1.0~alpha3+dfsg/configure:14115:    PGSQL_FE_LDFLAGS=-L`"$PG_CONFIG" --libdir`" -lpq"
postgis-3.1.0~alpha3+dfsg/configure:14116:  PGSQL_FE_CPPFLAGS=-I`"$PG_CONFIG" --includedir`
postgis-3.1.0~alpha3+dfsg/configure-14117-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14120-
postgis-3.1.0~alpha3+dfsg/configure:14121:    PGSRV_INC=`"$PG_CONFIG" --includedir-server`
postgis-3.1.0~alpha3+dfsg/configure-14122-  PGSQL_BE_CPPFLAGS="-I${PGSRV_INC}"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14130-
postgis-3.1.0~alpha3+dfsg/configure:14131:    PGSQL_DOCDIR=`"$PG_CONFIG" --docdir`
postgis-3.1.0~alpha3+dfsg/configure:14132:  PGSQL_MANDIR=`"$PG_CONFIG" --mandir`
postgis-3.1.0~alpha3+dfsg/configure-14133-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14136-
postgis-3.1.0~alpha3+dfsg/configure:14137:    PGSQL_LOCALEDIR=`"$PG_CONFIG" --localedir`
postgis-3.1.0~alpha3+dfsg/configure-14138-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14143-
postgis-3.1.0~alpha3+dfsg/configure:14144:    PGSQL_BINDIR=`"$PG_CONFIG" --bindir`
postgis-3.1.0~alpha3+dfsg/configure-14145-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14147-
postgis-3.1.0~alpha3+dfsg/configure:14148:    PGSQL_SHAREDIR=`"$PG_CONFIG" --sharedir`
postgis-3.1.0~alpha3+dfsg/configure-14149-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14167-  CC_SAVE="$CC"
postgis-3.1.0~alpha3+dfsg/configure:14168:  CC=`"$PG_CONFIG" --cc`
postgis-3.1.0~alpha3+dfsg/configure-14169-
postgis-3.1.0~alpha3+dfsg/configure-14170-  CFLAGS_SAVE="$CFLAGS"
postgis-3.1.0~alpha3+dfsg/configure:14171:  CFLAGS=`"$PG_CONFIG" --cflags`
postgis-3.1.0~alpha3+dfsg/configure-14172-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14330-  test $ac_status = 0; }; then
postgis-3.1.0~alpha3+dfsg/configure:14331:  pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure-14332-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14347-  test $ac_status = 0; }; then
postgis-3.1.0~alpha3+dfsg/configure:14348:  pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure-14349-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14368-        if test $_pkg_short_errors_supported = yes; then
postgis-3.1.0~alpha3+dfsg/configure:14369:	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0" 2>&1`
postgis-3.1.0~alpha3+dfsg/configure-14370-        else
postgis-3.1.0~alpha3+dfsg/configure:14371:	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0" 2>&1`
postgis-3.1.0~alpha3+dfsg/configure-14372-        fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14408-				XML2_LDFLAGS="$LIBXML2_LIBS"
postgis-3.1.0~alpha3+dfsg/configure:14409:				POSTGIS_LIBXML2_VERSION=`$PKG_CONFIG libxml-2.0 --modversion`
postgis-3.1.0~alpha3+dfsg/configure-14410-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14415-	else
postgis-3.1.0~alpha3+dfsg/configure:14416:				XML2_LDFLAGS=`$XML2CONFIG --libs`
postgis-3.1.0~alpha3+dfsg/configure:14417:		XML2_CPPFLAGS=`$XML2CONFIG --cflags`
postgis-3.1.0~alpha3+dfsg/configure-14418-
postgis-3.1.0~alpha3+dfsg/configure:14419:				POSTGIS_LIBXML2_VERSION=`$XML2CONFIG --version`
postgis-3.1.0~alpha3+dfsg/configure-14420-	fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14428-
postgis-3.1.0~alpha3+dfsg/configure:14429:						XML2_LDFLAGS=`$XML2CONFIG --libs`
postgis-3.1.0~alpha3+dfsg/configure:14430:			XML2_CPPFLAGS=`$XML2CONFIG --cflags`
postgis-3.1.0~alpha3+dfsg/configure-14431-
postgis-3.1.0~alpha3+dfsg/configure:14432:						POSTGIS_LIBXML2_VERSION=`$XML2CONFIG --version`
postgis-3.1.0~alpha3+dfsg/configure-14433-		else
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14485-        else
postgis-3.1.0~alpha3+dfsg/configure:14486:            XCODE_VER=`$XCRUN --show-sdk-version`
postgis-3.1.0~alpha3+dfsg/configure-14487-            if test $XCODE_VER = "10.12"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14489-$as_echo "applying OSX XCode 10.12 libxml special case... yes" >&6; }
postgis-3.1.0~alpha3+dfsg/configure:14490:                XML2_LDFLAGS=`$XML2CONFIG --exec-prefix=/usr --libs`
postgis-3.1.0~alpha3+dfsg/configure-14491-            else
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14502-do :
postgis-3.1.0~alpha3+dfsg/configure:14503:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
postgis-3.1.0~alpha3+dfsg/configure-14504-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14506-  cat >>confdefs.h <<_ACEOF
postgis-3.1.0~alpha3+dfsg/configure:14507:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
postgis-3.1.0~alpha3+dfsg/configure-14508-_ACEOF
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14645-
postgis-3.1.0~alpha3+dfsg/configure:14646:GEOS_MAJOR_VERSION=`$GEOSCONFIG --version | cut -d. -f1 | sed 's/[^0-9]//g'`
postgis-3.1.0~alpha3+dfsg/configure:14647:GEOS_MINOR_VERSION=`$GEOSCONFIG --version | cut -d. -f2 | sed 's/[^0-9]//g'`
postgis-3.1.0~alpha3+dfsg/configure:14648:GEOS_PATCH_VERSION=`$GEOSCONFIG --version | cut -d. -f3 | sed 's/[^0-9]//g'`
postgis-3.1.0~alpha3+dfsg/configure-14649-if test "x$GEOS_PATCH_VERSION" = "x"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14651-fi
postgis-3.1.0~alpha3+dfsg/configure:14652:GEOS_FULL_VERSION=`$GEOSCONFIG --version`
postgis-3.1.0~alpha3+dfsg/configure-14653-POSTGIS_GEOS_VERSION="$GEOS_MAJOR_VERSION$GEOS_MINOR_VERSION"
postgis-3.1.0~alpha3+dfsg/configure:14654:GEOS_NUMERIC_PATCH_VERSION=`printf "%02d" $GEOS_PATCH_VERSION`
postgis-3.1.0~alpha3+dfsg/configure:14655:GEOS_NUMERIC_MINOR_VERSION=`printf "%02d" $GEOS_MINOR_VERSION`
postgis-3.1.0~alpha3+dfsg/configure-14656-GEOS_NUMERIC_VERSION="$GEOS_MAJOR_VERSION$GEOS_NUMERIC_MINOR_VERSION$GEOS_NUMERIC_PATCH_VERSION"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14663-
postgis-3.1.0~alpha3+dfsg/configure:14664:GEOS_LDFLAGS=`$GEOSCONFIG --clibs`
postgis-3.1.0~alpha3+dfsg/configure:14665:GEOS_CPPFLAGS=`$GEOSCONFIG --cflags`
postgis-3.1.0~alpha3+dfsg/configure-14666-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14795-	if test -x "$SFCGAL_CONFIG"; then
postgis-3.1.0~alpha3+dfsg/configure:14796:		SFCGAL_VERSION=`$SFCGAL_CONFIG --version` || as_fn_error $? "cannot determine sfcgal version (tried with $SFCGAL_CONFIG --version)" "$LINENO" 5
postgis-3.1.0~alpha3+dfsg/configure:14797:		SFCGAL_LDFLAGS=`$SFCGAL_CONFIG --libs`
postgis-3.1.0~alpha3+dfsg/configure:14798:		SFCGAL_CPPFLAGS=`$SFCGAL_CONFIG --cflags`
postgis-3.1.0~alpha3+dfsg/configure-14799-
postgis-3.1.0~alpha3+dfsg/configure:14800:		SFCGAL_MAJOR_VERSION=`echo $SFCGAL_VERSION | cut -d. -f1 | sed 's/[^0-9]//g'`
postgis-3.1.0~alpha3+dfsg/configure:14801:		SFCGAL_MINOR_VERSION=`echo $SFCGAL_VERSION | cut -d. -f2 | sed 's/[^0-9]//g'`
postgis-3.1.0~alpha3+dfsg/configure:14802:		SFCGAL_PATCH_VERSION=`echo $SFCGAL_VERSION | cut -d. -f3 | sed 's/[^0-9]//g'`
postgis-3.1.0~alpha3+dfsg/configure:14803:		SFCGAL_NUMERIC_PATCH_VERSION=`printf "%02d" $SFCGAL_PATCH_VERSION`
postgis-3.1.0~alpha3+dfsg/configure:14804:		SFCGAL_NUMERIC_MINOR_VERSION=`printf "%02d" $SFCGAL_MINOR_VERSION`
postgis-3.1.0~alpha3+dfsg/configure-14805-		POSTGIS_SFCGAL_VERSION="$SFCGAL_MAJOR_VERSION$SFCGAL_NUMERIC_MINOR_VERSION$SFCGAL_NUMERIC_PATCH_VERSION"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14812-
postgis-3.1.0~alpha3+dfsg/configure:14813:		SFCGAL_STATIC=`$SFCGAL_CONFIG --static`
postgis-3.1.0~alpha3+dfsg/configure-14814-		if test "x$SFCGAL_STATIC" = "xON"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14870-set x ${MAKE-make}
postgis-3.1.0~alpha3+dfsg/configure:14871:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
postgis-3.1.0~alpha3+dfsg/configure-14872-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14880-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
postgis-3.1.0~alpha3+dfsg/configure:14881:case `${MAKE-make} -f conftest.make 2>/dev/null` in
postgis-3.1.0~alpha3+dfsg/configure-14882-  *@@@%%%=?*=@@@%%%*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-14912-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
postgis-3.1.0~alpha3+dfsg/configure:14913:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
postgis-3.1.0~alpha3+dfsg/configure-14914-	     'mkdir (GNU coreutils) '* | \
##############################################
postgis-3.1.0~alpha3+dfsg/configure-15079-
postgis-3.1.0~alpha3+dfsg/configure:15080:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
postgis-3.1.0~alpha3+dfsg/configure-15081-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-15084-
postgis-3.1.0~alpha3+dfsg/configure:15085:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
postgis-3.1.0~alpha3+dfsg/configure-15086-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-15162-
postgis-3.1.0~alpha3+dfsg/configure:15163:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
postgis-3.1.0~alpha3+dfsg/configure-15164-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-15292-    # gcc leaves a trailing carriage return which upsets mingw
postgis-3.1.0~alpha3+dfsg/configure:15293:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
postgis-3.1.0~alpha3+dfsg/configure-15294-  *)
postgis-3.1.0~alpha3+dfsg/configure:15295:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
postgis-3.1.0~alpha3+dfsg/configure-15296-  esac
##############################################
postgis-3.1.0~alpha3+dfsg/configure-15301-      # Canonicalize the path of ld
postgis-3.1.0~alpha3+dfsg/configure:15302:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
postgis-3.1.0~alpha3+dfsg/configure-15303-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
postgis-3.1.0~alpha3+dfsg/configure:15304:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
postgis-3.1.0~alpha3+dfsg/configure-15305-      done
##############################################
postgis-3.1.0~alpha3+dfsg/configure-15335-      # Break only if it was the GNU/non-GNU ld that we prefer.
postgis-3.1.0~alpha3+dfsg/configure:15336:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
postgis-3.1.0~alpha3+dfsg/configure-15337-      *GNU* | *'with BFD'*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-15364-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
postgis-3.1.0~alpha3+dfsg/configure:15365:case `$LD -v 2>&1 </dev/null` in
postgis-3.1.0~alpha3+dfsg/configure-15366-*GNU* | *'with BFD'*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-15412-                  acl_libdirstem=lib
postgis-3.1.0~alpha3+dfsg/configure:15413:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
postgis-3.1.0~alpha3+dfsg/configure-15414-  if test -n "$searchpath"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-15419-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
postgis-3.1.0~alpha3+dfsg/configure:15420:          *) searchdir=`cd "$searchdir" && pwd`
postgis-3.1.0~alpha3+dfsg/configure-15421-             case "$searchdir" in
##############################################
postgis-3.1.0~alpha3+dfsg/configure-15499-        names_already_handled="$names_already_handled $name"
postgis-3.1.0~alpha3+dfsg/configure:15500:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
postgis-3.1.0~alpha3+dfsg/configure-15501-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-15575-                -L*)
postgis-3.1.0~alpha3+dfsg/configure:15576:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
postgis-3.1.0~alpha3+dfsg/configure-15577-                                    if test -n "$acl_shlibext"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-15690-              */$acl_libdirstem | */$acl_libdirstem/)
postgis-3.1.0~alpha3+dfsg/configure:15691:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
postgis-3.1.0~alpha3+dfsg/configure-15692-                LIBICONV_PREFIX="$basedir"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-15739-                  -L*)
postgis-3.1.0~alpha3+dfsg/configure:15740:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
postgis-3.1.0~alpha3+dfsg/configure-15741-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-15796-                  -R*)
postgis-3.1.0~alpha3+dfsg/configure:15797:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
postgis-3.1.0~alpha3+dfsg/configure-15798-                    if test "$enable_rpath" != no; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-15821-                  -l*)
postgis-3.1.0~alpha3+dfsg/configure:15822:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
postgis-3.1.0~alpha3+dfsg/configure-15823-                    ;;
postgis-3.1.0~alpha3+dfsg/configure-15824-                  *.la)
postgis-3.1.0~alpha3+dfsg/configure:15825:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
postgis-3.1.0~alpha3+dfsg/configure-15826-                    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-16304-        names_already_handled="$names_already_handled $name"
postgis-3.1.0~alpha3+dfsg/configure:16305:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
postgis-3.1.0~alpha3+dfsg/configure-16306-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-16380-                -L*)
postgis-3.1.0~alpha3+dfsg/configure:16381:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
postgis-3.1.0~alpha3+dfsg/configure-16382-                                    if test -n "$acl_shlibext"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-16495-              */$acl_libdirstem | */$acl_libdirstem/)
postgis-3.1.0~alpha3+dfsg/configure:16496:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
postgis-3.1.0~alpha3+dfsg/configure-16497-                LIBINTL_PREFIX="$basedir"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-16544-                  -L*)
postgis-3.1.0~alpha3+dfsg/configure:16545:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
postgis-3.1.0~alpha3+dfsg/configure-16546-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-16601-                  -R*)
postgis-3.1.0~alpha3+dfsg/configure:16602:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
postgis-3.1.0~alpha3+dfsg/configure-16603-                    if test "$enable_rpath" != no; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-16626-                  -l*)
postgis-3.1.0~alpha3+dfsg/configure:16627:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
postgis-3.1.0~alpha3+dfsg/configure-16628-                    ;;
postgis-3.1.0~alpha3+dfsg/configure-16629-                  *.la)
postgis-3.1.0~alpha3+dfsg/configure:16630:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
postgis-3.1.0~alpha3+dfsg/configure-16631-                    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-16901-  test $ac_status = 0; }; then
postgis-3.1.0~alpha3+dfsg/configure:16902:  pkg_cv_PROJ_CFLAGS=`$PKG_CONFIG --cflags "proj" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure-16903-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
postgis-3.1.0~alpha3+dfsg/configure-16918-  test $ac_status = 0; }; then
postgis-3.1.0~alpha3+dfsg/configure:16919:  pkg_cv_PROJ_LIBS=`$PKG_CONFIG --libs "proj" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure-16920-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
postgis-3.1.0~alpha3+dfsg/configure-16939-        if test $_pkg_short_errors_supported = yes; then
postgis-3.1.0~alpha3+dfsg/configure:16940:	        PROJ_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "proj" 2>&1`
postgis-3.1.0~alpha3+dfsg/configure-16941-        else
postgis-3.1.0~alpha3+dfsg/configure:16942:	        PROJ_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "proj" 2>&1`
postgis-3.1.0~alpha3+dfsg/configure-16943-        fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-17188-                    LIBS="$JSON_LDFLAGS"
postgis-3.1.0~alpha3+dfsg/configure:17189:                    as_ac_File=`$as_echo "ac_cv_file_"$JSONDIR/include/json-c/json.h"" | $as_tr_sh`
postgis-3.1.0~alpha3+dfsg/configure-17190-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for \"$JSONDIR/include/json-c/json.h\"" >&5
##############################################
postgis-3.1.0~alpha3+dfsg/configure-17251-
postgis-3.1.0~alpha3+dfsg/configure:17252:                                    as_ac_File=`$as_echo "ac_cv_file_"$JSONDIR/include/json/json.h"" | $as_tr_sh`
postgis-3.1.0~alpha3+dfsg/configure-17253-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for \"$JSONDIR/include/json/json.h\"" >&5
##############################################
postgis-3.1.0~alpha3+dfsg/configure-17336-  test $ac_status = 0; }; then
postgis-3.1.0~alpha3+dfsg/configure:17337:  pkg_cv_JSONC_CFLAGS=`$PKG_CONFIG --cflags "json-c" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure-17338-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
postgis-3.1.0~alpha3+dfsg/configure-17353-  test $ac_status = 0; }; then
postgis-3.1.0~alpha3+dfsg/configure:17354:  pkg_cv_JSONC_LIBS=`$PKG_CONFIG --libs "json-c" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure-17355-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
postgis-3.1.0~alpha3+dfsg/configure-17374-        if test $_pkg_short_errors_supported = yes; then
postgis-3.1.0~alpha3+dfsg/configure:17375:	        JSONC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "json-c" 2>&1`
postgis-3.1.0~alpha3+dfsg/configure-17376-        else
postgis-3.1.0~alpha3+dfsg/configure:17377:	        JSONC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "json-c" 2>&1`
postgis-3.1.0~alpha3+dfsg/configure-17378-        fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-17448-  test $ac_status = 0; }; then
postgis-3.1.0~alpha3+dfsg/configure:17449:  pkg_cv_PROTOBUFC_CFLAGS=`$PKG_CONFIG --cflags "libprotobuf-c >= 1.1.0" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure-17450-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
postgis-3.1.0~alpha3+dfsg/configure-17465-  test $ac_status = 0; }; then
postgis-3.1.0~alpha3+dfsg/configure:17466:  pkg_cv_PROTOBUFC_LIBS=`$PKG_CONFIG --libs "libprotobuf-c >= 1.1.0" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure-17467-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
postgis-3.1.0~alpha3+dfsg/configure-17486-        if test $_pkg_short_errors_supported = yes; then
postgis-3.1.0~alpha3+dfsg/configure:17487:	        PROTOBUFC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libprotobuf-c >= 1.1.0" 2>&1`
postgis-3.1.0~alpha3+dfsg/configure-17488-        else
postgis-3.1.0~alpha3+dfsg/configure:17489:	        PROTOBUFC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libprotobuf-c >= 1.1.0" 2>&1`
postgis-3.1.0~alpha3+dfsg/configure-17490-        fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-17889-  if test x"$no_gtk" = x ; then
postgis-3.1.0~alpha3+dfsg/configure:17890:    GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
postgis-3.1.0~alpha3+dfsg/configure:17891:    GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
postgis-3.1.0~alpha3+dfsg/configure-17892-    gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
##############################################
postgis-3.1.0~alpha3+dfsg/configure-18054-
postgis-3.1.0~alpha3+dfsg/configure:18055:  _gdk_tgt=`$PKG_CONFIG --variable=target gdk-2.0`
postgis-3.1.0~alpha3+dfsg/configure-18056-  if test "x$_gdk_tgt" = xquartz; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-18064-$as_echo_n "checking for IGE_MAC_CFLAGS... " >&6; }
postgis-3.1.0~alpha3+dfsg/configure:18065:      IGE_MAC_CFLAGS=`$PKG_CONFIG --cflags "ige-mac-integration"`
postgis-3.1.0~alpha3+dfsg/configure-18066-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IGE_MAC_CFLAGS" >&5
##############################################
postgis-3.1.0~alpha3+dfsg/configure-18070-$as_echo_n "checking for IGE_MAC_LIBS... " >&6; }
postgis-3.1.0~alpha3+dfsg/configure:18071:      IGE_MAC_LIBS=`$PKG_CONFIG --libs "ige-mac-integration"`
postgis-3.1.0~alpha3+dfsg/configure-18072-      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IGE_MAC_LIBS" >&5
##############################################
postgis-3.1.0~alpha3+dfsg/configure-18151-POSTGIS_LIB_VERSION="$POSTGIS_MAJOR_VERSION.$POSTGIS_MINOR_VERSION.$POSTGIS_MICRO_VERSION"
postgis-3.1.0~alpha3+dfsg/configure:18152:POSTGIS_BUILD_DATE=`date ${SOURCE_DATE_EPOCH:+-d @$SOURCE_DATE_EPOCH} -u "+%Y-%m-%d %H:%M:%S"`
postgis-3.1.0~alpha3+dfsg/configure-18153-POSTGIS_SCRIPTS_VERSION="$POSTGIS_LIB_VERSION"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-18211-
postgis-3.1.0~alpha3+dfsg/configure:18212:                as_ac_File=`$as_echo "ac_cv_file_"$PCREDIR/include/pcre.h"" | $as_tr_sh`
postgis-3.1.0~alpha3+dfsg/configure-18213-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for \"$PCREDIR/include/pcre.h\"" >&5
##############################################
postgis-3.1.0~alpha3+dfsg/configure-18258-  test $ac_status = 0; }; then
postgis-3.1.0~alpha3+dfsg/configure:18259:  pkg_cv_PCRE_CFLAGS=`$PKG_CONFIG --cflags "libpcre" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure-18260-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
postgis-3.1.0~alpha3+dfsg/configure-18275-  test $ac_status = 0; }; then
postgis-3.1.0~alpha3+dfsg/configure:18276:  pkg_cv_PCRE_LIBS=`$PKG_CONFIG --libs "libpcre" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure-18277-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
postgis-3.1.0~alpha3+dfsg/configure-18296-        if test $_pkg_short_errors_supported = yes; then
postgis-3.1.0~alpha3+dfsg/configure:18297:	        PCRE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpcre" 2>&1`
postgis-3.1.0~alpha3+dfsg/configure-18298-        else
postgis-3.1.0~alpha3+dfsg/configure:18299:	        PCRE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpcre" 2>&1`
postgis-3.1.0~alpha3+dfsg/configure-18300-        fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-18477-	if test -x "$GDAL_CONFIG"; then
postgis-3.1.0~alpha3+dfsg/configure:18478:										GDAL_MAJOR_VERSION=`$GDAL_CONFIG --version | cut -d. -f1 | sed 's/[^0-9]//g'`
postgis-3.1.0~alpha3+dfsg/configure:18479:		GDAL_MINOR_VERSION=`$GDAL_CONFIG --version | cut -d. -f2 | sed 's/[^0-9]//g'`
postgis-3.1.0~alpha3+dfsg/configure:18480:		GDAL_PATCH_VERSION=`$GDAL_CONFIG --version | cut -d. -f3 | sed 's/[^0-9]//g'`
postgis-3.1.0~alpha3+dfsg/configure:18481:		GDAL_FULL_VERSION=`$GDAL_CONFIG --version`
postgis-3.1.0~alpha3+dfsg/configure-18482-		POSTGIS_GDAL_VERSION="$GDAL_MAJOR_VERSION$GDAL_MINOR_VERSION"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-18500-$as_echo_n "checking for OGR enabled... " >&6; }
postgis-3.1.0~alpha3+dfsg/configure:18501:		OGR_ENABLED=`$GDAL_CONFIG --ogr-enabled`
postgis-3.1.0~alpha3+dfsg/configure-18502-		if test "x$OGR_ENABLED" != "xyes"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-18509-
postgis-3.1.0~alpha3+dfsg/configure:18510:				LIBGDAL_LDFLAGS=`$GDAL_CONFIG --libs`
postgis-3.1.0~alpha3+dfsg/configure:18511:				LIBGDAL_CFLAGS=`$GDAL_CONFIG --cflags`
postgis-3.1.0~alpha3+dfsg/configure-18512-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-18515-		CFLAGS_SAVE="$CFLAGS"
postgis-3.1.0~alpha3+dfsg/configure:18516:		CFLAGS=`"$PG_CONFIG" --cflags`
postgis-3.1.0~alpha3+dfsg/configure-18517-		CC_SAVE="$CC"
postgis-3.1.0~alpha3+dfsg/configure:18518:		CC=`"$PG_CONFIG" --cc`
postgis-3.1.0~alpha3+dfsg/configure-18519-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-18524-do :
postgis-3.1.0~alpha3+dfsg/configure:18525:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
postgis-3.1.0~alpha3+dfsg/configure-18526-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-18528-  cat >>confdefs.h <<_ACEOF
postgis-3.1.0~alpha3+dfsg/configure:18529:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
postgis-3.1.0~alpha3+dfsg/configure-18530-_ACEOF
##############################################
postgis-3.1.0~alpha3+dfsg/configure-18738-
postgis-3.1.0~alpha3+dfsg/configure:18739:            WAGYU_CXX=`"$PG_CONFIG" --cc`
postgis-3.1.0~alpha3+dfsg/configure-18740-            CPPFLAGS="-x c++"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19006-  case $2 in
postgis-3.1.0~alpha3+dfsg/configure:19007:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
postgis-3.1.0~alpha3+dfsg/configure:19008:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
postgis-3.1.0~alpha3+dfsg/configure-19009-  esac
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19286-    # gcc leaves a trailing carriage return, which upsets mingw
postgis-3.1.0~alpha3+dfsg/configure:19287:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
postgis-3.1.0~alpha3+dfsg/configure-19288-  *)
postgis-3.1.0~alpha3+dfsg/configure:19289:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
postgis-3.1.0~alpha3+dfsg/configure-19290-  esac
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19295-      # Canonicalize the pathname of ld
postgis-3.1.0~alpha3+dfsg/configure:19296:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
postgis-3.1.0~alpha3+dfsg/configure-19297-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
postgis-3.1.0~alpha3+dfsg/configure:19298:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
postgis-3.1.0~alpha3+dfsg/configure-19299-      done
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19330-      # Break only if it was the GNU/non-GNU ld that we prefer.
postgis-3.1.0~alpha3+dfsg/configure:19331:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
postgis-3.1.0~alpha3+dfsg/configure-19332-      *GNU* | *'with BFD'*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19361-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
postgis-3.1.0~alpha3+dfsg/configure:19362:case `$LD -v 2>&1 </dev/null` in
postgis-3.1.0~alpha3+dfsg/configure-19363-*GNU* | *'with BFD'*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19395-        # ancient GNU ld didn't support --whole-archive et. al.
postgis-3.1.0~alpha3+dfsg/configure:19396:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
postgis-3.1.0~alpha3+dfsg/configure-19397-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19506-          # below for broken collect2 doesn't work under 4.3+
postgis-3.1.0~alpha3+dfsg/configure:19507:	  collect2name=`$CC -print-prog-name=collect2`
postgis-3.1.0~alpha3+dfsg/configure-19508-	  if test -f "$collect2name" &&
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19587-      }'
postgis-3.1.0~alpha3+dfsg/configure:19588:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
postgis-3.1.0~alpha3+dfsg/configure-19589-  # Check for a 64-bit object if we didn't find anything.
postgis-3.1.0~alpha3+dfsg/configure-19590-  if test -z "$lt_cv_aix_libpath__CXX"; then
postgis-3.1.0~alpha3+dfsg/configure:19591:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
postgis-3.1.0~alpha3+dfsg/configure-19592-  fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19606-
postgis-3.1.0~alpha3+dfsg/configure:19607:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
postgis-3.1.0~alpha3+dfsg/configure-19608-        else
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19641-      }'
postgis-3.1.0~alpha3+dfsg/configure:19642:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
postgis-3.1.0~alpha3+dfsg/configure-19643-  # Check for a 64-bit object if we didn't find anything.
postgis-3.1.0~alpha3+dfsg/configure-19644-  if test -z "$lt_cv_aix_libpath__CXX"; then
postgis-3.1.0~alpha3+dfsg/configure:19645:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
postgis-3.1.0~alpha3+dfsg/configure-19646-  fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19673-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
postgis-3.1.0~alpha3+dfsg/configure:19674:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
postgis-3.1.0~alpha3+dfsg/configure-19675-	    if test svr4 != "$with_aix_soname"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19726-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
postgis-3.1.0~alpha3+dfsg/configure:19727:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
postgis-3.1.0~alpha3+dfsg/configure-19728-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19768-	    # is; otherwise, prepend EXPORTS...
postgis-3.1.0~alpha3+dfsg/configure:19769:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
postgis-3.1.0~alpha3+dfsg/configure-19770-              cp $export_symbols $output_objdir/$soname.def;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19789-  if test yes = "$lt_cv_ld_force_load"; then
postgis-3.1.0~alpha3+dfsg/configure:19790:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
postgis-3.1.0~alpha3+dfsg/configure-19791-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19834-	  prefix_cmds="$SED"~
postgis-3.1.0~alpha3+dfsg/configure:19835:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
postgis-3.1.0~alpha3+dfsg/configure-19836-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19908-            # dependencies.
postgis-3.1.0~alpha3+dfsg/configure:19909:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
postgis-3.1.0~alpha3+dfsg/configure-19910-            ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-19973-	    # dependencies.
postgis-3.1.0~alpha3+dfsg/configure:19974:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
postgis-3.1.0~alpha3+dfsg/configure-19975-	    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20009-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
postgis-3.1.0~alpha3+dfsg/configure:20010:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
postgis-3.1.0~alpha3+dfsg/configure:20011:	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-20012-	;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20016-	    # SGI C++
postgis-3.1.0~alpha3+dfsg/configure:20017:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-20018-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20027-	      if test no = "$with_gnu_ld"; then
postgis-3.1.0~alpha3+dfsg/configure:20028:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-20029-	      else
postgis-3.1.0~alpha3+dfsg/configure:20030:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-20031-	      fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20048-	    # to its proper name (with version) after linking.
postgis-3.1.0~alpha3+dfsg/configure:20049:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
postgis-3.1.0~alpha3+dfsg/configure:20050:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
postgis-3.1.0~alpha3+dfsg/configure-20051-	    # Commands to make compiler produce verbose output that lists
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20058-	    # dependencies.
postgis-3.1.0~alpha3+dfsg/configure:20059:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
postgis-3.1.0~alpha3+dfsg/configure-20060-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20073-	    # earlier do not add the objects themselves.
postgis-3.1.0~alpha3+dfsg/configure:20074:	    case `$CC -V 2>&1` in
postgis-3.1.0~alpha3+dfsg/configure-20075-	      *"Version 7."*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20094-            # Portland Group C++ compiler
postgis-3.1.0~alpha3+dfsg/configure:20095:	    case `$CC -V` in
postgis-3.1.0~alpha3+dfsg/configure-20096-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20099-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
postgis-3.1.0~alpha3+dfsg/configure:20100:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
postgis-3.1.0~alpha3+dfsg/configure-20101-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20103-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
postgis-3.1.0~alpha3+dfsg/configure:20104:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
postgis-3.1.0~alpha3+dfsg/configure-20105-                $RANLIB $oldlib'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20108-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
postgis-3.1.0~alpha3+dfsg/configure:20109:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-20110-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20112-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
postgis-3.1.0~alpha3+dfsg/configure:20113:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-20114-	      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20122-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
postgis-3.1.0~alpha3+dfsg/configure:20123:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
postgis-3.1.0~alpha3+dfsg/configure-20124-            ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20141-	    # dependencies.
postgis-3.1.0~alpha3+dfsg/configure:20142:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
postgis-3.1.0~alpha3+dfsg/configure-20143-	    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20156-	  *)
postgis-3.1.0~alpha3+dfsg/configure:20157:	    case `$CC -V 2>&1 | sed 5q` in
postgis-3.1.0~alpha3+dfsg/configure-20158-	    *Sun\ C*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20163-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
postgis-3.1.0~alpha3+dfsg/configure:20164:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
postgis-3.1.0~alpha3+dfsg/configure-20165-	      compiler_needs_object_CXX=yes
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20228-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
postgis-3.1.0~alpha3+dfsg/configure:20229:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
postgis-3.1.0~alpha3+dfsg/configure-20230-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20247-	    # to its proper name (with version) after linking.
postgis-3.1.0~alpha3+dfsg/configure:20248:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
postgis-3.1.0~alpha3+dfsg/configure-20249-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20268-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
postgis-3.1.0~alpha3+dfsg/configure:20269:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-20270-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20273-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
postgis-3.1.0~alpha3+dfsg/configure:20274:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/configure:20275:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
postgis-3.1.0~alpha3+dfsg/configure-20276-                  echo "-hidden">> $lib.exp~
postgis-3.1.0~alpha3+dfsg/configure:20277:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
postgis-3.1.0~alpha3+dfsg/configure-20278-                  $RM $lib.exp'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20292-	    # dependencies.
postgis-3.1.0~alpha3+dfsg/configure:20293:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
postgis-3.1.0~alpha3+dfsg/configure-20294-	    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20299-	        osf3*)
postgis-3.1.0~alpha3+dfsg/configure:20300:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-20301-		  ;;
postgis-3.1.0~alpha3+dfsg/configure-20302-	        *)
postgis-3.1.0~alpha3+dfsg/configure:20303:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/configure-20304-		  ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20546-
postgis-3.1.0~alpha3+dfsg/configure:20547:  for p in `eval "$output_verbose_link_cmd"`; do
postgis-3.1.0~alpha3+dfsg/configure-20548-    case $prev$p in
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20649-if test -n "${compiler_lib_search_path_CXX}"; then
postgis-3.1.0~alpha3+dfsg/configure:20650: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
postgis-3.1.0~alpha3+dfsg/configure-20651-fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-20896-	  *)
postgis-3.1.0~alpha3+dfsg/configure:20897:	    case `$CC -V 2>&1 | sed 5q` in
postgis-3.1.0~alpha3+dfsg/configure-20898-	    *Sun\ C*)
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21278-    else
postgis-3.1.0~alpha3+dfsg/configure:21279:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
postgis-3.1.0~alpha3+dfsg/configure-21280-    fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21583-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
postgis-3.1.0~alpha3+dfsg/configure:21584:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
postgis-3.1.0~alpha3+dfsg/configure-21585-    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21619-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
postgis-3.1.0~alpha3+dfsg/configure:21620:    postinstall_cmds='base_file=`basename \$file`~
postgis-3.1.0~alpha3+dfsg/configure:21621:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/configure:21622:      dldir=$destdir/`dirname \$dlpath`~
postgis-3.1.0~alpha3+dfsg/configure-21623-      test -d \$dldir || mkdir -p \$dldir~
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21628-      fi'
postgis-3.1.0~alpha3+dfsg/configure:21629:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/configure-21630-      dlpath=$dir/\$dldll~
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21636-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
postgis-3.1.0~alpha3+dfsg/configure:21637:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
postgis-3.1.0~alpha3+dfsg/configure-21638-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21641-      # MinGW DLLs use traditional 'lib' prefix
postgis-3.1.0~alpha3+dfsg/configure:21642:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
postgis-3.1.0~alpha3+dfsg/configure-21643-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21645-      # pw32 DLLs use 'pw' prefix rather than 'lib'
postgis-3.1.0~alpha3+dfsg/configure:21646:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
postgis-3.1.0~alpha3+dfsg/configure-21647-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21654-    libname_spec='$name'
postgis-3.1.0~alpha3+dfsg/configure:21655:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
postgis-3.1.0~alpha3+dfsg/configure-21656-    library_names_spec='$libname.dll.lib'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21666-        # Let DOS variable expansion print the short 8.3 style file name.
postgis-3.1.0~alpha3+dfsg/configure:21667:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
postgis-3.1.0~alpha3+dfsg/configure-21668-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21671-      # Convert to MSYS style.
postgis-3.1.0~alpha3+dfsg/configure:21672:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
postgis-3.1.0~alpha3+dfsg/configure-21673-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21677-      # like /cygdrive/c/PROGRA~1:/cygdr...
postgis-3.1.0~alpha3+dfsg/configure:21678:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
postgis-3.1.0~alpha3+dfsg/configure:21679:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure:21680:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
postgis-3.1.0~alpha3+dfsg/configure-21681-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21685-        # It is most probably a Windows format PATH.
postgis-3.1.0~alpha3+dfsg/configure:21686:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
postgis-3.1.0~alpha3+dfsg/configure-21687-      else
postgis-3.1.0~alpha3+dfsg/configure:21688:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
postgis-3.1.0~alpha3+dfsg/configure-21689-      fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21695-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
postgis-3.1.0~alpha3+dfsg/configure:21696:    postinstall_cmds='base_file=`basename \$file`~
postgis-3.1.0~alpha3+dfsg/configure:21697:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/configure:21698:      dldir=$destdir/`dirname \$dlpath`~
postgis-3.1.0~alpha3+dfsg/configure-21699-      test -d \$dldir || mkdir -p \$dldir~
postgis-3.1.0~alpha3+dfsg/configure-21700-      $install_prog $dir/$dlname \$dldir/$dlname'
postgis-3.1.0~alpha3+dfsg/configure:21701:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/configure-21702-      dlpath=$dir/\$dldll~
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21709-    # Assume MSVC wrapper
postgis-3.1.0~alpha3+dfsg/configure:21710:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
postgis-3.1.0~alpha3+dfsg/configure-21711-    dynamic_linker='Win32 ld.exe'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21726-  shlibpath_var=DYLD_LIBRARY_PATH
postgis-3.1.0~alpha3+dfsg/configure:21727:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
postgis-3.1.0~alpha3+dfsg/configure-21728-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-21978-  if test -f /etc/ld.so.conf; then
postgis-3.1.0~alpha3+dfsg/configure:21979:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
postgis-3.1.0~alpha3+dfsg/configure-21980-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-22044-  need_lib_prefix=no
postgis-3.1.0~alpha3+dfsg/configure:22045:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
postgis-3.1.0~alpha3+dfsg/configure-22046-    need_version=no
##############################################
postgis-3.1.0~alpha3+dfsg/configure-22071-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
postgis-3.1.0~alpha3+dfsg/configure:22072:  postinstall_cmds='base_file=`basename \$file`~
postgis-3.1.0~alpha3+dfsg/configure:22073:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/configure:22074:    dldir=$destdir/`dirname \$dlpath`~
postgis-3.1.0~alpha3+dfsg/configure-22075-    test -d \$dldir || mkdir -p \$dldir~
##############################################
postgis-3.1.0~alpha3+dfsg/configure-22080-    fi'
postgis-3.1.0~alpha3+dfsg/configure:22081:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/configure-22082-    dlpath=$dir/\$dldll~
##############################################
postgis-3.1.0~alpha3+dfsg/configure-22344-      for switch in -std=c++${alternative} +std=c++${alternative} "-h std=c++${alternative}"; do
postgis-3.1.0~alpha3+dfsg/configure:22345:        cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
postgis-3.1.0~alpha3+dfsg/configure-22346-        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
##############################################
postgis-3.1.0~alpha3+dfsg/configure-22919-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
postgis-3.1.0~alpha3+dfsg/configure:22920:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
postgis-3.1.0~alpha3+dfsg/configure-22921-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
postgis-3.1.0~alpha3+dfsg/configure-22987-if test -z "$BASH_VERSION$ZSH_VERSION" \
postgis-3.1.0~alpha3+dfsg/configure:22988:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
postgis-3.1.0~alpha3+dfsg/configure-22989-  as_echo='print -r --'
postgis-3.1.0~alpha3+dfsg/configure-22990-  as_echo_n='print -rn --'
postgis-3.1.0~alpha3+dfsg/configure:22991:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
postgis-3.1.0~alpha3+dfsg/configure-22992-  as_echo='printf %s\n'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-22994-else
postgis-3.1.0~alpha3+dfsg/configure:22995:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
postgis-3.1.0~alpha3+dfsg/configure-22996-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
postgis-3.1.0~alpha3+dfsg/configure-23004-	expr "X$arg" : "X\\(.*\\)$as_nl";
postgis-3.1.0~alpha3+dfsg/configure:23005:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
postgis-3.1.0~alpha3+dfsg/configure-23006-      esac;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-23081-# ----------------------------------------
postgis-3.1.0~alpha3+dfsg/configure:23082:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
postgis-3.1.0~alpha3+dfsg/configure-23083-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
postgis-3.1.0~alpha3+dfsg/configure-23153-  {
postgis-3.1.0~alpha3+dfsg/configure:23154:    as_val=`expr "$@" || test $? -eq 1`
postgis-3.1.0~alpha3+dfsg/configure-23155-  }
##############################################
postgis-3.1.0~alpha3+dfsg/configure-23257-      case $as_dir in #(
postgis-3.1.0~alpha3+dfsg/configure:23258:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
postgis-3.1.0~alpha3+dfsg/configure-23259-      *) as_qdir=$as_dir;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-23392-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
postgis-3.1.0~alpha3+dfsg/configure:23393:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
postgis-3.1.0~alpha3+dfsg/configure-23394-ac_cs_version="\\
##############################################
postgis-3.1.0~alpha3+dfsg/configure-23417-  --*=?*)
postgis-3.1.0~alpha3+dfsg/configure:23418:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
postgis-3.1.0~alpha3+dfsg/configure:23419:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
postgis-3.1.0~alpha3+dfsg/configure-23420-    ac_shift=:
##############################################
postgis-3.1.0~alpha3+dfsg/configure-23422-  --*=)
postgis-3.1.0~alpha3+dfsg/configure:23423:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
postgis-3.1.0~alpha3+dfsg/configure-23424-    ac_optarg=
##############################################
postgis-3.1.0~alpha3+dfsg/configure-23446-    case $ac_optarg in
postgis-3.1.0~alpha3+dfsg/configure:23447:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
postgis-3.1.0~alpha3+dfsg/configure-23448-    '') as_fn_error $? "missing file argument" ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-23454-    case $ac_optarg in
postgis-3.1.0~alpha3+dfsg/configure:23455:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
postgis-3.1.0~alpha3+dfsg/configure-23456-    esac
##############################################
postgis-3.1.0~alpha3+dfsg/configure-23522-delay_variable_subst='$delay_variable_subst'
postgis-3.1.0~alpha3+dfsg/configure:23523:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23524:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23525:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23526:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23527:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23528:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23529:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23530:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23531:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23532:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23533:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23534:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23535:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23536:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23537:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23538:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23539:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23540:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23541:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23542:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23543:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23544:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23545:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23546:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23547:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23548:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23549:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23550:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23551:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23552:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23553:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23554:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23555:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23556:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23557:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23558:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23559:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23560:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23561:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23562:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23563:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23564:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23565:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23566:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23567:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23568:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23569:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23570:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23571:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23572:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23573:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23574:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23575:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23576:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23577:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23578:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23579:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23580:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23581:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23582:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23583:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23584:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23585:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23586:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23587:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23588:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23589:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23590:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23591:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23592:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23593:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23594:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23595:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23596:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23597:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23598:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23599:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23600:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23601:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23602:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23603:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23604:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23605:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23606:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23607:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23608:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23609:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23610:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23611:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23612:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23613:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23614:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23615:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23616:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23617:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23618:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23619:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23620:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23621:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23622:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23623:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23624:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23625:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23626:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23627:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23628:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23629:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23630:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23631:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23632:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23633:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23634:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23635:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23636:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23637:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23638:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23639:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23640:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23641:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23642:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23643:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23644:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23645:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23646:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23647:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23648:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23649:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23650:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23651:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23652:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23653:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23654:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23655:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23656:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23657:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23658:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23659:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23660:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23661:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23662:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23663:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23664:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23665:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23666:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23667:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23668:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23669:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23670:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23671:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23672:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23673:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23674:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23675:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23676:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23677:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23678:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23679:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23680:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23681:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23682:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23683:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23684:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23685:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23686:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23687:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23688:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23689:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23690:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23691:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23692:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23693:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23694:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23695:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23696:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23697:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23698:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23699:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23700:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23701:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23702:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23703:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23704:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23705:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23706:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23707:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23708:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23709:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23710:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure:23711:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/configure-23712-
##############################################
postgis-3.1.0~alpha3+dfsg/configure-23824-compiler_lib_search_path_CXX; do
postgis-3.1.0~alpha3+dfsg/configure:23825:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
postgis-3.1.0~alpha3+dfsg/configure-23826-    *[\\\\\\\`\\"\\\$]*)
postgis-3.1.0~alpha3+dfsg/configure:23827:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
postgis-3.1.0~alpha3+dfsg/configure-23828-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-23866-postlink_cmds_CXX; do
postgis-3.1.0~alpha3+dfsg/configure:23867:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
postgis-3.1.0~alpha3+dfsg/configure-23868-    *[\\\\\\\`\\"\\\$]*)
postgis-3.1.0~alpha3+dfsg/configure:23869:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
postgis-3.1.0~alpha3+dfsg/configure-23870-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-24002-fi
postgis-3.1.0~alpha3+dfsg/configure:24003:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/configure-24004-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-24019-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
postgis-3.1.0~alpha3+dfsg/configure:24020:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
postgis-3.1.0~alpha3+dfsg/configure-24021-ac_delim='%!_!# '
##############################################
postgis-3.1.0~alpha3+dfsg/configure-24025-
postgis-3.1.0~alpha3+dfsg/configure:24026:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
postgis-3.1.0~alpha3+dfsg/configure-24027-  if test $ac_delim_n = $ac_delim_num; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-24163-for ac_last_try in false false :; do
postgis-3.1.0~alpha3+dfsg/configure:24164:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
postgis-3.1.0~alpha3+dfsg/configure-24165-  if test -z "$ac_tt"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure-24295-      esac
postgis-3.1.0~alpha3+dfsg/configure:24296:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
postgis-3.1.0~alpha3+dfsg/configure-24297-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
postgis-3.1.0~alpha3+dfsg/configure-24354-*)
postgis-3.1.0~alpha3+dfsg/configure:24355:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
postgis-3.1.0~alpha3+dfsg/configure-24356-  # A ".." for each directory in $ac_dir_suffix.
postgis-3.1.0~alpha3+dfsg/configure:24357:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
postgis-3.1.0~alpha3+dfsg/configure-24358-  case $ac_top_builddir_sub in
##############################################
postgis-3.1.0~alpha3+dfsg/configure-24415-/@mandir@/p'
postgis-3.1.0~alpha3+dfsg/configure:24416:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
postgis-3.1.0~alpha3+dfsg/configure-24417-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-24432-
postgis-3.1.0~alpha3+dfsg/configure:24433:# Neutralize VPATH when `$srcdir' = `.'.
postgis-3.1.0~alpha3+dfsg/configure-24434-# Shell code in configure.ac might set extrasub.
##############################################
postgis-3.1.0~alpha3+dfsg/configure-24460-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
postgis-3.1.0~alpha3+dfsg/configure:24461:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
postgis-3.1.0~alpha3+dfsg/configure-24462-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
postgis-3.1.0~alpha3+dfsg/configure-24998-    *:)
postgis-3.1.0~alpha3+dfsg/configure:24999:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
postgis-3.1.0~alpha3+dfsg/configure-25000-        ;;
postgis-3.1.0~alpha3+dfsg/configure-25001-    x:*)
postgis-3.1.0~alpha3+dfsg/configure:25002:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
postgis-3.1.0~alpha3+dfsg/configure-25003-        ;;
postgis-3.1.0~alpha3+dfsg/configure-25004-    *::*)
postgis-3.1.0~alpha3+dfsg/configure:25005:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
postgis-3.1.0~alpha3+dfsg/configure:25006:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
postgis-3.1.0~alpha3+dfsg/configure-25007-        ;;
postgis-3.1.0~alpha3+dfsg/configure-25008-    *)
postgis-3.1.0~alpha3+dfsg/configure:25009:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
postgis-3.1.0~alpha3+dfsg/configure-25010-        ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-25025-    done
postgis-3.1.0~alpha3+dfsg/configure:25026:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
postgis-3.1.0~alpha3+dfsg/configure-25027-}
##############################################
postgis-3.1.0~alpha3+dfsg/configure-25220-      case "$ac_file" in
postgis-3.1.0~alpha3+dfsg/configure:25221:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
postgis-3.1.0~alpha3+dfsg/configure-25222-      esac
##############################################
postgis-3.1.0~alpha3+dfsg/configure-25225-        # Adjust a relative srcdir.
postgis-3.1.0~alpha3+dfsg/configure:25226:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
postgis-3.1.0~alpha3+dfsg/configure:25227:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
postgis-3.1.0~alpha3+dfsg/configure:25228:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
postgis-3.1.0~alpha3+dfsg/configure-25229-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
postgis-3.1.0~alpha3+dfsg/configure-25232-        case "$ac_given_srcdir" in
postgis-3.1.0~alpha3+dfsg/configure:25233:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
postgis-3.1.0~alpha3+dfsg/configure-25234-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
postgis-3.1.0~alpha3+dfsg/configure-25252-            fi
postgis-3.1.0~alpha3+dfsg/configure:25253:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
postgis-3.1.0~alpha3+dfsg/configure-25254-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
postgis-3.1.0~alpha3+dfsg/postgis/gserialized_typmod.c-68-	int32 hasz = TYPMOD_GET_Z(typmod);
postgis-3.1.0~alpha3+dfsg/postgis/gserialized_typmod.c:69:	int32 hasm = TYPMOD_GET_M(typmod);
postgis-3.1.0~alpha3+dfsg/postgis/gserialized_typmod.c-70-
postgis-3.1.0~alpha3+dfsg/postgis/gserialized_typmod.c:71:	POSTGIS_DEBUGF(3, "Got typmod(srid = %d, type = %d, hasz = %d, hasm = %d)", srid, type, hasz, hasm);
postgis-3.1.0~alpha3+dfsg/postgis/gserialized_typmod.c-72-
##############################################
postgis-3.1.0~alpha3+dfsg/postgis/gserialized_typmod.c-125-
postgis-3.1.0~alpha3+dfsg/postgis/gserialized_typmod.c:126:	POSTGIS_DEBUGF(3, "Got geom(type = %d, srid = %d, hasz = %d, hasm = %d)", geom_type, geom_srid, geom_z, geom_m);
postgis-3.1.0~alpha3+dfsg/postgis/gserialized_typmod.c:127:	POSTGIS_DEBUGF(3, "Got typmod(type = %d, srid = %d, hasz = %d, hasm = %d)", typmod_type, typmod_srid, typmod_z, typmod_m);
postgis-3.1.0~alpha3+dfsg/postgis/gserialized_typmod.c-128-
##############################################
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-2728-
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in:2729:	select SRID into sr from @extschema@.geometry_columns where (f_table_schema = schem or schem = '') and f_table_name = tabl and f_geometry_column = $3;
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-2730-	IF NOT FOUND THEN
##############################################
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-2744-	BEGIN
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in:2745:	RETURN proj4text::text FROM @extschema@.spatial_ref_sys WHERE srid= $1;
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-2746-	END;
##############################################
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-2779-	'SELECT @extschema@.postgis_transform_geometry($1, proj4text, $2, 0)
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in:2780:	FROM spatial_ref_sys WHERE srid=@extschema@.ST_SRID($1);'
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-2781-	LANGUAGE 'sql' IMMUTABLE STRICT PARALLEL SAFE
##############################################
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-2794-	'SELECT @extschema@.postgis_transform_geometry($1, $2, proj4text, $3)
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in:2795:	FROM spatial_ref_sys WHERE srid=$3;'
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-2796-	LANGUAGE 'sql' IMMUTABLE STRICT PARALLEL SAFE
##############################################
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-5905-			 As g(old_name, new_name, coord_dimension)
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in:5906:	WHERE (upper(old_name) = upper($1) OR upper(new_name) = upper($1))
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-5907-		AND coord_dimension = $2;
##############################################
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-5918-			FROM pg_constraint) AS s
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in:5919:		 WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-5920-		 AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-5937-			FROM pg_constraint) AS s
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in:5938:		 WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-5939-		 AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-5958-			FROM pg_constraint) AS s
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in:5959:		 WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/postgis/postgis.sql.in-5960-		 AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/postgis/lwgeom_functions_basic.c-2920-		hasz = FLAGS_GET_Z(lwgeom_in->flags);
postgis-3.1.0~alpha3+dfsg/postgis/lwgeom_functions_basic.c:2921:		hasm = FLAGS_GET_M(lwgeom_in->flags);
postgis-3.1.0~alpha3+dfsg/postgis/lwgeom_functions_basic.c-2922-		srid = lwgeom_in->srid;
##############################################
postgis-3.1.0~alpha3+dfsg/postgis/lwgeom_functions_basic.c-2929-		hasz = FLAGS_GET_Z(flags);
postgis-3.1.0~alpha3+dfsg/postgis/lwgeom_functions_basic.c:2930:		hasm = FLAGS_GET_M(flags);
postgis-3.1.0~alpha3+dfsg/postgis/lwgeom_functions_basic.c-2931-		if (res == LW_FAILURE)
##############################################
postgis-3.1.0~alpha3+dfsg/postgis/lwgeom_functions_basic.c-3166-
postgis-3.1.0~alpha3+dfsg/postgis/lwgeom_functions_basic.c:3167:	hasm = lwgeom_has_m(lwgeom_in);
postgis-3.1.0~alpha3+dfsg/postgis/lwgeom_functions_basic.c-3168-
##############################################
postgis-3.1.0~alpha3+dfsg/postgis/lwgeom_functions_lrs.c-709-	int hasz = gserialized_has_z(gin);
postgis-3.1.0~alpha3+dfsg/postgis/lwgeom_functions_lrs.c:710:	int hasm = gserialized_has_m(gin);
postgis-3.1.0~alpha3+dfsg/postgis/lwgeom_functions_lrs.c-711-	int type;
##############################################
postgis-3.1.0~alpha3+dfsg/postgis/lwgeom_functions_lrs.c-723-	 */
postgis-3.1.0~alpha3+dfsg/postgis/lwgeom_functions_lrs.c:724:	if ( ! hasm )
postgis-3.1.0~alpha3+dfsg/postgis/lwgeom_functions_lrs.c-725-	{
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-441-
postgis-3.1.0~alpha3+dfsg/configure.ac:442:  PGXS=`"$PG_CONFIG" --pgxs`
postgis-3.1.0~alpha3+dfsg/configure.ac-443-  if test "x$PGXS" = "x" -o ! -f "$PGXS"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-451-  dnl the final version. This is to guard against user error...
postgis-3.1.0~alpha3+dfsg/configure.ac:452:  PGSQL_FULL_VERSION=`"$PG_CONFIG" --version`
postgis-3.1.0~alpha3+dfsg/configure.ac-453-
postgis-3.1.0~alpha3+dfsg/configure.ac:454:  PGSQL_MAJOR_VERSION=`echo $PGSQL_FULL_VERSION | sed 's/[[^0-9]]*\([[0-9]]*\).*/\1/'`
postgis-3.1.0~alpha3+dfsg/configure.ac:455:  PGSQL_MINOR_VERSION=`$PG_CONFIG --version | sed 's/[[^0-9]]*\([[0-9]]\)\.\([[0-9]]\).*/\2/'`
postgis-3.1.0~alpha3+dfsg/configure.ac-456-
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-467-
postgis-3.1.0~alpha3+dfsg/configure.ac:468:  PGSQL_PKGLIBDIR=`"$PG_CONFIG" --pkglibdir`
postgis-3.1.0~alpha3+dfsg/configure.ac:469:  PGSQL_LIBDIR=`"$PG_CONFIG" --libdir`
postgis-3.1.0~alpha3+dfsg/configure.ac:470:  PGSQL_SHAREDIR=`"$PG_CONFIG" --sharedir`
postgis-3.1.0~alpha3+dfsg/configure.ac-471-
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-485-  dnl Extract the linker and include flags for the frontend (for programs that use libpq)
postgis-3.1.0~alpha3+dfsg/configure.ac:486:  PGSQL_FE_LDFLAGS=-L`"$PG_CONFIG" --libdir`" -lpq"
postgis-3.1.0~alpha3+dfsg/configure.ac:487:  PGSQL_FE_CPPFLAGS=-I`"$PG_CONFIG" --includedir`
postgis-3.1.0~alpha3+dfsg/configure.ac-488-
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-492-  dnl Extract the include flags for the backend (libpgcommon)
postgis-3.1.0~alpha3+dfsg/configure.ac:493:  PGSRV_INC=`"$PG_CONFIG" --includedir-server`
postgis-3.1.0~alpha3+dfsg/configure.ac-494-  PGSQL_BE_CPPFLAGS="-I${PGSRV_INC}"
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-504-  dnl Extract the documentation and man page directories
postgis-3.1.0~alpha3+dfsg/configure.ac:505:  PGSQL_DOCDIR=`"$PG_CONFIG" --docdir`
postgis-3.1.0~alpha3+dfsg/configure.ac:506:  PGSQL_MANDIR=`"$PG_CONFIG" --mandir`
postgis-3.1.0~alpha3+dfsg/configure.ac-507-
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-511-  dnl Extract the locale directory
postgis-3.1.0~alpha3+dfsg/configure.ac:512:  PGSQL_LOCALEDIR=`"$PG_CONFIG" --localedir`
postgis-3.1.0~alpha3+dfsg/configure.ac-513-  AC_DEFINE_UNQUOTED([PGSQL_LOCALEDIR], ["$PGSQL_LOCALEDIR"], [Location of PostgreSQL locale directory])
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-515-  dnl Extract the executable directory
postgis-3.1.0~alpha3+dfsg/configure.ac:516:  PGSQL_BINDIR=`"$PG_CONFIG" --bindir`
postgis-3.1.0~alpha3+dfsg/configure.ac-517-
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-520-  dnl Extract the share directory
postgis-3.1.0~alpha3+dfsg/configure.ac:521:  PGSQL_SHAREDIR=`"$PG_CONFIG" --sharedir`
postgis-3.1.0~alpha3+dfsg/configure.ac-522-
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-535-  CC_SAVE="$CC"
postgis-3.1.0~alpha3+dfsg/configure.ac:536:  CC=`"$PG_CONFIG" --cc`
postgis-3.1.0~alpha3+dfsg/configure.ac-537-
postgis-3.1.0~alpha3+dfsg/configure.ac-538-  CFLAGS_SAVE="$CFLAGS"
postgis-3.1.0~alpha3+dfsg/configure.ac:539:  CFLAGS=`"$PG_CONFIG" --cflags`
postgis-3.1.0~alpha3+dfsg/configure.ac-540-
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-594-				XML2_LDFLAGS="$LIBXML2_LIBS"
postgis-3.1.0~alpha3+dfsg/configure.ac:595:				POSTGIS_LIBXML2_VERSION=`$PKG_CONFIG libxml-2.0 --modversion`
postgis-3.1.0~alpha3+dfsg/configure.ac-596-			], [])
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-601-		dnl Extract the linker and include flags
postgis-3.1.0~alpha3+dfsg/configure.ac:602:		XML2_LDFLAGS=`$XML2CONFIG --libs`
postgis-3.1.0~alpha3+dfsg/configure.ac:603:		XML2_CPPFLAGS=`$XML2CONFIG --cflags`
postgis-3.1.0~alpha3+dfsg/configure.ac-604-
postgis-3.1.0~alpha3+dfsg/configure.ac-605-		dnl Extract the version
postgis-3.1.0~alpha3+dfsg/configure.ac:606:		POSTGIS_LIBXML2_VERSION=`$XML2CONFIG --version`
postgis-3.1.0~alpha3+dfsg/configure.ac-607-	fi
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-616-			dnl Extract the linker and include flags
postgis-3.1.0~alpha3+dfsg/configure.ac:617:			XML2_LDFLAGS=`$XML2CONFIG --libs`
postgis-3.1.0~alpha3+dfsg/configure.ac:618:			XML2_CPPFLAGS=`$XML2CONFIG --cflags`
postgis-3.1.0~alpha3+dfsg/configure.ac-619-
postgis-3.1.0~alpha3+dfsg/configure.ac-620-			dnl Extract the version
postgis-3.1.0~alpha3+dfsg/configure.ac:621:			POSTGIS_LIBXML2_VERSION=`$XML2CONFIG --version`
postgis-3.1.0~alpha3+dfsg/configure.ac-622-		else
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-639-        else
postgis-3.1.0~alpha3+dfsg/configure.ac:640:            XCODE_VER=`$XCRUN --show-sdk-version`
postgis-3.1.0~alpha3+dfsg/configure.ac-641-            if test $XCODE_VER = "10.12"; then
postgis-3.1.0~alpha3+dfsg/configure.ac-642-                AC_MSG_RESULT([applying OSX XCode 10.12 libxml special case... yes])
postgis-3.1.0~alpha3+dfsg/configure.ac:643:                XML2_LDFLAGS=`$XML2CONFIG --exec-prefix=/usr --libs`
postgis-3.1.0~alpha3+dfsg/configure.ac-644-            else
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-701-dnl This is to guard against user error...
postgis-3.1.0~alpha3+dfsg/configure.ac:702:GEOS_MAJOR_VERSION=`$GEOSCONFIG --version | cut -d. -f1 | sed 's/[[^0-9]]//g'`
postgis-3.1.0~alpha3+dfsg/configure.ac:703:GEOS_MINOR_VERSION=`$GEOSCONFIG --version | cut -d. -f2 | sed 's/[[^0-9]]//g'`
postgis-3.1.0~alpha3+dfsg/configure.ac:704:GEOS_PATCH_VERSION=`$GEOSCONFIG --version | cut -d. -f3 | sed 's/[[^0-9]]//g'`
postgis-3.1.0~alpha3+dfsg/configure.ac-705-if test "x$GEOS_PATCH_VERSION" = "x"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-707-fi
postgis-3.1.0~alpha3+dfsg/configure.ac:708:GEOS_FULL_VERSION=`$GEOSCONFIG --version`
postgis-3.1.0~alpha3+dfsg/configure.ac-709-POSTGIS_GEOS_VERSION="$GEOS_MAJOR_VERSION$GEOS_MINOR_VERSION"
postgis-3.1.0~alpha3+dfsg/configure.ac:710:GEOS_NUMERIC_PATCH_VERSION=`printf "%02d" $GEOS_PATCH_VERSION`
postgis-3.1.0~alpha3+dfsg/configure.ac:711:GEOS_NUMERIC_MINOR_VERSION=`printf "%02d" $GEOS_MINOR_VERSION`
postgis-3.1.0~alpha3+dfsg/configure.ac-712-GEOS_NUMERIC_VERSION="$GEOS_MAJOR_VERSION$GEOS_NUMERIC_MINOR_VERSION$GEOS_NUMERIC_PATCH_VERSION"
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-720-dnl Extract the linker and include flags
postgis-3.1.0~alpha3+dfsg/configure.ac:721:GEOS_LDFLAGS=`$GEOSCONFIG --clibs`
postgis-3.1.0~alpha3+dfsg/configure.ac:722:GEOS_CPPFLAGS=`$GEOSCONFIG --cflags`
postgis-3.1.0~alpha3+dfsg/configure.ac-723-AC_SUBST([GEOS_LDFLAGS])
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-760-	if test -x "$SFCGAL_CONFIG"; then
postgis-3.1.0~alpha3+dfsg/configure.ac:761:		SFCGAL_VERSION=`$SFCGAL_CONFIG --version` || AC_MSG_ERROR([cannot determine sfcgal version (tried with $SFCGAL_CONFIG --version)])
postgis-3.1.0~alpha3+dfsg/configure.ac:762:		SFCGAL_LDFLAGS=`$SFCGAL_CONFIG --libs`
postgis-3.1.0~alpha3+dfsg/configure.ac:763:		SFCGAL_CPPFLAGS=`$SFCGAL_CONFIG --cflags`
postgis-3.1.0~alpha3+dfsg/configure.ac-764-
postgis-3.1.0~alpha3+dfsg/configure.ac:765:		SFCGAL_MAJOR_VERSION=`echo $SFCGAL_VERSION | cut -d. -f1 | sed 's/[[^0-9]]//g'`
postgis-3.1.0~alpha3+dfsg/configure.ac:766:		SFCGAL_MINOR_VERSION=`echo $SFCGAL_VERSION | cut -d. -f2 | sed 's/[[^0-9]]//g'`
postgis-3.1.0~alpha3+dfsg/configure.ac:767:		SFCGAL_PATCH_VERSION=`echo $SFCGAL_VERSION | cut -d. -f3 | sed 's/[[^0-9]]//g'`
postgis-3.1.0~alpha3+dfsg/configure.ac:768:		SFCGAL_NUMERIC_PATCH_VERSION=`printf "%02d" $SFCGAL_PATCH_VERSION`
postgis-3.1.0~alpha3+dfsg/configure.ac:769:		SFCGAL_NUMERIC_MINOR_VERSION=`printf "%02d" $SFCGAL_MINOR_VERSION`
postgis-3.1.0~alpha3+dfsg/configure.ac-770-		POSTGIS_SFCGAL_VERSION="$SFCGAL_MAJOR_VERSION$SFCGAL_NUMERIC_MINOR_VERSION$SFCGAL_NUMERIC_PATCH_VERSION"
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-773-
postgis-3.1.0~alpha3+dfsg/configure.ac:774:		SFCGAL_STATIC=`$SFCGAL_CONFIG --static`
postgis-3.1.0~alpha3+dfsg/configure.ac-775-		if test "x$SFCGAL_STATIC" = "xON"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-1154-POSTGIS_LIB_VERSION="$POSTGIS_MAJOR_VERSION.$POSTGIS_MINOR_VERSION.$POSTGIS_MICRO_VERSION"
postgis-3.1.0~alpha3+dfsg/configure.ac:1155:POSTGIS_BUILD_DATE=`date ${SOURCE_DATE_EPOCH:+-d @$SOURCE_DATE_EPOCH} -u "+%Y-%m-%d %H:%M:%S"`
postgis-3.1.0~alpha3+dfsg/configure.ac-1156-POSTGIS_SCRIPTS_VERSION="$POSTGIS_LIB_VERSION"
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-1348-		dnl This is to guard against user error...
postgis-3.1.0~alpha3+dfsg/configure.ac:1349:		GDAL_MAJOR_VERSION=`$GDAL_CONFIG --version | cut -d. -f1 | sed 's/[[^0-9]]//g'`
postgis-3.1.0~alpha3+dfsg/configure.ac:1350:		GDAL_MINOR_VERSION=`$GDAL_CONFIG --version | cut -d. -f2 | sed 's/[[^0-9]]//g'`
postgis-3.1.0~alpha3+dfsg/configure.ac:1351:		GDAL_PATCH_VERSION=`$GDAL_CONFIG --version | cut -d. -f3 | sed 's/[[^0-9]]//g'`
postgis-3.1.0~alpha3+dfsg/configure.ac:1352:		GDAL_FULL_VERSION=`$GDAL_CONFIG --version`
postgis-3.1.0~alpha3+dfsg/configure.ac-1353-		POSTGIS_GDAL_VERSION="$GDAL_MAJOR_VERSION$GDAL_MINOR_VERSION"
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-1367-		AC_MSG_CHECKING([for OGR enabled])
postgis-3.1.0~alpha3+dfsg/configure.ac:1368:		OGR_ENABLED=`$GDAL_CONFIG --ogr-enabled`
postgis-3.1.0~alpha3+dfsg/configure.ac-1369-		if test "x$OGR_ENABLED" != "xyes"; then
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-1375-		dnl Extract the linker and include flags
postgis-3.1.0~alpha3+dfsg/configure.ac:1376:		LIBGDAL_LDFLAGS=`$GDAL_CONFIG --libs`
postgis-3.1.0~alpha3+dfsg/configure.ac:1377:		dnl LIBGDAL_DEPLIBS_LDFLAGS=`$GDAL_CONFIG --dep-libs`
postgis-3.1.0~alpha3+dfsg/configure.ac:1378:		LIBGDAL_CFLAGS=`$GDAL_CONFIG --cflags`
postgis-3.1.0~alpha3+dfsg/configure.ac-1379-
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-1382-		CFLAGS_SAVE="$CFLAGS"
postgis-3.1.0~alpha3+dfsg/configure.ac:1383:		CFLAGS=`"$PG_CONFIG" --cflags`
postgis-3.1.0~alpha3+dfsg/configure.ac-1384-		CC_SAVE="$CC"
postgis-3.1.0~alpha3+dfsg/configure.ac:1385:		CC=`"$PG_CONFIG" --cc`
postgis-3.1.0~alpha3+dfsg/configure.ac-1386-
##############################################
postgis-3.1.0~alpha3+dfsg/configure.ac-1488-
postgis-3.1.0~alpha3+dfsg/configure.ac:1489:            WAGYU_CXX=`"$PG_CONFIG" --cc`
postgis-3.1.0~alpha3+dfsg/configure.ac-1490-            CPPFLAGS="-x c++"
##############################################
postgis-3.1.0~alpha3+dfsg/autogen.sh-19-for grep in ggrep grep; do
postgis-3.1.0~alpha3+dfsg/autogen.sh:20:    GREP=`which $grep 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/autogen.sh-21-    if test -x "${GREP}"; then
##############################################
postgis-3.1.0~alpha3+dfsg/autogen.sh-26-for sed in gsed sed; do
postgis-3.1.0~alpha3+dfsg/autogen.sh:27:    SED=`which $sed 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/autogen.sh-28-    if test -x "${SED}"; then
##############################################
postgis-3.1.0~alpha3+dfsg/autogen.sh-40-fi
postgis-3.1.0~alpha3+dfsg/autogen.sh:41:AUTOCONF_VER=`${AUTOCONF} --version | ${GREP} -E "^.*[0-9]$" | ${SED} 's/^.* //'`
postgis-3.1.0~alpha3+dfsg/autogen.sh-42-
postgis-3.1.0~alpha3+dfsg/autogen.sh-43-for aclocal in aclocal aclocal-1.10 aclocal-1.9; do
postgis-3.1.0~alpha3+dfsg/autogen.sh:44:    ACLOCAL=`which $aclocal 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/autogen.sh-45-    if test -x "${ACLOCAL}"; then
##############################################
postgis-3.1.0~alpha3+dfsg/autogen.sh-52-fi
postgis-3.1.0~alpha3+dfsg/autogen.sh:53:ACLOCAL_VER=`${ACLOCAL} --version | ${GREP} -E "^.*[0-9]$" | ${SED} 's/^.* //'`
postgis-3.1.0~alpha3+dfsg/autogen.sh-54-
postgis-3.1.0~alpha3+dfsg/autogen.sh-55-for libtoolize in glibtoolize libtoolize; do
postgis-3.1.0~alpha3+dfsg/autogen.sh:56:    LIBTOOLIZE=`which $libtoolize 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/autogen.sh-57-    if test -x "${LIBTOOLIZE}"; then
##############################################
postgis-3.1.0~alpha3+dfsg/autogen.sh-64-fi
postgis-3.1.0~alpha3+dfsg/autogen.sh:65:LIBTOOLIZE_VER=`${LIBTOOLIZE} --version | ${GREP} -E "^.*[0-9]\.[0-9]" | ${SED} 's/^.* //'`
postgis-3.1.0~alpha3+dfsg/autogen.sh:66:LIBTOOLIZE_MAJOR_VER=`echo ${LIBTOOLIZE_VER} | cut -f1 -d'.'`
postgis-3.1.0~alpha3+dfsg/autogen.sh-67-
##############################################
postgis-3.1.0~alpha3+dfsg/README.postgis-116-
postgis-3.1.0~alpha3+dfsg/README.postgis:117:If ``pg_config`` can't be found in your ``$PATH`` configure will complain
postgis-3.1.0~alpha3+dfsg/README.postgis-118-and refuse to proceed. You can specify it using the
##############################################
postgis-3.1.0~alpha3+dfsg/doc/xsl/postgis_gardentest.sql.xsl-38-		FROM (SELECT logid FROM <xsl:value-of select="$var_logtable" /> ORDER BY logid DESC limit 1) As foo
postgis-3.1.0~alpha3+dfsg/doc/xsl/postgis_gardentest.sql.xsl:39:		WHERE <xsl:value-of select="$var_logtable" />.logid = foo.logid  AND <xsl:value-of select="$var_logtable" />.log_end IS NULL;</xsl:variable>
postgis-3.1.0~alpha3+dfsg/doc/xsl/postgis_gardentest.sql.xsl-40-
##############################################
postgis-3.1.0~alpha3+dfsg/doc/xsl/postgis_gardentest.sql.xsl-450-					FROM (<xsl:value-of select="$from1" />) As foo1 CROSS JOIN (<xsl:value-of select="." />) As foo2
postgis-3.1.0~alpha3+dfsg/doc/xsl/postgis_gardentest.sql.xsl:451:					WHERE (geography(foo1.the_geom) <xsl:value-of select="$fnname" /> geography(foo2.the_geom)) = true OR
postgis-3.1.0~alpha3+dfsg/doc/xsl/postgis_gardentest.sql.xsl-452-						(geography(foo1.the_geom) <xsl:value-of select="$fnname" /> geography(foo2.the_geom)) = false;</xsl:with-param>
##############################################
postgis-3.1.0~alpha3+dfsg/doc/xsl/postgis_gardentest.sql.xsl-467-						FROM (<xsl:value-of select="$from1" />) As foo1 CROSS JOIN (<xsl:value-of select="." />) As foo2
postgis-3.1.0~alpha3+dfsg/doc/xsl/postgis_gardentest.sql.xsl:468:						WHERE (foo1.the_geom <xsl:value-of select="$fnname" /> foo2.the_geom) = true OR
postgis-3.1.0~alpha3+dfsg/doc/xsl/postgis_gardentest.sql.xsl-469-						(foo1.the_geom <xsl:value-of select="$fnname" /> foo2.the_geom) = false;</xsl:with-param></xsl:call-template>');
##############################################
postgis-3.1.0~alpha3+dfsg/doc/xsl/topology_gardentest.sql.xsl-32-		FROM (SELECT logid FROM <xsl:value-of select="$var_logtable" /> ORDER BY logid DESC limit 1) As foo
postgis-3.1.0~alpha3+dfsg/doc/xsl/topology_gardentest.sql.xsl:33:		WHERE <xsl:value-of select="$var_logtable" />.logid = foo.logid  AND <xsl:value-of select="$var_logtable" />.log_end IS NULL;</xsl:variable>
postgis-3.1.0~alpha3+dfsg/doc/xsl/topology_gardentest.sql.xsl-34-
##############################################
postgis-3.1.0~alpha3+dfsg/doc/xsl/topology_gardentest.sql.xsl-305-					FROM (<xsl:value-of select="$from1" />) As foo1 CROSS JOIN (<xsl:value-of select="." />) As foo2
postgis-3.1.0~alpha3+dfsg/doc/xsl/topology_gardentest.sql.xsl:306:					WHERE (geography(foo1.the_geom) <xsl:value-of select="$fnname" /> geography(foo2.the_geom)) = true OR
postgis-3.1.0~alpha3+dfsg/doc/xsl/topology_gardentest.sql.xsl-307-						(geography(foo1.the_geom) <xsl:value-of select="$fnname" /> geography(foo2.the_geom)) = false;</xsl:with-param>
##############################################
postgis-3.1.0~alpha3+dfsg/doc/xsl/topology_gardentest.sql.xsl-322-						FROM (<xsl:value-of select="$from1" />) As foo1 CROSS JOIN (<xsl:value-of select="." />) As foo2
postgis-3.1.0~alpha3+dfsg/doc/xsl/topology_gardentest.sql.xsl:323:						WHERE (foo1.the_geom <xsl:value-of select="$fnname" /> foo2.the_geom) = true OR
postgis-3.1.0~alpha3+dfsg/doc/xsl/topology_gardentest.sql.xsl-324-						(foo1.the_geom <xsl:value-of select="$fnname" /> foo2.the_geom) = false;</xsl:with-param></xsl:call-template>');
##############################################
postgis-3.1.0~alpha3+dfsg/doc/xsl/raster_gardentest.sql.xsl-45-		FROM (SELECT logid FROM <xsl:value-of select="$var_logtable" /> ORDER BY logid DESC limit 1) As foo
postgis-3.1.0~alpha3+dfsg/doc/xsl/raster_gardentest.sql.xsl:46:		WHERE <xsl:value-of select="$var_logtable" />.logid = foo.logid  AND <xsl:value-of select="$var_logtable" />.log_end IS NULL;</xsl:variable>
postgis-3.1.0~alpha3+dfsg/doc/xsl/raster_gardentest.sql.xsl-47-
##############################################
postgis-3.1.0~alpha3+dfsg/doc/rfc/postgis_rfc_03_sheet.txt-223-FUNCTION	zmflag(geometry)	PUBLIC	DEPRECATE		
postgis-3.1.0~alpha3+dfsg/doc/rfc/postgis_rfc_03_sheet.txt:224:FUNCTION	ST_zmflag(geometry)	PUBLIC	DEPRECATE		"replace with st_hasz, st_hasm from iso"
postgis-3.1.0~alpha3+dfsg/doc/rfc/postgis_rfc_03_sheet.txt-225-FUNCTION	hasBBOX(geometry)	PRIVATE	RENAME	postgis_bbox_cached(geometry)	
##############################################
postgis-3.1.0~alpha3+dfsg/doc/Makefile.in-170-	  $(XML2POT) $< > $@.tmp; \
postgis-3.1.0~alpha3+dfsg/doc/Makefile.in:171:    changed=`diff $@.tmp $@ | grep -v '^[<>] "POT-Creation-Date:' | wc -l`; \
postgis-3.1.0~alpha3+dfsg/doc/Makefile.in-172-    if expr $${changed} \> 3 >/dev/null; then \
##############################################
postgis-3.1.0~alpha3+dfsg/doc/Makefile.in-191-      mkdir -p po/$$lang; \
postgis-3.1.0~alpha3+dfsg/doc/Makefile.in:192:      po=po/$$lang/`basename $$pot .pot`.po; \
postgis-3.1.0~alpha3+dfsg/doc/Makefile.in-193-      if test -f $$po; then \
##############################################
postgis-3.1.0~alpha3+dfsg/doc/Makefile.in-210-	for f in $(XML_INPUTS_POT); do \
postgis-3.1.0~alpha3+dfsg/doc/Makefile.in:211:    f=`basename $${f} .pot`; \
postgis-3.1.0~alpha3+dfsg/doc/Makefile.in:212:    res=`echo "$${f}" | sed 's/\.//g'`pot; \
postgis-3.1.0~alpha3+dfsg/doc/Makefile.in-213-    tx set --auto-local -r postgis.$${res} "po/<lang>/$${f}.po" \
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-52-our $RASTER2PGSQL = $REGDIR . "/../raster/loader/raster2pgsql";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:53:our $sysdiff = !system("diff --strip-trailing-cr $0 $0 2> /dev/null");
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-54-
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-157-
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:158:foreach my $exec ( ($SHP2PGSQL, $PGSQL2SHP) )
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-159-{
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-241-		print STDERR "Database $DB already exists, dropping.\n";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:242:		`dropdb $DB`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-243-		create_spatial();
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-252-{
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:253:	`dropdb $DB`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-254-	print "\nSomething went wrong (no PostGIS installed in $DB).\n";
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-300-  unless ( $ret =~ /^CREATE/ ) {
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:301:    `dropdb $DB`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-302-    print "\nSomething went wrong creating upgrade_test table: $ret.\n";
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-310-  unless ( $ret =~ /^INSERT/ ) {
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:311:    `dropdb $DB`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-312-    print "\nSomething went wrong populating upgrade_test table: $ret.\n";
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-329-    unless ( $ret =~ /^CREATE/ ) {
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:330:      `dropdb $DB`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-331-      print "\nSomething went wrong creating upgrade_view_test view: $ret.\n";
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-341-    unless ( $ret =~ /^UPDATE/ ) {
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:342:      `dropdb $DB`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-343-      print "\nSomething went wrong setting raster into upgrade_test table: $ret.\n";
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-349-    unless ( $ret =~ /^t$/ ) {
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:350:      `dropdb $DB`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-351-      print "\nSomething went wrong adding raster constraints to upgrade_test: " . $ret . "\n";
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-360-    unless ( $ret =~ /^[1-9][0-9]*$/ ) {
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:361:      `dropdb $DB`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-362-      print "\nSomething went wrong adding upgrade_test topology: " . $ret . "\n";
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-373-  unless ( $ret =~ /^DROP/ ) {
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:374:    `dropdb $DB`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-375-    print "\nSomething went wrong dropping spatial view: $ret.\n";
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-380-  unless ( $ret =~ /^DROP/ ) {
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:381:    `dropdb $DB`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-382-    print "\nSomething went wrong dropping spatial tables: $ret.\n";
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-390-    unless ( $ret =~ /^Topology 'upgrade_test' dropped$/ ) {
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:391:      `dropdb $DB`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-392-      print "\nSomething went wrong dropping upgrade_test topology: " . $ret . "\n";
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-576-{
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:577:	system("dropdb $DB");
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-578-}
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-702-	#print($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:703:	my $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-704-	# Check if psql errored out.
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-730-	my $cmd = "psql -tXAq -d $DB -c \"DROP TABLE IF EXISTS $tblname\" >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:731:	my $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-732-	die "Could not run: $cmd\n" if $rv;
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-737-	my $sql = shift;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:738:	my $result = `psql -tXA -d $DB -c 'SET search_path TO public,$OPT_SCHEMA' -c "$sql" | sed '/^SET\$/d'`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-739-	$result =~ s/[\n\r]*$//;
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-749-				do $file or return 0;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:750:				#system($^X, $file) == 0 or return 0;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-751-    }
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-800-          . " -tXAq -f $sqlfile $DB > $outfile 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:801:	my $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-802-
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-903-		$cmd = "$SHP2PGSQL $loader_options -g the_geom ${TEST}.shp $tblname > $outfile 2> $errfile";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:904:		$rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-905-
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-926-		$cmd = "psql $psql_opts -f $outfile $DB > $errfile 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:927:		$rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-928-		if ( $rv )
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-969-		$cmd = "${PGSQL2SHP} -f ${TMPDIR}/dumper $DB $tblname > $errfile 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:970:		$rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-971-
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1035-		$cmd = "$RASTER2PGSQL $loader_options ${TEST}.tif $tblname > $outfile 2> $errfile";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1036:		$rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1037-
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1058-		$cmd = "psql $psql_opts -f $outfile $DB > $errfile 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1059:    	$rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1060-    	if ( $rv )
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1332-	my $createcmd = "createdb --encoding=UTF-8 --template=template0 --lc-collate=C $DB > $REGRESS_LOG";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1333:	return system($createcmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1334-}
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1374-		#print "  $file\n" if $VERBOSE;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1375:		my $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1376-		if ( $rv )
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1392-	my $cmd = "psql $psql_opts -c \"". $sql . "\" $DB >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1393:	my $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1394-	if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1413-	my $cmd = "psql $psql_opts -c \"". $sql . "\" $DB >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1414:	my $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1415-
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1430- 		$cmd = "psql $psql_opts -c \"" . $sql . "\" $DB >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1431:		$rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1432-  	if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1454- 		$cmd = "psql $psql_opts -c \"" . $sql . "\" $DB >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1455:		$rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1456-		if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1480-			$cmd = "psql $psql_opts -c \"" . $sql . "\" $DB >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1481:			$rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1482-			if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1548-
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1549:    my $script = `ls ${STAGED_SCRIPTS_DIR}/postgis_upgrade.sql`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1550-    chomp($script);
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1563-    {
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1564:        my $script = `ls ${STAGED_SCRIPTS_DIR}/topology_upgrade.sql`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1565-        chomp($script);
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1578-    {
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1579:        my $script = `ls ${STAGED_SCRIPTS_DIR}/rtpostgis_upgrade.sql`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1580-        chomp($script);
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1593-    {
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1594:        my $script = `ls ${STAGED_SCRIPTS_DIR}/sfcgal_upgrade.sql`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1595-        chomp($script);
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1658-    #print "CMD: " . $cmd . "\n";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1659:    my $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1660-    if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1678-        my $cmd = "psql $psql_opts -c \"" . $sql . "\" $DB >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1679:        my $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1680-        if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1693-        $cmd = "psql $psql_opts -c \"" . $sql . "\" $DB >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1694:        $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1695-        if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1703-        $cmd = "psql $psql_opts -c \"" . $sql . "\" $DB >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1704:        $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1705-        if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1728-        my $cmd = "psql $psql_opts -c \"" . $sql . "\" $DB >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1729:        my $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1730-        if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1746-      my $cmd = "psql $psql_opts -c \"" . $sql . "\" $DB >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1747:      my $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1748-      if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1774-
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1775:      $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1776-      if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1818-        $cmd = "psql $psql_opts -c \"DROP EXTENSION postgis_topology; DROP SCHEMA topology;\" $DB >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1819:        $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1820-      	$ok = 0 if $rv;
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1825-        $cmd = "psql $psql_opts -c \"DROP EXTENSION postgis_sfcgal;\" $DB >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1826:        $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1827-        $ok = 0 if $rv;
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1832-        $cmd = "psql $psql_opts -c \"DROP EXTENSION IF EXISTS postgis_raster;\" $DB >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1833:        $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1834-      	$ok = 0 if $rv;
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1837-    $cmd = "psql $psql_opts -c \"DROP EXTENSION postgis\" $DB >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1838:    $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1839-    if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1889-
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1890:  $rv = system("pg_dump -Fc -f${DBDUMP} ${DB} >> $REGRESS_LOG 2>&1");
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1891-  if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1895-
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1896:  $rv = system("dropdb ${DB} >> $REGRESS_LOG 2>&1");
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1897-  if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1907-
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1908:  $rv = system("pg_restore -d ${DB} ${DBDUMP} >> $REGRESS_LOG 2>&1");
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1909-  if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1919-    my $cmd = "psql $psql_opts -c \"SELECT topology.AddToSearchPath('topology')\" $DB >> $REGRESS_LOG 2>&1";
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1920:    $rv = system($cmd);
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1921-    if ( $rv ) {
##############################################
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1937-	if ( $sysdiff ) {
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl:1938:		$diffstr = `diff --strip-trailing-cr -u $expected_file $obtained_file 2>&1`;
postgis-3.1.0~alpha3+dfsg/regress/run_test.pl-1939-		return $diffstr;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/rpm/patches/postgis-configure.patch-3-@@ -4609,13 +4609,6 @@
postgis-3.1.0~alpha3+dfsg/extras/rpm/patches/postgis-configure.patch:4: 	GEOS_DIR=`$GEOSCONFIG --prefix`
postgis-3.1.0~alpha3+dfsg/extras/rpm/patches/postgis-configure.patch-5- 
postgis-3.1.0~alpha3+dfsg/extras/rpm/patches/postgis-configure.patch:6: 	GEOS_LDFLAGS=`$GEOSCONFIG --ldflags 2> /dev/null`
postgis-3.1.0~alpha3+dfsg/extras/rpm/patches/postgis-configure.patch-7--	if test x"$GEOS_LDFLAGS" = "x"; then
##############################################
postgis-3.1.0~alpha3+dfsg/extras/rpm/patches/postgis-configure.patch-14- 
postgis-3.1.0~alpha3+dfsg/extras/rpm/patches/postgis-configure.patch:15: 	GEOS_MAJOR=`$GEOSCONFIG --version | cut -d. -f1`
postgis-3.1.0~alpha3+dfsg/extras/rpm/patches/postgis-configure.patch-16- 	if test "$GEOS_MAJOR" = "@GEOS_VERSION@"; then
##############################################
postgis-3.1.0~alpha3+dfsg/extras/rpm/spec/postgis.spec-69-export MAKEFILE_DIR=%{_builddir}/%{name}-%{version}/java/jdbc
postgis-3.1.0~alpha3+dfsg/extras/rpm/spec/postgis.spec:70:JDBC_VERSION_RPM=`rpm -ql postgresql-jdbc| grep 'jdbc.jar$'|awk -F '/' '{print $5}'`
postgis-3.1.0~alpha3+dfsg/extras/rpm/spec/postgis.spec-71-sed 's/postgresql.jar/'${JDBC_VERSION_RPM}'/g' $MAKEFILE_DIR/Makefile > $MAKEFILE_DIR/Makefile.new
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/createdb.postgis.in-10-for ARGVN in $1 $2 ; do
postgis-3.1.0~alpha3+dfsg/extras/template_gis/createdb.postgis.in:11:    if [ `expr substr $ARGVN 1 11` = "--template=" ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/createdb.postgis.in:12:	 	TDB=`echo $ARGVN | sed -e s/^--template=//`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/createdb.postgis.in:13:    elif [ `expr substr $ARGVN 1 6` = "--help" ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/createdb.postgis.in:14:        echo "Usage of `basename $0`"
postgis-3.1.0~alpha3+dfsg/extras/template_gis/createdb.postgis.in-15-        echo "Supply arguments as follows"
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/createdb.postgis.in-19-		echo "You must usually have createdb privileges"
postgis-3.1.0~alpha3+dfsg/extras/template_gis/createdb.postgis.in:20:		echo "in order to use `basename $0`"
postgis-3.1.0~alpha3+dfsg/extras/template_gis/createdb.postgis.in-21-        exit 1
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in-8-for ARGVN in $1 $2 $3 $4 $5 $6 ; do
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in:9:    if [ `expr substr $ARGVN 1 7` = "--user=" ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in:10:		GRUSER=`echo $ARGVN | sed -e s/^--user=//`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in:11:    elif [ `expr substr $ARGVN 1 11` = "--template=" ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in:12:	 	TDB=`echo $ARGVN | sed -e s/^--template=//`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in:13:	elif [ `expr substr $ARGVN 1 6` = "--dba=" ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in:14:		DBAUSER=`echo $ARGVN | sed -e s/^--dba=//`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in:15:	elif [ `expr substr $ARGVN 1 9` = "--script=" ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in:16:		PGISSCRIPT=`echo $ARGVN | sed -e s/^--script=//`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in-17-	elif [ "$ARGVN" = "--no-srs" ]; then
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in-21-    elif [ -n $ARGVN ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in:22:        echo "Usage of `basename $0`"
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in-23-        echo "Supply arguments as follows"
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in-32-		echo "You must usually be either root, or a postgresql dba or the"
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in:33:		echo "cluster owner in order to use `basename $0`"
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in-34-        exit 1
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in-37-
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in:38:if [ -z "`echo $PGISSCRIPT | grep /`" ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/mktemplate_gis.in-39-	PGISSCRIPT="@datadir@/${PGISSCRIPT}"
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-8-	if [ "$USER" != "$DBAUSER" ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in:9:		ISDBASYSUSER=`cat /etc/passwd | awk -F : '{print $1}' | grep ^$DBAUSER$`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-10-		if [ ! "$ISDBASYSUSER" = "$DBAUSER" ]; then
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-41-	fi
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in:42:	ISDBAPGUSER=`psql -At -d template1 -c "select usename from pg_user where usesuper = true and usename = '$DBAUSER';" 2>&1`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-43-	if [ ! "$ISDBAPGUSER" = "$DBAUSER" ]; then
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-61-	TDB=$1
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in:62:	db_update=`psql -d template1 -c "UPDATE pg_database SET datistemplate = FALSE WHERE datname = '$TDB';" 2>&1`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-63-	if [ "$db_update" = "UPDATE 1" ]; then
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-77-	#of course it could be better to create as the $GRUSER where system user
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in:78:	db_create=`createdb $TDB 2>&1`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-79-	if [ "$db_create" = "CREATE DATABASE" ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in:80:		GRID=`psql -d template1 -At -c "select usesysid from pg_user where usename='$GRUSER';"`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-81-	    if [ -n "$GRID" ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in:82:			psql -d $TDB -c "UPDATE pg_database SET datdba = $GRID WHERE datname = '$TDB';" 2>&1 | cat > /dev/null
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-83-	    fi
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-92-					   'sql_packages', 'sql_sizing', 'sql_sizing_profiles'"
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in:93:		TABLES=`psql -d $TDB -At -c "select tablename from pg_tables where tablename not in ($PSEUDO_TABLES);"`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-94-	    if [ -n "$GRID" ]; then
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-106-	        psql -d $TDB -c "grant all privileges on schema $grschema to $GRUSER;" 2>&1 | cat > /dev/null
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in:107:			STABLES=`psql -d $TDB -At -c "select tablename from pg_tables where schemaname = '$grschema';"`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-108-		    if [ -n "$GRID" ]; then
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-119-		psql -d $TDB -c "VACUUM FREEZE;" 2>&1 | cat > /dev/null
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in:120:		psql -d $TDB -c "UPDATE pg_database SET datistemplate = TRUE WHERE datname = '$TDB';" 2>&1 | cat > /dev/null
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in:121:		psql -d $TDB -c "UPDATE pg_database SET datallowconn = FALSE WHERE datname = '$TDB';" 2>&1 | cat > /dev/null
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgres_lib.sh.in-122-	else
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in-7-	if [ -f "$file" ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in:8:		tmpval=`grep "^TEMPLATEDB=" $file | cut -d= -f2`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in-9-		if [ -n "$tmpval" ]; then
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in-11-		fi
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in:12:		tmpval=`grep "^GRUSER=" $file | cut -d= -f2`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in-13-		if [ -n "$tmpval" ]; then
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in-15-		fi
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in:16:		tmpval=`grep "^DBAUSER=" $file | cut -d= -f2`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in-17-		if [ -n "$tmpval" ]; then
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in-19-		fi
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in:20:		tmpval=`grep "^PGISSCRIPT=" $file | cut -d= -f2`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in-21-		if [ -n "$tmpval" ]; then
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in-28-if [ -x @prefix@/bin/pg_lsclusters ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in:29:#	PGCLUSTER=`pg_lsclusters | awk '{if ($3 == ENVIRON["PGPORT"]) {print $1"/"$2;}}'`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in-30-#	export PGCLUSTER
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in-32-	if [ -z $DBAUSER ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in:33:		DBAUSER=`pg_lsclusters | awk '{if ($3 == ENVIRON["PGPORT"]) {print $5;}}'`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/postgis_env.sh.in-34-	fi
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/rmtemplate_gis.in-8-for ARGVN in $1 $2 $3 $4 ; do
postgis-3.1.0~alpha3+dfsg/extras/template_gis/rmtemplate_gis.in:9:    if [ `expr substr $ARGVN 1 11` = "--template=" ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/rmtemplate_gis.in:10:	 	TDB=`echo $ARGVN | sed -e s/^--template=//`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/rmtemplate_gis.in:11:	elif [ `expr substr $ARGVN 1 6` = "--dba=" ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/rmtemplate_gis.in:12:		DBAUSER=`echo $ARGVN | sed -e s/^--dba=//`
postgis-3.1.0~alpha3+dfsg/extras/template_gis/rmtemplate_gis.in-13-    elif [ -n $ARGVN ]; then
postgis-3.1.0~alpha3+dfsg/extras/template_gis/rmtemplate_gis.in:14:        echo "Usage of `basename $0`"
postgis-3.1.0~alpha3+dfsg/extras/template_gis/rmtemplate_gis.in-15-        echo "Supply arguments as follows"
##############################################
postgis-3.1.0~alpha3+dfsg/extras/template_gis/rmtemplate_gis.in-18-		echo "You must usually be either root, or a postgresql dba in order"
postgis-3.1.0~alpha3+dfsg/extras/template_gis/rmtemplate_gis.in:19:		echo "to use `basename $0`"
postgis-3.1.0~alpha3+dfsg/extras/template_gis/rmtemplate_gis.in-20-        exit 1
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2019.sql-125-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2019.sql:126:	WHERE table_schema = $2 AND table_name like lower($1) || '_%' ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2019.sql-127-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2019.sql-138-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2019.sql:139:	WHERE table_schema = $1 AND (table_name ~ E'^[a-z]{2}\_county' or table_name ~ E'^[a-z]{2}\_state' or table_name = 'state_all' or table_name LIKE 'county_all%' or table_name LIKE 'zcta5_all%') ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2019.sql-140-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2019.sql-180-%PSQL% -c "CREATE SCHEMA ${staging_schema};"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2019.sql:181:%PSQL% -c "DO language ''plpgsql'' $$ BEGIN IF NOT EXISTS (SELECT * FROM information_schema.schemata WHERE schema_name = ''${data_schema}'' ) THEN CREATE SCHEMA ${data_schema}; END IF;  END $$"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2019.sql-182-for /r %%z in (*.zip) do %UNZIPTOOL% e %%z  -o%TMPDIR%
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2019.sql-415-	 CROSS JOIN tiger.loader_platform As platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2019.sql:416:WHERE platform.os = $1 -- generate script for selected platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2019.sql-417-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2017.sql-125-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2017.sql:126:	WHERE table_schema = $2 AND table_name like lower($1) || '_%' ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2017.sql-127-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2017.sql-138-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2017.sql:139:	WHERE table_schema = $1 AND (table_name ~ E'^[a-z]{2}\_county' or table_name ~ E'^[a-z]{2}\_state' or table_name = 'state_all' or table_name LIKE 'county_all%' or table_name LIKE 'zcta5_all%') ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2017.sql-140-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2017.sql-180-%PSQL% -c "CREATE SCHEMA ${staging_schema};"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2017.sql:181:%PSQL% -c "DO language ''plpgsql'' $$ BEGIN IF NOT EXISTS (SELECT * FROM information_schema.schemata WHERE schema_name = ''${data_schema}'' ) THEN CREATE SCHEMA ${data_schema}; END IF;  END $$"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2017.sql-182-for /r %%z in (*.zip) do %UNZIPTOOL% e %%z  -o%TMPDIR%
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2017.sql-415-	 CROSS JOIN loader_platform As platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2017.sql:416:WHERE platform.os = $1 -- generate script for selected platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2017.sql-417-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/census_tracts_functions.sql-48-	-- locate county
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/census_tracts_functions.sql:49:	var_stmt := 'SELECT ' || quote_ident(output_field) || ' FROM tract WHERE statefp =  $1 AND ST_Intersects(the_geom, $2) LIMIT 1;';
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/census_tracts_functions.sql-50-	EXECUTE var_stmt INTO var_result USING var_state, var_loc_geom ;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_address.sql-61-          FROM tiger.zip_lookup_base AS z
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_address.sql:62:         WHERE z.statefp = $1
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_address.sql-63-               AND  z.zip = ANY($3) AND lower(z.city) LIKE lower($2) || ''%''::text '  || COALESCE(' AND z.zip IN(' || var_bfilter || ')', '') || ')::varchar[] AS zip ORDER BY zip' ;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_address.sql-81-          FROM tiger.zip_lookup_base AS z
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_address.sql:82:         WHERE z.statefp = $1
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_address.sql-83-               AND  lower(z.city) LIKE lower($2) || ''%''::text '  || COALESCE(' AND z.zip IN(' || var_bfilter || ')', '') || ')::varchar[] AS zip ORDER BY zip' ;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_address.sql-107-                		FROM tiger.featnames As f INNER JOIN tiger.addr As ad ON (f.tlid = ad.tlid)
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_address.sql:108:                    WHERE $10 = f.statefp AND $10 = ad.statefp
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_address.sql-109-                    	'
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_address.sql-169-          || ')
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_address.sql:170:                WHERE a.statefp = $10  AND  b.statefp = $10   '
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_address.sql-171-             ||   CASE WHEN var_restrict_geom IS NOT NULL THEN ' AND ST_Intersects(b.the_geom, $8::geometry) '  ELSE '' END
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_address.sql-259-    (SELECT zip_state.statefp as statefp,$1 as location, true As exact, ARRAY[zip_state.zip] as zip,1 as pref
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_address.sql:260:        FROM zip_state WHERE zip_state.zip = $2
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_address.sql-261-            AND (' || quote_nullable(in_statefp) || ' IS NULL OR zip_state.statefp = ' || quote_nullable(in_statefp) || ')
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/reverse_geocode.sql-60-	-- locate county
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/reverse_geocode.sql:61:	var_stmt := 'SELECT countyfp, name  FROM  county WHERE  statefp =  $1 AND ST_Intersects(the_geom, $2) LIMIT 1;';
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/reverse_geocode.sql-62-	EXECUTE var_stmt INTO var_countyfp, var_county USING var_state, var_pt ;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/reverse_geocode.sql-64-	--locate zip
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/reverse_geocode.sql:65:	var_stmt := 'SELECT zcta5ce  FROM zcta5 WHERE statefp = $1 AND ST_Intersects(the_geom, $2)  LIMIT 1;';
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/reverse_geocode.sql-66-	EXECUTE var_stmt INTO var_zip USING var_state, var_pt;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/reverse_geocode.sql-71-
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/reverse_geocode.sql:72:	var_stmt := 'SELECT z.name  FROM place As z WHERE  z.statefp =  $1 AND ST_Intersects(the_geom, $2) LIMIT 1;';
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/reverse_geocode.sql-73-	EXECUTE var_stmt INTO var_place USING var_state, var_pt ;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/reverse_geocode.sql-76-	ELSE
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/reverse_geocode.sql:77:		var_stmt := 'SELECT z.name  FROM cousub As z WHERE  z.statefp =  $1 AND ST_Intersects(the_geom, $2) LIMIT 1;';
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/reverse_geocode.sql-78-		EXECUTE var_stmt INTO var_place USING var_state, var_pt ;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql-58-    				FROM (SELECT * FROM tiger.featnames
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql:59:    							WHERE statefp = $1 AND ( lower(name) = $2  ' ||
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql-60-    							CASE WHEN length(var_na_road.streetName) > 5 THEN ' or  lower(fullname) LIKE $6 || ''%'' ' ELSE '' END || ')'
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql:61:    							|| ')  AS f LEFT JOIN (SELECT * FROM tiger.addr As addr WHERE addr.statefp = $1) As addr ON (addr.tlid = f.tlid AND addr.statefp = f.statefp)
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql:62:    					WHERE $5::text[] IS NULL OR addr.zip = ANY($5::text[]) OR addr.zip IS NULL
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql-63-    				ORDER BY CASE WHEN lower(f.fullname) = $6 THEN 0 ELSE 1 END
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql-67-    				FROM (SELECT * FROM tiger.featnames
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql:68:    							WHERE statefp = $1 AND ( lower(name) = $4 ' ||
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql-69-    							CASE WHEN length(var_na_inter1.streetName) > 5 THEN ' or lower(fullname) LIKE $7 || ''%'' ' ELSE '' END || ')'
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql:70:    							|| ' )  AS f LEFT JOIN (SELECT * FROM tiger.addr As addr WHERE addr.statefp = $1) AS addr ON (addr.tlid = f.tlid AND addr.statefp = f.statefp)
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql:71:    					WHERE $5::text[] IS NULL OR addr.zip = ANY($5::text[])  or addr.zip IS NULL
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql-72-    			ORDER BY CASE WHEN lower(f.fullname) = $7 THEN 0 ELSE 1 END
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql-78-    					INNER JOIN  tiger.edges AS e ON (e.statefp = a.statefp AND a.tlid = e.tlid)
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql:79:    				WHERE e.statefp = $1
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql-80-    				ORDER BY CASE WHEN lower(a.name) = $4 THEN 0 ELSE 1 END + CASE WHEN lower(e.fullname) = $7 THEN 0 ELSE 1 END
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql-83-    	 			CASE WHEN a.side = ''L'' THEN e.tfidl ELSE e.tfidr END AS tfid
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql:84:    				FROM (SELECT * FROM tiger.edges WHERE statefp = $1) AS e INNER JOIN a2 AS a ON (e.statefp = a.statefp AND a.tlid = e.tlid)
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql-85-    					INNER JOIN e1 ON (e.statefp = e1.statefp
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql-87-
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql:88:    				WHERE (lower(e.fullname) = $7 or lower(a.name) LIKE $4 || ''%'')
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql-89-    				ORDER BY CASE WHEN lower(a.name) = $4 THEN 0 ELSE 1 END + CASE WHEN lower(e.fullname) = $7 THEN 0 ELSE 1 END
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql-110-                                  ARRAY[e2.tnidf, e2.tnidt] && ARRAY[e1.tnidf, e1.tnidt]  )
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql:111:                             INNER JOIN (SELECT * FROM tiger.faces WHERE statefp = $1) As fa1 ON (e1.tfid = fa1.tfid  )
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode/geocode_intersection.sql-112-                          LEFT JOIN tiger.place AS p ON (fa1.placefp = p.placefp AND p.statefp = $1 )
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2011.sql-39-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2011.sql:40:	WHERE table_schema = $2 AND table_name like lower($1) || '_%' ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2011.sql-41-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2011.sql-52-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2011.sql:53:	WHERE table_schema = $1 AND (table_name ~ E'^[a-z]{2}\_county' or table_name ~ E'^[a-z]{2}\_state' or table_name = 'state_all' or table_name LIKE 'county_all%') ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2011.sql-54-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2011.sql-269-	 CROSS JOIN loader_platform As platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2011.sql:270:WHERE platform.os = $1 -- generate script for selected platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2011.sql-271-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2016.sql-125-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2016.sql:126:	WHERE table_schema = $2 AND table_name like lower($1) || '_%' ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2016.sql-127-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2016.sql-138-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2016.sql:139:	WHERE table_schema = $1 AND (table_name ~ E'^[a-z]{2}\_county' or table_name ~ E'^[a-z]{2}\_state' or table_name = 'state_all' or table_name LIKE 'county_all%') ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2016.sql-140-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2016.sql-180-%PSQL% -c "CREATE SCHEMA ${staging_schema};"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2016.sql:181:%PSQL% -c "DO language ''plpgsql'' $$ BEGIN IF NOT EXISTS (SELECT * FROM information_schema.schemata WHERE schema_name = ''${data_schema}'' ) THEN CREATE SCHEMA ${data_schema}; END IF;  END $$"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2016.sql-182-for /r %%z in (*.zip) do %UNZIPTOOL% e %%z  -o%TMPDIR%
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2016.sql-409-	 CROSS JOIN loader_platform As platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2016.sql:410:WHERE platform.os = $1 -- generate script for selected platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2016.sql-411-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2018.sql-125-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2018.sql:126:	WHERE table_schema = $2 AND table_name like lower($1) || '_%' ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2018.sql-127-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2018.sql-138-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2018.sql:139:	WHERE table_schema = $1 AND (table_name ~ E'^[a-z]{2}\_county' or table_name ~ E'^[a-z]{2}\_state' or table_name = 'state_all' or table_name LIKE 'county_all%' or table_name LIKE 'zcta5_all%') ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2018.sql-140-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2018.sql-180-%PSQL% -c "CREATE SCHEMA ${staging_schema};"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2018.sql:181:%PSQL% -c "DO language ''plpgsql'' $$ BEGIN IF NOT EXISTS (SELECT * FROM information_schema.schemata WHERE schema_name = ''${data_schema}'' ) THEN CREATE SCHEMA ${data_schema}; END IF;  END $$"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2018.sql-182-for /r %%z in (*.zip) do %UNZIPTOOL% e %%z  -o%TMPDIR%
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2018.sql-415-	 CROSS JOIN tiger.loader_platform As platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2018.sql:416:WHERE platform.os = $1 -- generate script for selected platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2018.sql-417-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2015.sql-125-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2015.sql:126:	WHERE table_schema = $2 AND table_name like lower($1) || '_%' ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2015.sql-127-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2015.sql-138-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2015.sql:139:	WHERE table_schema = $1 AND (table_name ~ E'^[a-z]{2}\_county' or table_name ~ E'^[a-z]{2}\_state' or table_name = 'state_all' or table_name LIKE 'county_all%') ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2015.sql-140-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2015.sql-180-%PSQL% -c "CREATE SCHEMA ${staging_schema};"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2015.sql:181:%PSQL% -c "DO language ''plpgsql'' $$ BEGIN IF NOT EXISTS (SELECT * FROM information_schema.schemata WHERE schema_name = ''${data_schema}'' ) THEN CREATE SCHEMA ${data_schema}; END IF;  END $$"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2015.sql-182-for /r %%z in (*.zip) do %UNZIPTOOL% e %%z  -o%TMPDIR%
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2015.sql-410-	 CROSS JOIN loader_platform As platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2015.sql:411:WHERE platform.os = $1 -- generate script for selected platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2015.sql-412-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2012.sql-38-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2012.sql:39:	WHERE table_schema = $2 AND table_name like lower($1) || '_%' ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2012.sql-40-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2012.sql-51-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2012.sql:52:	WHERE table_schema = $1 AND (table_name ~ E'^[a-z]{2}\_county' or table_name ~ E'^[a-z]{2}\_state' or table_name = 'state_all' or table_name LIKE 'county_all%') ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2012.sql-53-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2012.sql-93-%PSQL% -c "CREATE SCHEMA ${staging_schema};"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2012.sql:94:%PSQL% -c "DO language ''plpgsql'' $$ BEGIN IF NOT EXISTS (SELECT * FROM information_schema.schemata WHERE schema_name = ''${data_schema}'' ) THEN CREATE SCHEMA ${data_schema}; END IF;  END $$"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2012.sql-95-for /r %%z in (*.zip) do %UNZIPTOOL% e %%z  -o%TMPDIR%
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2012.sql-299-	 CROSS JOIN loader_platform As platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2012.sql:300:WHERE platform.os = $1 -- generate script for selected platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2012.sql-301-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/topology/tiger_topology_loader.sql-58-									FROM tiger.edges
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/topology/tiger_topology_loader.sql:59:									WHERE statefp = $1 AND ST_Covers($2, the_geom)
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/topology/tiger_topology_loader.sql-60-										)
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/topology/tiger_topology_loader.sql-91-							FROM tiger.faces AS f
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/topology/tiger_topology_loader.sql:92:								WHERE statefp = $1 AND
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/topology/tiger_topology_loader.sql-93-								(  tfid IN(SELECT left_face FROM tmp_edge)
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/topology/tiger_topology_loader.sql-105-									FROM tiger.edges
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/topology/tiger_topology_loader.sql:106:									WHERE statefp = $1 AND
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/topology/tiger_topology_loader.sql-107-									 (tfidl IN(SELECT face_id FROM ' || quote_ident(toponame) || '.face)
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/topology/tiger_topology_loader.sql-144-						FROM (SELECT tfid, the_geom
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/topology/tiger_topology_loader.sql:145:							FROM tiger.faces WHERE statefp = $1
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/topology/tiger_topology_loader.sql-146-							AND tfid IN(SELECT face_id FROM ' || quote_ident(toponame) || '.face)
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-86-  local FILE="$1"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:87:  TBL=`basename $FILE .shp`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:88:  TBL=`basename ${TBL} .dbf`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:89:  TBL=`echo ${TBL} | cut -d_ -f4`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-90-  
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-115-    for zipfile in ${ZIPFILES}; do
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:116:      local BASENAME=`basename $zipfile .zip`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-117-      if [ ${SKIP00} = 'true' ]; then
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-130-  FILE="$1"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:131:  local DIRNAME=`dirname ${FILE}`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:132:  local BASE=`basename ${FILE}`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-133-  SRID="$2"
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-152-  local TABLE=$2
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:153:  local FIPS=`echo ${SCHEMA} | awk -F_ '/_[0-9][0-9]$/ {print $NF}'`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-154-
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-178-  local TABLE="$2"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:179:  local BASESHP=`basename $FILE .shp`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-180-  local DROPTBL=""
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-216-  local TABLE="$2"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:217:  local BASESHP=`basename $FILE .dbf`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-218-  local DROPTBL=""
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-359-if [ $? -eq 0 ]; then
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:360:  STATES=`echo $COUNTIES | cut -c1,2`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:361:  COUNTIES=`echo $COUNTIES | cut -c3,4,5`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-362-fi
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-397-  for statedir in ${DIRS}; do
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:398:    STATE=`basename $statedir | cut -f1 -d_`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-399-    SCHEMA="${SCHEMA_PREFIX}_${STATE}"
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-419-      for codir in ${CODIRS}; do
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:420:        COUNTY=`basename $codir | cut -c3- | cut -f1 -d_`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-421-        FILEBASE="${SETBASE}_${STATE}${COUNTY}"
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-428-        for dbffile in ${TMPDIR}/${FILEBASE}_*.dbf; do
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:429:          DIR=`dirname $dbffile`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:430:          SHP=`basename $dbffile .dbf`.shp
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-431-          if [ ! -e "$DIR/$SHP" ]; then
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-446-if [ "${DO_MERGE}" = 'true' ]; then
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:447:  MYSCHEMAS=`${PSQL_CMD} -t -c '\\dn' | egrep "^ +${SCHEMA_PREFIX}" | sed -e 's/|.*//'`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-448-  TABLES=`(for schema in $MYSCHEMAS; do
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-456-        # it's OK if we hit this a bunch, right?
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:457:        COLS=`${PSQL_CMD} -c "\\copy (select * from ${table} limit 1) TO STDOUT CSV HEADER" | head -1 | sed -e 's/^gid,//' -e 's/,/","/g'`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-458-        COLS="\"$COLS\""
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-465-    done
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:466:    VIEW=`echo $VIEW| sed -e 's/UNION ALL *$/;/'`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-467-    cat<<EOT | ${PSQL_CMD_NULL}
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-472-EOT
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:473:      TYPE=`${PSQL_CMD} -t -c "select type from geometry_columns where f_table_name='${table}' limit 1" | egrep '(POLY|LINE)'| sed 's/ //g'`
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-474-
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-480-        --create index ${table}_the_geom_idx on public.${table} using gist(the_geom gist_geometry_ops);
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh:481:        delete from geometry_columns where f_table_name='${table}' and f_table_schema='public';
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/legacy_import/tiger2008/import_tiger_shps.sh-482-        insert into geometry_columns values ('','public','${table}','the_geom',2,${SRID},'${TYPE}');
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2013.sql-37-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2013.sql:38:	WHERE table_schema = $2 AND table_name like lower($1) || '_%' ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2013.sql-39-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2013.sql-50-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2013.sql:51:	WHERE table_schema = $1 AND (table_name ~ E'^[a-z]{2}\_county' or table_name ~ E'^[a-z]{2}\_state' or table_name = 'state_all' or table_name LIKE 'county_all%') ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2013.sql-52-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2013.sql-92-%PSQL% -c "CREATE SCHEMA ${staging_schema};"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2013.sql:93:%PSQL% -c "DO language ''plpgsql'' $$ BEGIN IF NOT EXISTS (SELECT * FROM information_schema.schemata WHERE schema_name = ''${data_schema}'' ) THEN CREATE SCHEMA ${data_schema}; END IF;  END $$"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2013.sql-94-for /r %%z in (*.zip) do %UNZIPTOOL% e %%z  -o%TMPDIR%
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2013.sql-298-	 CROSS JOIN loader_platform As platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2013.sql:299:WHERE platform.os = $1 -- generate script for selected platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2013.sql-300-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2014.sql-125-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2014.sql:126:	WHERE table_schema = $2 AND table_name like lower($1) || '_%' ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2014.sql-127-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2014.sql-138-	FROM (SELECT * FROM information_schema.tables
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2014.sql:139:	WHERE table_schema = $1 AND (table_name ~ E'^[a-z]{2}\_county' or table_name ~ E'^[a-z]{2}\_state' or table_name = 'state_all' or table_name LIKE 'county_all%') ORDER BY table_name) AS foo;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2014.sql-140-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2014.sql-180-%PSQL% -c "CREATE SCHEMA ${staging_schema};"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2014.sql:181:%PSQL% -c "DO language ''plpgsql'' $$ BEGIN IF NOT EXISTS (SELECT * FROM information_schema.schemata WHERE schema_name = ''${data_schema}'' ) THEN CREATE SCHEMA ${data_schema}; END IF;  END $$"
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2014.sql-182-for /r %%z in (*.zip) do %UNZIPTOOL% e %%z  -o%TMPDIR%
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2014.sql-410-	 CROSS JOIN loader_platform As platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2014.sql:411:WHERE platform.os = $1 -- generate script for selected platform
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/tiger_loader_2014.sql-412-;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode_settings.sql-54-$$
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode_settings.sql:55:SELECT COALESCE(gc.setting,gd.setting) As setting FROM geocode_settings_default AS gd LEFT JOIN geocode_settings AS gc ON gd.name = gc.name  WHERE gd.name = $1;
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode_settings.sql-56-$$
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode_settings.sql-66-
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode_settings.sql:67:UPDATE geocode_settings SET setting = $2 WHERE name = $1
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/geocode_settings.sql-68-	RETURNING setting;
##############################################
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/normalize/pprint_addy.sql-7-$$
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/normalize/pprint_addy.sql:8:    SELECT EXISTS(SELECT name FROM street_type_lookup WHERE upper(name) = upper($1) AND is_hw );
postgis-3.1.0~alpha3+dfsg/extras/tiger_geocoder/normalize/pprint_addy.sql-9-$$
##############################################
postgis-3.1.0~alpha3+dfsg/topology/topology.sql.in-1070-AS $$
postgis-3.1.0~alpha3+dfsg/topology/topology.sql.in:1071:  SELECT SRID FROM topology.topology WHERE name = $1;
postgis-3.1.0~alpha3+dfsg/topology/topology.sql.in-1072-$$ LANGUAGE 'sql' STABLE STRICT;
##############################################
postgis-3.1.0~alpha3+dfsg/topology/topology.sql.in-1168-  FOR rec IN EXECUTE 'SELECT * FROM topology.layer '
postgis-3.1.0~alpha3+dfsg/topology/topology.sql.in:1169:       ' WHERE layer_id = $1 AND topology_id = $2'
postgis-3.1.0~alpha3+dfsg/topology/topology.sql.in-1170-       USING layerid, topoid
##############################################
postgis-3.1.0~alpha3+dfsg/topology/postgis_topology.c-177-    "SELECT id,srid,precision,null::geometry "
postgis-3.1.0~alpha3+dfsg/topology/postgis_topology.c:178:    "FROM topology.topology WHERE name = $1::varchar";
postgis-3.1.0~alpha3+dfsg/topology/postgis_topology.c-179-  if ( ! plan ) /* prepare on first call */
##############################################
postgis-3.1.0~alpha3+dfsg/topology/postgis_topology.c-1049-  appendStringInfo(sql, " FROM \"%s\".edge_data"
postgis-3.1.0~alpha3+dfsg/topology/postgis_topology.c:1050:                   " WHERE ( left_face = ANY($1) "
postgis-3.1.0~alpha3+dfsg/topology/postgis_topology.c-1051-                   " OR right_face = ANY ($1) )",
##############################################
postgis-3.1.0~alpha3+dfsg/topology/sql/populate.sql.in-57-  FROM topology.topology
postgis-3.1.0~alpha3+dfsg/topology/sql/populate.sql.in:58:  WHERE name = $1 INTO ret;
postgis-3.1.0~alpha3+dfsg/topology/sql/populate.sql.in-59-  IF NOT FOUND THEN
##############################################
postgis-3.1.0~alpha3+dfsg/topology/sql/populate.sql.in-118-		|| quote_ident(atopology) || '.node ' ||
postgis-3.1.0~alpha3+dfsg/topology/sql/populate.sql.in:119:		'WHERE geom && $1 AND ST_X(geom) = ST_X($1) AND ST_Y(geom) = ST_Y($1)'
postgis-3.1.0~alpha3+dfsg/topology/sql/populate.sql.in-120-    USING apoint
##############################################
postgis-3.1.0~alpha3+dfsg/topology/sql/manage/TopologySummary.sql.in-176-        || quote_ident(atopology) || '.relation EXCEPT SELECT layer_id'
postgis-3.1.0~alpha3+dfsg/topology/sql/manage/TopologySummary.sql.in:177:        || ' FROM topology.layer WHERE topology_id = $1 ORDER BY layer_id';
postgis-3.1.0~alpha3+dfsg/topology/sql/manage/TopologySummary.sql.in-178-    --RAISE DEBUG '%', sql;
##############################################
postgis-3.1.0~alpha3+dfsg/topology/sql/export/gml.sql.in-206-        || quote_ident(toponame)
postgis-3.1.0~alpha3+dfsg/topology/sql/export/gml.sql.in:207:        || '.edge e WHERE ( e.left_face = $2'
postgis-3.1.0~alpha3+dfsg/topology/sql/export/gml.sql.in-208-        || ' OR e.right_face = $2'
##############################################
postgis-3.1.0~alpha3+dfsg/topology/sql/export/TopoJSON.sql.in-82-        IF edgeMapTable IS NOT NULL THEN
postgis-3.1.0~alpha3+dfsg/topology/sql/export/TopoJSON.sql.in:83:          sql := 'SELECT arc_id-1 FROM ' || edgeMapTable::text || ' WHERE edge_id = $1';
postgis-3.1.0~alpha3+dfsg/topology/sql/export/TopoJSON.sql.in-84-          EXECUTE sql INTO arcid USING rec2.edge_id;
##############################################
postgis-3.1.0~alpha3+dfsg/topology/sql/export/TopoJSON.sql.in-253-        IF edgeMapTable IS NOT NULL THEN
postgis-3.1.0~alpha3+dfsg/topology/sql/export/TopoJSON.sql.in:254:          sql := 'SELECT arc_id-1 FROM ' || edgeMapTable::text || ' WHERE edge_id = $1';
postgis-3.1.0~alpha3+dfsg/topology/sql/export/TopoJSON.sql.in-255-          EXECUTE sql INTO arcid USING rec.edge_id;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-199-        dnl or AC_LIB_HAVE_LINKFLAGS call.
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4:200:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-201-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-274-                -L*)
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4:275:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-276-                  dnl First look for a shared library.
##############################################
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-416-              */$acl_libdirstem | */$acl_libdirstem/)
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4:417:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-418-                LIB[]NAME[]_PREFIX="$basedir"
##############################################
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-470-                  -L*)
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4:471:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-472-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-520-                  -R*)
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4:521:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-522-                    if test "$enable_rpath" != no; then
##############################################
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-550-                    dnl Handle this in the next round.
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4:551:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-552-                    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-556-                    dnl option.
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4:557:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-558-                    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-663-            -L) next=yes ;;
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4:664:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
postgis-3.1.0~alpha3+dfsg/macros/lib-link.m4-665-                 dnl No need to hardcode the standard /usr/lib.
##############################################
postgis-3.1.0~alpha3+dfsg/macros/lib-prefix.m4-168-  acl_libdirstem=lib
postgis-3.1.0~alpha3+dfsg/macros/lib-prefix.m4:169:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
postgis-3.1.0~alpha3+dfsg/macros/lib-prefix.m4-170-  if test -n "$searchpath"; then
##############################################
postgis-3.1.0~alpha3+dfsg/macros/lib-prefix.m4-175-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
postgis-3.1.0~alpha3+dfsg/macros/lib-prefix.m4:176:          *) searchdir=`cd "$searchdir" && pwd`
postgis-3.1.0~alpha3+dfsg/macros/lib-prefix.m4-177-             case "$searchdir" in
##############################################
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4-50-    # gcc leaves a trailing carriage return which upsets mingw
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4:51:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4-52-  *)
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4-54-  esac
##############################################
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4-59-      # Canonicalize the path of ld
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4:60:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4-61-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4:62:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4-63-      done
##############################################
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4-89-      # Break only if it was the GNU/non-GNU ld that we prefer.
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4:90:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
postgis-3.1.0~alpha3+dfsg/macros/lib-ld.m4-91-      *GNU* | *'with BFD'*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/gtk-2.0.m4-58-  if test x"$no_gtk" = x ; then
postgis-3.1.0~alpha3+dfsg/macros/gtk-2.0.m4:59:    GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
postgis-3.1.0~alpha3+dfsg/macros/gtk-2.0.m4:60:    GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
postgis-3.1.0~alpha3+dfsg/macros/gtk-2.0.m4-61-    gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
##############################################
postgis-3.1.0~alpha3+dfsg/macros/gtk-2.0.m4-198-dnl
postgis-3.1.0~alpha3+dfsg/macros/gtk-2.0.m4:199:  _gdk_tgt=`$PKG_CONFIG --variable=target gdk-2.0`
postgis-3.1.0~alpha3+dfsg/macros/gtk-2.0.m4-200-  if test "x$_gdk_tgt" = xquartz; then 
##############################################
postgis-3.1.0~alpha3+dfsg/macros/gtk-2.0.m4-205-      AC_MSG_CHECKING([for IGE_MAC_CFLAGS])
postgis-3.1.0~alpha3+dfsg/macros/gtk-2.0.m4:206:      IGE_MAC_CFLAGS=`$PKG_CONFIG --cflags "ige-mac-integration"`
postgis-3.1.0~alpha3+dfsg/macros/gtk-2.0.m4-207-      AC_MSG_RESULT($IGE_MAC_CFLAGS)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/gtk-2.0.m4-209-      AC_MSG_CHECKING([for IGE_MAC_LIBS])
postgis-3.1.0~alpha3+dfsg/macros/gtk-2.0.m4:210:      IGE_MAC_LIBS=`$PKG_CONFIG --libs "ige-mac-integration"`
postgis-3.1.0~alpha3+dfsg/macros/gtk-2.0.m4-211-      AC_MSG_RESULT($IGE_MAC_LIBS)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/intl.m4-251-changequote(<<,>>)dnl
postgis-3.1.0~alpha3+dfsg/macros/intl.m4:252:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
postgis-3.1.0~alpha3+dfsg/macros/intl.m4-253-    case $ac_prog_version in
##############################################
postgis-3.1.0~alpha3+dfsg/macros/gettext.m4-250-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
postgis-3.1.0~alpha3+dfsg/macros/gettext.m4:251:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
postgis-3.1.0~alpha3+dfsg/macros/gettext.m4-252-      fi
##############################################
postgis-3.1.0~alpha3+dfsg/macros/ltsugar.m4-68-m4_define([lt_combine],
postgis-3.1.0~alpha3+dfsg/macros/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
postgis-3.1.0~alpha3+dfsg/macros/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-119-    done
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-121-}
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-439-
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-447-#
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-557-]], lt_decl_quote_varnames); do
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-561-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-570-]], lt_decl_dquote_varnames); do
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-574-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1112:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1164-      }]'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1169-  fi],[])
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1202-  ECHO='print -r --'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1238-
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1259-   if test yes = "$GCC"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1261-   fi
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1263- /*)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1265-   ;; #(
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1295-      *ELF-32*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1312-	*32-bit*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1322-    else
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1324-	*32-bit*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1344-    emul=elf
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1346-      *32-bit*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1352-    esac
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1354-      *MSB*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1360-    esac
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1362-      *N32*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1725-    # And add a safety zone
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1728-    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1758-    if test -n "$kargmax"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1760-    else
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1770-    else
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1779-      # we can't tell.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1783-      do
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1784:        i=`expr $i + 1`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1787-      # Only check the string length outside the loop.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1789-      teststring=
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-1794-    fi
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2258-    *:)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2260-        ;;
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2261-    x:*)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2263-        ;;
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2264-    *::*)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2267-        ;;
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2268-    *)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2270-        ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2298-  esac
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2307-    ;;
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2308-  *)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2310-    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2356-  esac
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2358-else
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2498:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2499-    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2542-      fi'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2552-m4_if([$1], [],[
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2558-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2562-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2569-    libname_spec='$name'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2586-      # Convert to MSYS style.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2588-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2596-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2600-        # It is most probably a Windows format PATH.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2602-      else
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2604-      fi
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2624-    # Assume MSVC wrapper
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2643-m4_if([$1], [],[
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2876:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2941-  need_lib_prefix=no
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2943-    need_version=no
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2977-    fi'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3188-	"file_magic "*)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3273-  *)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3275-  esac
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3280-      # Canonicalize the pathname of ld
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3284-      done
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3578-openbsd* | bitrig*)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3645-    else
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3647-    fi
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3696-	esac
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3702-	*)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3704-	  */dev/null*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3730-    *COFF*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3789-  *--identify-strict*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:3962:case `$NM -V 2>&1` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-4009-mingw*)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-4011-  ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-4414-	  *)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:4415:	    case `$CC -V 2>&1 | sed 5q` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-4416-	    *Sun\ C*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-4756-      *)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:4757:	case `$CC -V 2>&1 | sed 5q` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-4758-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-4939-    else
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:4940:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-4941-    fi
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5038-	# shared libraries, regardless of the interface used.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5039:	case `$LD -v 2>&1` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5040-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5070-    supports_anon_versioning=no
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5071:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5072-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5173-	prefix_cmds="$SED"~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5174:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5175-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5195-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5196:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5197:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5198-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5213-        pgcc*)				# Portland Group C compiler
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5214:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5215-	  tmp_addflag=' $pic_flag'
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5218-					# Portland Group f77 and f90 compilers
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5219:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5220-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5235-	nvcc*)	# Cuda Compiler Driver 2.2
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5236:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5237-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5239-	esac
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5240:	case `$CC -V 2>&1 | sed 5q` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5241-	*Sun\ C*)			# Sun C 5.9
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5242:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5243-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5310-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5311:      case `$LD -v 2>&1` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5312-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5399-	else
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5400:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5401-	fi
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5464-	# below for broken collect2 doesn't work under 4.3+
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5465:	  collect2name=`$CC -print-prog-name=collect2`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5466-	  if test -f "$collect2name" &&
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5520-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5521:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5522-      else
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5545-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5546:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5547-	  if test svr4 != "$with_aix_soname"; then
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5636-	# FIXME: Setting linknames here is a bad hack.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5637:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5638-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5774-      if test yes = "$GCC"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5775:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5776-	# Try to use the -exported_symbol ld option, if it does not
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5797-	if test yes = "$lt_cv_irix_exported_symbol"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5798:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5799-	fi
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5801-      else
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5802:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5803:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5804-      fi
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5848-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5849:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5850-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5879-	prefix_cmds="$SED"~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5880:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5881-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5893-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5894:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5895-      else
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5896-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5897:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5898-      fi
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5906-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5907:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5908-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5910-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5911:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5912:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5913:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5914-
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5929-      else
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:5930:	case `$CC -V 2>&1` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-5931-	*"Compilers 5.0"*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6122-	  _LT_TAGVAR(allow_undefined_flag, $1)=
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6123:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6124-	  then
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6426-        # ancient GNU ld didn't support --whole-archive et. al.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6427:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6428-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6536-          # below for broken collect2 doesn't work under 4.3+
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6537:	  collect2name=`$CC -print-prog-name=collect2`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6538-	  if test -f "$collect2name" &&
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6594-
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6595:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6596-        else
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6619-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6620:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6621-	    if test svr4 != "$with_aix_soname"; then
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6748-	  prefix_cmds="$SED"~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6749:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6750-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6822-            # dependencies.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6823:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6824-            ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6887-	    # dependencies.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6888:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6889-	    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6923-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6924:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6925:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6926-	;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6930-	    # SGI C++
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6931:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6932-
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6941-	      if test no = "$with_gnu_ld"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6942:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6943-	      else
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6944:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6945-	      fi
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6962-	    # to its proper name (with version) after linking.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6963:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6964:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6965-	    # Commands to make compiler produce verbose output that lists
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6972-	    # dependencies.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6973:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6974-
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6987-	    # earlier do not add the objects themselves.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:6988:	    case `$CC -V 2>&1` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-6989-	      *"Version 7."*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7008-            # Portland Group C++ compiler
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7009:	    case `$CC -V` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7010-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7013-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7014:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7015-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7017-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7018:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7019-                $RANLIB $oldlib'
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7022-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7023:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7024-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7026-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7027:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7028-	      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7036-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7037:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7038-            ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7055-	    # dependencies.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7056:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7057-	    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7070-	  *)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7071:	    case `$CC -V 2>&1 | sed 5q` in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7072-	    *Sun\ C*)
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7077-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7078:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7079-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7142-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7143:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7144-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7161-	    # to its proper name (with version) after linking.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7162:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7163-
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7182-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7183:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7184-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7187-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7188:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7189:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7190-                  echo "-hidden">> $lib.exp~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7191:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7192-                  $RM $lib.exp'
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7206-	    # dependencies.
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7207:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7208-	    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7213-	        osf3*)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7214:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7215-		  ;;
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7216-	        *)
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7217:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7218-		  ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7466-  case @S|@2 in
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7467:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7468:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7469-  esac
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7555-
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7556:  for p in `eval "$output_verbose_link_cmd"`; do
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7557-    case $prev$p in
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7659-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:7660: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-7661-fi
##############################################
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-8279-    test 10 -lt "$lt_ac_count" && break
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4:8280:    lt_ac_count=`expr $lt_ac_count + 1`
postgis-3.1.0~alpha3+dfsg/macros/libtool.m4-8281-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
postgis-3.1.0~alpha3+dfsg/macros/pkg.m4-109-    PKG_CHECK_EXISTS([$3],
postgis-3.1.0~alpha3+dfsg/macros/pkg.m4:110:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/macros/pkg.m4-111-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
postgis-3.1.0~alpha3+dfsg/macros/pkg.m4-157-        if test $_pkg_short_errors_supported = yes; then
postgis-3.1.0~alpha3+dfsg/macros/pkg.m4:158:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
postgis-3.1.0~alpha3+dfsg/macros/pkg.m4-159-        else 
postgis-3.1.0~alpha3+dfsg/macros/pkg.m4:160:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
postgis-3.1.0~alpha3+dfsg/macros/pkg.m4-161-        fi
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-47-changequote(,)dnl
postgis-3.1.0~alpha3+dfsg/macros/po.m4:48:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
postgis-3.1.0~alpha3+dfsg/macros/po.m4-49-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-54-changequote(,)dnl
postgis-3.1.0~alpha3+dfsg/macros/po.m4:55:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
postgis-3.1.0~alpha3+dfsg/macros/po.m4-56-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-73-changequote(,)dnl
postgis-3.1.0~alpha3+dfsg/macros/po.m4:74:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
postgis-3.1.0~alpha3+dfsg/macros/po.m4-75-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-98-      case "$ac_file" in
postgis-3.1.0~alpha3+dfsg/macros/po.m4:99:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
postgis-3.1.0~alpha3+dfsg/macros/po.m4-100-      esac
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-103-        # Adjust a relative srcdir.
postgis-3.1.0~alpha3+dfsg/macros/po.m4:104:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
postgis-3.1.0~alpha3+dfsg/macros/po.m4:105:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
postgis-3.1.0~alpha3+dfsg/macros/po.m4:106:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
postgis-3.1.0~alpha3+dfsg/macros/po.m4-107-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-110-        case "$ac_given_srcdir" in
postgis-3.1.0~alpha3+dfsg/macros/po.m4:111:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
postgis-3.1.0~alpha3+dfsg/macros/po.m4-112-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-130-            fi
postgis-3.1.0~alpha3+dfsg/macros/po.m4:131:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
postgis-3.1.0~alpha3+dfsg/macros/po.m4-132-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-227-  # Adjust a relative srcdir.
postgis-3.1.0~alpha3+dfsg/macros/po.m4:228:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
postgis-3.1.0~alpha3+dfsg/macros/po.m4:229:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
postgis-3.1.0~alpha3+dfsg/macros/po.m4:230:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
postgis-3.1.0~alpha3+dfsg/macros/po.m4-231-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-234-  case "$ac_given_srcdir" in
postgis-3.1.0~alpha3+dfsg/macros/po.m4:235:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
postgis-3.1.0~alpha3+dfsg/macros/po.m4-236-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-295-  # Set POTFILES to the value of the Makefile variable POTFILES.
postgis-3.1.0~alpha3+dfsg/macros/po.m4:296:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
postgis-3.1.0~alpha3+dfsg/macros/po.m4:297:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
postgis-3.1.0~alpha3+dfsg/macros/po.m4-298-  # Compute POTFILES_DEPS as
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-310-    # The LINGUAS file contains the set of available languages.
postgis-3.1.0~alpha3+dfsg/macros/po.m4:311:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
postgis-3.1.0~alpha3+dfsg/macros/po.m4-312-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-314-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
postgis-3.1.0~alpha3+dfsg/macros/po.m4:315:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
postgis-3.1.0~alpha3+dfsg/macros/po.m4:316:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
postgis-3.1.0~alpha3+dfsg/macros/po.m4-317-  fi
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-358-    QMFILES="$QMFILES $srcdirpre$lang.qm"
postgis-3.1.0~alpha3+dfsg/macros/po.m4:359:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
postgis-3.1.0~alpha3+dfsg/macros/po.m4-360-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
postgis-3.1.0~alpha3+dfsg/macros/po.m4:361:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
postgis-3.1.0~alpha3+dfsg/macros/po.m4-362-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-399-      QTCATALOGS="$QTCATALOGS $lang.qm"
postgis-3.1.0~alpha3+dfsg/macros/po.m4:400:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
postgis-3.1.0~alpha3+dfsg/macros/po.m4-401-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
postgis-3.1.0~alpha3+dfsg/macros/po.m4:402:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
postgis-3.1.0~alpha3+dfsg/macros/po.m4-403-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-410-    for lang in $ALL_LINGUAS; do
postgis-3.1.0~alpha3+dfsg/macros/po.m4:411:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
postgis-3.1.0~alpha3+dfsg/macros/po.m4-412-      cat >> "$ac_file.tmp" <<EOF
##############################################
postgis-3.1.0~alpha3+dfsg/macros/po.m4-421-    for lang in $ALL_LINGUAS; do
postgis-3.1.0~alpha3+dfsg/macros/po.m4:422:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
postgis-3.1.0~alpha3+dfsg/macros/po.m4-423-      cat >> "$ac_file.tmp" <<EOF
##############################################
postgis-3.1.0~alpha3+dfsg/macros/iconv.m4-173-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
postgis-3.1.0~alpha3+dfsg/macros/iconv.m4:174:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
postgis-3.1.0~alpha3+dfsg/macros/iconv.m4-175-    AC_MSG_RESULT([$]{ac_t:-
##############################################
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4-41-
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4:42:    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4-43-    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4:44:    [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4-45-    ]
##############################################
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4-105-fi
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4:106:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4:107:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4:108:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4-109-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4-121-else
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4:122:   IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`"
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4-123-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4-126-   AC_MSG_CHECKING([for XML::Parser])
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4:127:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
postgis-3.1.0~alpha3+dfsg/macros/intltool.m4-128-       AC_MSG_RESULT([ok])
##############################################
postgis-3.1.0~alpha3+dfsg/raster/test/regress/load_outdb-pre.pl-9-if (lc($^O) eq "msys") {
postgis-3.1.0~alpha3+dfsg/raster/test/regress/load_outdb-pre.pl:10:	$FILERASTER = `cmd //c echo "$FILERASTER"`;
postgis-3.1.0~alpha3+dfsg/raster/test/regress/load_outdb-pre.pl-11-	$FILERASTER =~ s/^\s+//;
##############################################
postgis-3.1.0~alpha3+dfsg/raster/test/regress/load_outdb-pre.sh-9-if [ "$CSYS" == "msys" ]; then
postgis-3.1.0~alpha3+dfsg/raster/test/regress/load_outdb-pre.sh:10:	FILERASTER=`cmd //c echo "${FILERASTER}"`
postgis-3.1.0~alpha3+dfsg/raster/test/regress/load_outdb-pre.sh-11-fi
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7198-		    FROM pg_constraint) AS s
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:7199:	WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7200-		AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7272-		    FROM pg_constraint) AS s
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:7273:	WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7274-		AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7362-			FROM pg_constraint) AS s
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:7363:	WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7364-		AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7440-			FROM pg_constraint) AS s
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:7441:	WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7442-		AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7510-			FROM pg_constraint) AS s
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:7511:	WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7512-		AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7574-		, pg_index idx, pg_operator op
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:7575:	WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7576-		AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7625-		, pg_index idx, pg_operator op
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:7626:		WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7627-			AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7650-			FROM pg_constraint) AS s
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:7651:	WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7652-		AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7763-			FROM pg_constraint) AS s
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:7764:	WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7765-		AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7835-			FROM pg_constraint) AS s
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:7836:	WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7837-		AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7922-			FROM pg_constraint) AS s
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:7923:	WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-7924-		AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-8015-			FROM pg_constraint) AS s
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:8016:	WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-8017-		AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-8146-			sql := 'SELECT nspname FROM pg_namespace '
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:8147:				|| 'WHERE nspname = ' || quote_literal($1)
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-8148-				|| 'LIMIT 1';
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-8386-			sql := 'SELECT nspname FROM pg_namespace '
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:8387:				|| 'WHERE nspname = ' || quote_literal($1)
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-8388-				|| 'LIMIT 1';
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-8644-	RETURNS boolean AS
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:8645:	$$ SELECT COALESCE((SELECT TRUE FROM @extschema@.raster_columns WHERE r_table_catalog = current_database() AND r_table_schema = $3 AND r_table_name = $4 AND r_raster_column = $5), FALSE) $$
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-8646-	LANGUAGE 'sql' STABLE
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-8661-		    FROM pg_constraint) AS s
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:8662:	WHERE n.nspname = $1
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-8663-		AND c.relname = $2
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-8855-			sql := 'SELECT nspname FROM pg_namespace '
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:8856:				|| 'WHERE nspname = ' || quote_literal($1)
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-8857-				|| 'LIMIT 1';
##############################################
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-8922-			sql := 'SELECT nspname FROM pg_namespace '
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in:8923:				|| 'WHERE nspname = ' || quote_literal($1)
postgis-3.1.0~alpha3+dfsg/raster/rt_pg/rtpostgis.sql.in-8924-				|| 'LIMIT 1';
##############################################
postgis-3.1.0~alpha3+dfsg/raster/scripts/plpgsql/st_areaweightedsummarystats.sql-104-            -- Search for the new value in the array of distinct values
postgis-3.1.0~alpha3+dfsg/raster/scripts/plpgsql/st_areaweightedsummarystats.sql:105:            SELECT n FROM generate_series(1, array_length(($1).distinctvalues, 1)) n WHERE (($1).distinctvalues)[n] = ($2).val INTO i;
postgis-3.1.0~alpha3+dfsg/raster/scripts/plpgsql/st_areaweightedsummarystats.sql-106-RAISE NOTICE 'i=% ',i;
##############################################
postgis-3.1.0~alpha3+dfsg/loader/postgis.pl-70-
postgis-3.1.0~alpha3+dfsg/loader/postgis.pl:71:		my $SCHEMA=`psql -qXtA ${db} -c "${sql}" 2>&1`;
postgis-3.1.0~alpha3+dfsg/loader/postgis.pl-72-		chop($SCHEMA);
##############################################
postgis-3.1.0~alpha3+dfsg/loader/postgis.pl-86-    $sql="SELECT ${SCHEMA}.postgis_full_version()";
postgis-3.1.0~alpha3+dfsg/loader/postgis.pl:87:    my $FULL_VERSION=`psql -qXtA ${db} -c "${sql}"`;
postgis-3.1.0~alpha3+dfsg/loader/postgis.pl-88-		#print "FULL_VERSION: ${FULL_VERSION}\n";
##############################################
postgis-3.1.0~alpha3+dfsg/loader/shpopen.c-1222-    {
postgis-3.1.0~alpha3+dfsg/loader/shpopen.c:1223:        bHasM = TRUE;
postgis-3.1.0~alpha3+dfsg/loader/shpopen.c-1224-        bHasZ = FALSE;
##############################################
postgis-3.1.0~alpha3+dfsg/loader/shpopen.c-1231-    {
postgis-3.1.0~alpha3+dfsg/loader/shpopen.c:1232:        bHasM = TRUE;
postgis-3.1.0~alpha3+dfsg/loader/shpopen.c-1233-        bHasZ = TRUE;
##############################################
postgis-3.1.0~alpha3+dfsg/loader/shpopen.c-1236-    {
postgis-3.1.0~alpha3+dfsg/loader/shpopen.c:1237:        bHasM = FALSE;
postgis-3.1.0~alpha3+dfsg/loader/shpopen.c-1238-        bHasZ = FALSE;
##############################################
postgis-3.1.0~alpha3+dfsg/loader/shpopen.c-1286-                                             calloc(sizeof(double),nVertices));
postgis-3.1.0~alpha3+dfsg/loader/shpopen.c:1287:        psObject->padfM = STATIC_CAST(double *, padfM && bHasM ? malloc(nSize) :
postgis-3.1.0~alpha3+dfsg/loader/shpopen.c-1288-                                             calloc(sizeof(double),nVertices));
##############################################
postgis-3.1.0~alpha3+dfsg/loader/shpopen.c-1294-            memcpy(psObject->padfZ, padfZ, nSize);
postgis-3.1.0~alpha3+dfsg/loader/shpopen.c:1295:        if( padfM != SHPLIB_NULLPTR && bHasM )
postgis-3.1.0~alpha3+dfsg/loader/shpopen.c-1296-        {
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh-234-      fi
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh-236-    *)
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh-280-      dstdir=$dst
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh:281:      dstbase=`basename "$src"`
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh-282-      case $dst in
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh-287-    else
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh:288:      dstdir=`dirname "$dst"`
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh-289-      test -d "$dstdir"
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh-354-                   test_tmpdir="$tmpdir/a"
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh-419-            case $prefix in
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh-421-              *) qprefix=$prefix;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh-468-    if $copy_on_change &&
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
postgis-3.1.0~alpha3+dfsg/build-aux/install-sh-471-       set -f &&
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-34-
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-36-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-102-: ${TMPDIR=/tmp} ;
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-151-	EOF
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-153-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-188-	    earmv*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-222-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-233-	    *)
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-235-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-280-	*4.0)
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-282-		;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-283-	*5.*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-285-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-328-	# 1.2 uses "1.2" for uname -r.
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-379-    s390x:SunOS:*:*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-381-	exit ;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-382-    sun4H:SunOS:5.*:*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-384-	exit ;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-387-	exit ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-404-	fi
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-406-	exit ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-412-	exit ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-421-	exit ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-425-    sun*:*:4.2BSD:*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-563-    *:IRIX*:*:*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-565-	exit ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-593-EOF
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-595-		then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-606-    *:AIX:*:[4567])
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-642-    9000/[34678]??:HP-UX:*:*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-696-EOF
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-724-    ia64:HP-UX:*:*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-754-EOF
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-850-	esac
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-852-	exit ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-886-    prep*:SunOS:5.*:*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-888-	exit ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-890-	# the GNU system
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-892-	exit ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-894-	# other systems with GNU libc and userland
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-896-	exit ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-988-EOF
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-1092-    i*86:*:4.*:*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-1295-	fi
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-1393-    *:DragonFly:*:*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-1395-	exit ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-1406-    i*86:skyos:*:*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
postgis-3.1.0~alpha3+dfsg/build-aux/config.guess-1408-	exit ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-52-
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-54-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-116-case $maybe_os in
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-122-    os=-$maybe_os
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-124-    ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-126-    os=-linux-android
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-128-    ;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-129-  *)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-131-    if [ "$basic_machine" != "$1" ]
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-133-    else os=; fi
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-180-		os=-sco5v6
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-182-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-184-		os=-sco3.2v5
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-186-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-188-		os=-sco3.2v4
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-190-		;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-191-	-sco3.2.[4-9]*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-194-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-198-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-202-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-204-		os=-sco3.2v2
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-206-		;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-207-	-udk*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-209-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-211-		os=-isc2.2
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-213-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-217-	-isc*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-219-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-229-	-ptx*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-231-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-364-	*-*-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-366-		exit 1
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-493-	amd64-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-495-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-538-	blackfin-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-540-		os=-linux
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-546-	c54x-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-548-		;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-549-	c55x-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-551-		;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-552-	c6x-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-554-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-650-	e500v[12]-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-652-		os=$os"spe"
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-754-	i*86v32)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-756-		os=-sysv32
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-758-	i*86v4*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-760-		os=-sysv4
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-762-	i*86v)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-764-		os=-sysv
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-766-	i*86sol2)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-768-		os=-solaris2
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-792-	leon-*|leon[3-9]-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-794-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-799-	m68knommu-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-801-		os=-linux
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-833-	mips3*-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-835-		;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-836-	mips3*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-838-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-855-	ms1-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-857-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-980-	parisc-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-982-		os=-linux
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-996-	pc98-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-998-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1013-		;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1016-		;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1019-		;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1020-	pentium4-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1022-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1030-	ppc-* | ppcbe-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1032-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1036-	ppcle-* | powerpclittle-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1038-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1040-		;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1042-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1046-	ppc64le-* | powerpc64little-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1048-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1122-	strongarm-* | thumb-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1124-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1255-	xscale-* | xscalee[bl]-*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1257-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1317-	*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1319-		exit 1
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1325-	*-digital*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1327-		;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1328-	*-commodore*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1330-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1346-	-solaris1 | -solaris1.*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1348-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1355-	-gnu/linux*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1357-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1407-	-nto*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1409-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1414-	-mac*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1416-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1420-	-linux*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1422-		;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1423-	-sunos5*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1425-		;;
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1426-	-sunos6*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1428-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1469-	-sinix5.*)
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1471-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1531-		exit 1
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1788-		esac
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
postgis-3.1.0~alpha3+dfsg/build-aux/config.sub-1790-		;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-103-#
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-105-#
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-410-# The name of this program.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-412-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-416-  *[\\/]*)
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-610-
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-613-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-639-
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:640:    func_arith_result=`expr "$@"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-641-  }
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-660-  # ...otherwise fall back to using sed.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-757-      test -n "$_G_tc" && {
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-760-      }
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-761-    done
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-763-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-831-
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-833-  }
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-865-      done
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-867-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-901-      # If mktemp works, use that first and foremost
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-903-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1111-        *[\\\`\"\$]*)
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1113-        *)
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1198-    case $2 in
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1201-    esac
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1273-      ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1358-
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1360-}
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1517-
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1519-}
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1943-
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:1944:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1945-      func_split_equals_rhs=
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1946-      test "x$func_split_equals_lhs" = "x$1" \
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:1947:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1948-  }
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1971-
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:1972:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:1973:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-1974-  }
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2144-       version:        $progname $scriptversion Debian-2.4.6-14
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:2145:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:2146:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2147-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2183-  {
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:2184:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2185-  }
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2188-  {
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:2189:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2190-  }
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2279-	  # quotes we have to do it in 2 steps:
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:2280:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2281-	  eval "$extractedcf"
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2751-      done
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:2752:      CC_expanded=`func_echo_all $CC`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:2753:      CC_quoted_expanded=`func_echo_all $CC_quoted`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2754-      case $@ in
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2764-	    # Evaluate the configuration.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:2765:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2766-	    CC_quoted=
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2770-	    done
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:2771:	    CC_expanded=`func_echo_all $CC`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:2772:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2773-	    case "$@ " in
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2862-    # zero AND non-empty stdout, which explains the odd construction:
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:2863:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2864-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2930-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:2931:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-2932-    if test "$?" -ne 0; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3101-    # LT_CYGPATH in this case.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:3102:    func_to_host_file_result=`cygpath -m "$1"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3103-  fi
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3258-    func_to_host_path_tmp1=$func_stripname_result
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:3259:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3260-    func_convert_path_check : ";" \
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3468-    *.[cCFSifmso] | \
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:3469:    *.ada | *.adb | *.ads | *.asm | \
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3470-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3545-    if test no = "$compiler_c_o"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:3546:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3547-      lockfile=$output_obj.lock
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3564-*** ERROR, $lockfile exists and contains:
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:3565:`cat $lockfile 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3566-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3612-      if test warn = "$need_locks" &&
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:3613:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3614-	$ECHO "\
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3615-*** ERROR, $lockfile contains:
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:3616:`cat $lockfile 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3617-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3661-      if test warn = "$need_locks" &&
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:3662:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3663-	$ECHO "\
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3664-*** ERROR, $lockfile contains:
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:3665:`cat $lockfile 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3666-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3987-      # Get the absolute pathname.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:3988:      absdir=`cd "$dir" && pwd`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-3989-      test -n "$absdir" && dir=$absdir
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4086-      if test -n "$lt_sysroot"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4087:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4088-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4370-	  # Determine the prefix the user has applied to our future dir.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4371:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4372-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4383-	    # Stick the inst_prefix_dir data into the link command.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4384:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4385-	  else
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4386:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4387-	  fi
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4550-	    fi
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4551:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4552-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4569-	        # Replace the output file specification.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4570:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4571-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4588-	    # Install the binary that we compiled earlier.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4589:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4590-	  fi
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4662-    my_pic_p=${3-false}
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4663:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4664-    my_dlsyms=
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4720-	  # Add our own program objects to the symbol list.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4721:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4722-	  for progfile in $progfiles; do
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4782-	          # Use subshell, to avoid clobbering current variable values
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4783:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4784-	          if test -n "$dlprefile_dlname"; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4951-	  if test -f "$output_objdir/$my_outputname.def"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4952:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4953:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4954-	  else
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4955:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4956:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4957-	  fi
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4959-	*)
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4960:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4961:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4962-	  ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4974-      # Nullify the symbol file.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4975:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4976:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4977-    fi
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4988-  func_to_tool_file "$1" func_convert_file_msys_to_w32
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:4989:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-4990-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5001-  func_to_tool_file "$1" func_convert_file_msys_to_w32
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5002:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5003-  test -n "$func_cygming_ms_implib_tmp"
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5017-  win32_libid_type=unknown
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5018:  win32_fileres=`file -L $1 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5019-  case $win32_fileres in
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5082-
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5083:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5084-}
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5100-
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5101:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5102-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5164-    # binutils import library
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5165:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5166-  elif func_cygming_ms_implib_p "$1"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5167-    # ms-generated import library
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5168:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5169-  else
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5248-	  darwin_base_archive=$func_basename_result
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5249:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5250-	  if test -n "$darwin_arches"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5251:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5252-	    darwin_arch=
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5262-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5263:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5264-	    darwin_file=
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5266-	    for darwin_file in $darwin_filelist; do
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5267:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5268-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5281-      esac
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5282:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5283-    done
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5352-
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5353:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5354-    $ECHO "\
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5387-    --lt-dump-script)
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5388:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5389-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5390:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5391-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5414-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5415:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5416-  done
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5472-  # Find the directory that this script lives in.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5473:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5474-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5476-  # Follow symbolic links until we get to the real thisdir.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5477:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5478-  while test -n \"\$file\"; do
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5479:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5480-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5488-
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5489:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5490:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5491-  done
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5502-    case \"\$thisdir\" in
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5503:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5504-    $objdir )   thisdir=. ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5508-  # Try to get the absolute directory name.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5509:  absdir=\`cd \"\$thisdir\" && pwd\`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5510-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5518-  if test ! -f \"\$progdir/\$program\" ||
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5519:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5520-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5533-    if test -n \"\$relink_command\"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5534:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5535-      else
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5577-    # The second colon is a workaround for a bug in BeOS R4 sed
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:5578:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-5579-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-6556-
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:6557:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-6558-    *import*) : ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-6804-	    moreargs=
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:6805:	    for fil in `cat "$save_arg"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-6806-	    do
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-7065-	*)
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:7066:	  absdir=`cd "$dir" && pwd`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-7067-	  test -z "$absdir" && \
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-7086-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:7087:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-7088-	  case :$dllsearchpath: in
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-7385-      -Z*)
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:7386:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-7387-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-7555-      # get the directories listed in $shlibpath_var
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:7556:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-7557-    else
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-7874-		  set dummy $deplibs_check_method; shift
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:7875:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-7876-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-7964-	if test -n "$inherited_linker_flags"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:7965:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-7966-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-7972-	fi
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:7973:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-7974-	if test lib,link = "$linkmode,$pass" ||
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8045-	*)
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:8046:	  abs_ladir=`cd "$ladir" && pwd`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8047-	  if test -z "$abs_ladir"; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8298-	    shift
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:8299:	    libname=`eval "\\$ECHO \"$libname_spec\""`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8300-	    # use dlname if we got it. it's perfectly good, no?
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8590-		*)
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:8591:		  absdir=`cd "$dir" && pwd`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8592-		  if test -z "$absdir"; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8601-		  depdepl=
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:8602:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8603-		  if test -n "$deplibrary_names"; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8608-		      depdepl=$absdir/$objdir/$depdepl
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:8609:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8610-                      if test -z "$darwin_install_name"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:8611:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8612-                      fi
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8623-		else
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:8624:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8625-		  test -z "$libdir" && \
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8646-	else
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:8647:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8648-	fi
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8735-        linux*)
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:8736:          case `$CC -V 2>&1 | sed 5q` in
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-8737-          *Sun\ C*) # Sun C++ 5.9
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9143-	removelist=
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9144:	tempremovelist=`$ECHO "$output_objdir/*"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9145-	for p in $tempremovelist; do
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9169-	# Transform .lo files to .o files.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9170:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9171-      fi
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9174-      #for path in $notinst_path; do
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9175:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9176:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9177:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9178-      #done
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9295-		if test -n "$i"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9296:		  libname=`eval "\\$ECHO \"$libname_spec\""`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9297:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9298-		  set dummy $deplib_matches; shift
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9299-		  deplib_match=$1
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9300:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9301-		    func_append newdeplibs " $i"
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9338-		  if test -n "$i"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9339:		    libname=`eval "\\$ECHO \"$libname_spec\""`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9340:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9341-		    set dummy $deplib_matches; shift
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9342-		    deplib_match=$1
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9343:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9344-		      func_append newdeplibs " $i"
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9373-	  set dummy $deplibs_check_method; shift
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9374:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9375-	  for a_deplib in $deplibs; do
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9388-	      if test -n "$a_deplib"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9389:		libname=`eval "\\$ECHO \"$libname_spec\""`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9390-		if test -n "$file_magic_glob"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9391:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9392-		else
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9398-		    shopt -s nocaseglob
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9399:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9400-		    $nocaseglob
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9401-		  else
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9402:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9403-		  fi
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9416-		      while test -h "$potlib" 2>/dev/null; do
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9417:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9418-			case $potliblink in
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9419-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9420:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9421-			esac
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9457-	  set dummy $deplibs_check_method; shift
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9458:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9459-	  for a_deplib in $deplibs; do
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9472-	      if test -n "$a_deplib"; then
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9473:		libname=`eval "\\$ECHO \"$libname_spec\""`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9474-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9475:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9476-		  for potent_lib in $potential_libs; do
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9511-	  newdeplibs=
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9512:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9513-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9515-	      # can't use Xsed below, because $i might contain '/'
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9516:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9517-	    done
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9541-	  # On Rhapsody replace the C library with the System framework
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9542:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9543-	  ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9593-	*-*-darwin*)
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9594:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9595:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9596:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9597-	  ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9720-	# Use standard objects if they are pic
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:9721:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-9722-	test "X$libobjs" = "X " && libobjs=
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10234-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10235:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10236-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10249-      # Create the old-style object.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10250:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10251-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10307-	# On Rhapsody replace the C library is the System framework
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10308:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10309:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10310-	;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10325-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10326:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10327:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10328-	;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10403-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10404:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10405-	  case :$dllsearchpath: in
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10463-	# Transform all the library objects into standard objects.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10464:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10465:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10466-      fi
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10491-	# Replace the output file specification.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10492:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10493-	link_command=$compile_command$compile_rpath
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10500-	  func_to_tool_file "$output"
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10501:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10502-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10544-	# Replace the output file specification.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10545:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10546-	# Delete the old output file.
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10552-	  func_to_tool_file "$output"
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10553:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10554-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10570-	  link_command=$finalize_var$compile_command$finalize_rpath
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10571:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10572-          ;;
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10583-      # Replace the output file specification.
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10584:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10585-
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10592-	func_to_tool_file "$output_objdir/$outputname"
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10593:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10594-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10613-	relink_command="(cd `pwd`; $relink_command)"
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10614:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10615-      fi
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10859-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10860:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10861-      if test yes = "$hardcode_automatic"; then
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10880-		func_resolve_sysroot "$deplib"
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10881:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10882-		test -z "$libdir" && \
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10906-		name=$func_basename_result
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10907:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10908-		test -z "$libdir" && \
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10925-		name=$func_basename_result
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:10926:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-10927-		test -z "$libdir" && \
##############################################
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-11244-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh:11245:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
postgis-3.1.0~alpha3+dfsg/build-aux/ltmain.sh-11246-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl-16-{
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl:17:	local($me) = `basename $0`;
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl-18-	chop($me);
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl-94-$query = 'select extent("'.$COLUMN.'"), min(geometrytype("'.$COLUMN.'")) from "'.$SCHEMA.'"."'.$TABLE.'"';
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl:95:$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl-96-if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl-104-$query = 'select srid("'.$COLUMN.'") from "'.$SCHEMA.'"."'.$TABLE.'"';
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl:105:$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl-106-if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl-138-	$query = 'vacuum analyze "'.$SCHEMA.'"."'.$TABLE.'"';
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl:139:	$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl-140-	if ( $res->resultStatus != PGRES_COMMAND_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl-148-$query = 'SELECT c.reltuples FROM pg_class c, pg_namespace n '.
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl:149:	"WHERE c.relnamespace = n.oid AND n.nspname = '$SCHEMA' ".
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl-150-	" AND c.relname = '$TABLE'";
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl:151:$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl-152-if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl-270-		$ext->{'ymax'}.")'::BOX3D, $SRID)";
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl:271:	$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_estimation.pl-272-	if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl-15-{
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl:16:	local($me) = `basename $0`;
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl-17-	chop($me);
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl-195-	print $query."\n";
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl:196:	$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl-197-	if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl-217-	my $query = 'select distinct geometrytype("'.$col.'") from "'.$schema.'"."'.$table.'"';
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl:218:	my $res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl-219-	if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl-233-	my $query = 'vacuum analyze "'.$SCHEMA.'"."'.$TABLE.'"';
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl:234:	my $res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl-235-	if ( $res->resultStatus != PGRES_COMMAND_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl-245-	my $query = 'SELECT c.reltuples FROM pg_class c, pg_namespace n '.
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl:246:		"WHERE c.relnamespace = n.oid AND n.nspname = '$SCHEMA' ".
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl-247-		" AND c.relname = '$TABLE'";
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl:248:	my $res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_joinestimation.pl-249-	if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl-15-{
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl:16:	local($me) = `basename $0`;
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl-17-	chop($me);
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl-195-	print $query."\n";
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl:196:	$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl-197-	if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl-220-	my $query = 'select distinct geometrytype("'.$col.'") from "'.$schema.'"."'.$table.'"';
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl:221:	my $res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl-222-	if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl-237-	my $query = 'vacuum analyze "'.$SCHEMA.'"."'.$TABLE.'"';
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl:238:	my $res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl-239-	if ( $res->resultStatus != PGRES_COMMAND_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl-249-	my $query = 'SELECT c.reltuples FROM pg_class c, pg_namespace n '.
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl:250:		"WHERE c.relnamespace = n.oid AND n.nspname = '$SCHEMA' ".
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl-251-		" AND c.relname = '$TABLE'";
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl:252:	my $res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_geography_joinestimation.pl-253-	if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh-29-{
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh:30:  V1=`echo "$1" | tr '.' ' '`
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh-31-  V2=$2
##############################################
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh-34-  for v1 in $V1; do
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh:35:    v2=`echo "$V2" | cut -d. -f1`
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh-36-    if [ -z "$v2" ]; then
##############################################
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh-38-    fi
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh:39:    V2=`echo "$V2" | cut -d. -sf2-`
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh-40-    # echo "v: $v1 - $v2" >&2
##############################################
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh-91-  # Check extension->extension upgrades
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh:92:  files=`'ls' ${EXT}--* | grep -v -- '--.*--' | sed "s/^${EXT}--\(.*\)\.sql/\1/"`
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh-93-  for fname in $files; do
##############################################
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh-97-    # only consider versions older than ${to_version}
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh:98:    cmp=`semver_compare "${from_version}" "${to_version}"`
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh-99-    if test $cmp -ge 0; then
##############################################
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh-117-  # Check unpackaged->extension upgrades
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh:118:  for majmin in `'ls' -d ${CTBDIR}/postgis-* | sed 's/.*postgis-//'`; do
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh-119-    UPGRADE_PATH="unpackaged${majmin}--${to_version_param}"
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh-120-    # only consider versions older than ${to_version_param}
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh:121:    cmp=`semver_compare "${majmin}" "${to_version_param}"`
postgis-3.1.0~alpha3+dfsg/utils/check_all_upgrades.sh-122-    if test $cmp -ge 0; then
##############################################
postgis-3.1.0~alpha3+dfsg/utils/repo_revision.pl-44-  #print STDERR "cmd: ${cmd}\n";
postgis-3.1.0~alpha3+dfsg/utils/repo_revision.pl:45:  my $rev  = `$cmd`;
postgis-3.1.0~alpha3+dfsg/utils/repo_revision.pl-46-
##############################################
postgis-3.1.0~alpha3+dfsg/utils/check_news.sh-35-if [ -z "${RD}" ]; then
postgis-3.1.0~alpha3+dfsg/utils/check_news.sh:36:  RD=`dirname $0`/..
postgis-3.1.0~alpha3+dfsg/utils/check_news.sh-37-fi
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_geography_estimation.pl-16-{
postgis-3.1.0~alpha3+dfsg/utils/test_geography_estimation.pl:17:	local($me) = `basename $0`;
postgis-3.1.0~alpha3+dfsg/utils/test_geography_estimation.pl-18-	chop($me);
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_geography_estimation.pl-103-	$query = 'vacuum analyze "'.$SCHEMA.'"."'.$TABLE.'"';
postgis-3.1.0~alpha3+dfsg/utils/test_geography_estimation.pl:104:	$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_geography_estimation.pl-105-	if ( $res->resultStatus != PGRES_COMMAND_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_geography_estimation.pl-113-$query = 'SELECT c.reltuples FROM pg_class c, pg_namespace n '.
postgis-3.1.0~alpha3+dfsg/utils/test_geography_estimation.pl:114:	"WHERE c.relnamespace = n.oid AND n.nspname = '$SCHEMA' ".
postgis-3.1.0~alpha3+dfsg/utils/test_geography_estimation.pl-115-	" AND c.relname = '$TABLE'";
postgis-3.1.0~alpha3+dfsg/utils/test_geography_estimation.pl:116:$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_geography_estimation.pl-117-if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/test_geography_estimation.pl-238-
postgis-3.1.0~alpha3+dfsg/utils/test_geography_estimation.pl:239:	$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/test_geography_estimation.pl-240-	if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script-56-# first search_path is parsed
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script:57:schema=`grep -m 1 "SET search_path = " < $INFILE | sed -e 's/SET search_path = //' -e 's/\(,\|;\)//g' -e 's/ /\n/'`
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script-58-
##############################################
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script-77-echo -n '' > $OUTFILE.$RAND2
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script:78:for x in `cat $OUTFILE.$RAND1`; do
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script:79:	y=`echo "$x" | grep "CASCADE;\$"`
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script-80-	# CASCADE found, get keyword
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script-81-	if [ "x$y" != "x" ]; then
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script:82:		kw=`echo "$x" | sed -e 's/^DROP TYPE IF EXISTS //' -e 's/ CASCADE;//'`
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script-83-		echo "$x" >> $OUTFILE.$RAND2
##############################################
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script-92-
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script:93:	y=`echo "$x" | grep "($kw)"`
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script-94-	if [ "x$y" == "x" ]; then
##############################################
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script-108-	# see if line found in uninstall_postgis.sql
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script:109:	for x in `cat $OUTFILE.$RAND2`; do
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script:110:		y=`echo $x | sed -e 's/\(\[\|\]\)/\\\&/g'`
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script:111:		y=`grep "^${y}$" < ${PGPATH}$PGFILE`
postgis-3.1.0~alpha3+dfsg/utils/uninstall_script-112-
##############################################
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-18-{
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl:19:	local($me) = `basename $0`;
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-20-	chop($me);
##############################################
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-113-$query = 'select extent("'.$ECOLUMN.'")::box3d from "'.$ESCHEMA.'"."'.$ETABLE.'"';
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl:114:$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-115-if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-122-$query = 'select distinct geometrytype("'.$CCOLUMN.'"), getSRID("'.$CCOLUMN.'") from "'.$CSCHEMA.'"."'.$CTABLE.'"';
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl:123:$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-124-if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-132-$query = 'select srid("'.$ECOLUMN.'") from "'.$ESCHEMA.'"."'.$ETABLE.'"';
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl:133:$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-134-if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-157-	$query = 'vacuum analyze "'.$ESCHEMA.'"."'.$ETABLE.'"';
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl:158:	$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-159-	if ( $res->resultStatus != PGRES_COMMAND_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-167-$query = 'SELECT c.reltuples FROM pg_class c, pg_namespace n '.
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl:168:	"WHERE c.relnamespace = n.oid AND n.nspname = '$CSCHEMA' ".
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-169-	" AND c.relname = '$CTABLE'";
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl:170:$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-171-if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-180-	$query = 'SET enable_indexscan = off';
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl:181:	$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-182-	if ( $res->resultStatus != PGRES_COMMAND_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-333-	}
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl:334:	$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-335-	if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-370-	}
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl:371:	$res = $conn->exec($query);
postgis-3.1.0~alpha3+dfsg/utils/profile_intersects.pl-372-	if ( $res->resultStatus != PGRES_TUPLES_OK )  {
##############################################
postgis-3.1.0~alpha3+dfsg/utils/create_undef.pl-267-		JOIN pg_type t ON a.atttypid = t.oid
postgis-3.1.0~alpha3+dfsg/utils/create_undef.pl:268:		WHERE t.typname = '$type'
postgis-3.1.0~alpha3+dfsg/utils/create_undef.pl-269-		  AND NOT (
##############################################
postgis-3.1.0~alpha3+dfsg/ci/debbie/postgis_release_docs.sh-45-fi
postgis-3.1.0~alpha3+dfsg/ci/debbie/postgis_release_docs.sh:46:export VREV="`cat postgis_revision.h | awk '{print $3}'`"
postgis-3.1.0~alpha3+dfsg/ci/debbie/postgis_release_docs.sh-47-echo "SVN is ${VREV}"
##############################################
postgis-3.1.0~alpha3+dfsg/ci/debbie/postgis_release_docs.sh-58-  export GIT_TIMESTAMP=`git log -1 --pretty=format:%ct`
postgis-3.1.0~alpha3+dfsg/ci/debbie/postgis_release_docs.sh:59:  export GIT_TIMESTAMP="`date -d @$GIT_TIMESTAMP`" #convert to UTC date
postgis-3.1.0~alpha3+dfsg/ci/debbie/postgis_release_docs.sh-60-  echo "GIT_TIMESTAMP: ${GIT_TIMESTAMP}"
##############################################
postgis-3.1.0~alpha3+dfsg/ci/dronie/postgis_regress_alpine.sh-6-su - postgres -c "export PGDATA=/var/lib/postgresql/data && pg_ctl -o '-F' -l /var/lib/postgresql/data/pg.log start"
postgis-3.1.0~alpha3+dfsg/ci/dronie/postgis_regress_alpine.sh:7:#export PGPORT=`grep ^port /var/lib/postgresql/postgresql.conf | awk '{print $3}'`
postgis-3.1.0~alpha3+dfsg/ci/dronie/postgis_regress_alpine.sh-8-export PGPORT=5432
##############################################
postgis-3.1.0~alpha3+dfsg/ci/dronie/postgis_regress.sh-6-service postgresql start $PGVER
postgis-3.1.0~alpha3+dfsg/ci/dronie/postgis_regress.sh:7:export PGPORT=`grep ^port /etc/postgresql/$PGVER/main/postgresql.conf | awk '{print $3}'`
postgis-3.1.0~alpha3+dfsg/ci/dronie/postgis_regress.sh-8-export PATH=/usr/lib/postgresql/$PGVER/bin:$PATH
##############################################
postgis-3.1.0~alpha3+dfsg/GNUmakefile.in-70-installcheck-upgrade: installcheck-upgrade-byfunc
postgis-3.1.0~alpha3+dfsg/GNUmakefile.in:71:	if test -z `echo "$(RUNTESTFLAGS)" | grep -- --upgrade`; then \
postgis-3.1.0~alpha3+dfsg/GNUmakefile.in-72-		RUNTESTFLAGS="$(RUNTESTFLAGS) --extension \
##############################################
postgis-3.1.0~alpha3+dfsg/GNUmakefile.in-78-installcheck-upgrade-byfunc:
postgis-3.1.0~alpha3+dfsg/GNUmakefile.in:79:	if test -z `echo "$(RUNTESTFLAGS)" | grep -- --upgrade`; then \
postgis-3.1.0~alpha3+dfsg/GNUmakefile.in-80-		RUNTESTFLAGS="$(RUNTESTFLAGS) --extension \
##############################################
postgis-3.1.0~alpha3+dfsg/extensions/postgis_extension_helper.sql-50-					LEFT JOIN pg_opfamily As ofa ON ofa.oid = d.objid
postgis-3.1.0~alpha3+dfsg/extensions/postgis_extension_helper.sql:51:			WHERE d.deptype = 'e' and e.extname = $1 and c.relname = $2 AND COALESCE(proc.proisagg, false) = $4;$sql$;
postgis-3.1.0~alpha3+dfsg/extensions/postgis_extension_helper.sql-52-		ELSE -- for PostgreSQL 11 and above, they removed proc.proisagg among others and replaced with some func type thing
##############################################
postgis-3.1.0~alpha3+dfsg/extensions/postgis_extension_helper.sql-66-					LEFT JOIN pg_opfamily As ofa ON ofa.oid = d.objid
postgis-3.1.0~alpha3+dfsg/extensions/postgis_extension_helper.sql:67:			WHERE d.deptype = 'e' and e.extname = $1 and c.relname = $2 AND (proc.prokind = 'a')  = $4;$sql$;
postgis-3.1.0~alpha3+dfsg/extensions/postgis_extension_helper.sql-68-		END IF;
##############################################
postgis-3.1.0~alpha3+dfsg/extensions/address_standardizer/address_standardizer.c-37- *
postgis-3.1.0~alpha3+dfsg/extensions/address_standardizer/address_standardizer.c:38: *   insert into stdaddr (...)
postgis-3.1.0~alpha3+dfsg/extensions/address_standardizer/address_standardizer.c-39- *       select (std).* from (
##############################################
postgis-3.1.0~alpha3+dfsg/extensions/address_standardizer/pagc_std_api.h-72-void stdaddr_free(STDADDR *stdaddr);
postgis-3.1.0~alpha3+dfsg/extensions/address_standardizer/pagc_std_api.h:73:void print_stdaddr(STDADDR *stdaddr);
postgis-3.1.0~alpha3+dfsg/extensions/address_standardizer/pagc_std_api.h-74-
##############################################
postgis-3.1.0~alpha3+dfsg/extensions/address_standardizer/standard.c-423-
postgis-3.1.0~alpha3+dfsg/extensions/address_standardizer/standard.c:424:void print_stdaddr( STDADDR *result )
postgis-3.1.0~alpha3+dfsg/extensions/address_standardizer/standard.c-425-{
##############################################
postgis-3.1.0~alpha3+dfsg/extensions/address_standardizer/test_main.c-331-
postgis-3.1.0~alpha3+dfsg/extensions/address_standardizer/test_main.c:332:   print_stdaddr( result );
postgis-3.1.0~alpha3+dfsg/extensions/address_standardizer/test_main.c-333-
##############################################
postgis-3.1.0~alpha3+dfsg/debian/rules-102-		mkdir $(CURDIR)/debian/build-$$PGVER; \
postgis-3.1.0~alpha3+dfsg/debian/rules:103:		for FILE in `ls $(CURDIR) | grep -v debian`; do \
postgis-3.1.0~alpha3+dfsg/debian/rules-104-			cp -a $$FILE $(CURDIR)/debian/build-$$PGVER; \