===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ghostscript-9.53.3~dfsg/base/memento.c-821-        DWORD dwDisplacement;
ghostscript-9.53.3~dfsg/base/memento.c:822:        Memento_SymFromAddr(Memento_process, (DWORD64)(stack[i]), &dwDisplacement64, symbol);
ghostscript-9.53.3~dfsg/base/memento.c:823:        Memento_SymGetLineFromAddr(Memento_process, (DWORD_NATIVESIZED)(stack[i]), &dwDisplacement, &line);
ghostscript-9.53.3~dfsg/base/memento.c-824-        fprintf(stderr, "    %s in %s:%d\n", symbol->Name, line.FileName, line.LineNumber);
##############################################
ghostscript-9.53.3~dfsg/base/memento.c-888-        Dl_info info;
ghostscript-9.53.3~dfsg/base/memento.c:889:        if (dladdr(stack[i], &info))
ghostscript-9.53.3~dfsg/base/memento.c-890-        {
##############################################
ghostscript-9.53.3~dfsg/base/memento.c-988-#ifdef _MSC_VER
ghostscript-9.53.3~dfsg/base/memento.c:989:    __asm int 3;
ghostscript-9.53.3~dfsg/base/memento.c-990-#endif
##############################################
ghostscript-9.53.3~dfsg/base/memento.c-1876-
ghostscript-9.53.3~dfsg/base/memento.c:1877:static int Memento_containsAddr(Memento_BlkHeader *b,
ghostscript-9.53.3~dfsg/base/memento.c-1878-                                void *arg)
##############################################
ghostscript-9.53.3~dfsg/base/instcopy-44-if [ -d $dst ]; then
ghostscript-9.53.3~dfsg/base/instcopy:45:    dstdir=`echo $dst | sed -e 's,/$,,'`
ghostscript-9.53.3~dfsg/base/instcopy:46:    dst="$dstdir"/`basename $src`
ghostscript-9.53.3~dfsg/base/instcopy-47-else
ghostscript-9.53.3~dfsg/base/instcopy:48:    dstdir=`echo $dst | sed -e 's,/[^/]*$,,'`
ghostscript-9.53.3~dfsg/base/instcopy-49-fi
##############################################
ghostscript-9.53.3~dfsg/base/gssprintf.c-471-#if !FOR_GS
ghostscript-9.53.3~dfsg/base/gssprintf.c:472:static char *conv_in_addr(struct in_addr *ia, char *buf_end, apr_size_t *len)
ghostscript-9.53.3~dfsg/base/gssprintf.c-473-{
##############################################
ghostscript-9.53.3~dfsg/base/gssprintf.c-492- * to 1 byte past the end of the buffer. */
ghostscript-9.53.3~dfsg/base/gssprintf.c:493:static char *conv_apr_sockaddr(apr_sockaddr_t *sa, char *buf_end, apr_size_t *len)
ghostscript-9.53.3~dfsg/base/gssprintf.c-494-{
##############################################
ghostscript-9.53.3~dfsg/base/gssprintf.c-1211-                    if (sa != NULL) {
ghostscript-9.53.3~dfsg/base/gssprintf.c:1212:                        s = conv_apr_sockaddr(sa, &num_buf[NUM_BUF_SIZE], &s_len);
ghostscript-9.53.3~dfsg/base/gssprintf.c-1213-                        if (adjust_precision && precision < s_len)
##############################################
ghostscript-9.53.3~dfsg/base/gssprintf.c-1230-                    if (ia != NULL) {
ghostscript-9.53.3~dfsg/base/gssprintf.c:1231:                        s = conv_in_addr(ia, &num_buf[NUM_BUF_SIZE], &s_len);
ghostscript-9.53.3~dfsg/base/gssprintf.c-1232-                        if (adjust_precision && precision < s_len)
##############################################
ghostscript-9.53.3~dfsg/base/all-arch.mak-303-	d=`pwd` ; \
ghostscript-9.53.3~dfsg/base/all-arch.mak:304:	d=`basename $$d` ; \
ghostscript-9.53.3~dfsg/base/all-arch.mak:305:	d=`echo $$d | sed -e s/gs/gs-/` ; \
ghostscript-9.53.3~dfsg/base/all-arch.mak-306-	$(RM) $(BINDIR)/$$d ; \
##############################################
ghostscript-9.53.3~dfsg/base/all-arch.mak-313-	d=`pwd` ; \
ghostscript-9.53.3~dfsg/base/all-arch.mak:314:	d=`basename $$d` ; \
ghostscript-9.53.3~dfsg/base/all-arch.mak:315:	d=`echo $$d | sed -e s/gs/gs-/` ; \
ghostscript-9.53.3~dfsg/base/all-arch.mak-316-	$(RM) $(BINDIR)/$$d ; \
##############################################
ghostscript-9.53.3~dfsg/base/all-arch.mak-321-	@d=`pwd` ; \
ghostscript-9.53.3~dfsg/base/all-arch.mak:322:	d=`basename $$d` ; \
ghostscript-9.53.3~dfsg/base/all-arch.mak:323:	d=`echo $$d | sed -e s/gs//` ; \
ghostscript-9.53.3~dfsg/base/all-arch.mak-324-	if test -f $(GS_SRC_DIR)/Fontmap.new ; \
##############################################
ghostscript-9.53.3~dfsg/base/all-arch.mak-337-	@d=`pwd` ; \
ghostscript-9.53.3~dfsg/base/all-arch.mak:338:	d=`basename $$d` ; \
ghostscript-9.53.3~dfsg/base/all-arch.mak:339:	d=`echo $$d | sed -e s/gs//` ; \
ghostscript-9.53.3~dfsg/base/all-arch.mak-340-	if test -f $(GS_SRC_DIR)/lib/pdf_sec.ps ; \
##############################################
ghostscript-9.53.3~dfsg/base/unix-dll.mak-241-so:
ghostscript-9.53.3~dfsg/base/unix-dll.mak:242:	@if test -z "$(MAKE) $(SUB_MAKE_OPTION)" -o -z "`$(MAKE) $(SUB_MAKE_OPTION) --version 2>&1 | grep GNU`";\
ghostscript-9.53.3~dfsg/base/unix-dll.mak-243-	  then echo "Warning: this target requires gmake";\
##############################################
ghostscript-9.53.3~dfsg/base/unix-dll.mak-247-so-only:
ghostscript-9.53.3~dfsg/base/unix-dll.mak:248:	@if test -z "$(MAKE) $(SUB_MAKE_OPTION)" -o -z "`$(MAKE) $(SUB_MAKE_OPTION) --version 2>&1 | grep GNU`";\
ghostscript-9.53.3~dfsg/base/unix-dll.mak-249-	  then echo "Warning: this target requires gmake";\
##############################################
ghostscript-9.53.3~dfsg/base/unix-dll.mak-266-so-onlydebug:
ghostscript-9.53.3~dfsg/base/unix-dll.mak:267:	@if test -z "$(MAKE) $(SUB_MAKE_OPTION)" -o -z "`$(MAKE) $(SUB_MAKE_OPTION) --version 2>&1 | grep GNU`";\
ghostscript-9.53.3~dfsg/base/unix-dll.mak-268-	  then echo "Warning: this target requires gmake";\
##############################################
ghostscript-9.53.3~dfsg/base/unix-dll.mak-272-sodebug:
ghostscript-9.53.3~dfsg/base/unix-dll.mak:273:	@if test -z "$(MAKE) $(SUB_MAKE_OPTION)" -o -z "`$(MAKE) $(SUB_MAKE_OPTION) --version 2>&1 | grep GNU`";\
ghostscript-9.53.3~dfsg/base/unix-dll.mak-274-	  then echo "Warning: this target requires gmake";\
##############################################
ghostscript-9.53.3~dfsg/base/unixinst.mak-119-# copy in every category (directory) but CVS
ghostscript-9.53.3~dfsg/base/unixinst.mak:120:RES_CATEGORIES=`ls $(PSRESDIR) | grep -v CVS`
ghostscript-9.53.3~dfsg/base/unixinst.mak-121-install-resdata0 : $(PSRESDIR)/Decoding/Unicode
##############################################
ghostscript-9.53.3~dfsg/contrib/pcl3/ppd/catppd-29-if [ -d "$2" ]; then
ghostscript-9.53.3~dfsg/contrib/pcl3/ppd/catppd:30:  outfile="$2"/`basename "$infile"`
ghostscript-9.53.3~dfsg/contrib/pcl3/ppd/catppd-31-else
##############################################
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3-136-
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3:137:name=`basename "$0"`
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3-138-
##############################################
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3-167-
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3:168:`cat $errlog`
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3-169----
##############################################
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3-217-done
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3:218:test 1 = "$OPTIND" || shift `expr $OPTIND - 1`
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3-219-
##############################################
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3-270-  if [ '' != "$PAGECOUNTFILE" -a -f "$PAGECOUNTFILE" ]; then
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3:271:    pages_after=`cat "$PAGECOUNTFILE"`
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3:272:    pages=`expr $pages_after - $pages_before`
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3-273-    if [ '' = "$pages" -o 0 -ge "$pages" ]; then
##############################################
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3-400-# Terminate accounting
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3:401:pages=`acct_stop "$acct_saved"`
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/if-pcl3-402-
##############################################
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3-112-
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3:113:#name=`basename "$0"`
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3-114-name=cups-pcl3	# Invalid CUPS documentation
##############################################
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3-201-  # Convert to "MaxBitmap" value (cnf. pstoraster/gdevprn.c in CUPS)
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3:202:  amount=`printf '%s\n' "$RIP_MAX_CACHE" | sed -e 's/[^0-9].*$//'`
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3:203:  unit=`printf '%s\n' "$RIP_MAX_CACHE" | sed -e 's/^[0-9]*//'`
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3-204-  if [ '' = "$amount" ]; then
##############################################
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3-208-    g*)
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3:209:      amount=`expr $amount '*' 1073741824`;;	# binary giga bytes
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3-210-      # Note that this will fail on 32-bit systems if "amount" is larger than
##############################################
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3-212-    m*)
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3:213:      amount=`expr $amount '*' 1048576`;;	# binary mega bytes
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3-214-    k*)
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3:215:      amount=`expr $amount '*' 1024`;;		# binary kilo bytes
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3-216-    *)
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3-217-      # This applies to "t" and to no unit specification.
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3:218:      amount=`expr $amount '*' 262144`;;	# 256 K
ghostscript-9.53.3~dfsg/contrib/pcl3/lib/cups-pcl3-219-    esac
##############################################
ghostscript-9.53.3~dfsg/lib/ps2ps2-20-if [ $# -ne 2 ]; then
ghostscript-9.53.3~dfsg/lib/ps2ps2:21:	echo "Usage: `basename \"$0\"` [options] input.ps output.ps" 1>&2
ghostscript-9.53.3~dfsg/lib/ps2ps2:22:	echo "  e.g. `basename \"$0\"` -sPAPERSIZE=a4 input.ps output.ps" 1>&2
ghostscript-9.53.3~dfsg/lib/ps2ps2-23-	exit 1
##############################################
ghostscript-9.53.3~dfsg/lib/gsdj-5-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/gsdj:6:gs="`dirname \"$0\"`/$GS_EXECUTABLE"
ghostscript-9.53.3~dfsg/lib/gsdj-7-if test ! -x "$gs"; then
##############################################
ghostscript-9.53.3~dfsg/lib/dvipdf-26-if [ $# -lt 1 -o $# -gt 2 ]; then
ghostscript-9.53.3~dfsg/lib/dvipdf:27:	echo "Usage: `basename \"$0\"` [options...] input.dvi [output.pdf]" 1>&2
ghostscript-9.53.3~dfsg/lib/dvipdf-28-	exit 1
##############################################
ghostscript-9.53.3~dfsg/lib/dvipdf-35-	case "${infile}" in
ghostscript-9.53.3~dfsg/lib/dvipdf:36:	  *.dvi)	base=`basename "${infile}" .dvi` ;;
ghostscript-9.53.3~dfsg/lib/dvipdf:37:	  *)		base=`basename "${infile}"` ;;
ghostscript-9.53.3~dfsg/lib/dvipdf-38-	esac
##############################################
ghostscript-9.53.3~dfsg/lib/ps2epsi-8-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/ps2epsi:9:LIBDIR=`dirname $0`
ghostscript-9.53.3~dfsg/lib/ps2epsi-10-gs="$LIBDIR/$GS_EXECUTABLE"
##############################################
ghostscript-9.53.3~dfsg/lib/ps2epsi-23-if [ $# -lt 1 -o $# -gt 2 ]; then
ghostscript-9.53.3~dfsg/lib/ps2epsi:24:	echo "Usage: `basename \"$0\"` file.ps [file.epsi]" 1>&2
ghostscript-9.53.3~dfsg/lib/ps2epsi-25-	exit 1
##############################################
ghostscript-9.53.3~dfsg/lib/ps2epsi-31-	case "${infile}" in
ghostscript-9.53.3~dfsg/lib/ps2epsi:32:	  *.ps)		base=`basename "${infile}" .ps` ;;
ghostscript-9.53.3~dfsg/lib/ps2epsi:33:	  *.cps)	base=`basename "${infile}" .cps` ;;
ghostscript-9.53.3~dfsg/lib/ps2epsi:34:	  *.eps)	base=`basename "${infile}" .eps` ;;
ghostscript-9.53.3~dfsg/lib/ps2epsi:35:	  *.epsf)	base=`basename "${infile}" .epsf` ;;
ghostscript-9.53.3~dfsg/lib/ps2epsi:36:	  *)		base=`basename "${infile}"` ;;
ghostscript-9.53.3~dfsg/lib/ps2epsi-37-	esac
##############################################
ghostscript-9.53.3~dfsg/lib/gsnd-5-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/gsnd:6:gs="`dirname \"$0\"`/$GS_EXECUTABLE"
ghostscript-9.53.3~dfsg/lib/gsnd-7-if test ! -x "$gs"; then
##############################################
ghostscript-9.53.3~dfsg/lib/ps2pdf14-2-# Convert PostScript to PDF 1.4 (Acrobat 5-and-later compatible).
ghostscript-9.53.3~dfsg/lib/ps2pdf14:3:ps2pdfwr="`dirname \"$0\"`/ps2pdfwr"
ghostscript-9.53.3~dfsg/lib/ps2pdf14-4-if test ! -x "$ps2pdfwr"; then
##############################################
ghostscript-9.53.3~dfsg/lib/ps2pdfwr-6-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/ps2pdfwr:7:gs="`dirname \"$0\"`/$GS_EXECUTABLE"
ghostscript-9.53.3~dfsg/lib/ps2pdfwr-8-if test ! -x "$gs"; then
##############################################
ghostscript-9.53.3~dfsg/lib/ps2pdfwr-23-if [ $# -lt 1 -o $# -gt 2 ]; then
ghostscript-9.53.3~dfsg/lib/ps2pdfwr:24:	echo "Usage: `basename \"$0\"` [options...] (input.[e]ps|-) [output.pdf|-]" 1>&2
ghostscript-9.53.3~dfsg/lib/ps2pdfwr-25-	exit 1
##############################################
ghostscript-9.53.3~dfsg/lib/ps2pdfwr-33-	  -)		outfile=- ;;
ghostscript-9.53.3~dfsg/lib/ps2pdfwr:34:	  *.eps)	base=`basename "${infile}" .eps`; outfile="${base}.pdf" ;;
ghostscript-9.53.3~dfsg/lib/ps2pdfwr:35:	  *.ps)		base=`basename "${infile}" .ps`; outfile="${base}.pdf" ;;
ghostscript-9.53.3~dfsg/lib/ps2pdfwr:36:	  *)		base=`basename "${infile}"`; outfile="${base}.pdf" ;;
ghostscript-9.53.3~dfsg/lib/ps2pdfwr-37-	esac
##############################################
ghostscript-9.53.3~dfsg/lib/ps2ps-6-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/ps2ps:7:gs="`dirname \"$0\"`/$GS_EXECUTABLE"
ghostscript-9.53.3~dfsg/lib/ps2ps-8-if test ! -x "$gs"; then
##############################################
ghostscript-9.53.3~dfsg/lib/ps2ps-23-if [ $# -ne 2 ]; then
ghostscript-9.53.3~dfsg/lib/ps2ps:24:	echo "Usage: `basename \"$0\"` [options] input.ps output.ps" 1>&2
ghostscript-9.53.3~dfsg/lib/ps2ps:25:	echo "  e.g. `basename \"$0\"` -sPAPERSIZE=a4 input.ps output.ps" 1>&2
ghostscript-9.53.3~dfsg/lib/ps2ps-26-	exit 1
##############################################
ghostscript-9.53.3~dfsg/lib/gslj-5-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/gslj:6:gs="`dirname \"$0\"`/$GS_EXECUTABLE"
ghostscript-9.53.3~dfsg/lib/gslj-7-if test ! -x "$gs"; then
##############################################
ghostscript-9.53.3~dfsg/lib/pf2afm-9-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/pf2afm:10:gs="`dirname \"$0\"`/$GS_EXECUTABLE"
ghostscript-9.53.3~dfsg/lib/pf2afm-11-if test ! -x "$gs"; then
##############################################
ghostscript-9.53.3~dfsg/lib/ps2pdf13-2-# Convert PostScript to PDF 1.3 (Acrobat 4-and-later compatible).
ghostscript-9.53.3~dfsg/lib/ps2pdf13:3:ps2pdfwr="`dirname \"$0\"`/ps2pdfwr"
ghostscript-9.53.3~dfsg/lib/ps2pdf13-4-if test ! -x "$ps2pdfwr"; then
##############################################
ghostscript-9.53.3~dfsg/lib/pdf2ps-6-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/pdf2ps:7:gs="`dirname \"$0\"`/$GS_EXECUTABLE"
ghostscript-9.53.3~dfsg/lib/pdf2ps-8-if test ! -x "$gs"; then
##############################################
ghostscript-9.53.3~dfsg/lib/pdf2ps-27-then
ghostscript-9.53.3~dfsg/lib/pdf2ps:28:    outfile=`basename "$1" \.pdf`.ps
ghostscript-9.53.3~dfsg/lib/pdf2ps-29-else
ghostscript-9.53.3~dfsg/lib/pdf2ps:30:    echo "Usage: `basename \"$0\"` [-dASCII85EncodePages=false] [-dLanguageLevel=1|2|3] input.pdf [output.ps]" 1>&2
ghostscript-9.53.3~dfsg/lib/pdf2ps-31-    exit 1
##############################################
ghostscript-9.53.3~dfsg/lib/ps2pdf-7-
ghostscript-9.53.3~dfsg/lib/ps2pdf:8:ps2pdf="`dirname \"$0\"`/ps2pdf$version"
ghostscript-9.53.3~dfsg/lib/ps2pdf-9-if test ! -x "$ps2pdf"; then
##############################################
ghostscript-9.53.3~dfsg/lib/printafm-8-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/printafm:9:gs="`dirname \"$0\"`/$GS_EXECUTABLE"
ghostscript-9.53.3~dfsg/lib/printafm-10-if test ! -x "$gs"; then
##############################################
ghostscript-9.53.3~dfsg/lib/gslp-5-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/gslp:6:gs="`dirname \"$0\"`/$GS_EXECUTABLE"
ghostscript-9.53.3~dfsg/lib/gslp-7-if test ! -x "$gs"; then
##############################################
ghostscript-9.53.3~dfsg/lib/pphs-8-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/pphs:9:gs="`dirname \"$0\"`/$GS_EXECUTABLE"
ghostscript-9.53.3~dfsg/lib/pphs-10-if test ! -x "$gs"; then
##############################################
ghostscript-9.53.3~dfsg/lib/pdf2dsc-10-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/pdf2dsc:11:gs="`dirname \"$0\"`/$GS_EXECUTABLE"
ghostscript-9.53.3~dfsg/lib/pdf2dsc-12-if test ! -x "$gs"; then
##############################################
ghostscript-9.53.3~dfsg/lib/pdf2dsc-16-
ghostscript-9.53.3~dfsg/lib/pdf2dsc:17:me=`basename $0`
ghostscript-9.53.3~dfsg/lib/pdf2dsc-18-
##############################################
ghostscript-9.53.3~dfsg/lib/pdf2dsc-30-dscfile=$2
ghostscript-9.53.3~dfsg/lib/pdf2dsc:31:: ${dscfile:=`echo $pdffile | sed 's,\.[^/.]*,,'`.dsc}
ghostscript-9.53.3~dfsg/lib/pdf2dsc-32-
##############################################
ghostscript-9.53.3~dfsg/lib/gsbj-5-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/gsbj:6:gs="`dirname \"$0\"`/$GS_EXECUTABLE"
ghostscript-9.53.3~dfsg/lib/gsbj-7-if test ! -x "$gs"; then
##############################################
ghostscript-9.53.3~dfsg/lib/eps2eps-6-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/eps2eps:7:gs="`dirname \"$0\"`/$GS_EXECUTABLE"
ghostscript-9.53.3~dfsg/lib/eps2eps-8-if test ! -x "$gs"; then
##############################################
ghostscript-9.53.3~dfsg/lib/eps2eps-23-if [ $# -ne 2 ]; then
ghostscript-9.53.3~dfsg/lib/eps2eps:24:	echo "Usage: `basename \"$0\"` ...switches... input.eps output.eps" 1>&2
ghostscript-9.53.3~dfsg/lib/eps2eps-25-	exit 1
##############################################
ghostscript-9.53.3~dfsg/lib/pfbtopfa-6-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/pfbtopfa:7:gs="`dirname \"$0\"`/$GS_EXECUTABLE"
ghostscript-9.53.3~dfsg/lib/pfbtopfa-8-if test ! -x "$gs"; then
##############################################
ghostscript-9.53.3~dfsg/lib/pfbtopfa-17-then
ghostscript-9.53.3~dfsg/lib/pfbtopfa:18:    outfile=`basename "$1" \.pfb`.pfa
ghostscript-9.53.3~dfsg/lib/pfbtopfa-19-else
ghostscript-9.53.3~dfsg/lib/pfbtopfa:20:    echo "Usage: `basename \"$0\"` input.pfb [output.pfa]" 1>&2
ghostscript-9.53.3~dfsg/lib/pfbtopfa-21-    exit 1
##############################################
ghostscript-9.53.3~dfsg/lib/ps2pdf12-2-# Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible).
ghostscript-9.53.3~dfsg/lib/ps2pdf12:3:ps2pdfwr="`dirname \"$0\"`/ps2pdfwr"
ghostscript-9.53.3~dfsg/lib/ps2pdf12-4-if test ! -x "$ps2pdfwr"; then
##############################################
ghostscript-9.53.3~dfsg/lib/gsdj500-5-GS_EXECUTABLE=gs
ghostscript-9.53.3~dfsg/lib/gsdj500:6:gs="`dirname \"$0\"`/$GS_EXECUTABLE"
ghostscript-9.53.3~dfsg/lib/gsdj500-7-if test ! -x "$gs"; then
##############################################
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh-57-#
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh:58:filter=`basename $0`
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh:59:device=`dirname $0`
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh:60:type=`dirname ${device}`
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh:61:device=`basename ${device}`
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh-62-fdevname=$device
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh:63:type=`basename ${type}`
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh-64-
##############################################
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh-68-
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh:69:colorspec="`echo ${device} | sed 's/.*\.[0-9][0-9]*\.\([0-9][0-9]*\)$/\1/'`"
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh-70-if test "$colorspec" = "${device}"
##############################################
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh-73-else
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh:74:    device=`basename ${device} .$colorspec`
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh-75-    colorspec="-dColors=$colorspec"
##############################################
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh-77-
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh:78:bpp="`echo ${device} | sed 's/.*\.\([0-9][0-9]*\)$/\1/'`"
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh-79-if test "$bpp" = "${device}"
##############################################
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh-82-else
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh:83:    device=`basename ${device} .$bpp`
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh-84-fi
##############################################
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh-88-#
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh:89:lock=`dirname ${acctfile}`/lock
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh:90:cf=`sed -n '$p' ${lock}`
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh:91:job=`sed -n 's/^J//p' ${cf}`
ghostscript-9.53.3~dfsg/lib/unix-lpr.sh-92- 
##############################################
ghostscript-9.53.3~dfsg/lib/lprsetup.sh-36-if [ "x$GSPATH"="x" ] ; then
ghostscript-9.53.3~dfsg/lib/lprsetup.sh:37:  GSDIR=`which gs | awk -F / 'sub(FS $NF,x)' | awk -F / 'sub(FS $NF,x)'`/lib/ghostscript
ghostscript-9.53.3~dfsg/lib/lprsetup.sh-38-else
##############################################
ghostscript-9.53.3~dfsg/lib/lprsetup.sh-98-  case "$device" in
ghostscript-9.53.3~dfsg/lib/lprsetup.sh:99:    *.dq) device=`basename $device .dq` ; dualqueue=t ;;
ghostscript-9.53.3~dfsg/lib/lprsetup.sh-100-  esac
##############################################
ghostscript-9.53.3~dfsg/lib/lprsetup.sh-137-  case "$device" in
ghostscript-9.53.3~dfsg/lib/lprsetup.sh:138:    *.dq) device=`basename $device .dq` ; dualqueue=t ;;
ghostscript-9.53.3~dfsg/lib/lprsetup.sh-139-  esac
ghostscript-9.53.3~dfsg/lib/lprsetup.sh:140:  base="`echo $device | sed 's/\.[0-9][0-9]*$//'`"
ghostscript-9.53.3~dfsg/lib/lprsetup.sh:141:  base="`echo $base | sed 's/\.[0-9][0-9]*$//'`"
ghostscript-9.53.3~dfsg/lib/lprsetup.sh-142-#
##############################################
ghostscript-9.53.3~dfsg/lib/lprsetup.sh-210-  case "$device" in
ghostscript-9.53.3~dfsg/lib/lprsetup.sh:211:    *.dq) device=`basename $device .dq` ; dualqueue=t ;;
ghostscript-9.53.3~dfsg/lib/lprsetup.sh-212-  esac
ghostscript-9.53.3~dfsg/lib/lprsetup.sh:213:  base="`echo $device | sed 's/\.[0-9][0-9]*$//'`"
ghostscript-9.53.3~dfsg/lib/lprsetup.sh:214:  base="`echo $base | sed 's/\.[0-9][0-9]*$//'`"
ghostscript-9.53.3~dfsg/lib/lprsetup.sh-215-  echo "  $SPOOLDIR/$base"
##############################################
ghostscript-9.53.3~dfsg/doc/DLL.htm-584-        fprintf(stderr, "Loaded GSDLL2\n");
ghostscript-9.53.3~dfsg/doc/DLL.htm:585:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_init", (PFN *)(&amp;pgsdll_init));
ghostscript-9.53.3~dfsg/doc/DLL.htm:586:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_execute_begin", (PFN *)(&amp;pgsdll_execute_begin));
ghostscript-9.53.3~dfsg/doc/DLL.htm:587:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_execute_cont", (PFN *)(&amp;pgsdll_execute_cont));
ghostscript-9.53.3~dfsg/doc/DLL.htm:588:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_execute_end", (PFN *)(&amp;pgsdll_execute_end));
ghostscript-9.53.3~dfsg/doc/DLL.htm:589:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_exit", (PFN *)(&amp;pgsdll_exit));
ghostscript-9.53.3~dfsg/doc/DLL.htm-590-    }
##############################################
ghostscript-9.53.3~dfsg/doc/History9.htm-198153-<br>
ghostscript-9.53.3~dfsg/doc/History9.htm:198154:    I have now successfully used pxldis and pxlasm on windows.
ghostscript-9.53.3~dfsg/doc/History9.htm-198155-<br>
##############################################
ghostscript-9.53.3~dfsg/pcl/pcl/Anomalies.txt-560-M&R4M,3(S-#580%!*3"!3150@4$%'15!23U1%0U0]05543PI`4$I,(%-%5"!2
ghostscript-9.53.3~dfsg/pcl/pcl/Anomalies.txt:561:M15-/3%5424]./38P,`I`4$I,($5.5$52($Q!3D=504=%/5!#3`H;11LE,$))
ghostscript-9.53.3~dfsg/pcl/pcl/Anomalies.txt-562-M3E-0,5!!4%<N-3M053(Q,C`L,SDT-CM033`[4$0[4%(M."PM,BPM-#8L+3$Q
##############################################
ghostscript-9.53.3~dfsg/pcl/tools/smoke_check.sh-26- echo -n "$file: "
ghostscript-9.53.3~dfsg/pcl/tools/smoke_check.sh:27: fsum=`md5sum $file | cut -f 1 -d ' '`
ghostscript-9.53.3~dfsg/pcl/tools/smoke_check.sh:28: result=`$EXE $OPTS -sOutputFile="|md5sum" $file`
ghostscript-9.53.3~dfsg/pcl/tools/smoke_check.sh:29: rsum=`echo $result | cut -f 1 -d ' '`
ghostscript-9.53.3~dfsg/pcl/tools/smoke_check.sh:30: bsumline=`cat $BASELINE | egrep ^$fsum`
ghostscript-9.53.3~dfsg/pcl/tools/smoke_check.sh-31- if test -z "$bsumline"; then
##############################################
ghostscript-9.53.3~dfsg/pcl/tools/smoke_check.sh-33- else
ghostscript-9.53.3~dfsg/pcl/tools/smoke_check.sh:34:  all=`expr $all + 1`
ghostscript-9.53.3~dfsg/pcl/tools/smoke_check.sh:35:  bsum=`echo $bsumline | cut -f 2 -d ' '`
ghostscript-9.53.3~dfsg/pcl/tools/smoke_check.sh-36-  if test "x$rsum" = "x$bsum"; then
##############################################
ghostscript-9.53.3~dfsg/pcl/tools/smoke_check.sh-40-#   echo $rsum vs $bsum"
ghostscript-9.53.3~dfsg/pcl/tools/smoke_check.sh:41:   failed=`expr $failed + 1`
ghostscript-9.53.3~dfsg/pcl/tools/smoke_check.sh-42-  fi
##############################################
ghostscript-9.53.3~dfsg/pcl/tools/regress.sh-59-	# calculate checksum for new and old exe.  Note we always force banding.
ghostscript-9.53.3~dfsg/pcl/tools/regress.sh:60:	CHECKSUM1=`(cd $DIR1; $EXE -Z@ -r$RESOLUTION -K40000 -dBATCH -dNOPAUSE -dMaxBitmap=200000 -dBufferSpace=200000 -sOutputFile="|sum" -sDEVICE=$device $file | grep "^[0-9]" 2> /dev/null)`
ghostscript-9.53.3~dfsg/pcl/tools/regress.sh:61:	CHECKSUM2=`(cd $DIR2; $EXE -Z@ -r$RESOLUTION -K40000 -dBATCH -dNOPAUSE -dMaxBitmap=200000 -dBufferSpace=200000 -sOutputFile="|sum" -sDEVICE=$device $file | grep "^[0-9]" 2> /dev/null)`
ghostscript-9.53.3~dfsg/pcl/tools/regress.sh-62-	# if the check sums are different report them and the file name.
##############################################
ghostscript-9.53.3~dfsg/pcl/tools/docov.pl-78-        map(print("@$_ $f\n"), @args);
ghostscript-9.53.3~dfsg/pcl/tools/docov.pl:79:        map(system(@$_, $f), @args);
ghostscript-9.53.3~dfsg/pcl/tools/docov.pl-80-    }
##############################################
ghostscript-9.53.3~dfsg/pcl/tools/docov.pl-87-        map(print("@$_ $f\n"), @args);
ghostscript-9.53.3~dfsg/pcl/tools/docov.pl:88:        map(system(@$_, $f), @args);
ghostscript-9.53.3~dfsg/pcl/tools/docov.pl-89-        File::Find::find({ wanted => \&proc_new_coverage, no_chdir => 1 }, $cfiles);
##############################################
ghostscript-9.53.3~dfsg/pcl/tools/smoke_update.sh-29-for file in $TESTS; do
ghostscript-9.53.3~dfsg/pcl/tools/smoke_update.sh:30: fsum=`md5sum $file | cut -f 1 -d ' '`
ghostscript-9.53.3~dfsg/pcl/tools/smoke_update.sh:31: result=`$EXE $OPTS -sOutputFile="|md5sum" $file`
ghostscript-9.53.3~dfsg/pcl/tools/smoke_update.sh:32: rsum=`echo $result | cut -f 1 -d ' '`
ghostscript-9.53.3~dfsg/pcl/tools/smoke_update.sh-33- if test -z "$rsum"; then
##############################################
ghostscript-9.53.3~dfsg/pcl/tools/pcl2pdfwr-15-if [ $# -lt 1 -o $# -gt 2 ]; then
ghostscript-9.53.3~dfsg/pcl/tools/pcl2pdfwr:16:	echo "Usage: `basename $0` [options...] (input.pcl|-) [output.pdf|-]" 1>&2
ghostscript-9.53.3~dfsg/pcl/tools/pcl2pdfwr-17-	exit 1
##############################################
ghostscript-9.53.3~dfsg/pcl/tools/pcl2pdfwr-25-	  -)		outfile=- ;;
ghostscript-9.53.3~dfsg/pcl/tools/pcl2pdfwr:26:	  *.pcl)	base=`basename ${infile} .pcl`; outfile=${base}.pdf ;;
ghostscript-9.53.3~dfsg/pcl/tools/pcl2pdfwr:27:	  *.pxl)	base=`basename ${infile} .pxl`; outfile=${base}.pdf ;;
ghostscript-9.53.3~dfsg/pcl/tools/pcl2pdfwr:28:	  *)		base=`basename ${infile}`; outfile=${base}.pdf ;;
ghostscript-9.53.3~dfsg/pcl/tools/pcl2pdfwr-29-	esac
##############################################
ghostscript-9.53.3~dfsg/psi/dpmain.c-213-#endif
ghostscript-9.53.3~dfsg/psi/dpmain.c:214:        if ((rc = DosQueryProcAddr(gsdll.hmodule, 0, "GSAPI_REVISION",
ghostscript-9.53.3~dfsg/psi/dpmain.c-215-                (PFN *) (&gsdll.revision))) != 0) {
##############################################
ghostscript-9.53.3~dfsg/psi/dpmain.c-235-
ghostscript-9.53.3~dfsg/psi/dpmain.c:236:        if ((rc = DosQueryProcAddr(gsdll.hmodule, 0, "GSAPI_NEW_INSTANCE",
ghostscript-9.53.3~dfsg/psi/dpmain.c-237-                (PFN *) (&gsdll.new_instance))) != 0) {
##############################################
ghostscript-9.53.3~dfsg/psi/dpmain.c-242-        }
ghostscript-9.53.3~dfsg/psi/dpmain.c:243:        if ((rc = DosQueryProcAddr(gsdll.hmodule, 0, "GSAPI_DELETE_INSTANCE",
ghostscript-9.53.3~dfsg/psi/dpmain.c-244-                (PFN *) (&gsdll.delete_instance))) != 0) {
##############################################
ghostscript-9.53.3~dfsg/psi/dpmain.c-249-        }
ghostscript-9.53.3~dfsg/psi/dpmain.c:250:        if ((rc = DosQueryProcAddr(gsdll.hmodule, 0, "GSAPI_SET_STDIO",
ghostscript-9.53.3~dfsg/psi/dpmain.c-251-                (PFN *) (&gsdll.set_stdio))) != 0) {
##############################################
ghostscript-9.53.3~dfsg/psi/dpmain.c-256-        }
ghostscript-9.53.3~dfsg/psi/dpmain.c:257:        if ((rc = DosQueryProcAddr(gsdll.hmodule, 0, "GSAPI_SET_DISPLAY_CALLBACK",
ghostscript-9.53.3~dfsg/psi/dpmain.c-258-                (PFN *) (&gsdll.set_display_callback))) != 0) {
##############################################
ghostscript-9.53.3~dfsg/psi/dpmain.c-263-        }
ghostscript-9.53.3~dfsg/psi/dpmain.c:264:        if ((rc = DosQueryProcAddr(gsdll.hmodule, 0, "GSAPI_SET_POLL",
ghostscript-9.53.3~dfsg/psi/dpmain.c-265-                (PFN *) (&gsdll.set_poll))) != 0) {
##############################################
ghostscript-9.53.3~dfsg/psi/dpmain.c-270-        }
ghostscript-9.53.3~dfsg/psi/dpmain.c:271:        if ((rc = DosQueryProcAddr(gsdll.hmodule, 0,
ghostscript-9.53.3~dfsg/psi/dpmain.c-272-                "GSAPI_INIT_WITH_ARGS",
##############################################
ghostscript-9.53.3~dfsg/psi/dpmain.c-278-        }
ghostscript-9.53.3~dfsg/psi/dpmain.c:279:        if ((rc = DosQueryProcAddr(gsdll.hmodule, 0, "GSAPI_RUN_STRING",
ghostscript-9.53.3~dfsg/psi/dpmain.c-280-                (PFN *) (&gsdll.run_string))) != 0) {
##############################################
ghostscript-9.53.3~dfsg/psi/dpmain.c-285-        }
ghostscript-9.53.3~dfsg/psi/dpmain.c:286:        if ((rc = DosQueryProcAddr(gsdll.hmodule, 0, "GSAPI_EXIT",
ghostscript-9.53.3~dfsg/psi/dpmain.c-287-                (PFN *) (&gsdll.exit))) != 0) {
##############################################
ghostscript-9.53.3~dfsg/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
ghostscript-9.53.3~dfsg/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ghostscript-9.53.3~dfsg/configure-45-  as_echo='print -r --'
ghostscript-9.53.3~dfsg/configure-46-  as_echo_n='print -rn --'
ghostscript-9.53.3~dfsg/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ghostscript-9.53.3~dfsg/configure-48-  as_echo='printf %s\n'
##############################################
ghostscript-9.53.3~dfsg/configure-50-else
ghostscript-9.53.3~dfsg/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ghostscript-9.53.3~dfsg/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ghostscript-9.53.3~dfsg/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
ghostscript-9.53.3~dfsg/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ghostscript-9.53.3~dfsg/configure-62-      esac;
##############################################
ghostscript-9.53.3~dfsg/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ghostscript-9.53.3~dfsg/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ghostscript-9.53.3~dfsg/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ghostscript-9.53.3~dfsg/configure-324-      case $as_dir in #(
ghostscript-9.53.3~dfsg/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ghostscript-9.53.3~dfsg/configure-326-      *) as_qdir=$as_dir;;
##############################################
ghostscript-9.53.3~dfsg/configure-397-  {
ghostscript-9.53.3~dfsg/configure:398:    as_val=`expr "$@" || test $? -eq 1`
ghostscript-9.53.3~dfsg/configure-399-  }
##############################################
ghostscript-9.53.3~dfsg/configure-404-# ----------------------------------------
ghostscript-9.53.3~dfsg/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ghostscript-9.53.3~dfsg/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ghostscript-9.53.3~dfsg/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ghostscript-9.53.3~dfsg/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ghostscript-9.53.3~dfsg/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ghostscript-9.53.3~dfsg/configure-1053-  case $ac_option in
ghostscript-9.53.3~dfsg/configure:1054:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ghostscript-9.53.3~dfsg/configure-1055-  *=)   ac_optarg= ;;
##############################################
ghostscript-9.53.3~dfsg/configure-1097-  -disable-* | --disable-*)
ghostscript-9.53.3~dfsg/configure:1098:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ghostscript-9.53.3~dfsg/configure-1099-    # Reject names that are not valid shell variable names.
##############################################
ghostscript-9.53.3~dfsg/configure-1102-    ac_useropt_orig=$ac_useropt
ghostscript-9.53.3~dfsg/configure:1103:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ghostscript-9.53.3~dfsg/configure-1104-    case $ac_user_opts in
##############################################
ghostscript-9.53.3~dfsg/configure-1123-  -enable-* | --enable-*)
ghostscript-9.53.3~dfsg/configure:1124:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ghostscript-9.53.3~dfsg/configure-1125-    # Reject names that are not valid shell variable names.
##############################################
ghostscript-9.53.3~dfsg/configure-1128-    ac_useropt_orig=$ac_useropt
ghostscript-9.53.3~dfsg/configure:1129:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ghostscript-9.53.3~dfsg/configure-1130-    case $ac_user_opts in
##############################################
ghostscript-9.53.3~dfsg/configure-1336-  -with-* | --with-*)
ghostscript-9.53.3~dfsg/configure:1337:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ghostscript-9.53.3~dfsg/configure-1338-    # Reject names that are not valid shell variable names.
##############################################
ghostscript-9.53.3~dfsg/configure-1341-    ac_useropt_orig=$ac_useropt
ghostscript-9.53.3~dfsg/configure:1342:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ghostscript-9.53.3~dfsg/configure-1343-    case $ac_user_opts in
##############################################
ghostscript-9.53.3~dfsg/configure-1352-  -without-* | --without-*)
ghostscript-9.53.3~dfsg/configure:1353:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ghostscript-9.53.3~dfsg/configure-1354-    # Reject names that are not valid shell variable names.
##############################################
ghostscript-9.53.3~dfsg/configure-1357-    ac_useropt_orig=$ac_useropt
ghostscript-9.53.3~dfsg/configure:1358:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ghostscript-9.53.3~dfsg/configure-1359-    case $ac_user_opts in
##############################################
ghostscript-9.53.3~dfsg/configure-1390-  *=*)
ghostscript-9.53.3~dfsg/configure:1391:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ghostscript-9.53.3~dfsg/configure-1392-    # Reject names that are not valid shell variable names.
##############################################
ghostscript-9.53.3~dfsg/configure-1411-if test -n "$ac_prev"; then
ghostscript-9.53.3~dfsg/configure:1412:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ghostscript-9.53.3~dfsg/configure-1413-  as_fn_error $? "missing argument to $ac_option"
##############################################
ghostscript-9.53.3~dfsg/configure-1433-    */ )
ghostscript-9.53.3~dfsg/configure:1434:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ghostscript-9.53.3~dfsg/configure-1435-      eval $ac_var=\$ac_val;;
##############################################
ghostscript-9.53.3~dfsg/configure-1468-ac_ls_di=`ls -di .` &&
ghostscript-9.53.3~dfsg/configure:1469:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ghostscript-9.53.3~dfsg/configure-1470-  as_fn_error $? "working directory cannot be determined"
##############################################
ghostscript-9.53.3~dfsg/configure-1524-case $srcdir in
ghostscript-9.53.3~dfsg/configure:1525:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ghostscript-9.53.3~dfsg/configure-1526-esac
##############################################
ghostscript-9.53.3~dfsg/configure-1567-By default, \`make install' will install all the files in
ghostscript-9.53.3~dfsg/configure:1568:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ghostscript-9.53.3~dfsg/configure:1569:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ghostscript-9.53.3~dfsg/configure-1570-for instance \`--prefix=\$HOME'.
##############################################
ghostscript-9.53.3~dfsg/configure-1754-*)
ghostscript-9.53.3~dfsg/configure:1755:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ghostscript-9.53.3~dfsg/configure-1756-  # A ".." for each directory in $ac_dir_suffix.
ghostscript-9.53.3~dfsg/configure:1757:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ghostscript-9.53.3~dfsg/configure-1758-  case $ac_top_builddir_sub in
##############################################
ghostscript-9.53.3~dfsg/configure-2464-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
ghostscript-9.53.3~dfsg/configure:2465:  as_decl_name=`echo $2|sed 's/ *(.*//'`
ghostscript-9.53.3~dfsg/configure:2466:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
ghostscript-9.53.3~dfsg/configure-2467-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
ghostscript-9.53.3~dfsg/configure-2662-    *\'*)
ghostscript-9.53.3~dfsg/configure:2663:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ghostscript-9.53.3~dfsg/configure-2664-    esac
##############################################
ghostscript-9.53.3~dfsg/configure-2745-      case $ac_val in
ghostscript-9.53.3~dfsg/configure:2746:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ghostscript-9.53.3~dfsg/configure-2747-      esac
##############################################
ghostscript-9.53.3~dfsg/configure-2760-	case $ac_val in
ghostscript-9.53.3~dfsg/configure:2761:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ghostscript-9.53.3~dfsg/configure-2762-	esac
##############################################
ghostscript-9.53.3~dfsg/configure-2880-    set,)
ghostscript-9.53.3~dfsg/configure:2881:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ghostscript-9.53.3~dfsg/configure:2882:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ghostscript-9.53.3~dfsg/configure-2883-      ac_cache_corrupted=: ;;
##############################################
ghostscript-9.53.3~dfsg/configure-2891-	# differences in whitespace do not lead to failure.
ghostscript-9.53.3~dfsg/configure:2892:	ac_old_val_w=`echo x $ac_old_val`
ghostscript-9.53.3~dfsg/configure:2893:	ac_new_val_w=`echo x $ac_new_val`
ghostscript-9.53.3~dfsg/configure-2894-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ghostscript-9.53.3~dfsg/configure-2911-    case $ac_new_val in
ghostscript-9.53.3~dfsg/configure:2912:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ghostscript-9.53.3~dfsg/configure-2913-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ghostscript-9.53.3~dfsg/configure-2987-test "x$ac_build_alias" = x &&
ghostscript-9.53.3~dfsg/configure:2988:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ghostscript-9.53.3~dfsg/configure-2989-test "x$ac_build_alias" = x &&
ghostscript-9.53.3~dfsg/configure-2990-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ghostscript-9.53.3~dfsg/configure:2991:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ghostscript-9.53.3~dfsg/configure-2992-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ghostscript-9.53.3~dfsg/configure-3011-IFS=$ac_save_IFS
ghostscript-9.53.3~dfsg/configure:3012:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ghostscript-9.53.3~dfsg/configure-3013-
##############################################
ghostscript-9.53.3~dfsg/configure-3022-else
ghostscript-9.53.3~dfsg/configure:3023:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ghostscript-9.53.3~dfsg/configure-3024-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ghostscript-9.53.3~dfsg/configure-3044-IFS=$ac_save_IFS
ghostscript-9.53.3~dfsg/configure:3045:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ghostscript-9.53.3~dfsg/configure-3046-
##############################################
ghostscript-9.53.3~dfsg/configure-3433-$as_echo_n "checking whether the C compiler works... " >&6; }
ghostscript-9.53.3~dfsg/configure:3434:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ghostscript-9.53.3~dfsg/configure-3435-
##############################################
ghostscript-9.53.3~dfsg/configure-3477-	then :; else
ghostscript-9.53.3~dfsg/configure:3478:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ghostscript-9.53.3~dfsg/configure-3479-	fi
##############################################
ghostscript-9.53.3~dfsg/configure-3537-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ghostscript-9.53.3~dfsg/configure:3538:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ghostscript-9.53.3~dfsg/configure-3539-	  break;;
##############################################
ghostscript-9.53.3~dfsg/configure-3646-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ghostscript-9.53.3~dfsg/configure:3647:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ghostscript-9.53.3~dfsg/configure-3648-       break;;
##############################################
ghostscript-9.53.3~dfsg/configure-4132-  # Check for GNU $ac_path_SED
ghostscript-9.53.3~dfsg/configure:4133:case `"$ac_path_SED" --version 2>&1` in
ghostscript-9.53.3~dfsg/configure-4134-*GNU*)
##############################################
ghostscript-9.53.3~dfsg/configure-4178-sed_variant=`sed --version 2>&1`
ghostscript-9.53.3~dfsg/configure:4179:sed_variant=`echo $sed_variant|sed -e 's/ .*//'`
ghostscript-9.53.3~dfsg/configure-4180-if test "$sed_variant" != GNU ; then
##############################################
ghostscript-9.53.3~dfsg/configure-4986-  # Check for GNU $ac_path_GREP
ghostscript-9.53.3~dfsg/configure:4987:case `"$ac_path_GREP" --version 2>&1` in
ghostscript-9.53.3~dfsg/configure-4988-*GNU*)
##############################################
ghostscript-9.53.3~dfsg/configure-5052-  # Check for GNU $ac_path_EGREP
ghostscript-9.53.3~dfsg/configure:5053:case `"$ac_path_EGREP" --version 2>&1` in
ghostscript-9.53.3~dfsg/configure-5054-*GNU*)
##############################################
ghostscript-9.53.3~dfsg/configure-5213-do :
ghostscript-9.53.3~dfsg/configure:5214:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ghostscript-9.53.3~dfsg/configure-5215-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ghostscript-9.53.3~dfsg/configure-5218-  cat >>confdefs.h <<_ACEOF
ghostscript-9.53.3~dfsg/configure:5219:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ghostscript-9.53.3~dfsg/configure-5220-_ACEOF
##############################################
ghostscript-9.53.3~dfsg/configure-5514-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
ghostscript-9.53.3~dfsg/configure:5515:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
ghostscript-9.53.3~dfsg/configure-5516-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
ghostscript-9.53.3~dfsg/configure-5546-  cat >>confdefs.h <<_ACEOF
ghostscript-9.53.3~dfsg/configure:5547:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
ghostscript-9.53.3~dfsg/configure-5548-_ACEOF
##############################################
ghostscript-9.53.3~dfsg/configure-5784-do :
ghostscript-9.53.3~dfsg/configure:5785:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ghostscript-9.53.3~dfsg/configure-5786-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ghostscript-9.53.3~dfsg/configure-5788-  cat >>confdefs.h <<_ACEOF
ghostscript-9.53.3~dfsg/configure:5789:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ghostscript-9.53.3~dfsg/configure-5790-_ACEOF
##############################################
ghostscript-9.53.3~dfsg/configure-6611-do :
ghostscript-9.53.3~dfsg/configure:6612:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ghostscript-9.53.3~dfsg/configure-6613-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ghostscript-9.53.3~dfsg/configure-6615-  cat >>confdefs.h <<_ACEOF
ghostscript-9.53.3~dfsg/configure:6616:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ghostscript-9.53.3~dfsg/configure-6617-_ACEOF
##############################################
ghostscript-9.53.3~dfsg/configure-7546-$as_echo "yes" >&6; }
ghostscript-9.53.3~dfsg/configure:7547:            LIBS="$LIBS `$PKGCONFIG --libs libidn`"
ghostscript-9.53.3~dfsg/configure-7548-            HAVE_LIBIDN=-DHAVE_LIBIDN
##############################################
ghostscript-9.53.3~dfsg/configure-7720-$as_echo "yes" >&6; }
ghostscript-9.53.3~dfsg/configure:7721:                        FONTCONFIG_CFLAGS="$CFLAGS `$PKGCONFIG --cflags fontconfig`"
ghostscript-9.53.3~dfsg/configure:7722:                        FONTCONFIG_LIBS="`$PKGCONFIG --libs fontconfig`"
ghostscript-9.53.3~dfsg/configure-7723-                        HAVE_FONTCONFIG=-DHAVE_FONTCONFIG
##############################################
ghostscript-9.53.3~dfsg/configure-7800-$as_echo "yes" >&6; }
ghostscript-9.53.3~dfsg/configure:7801:                        DBUS_CFLAGS="$CFLAGS `$PKGCONFIG --cflags dbus-1`"
ghostscript-9.53.3~dfsg/configure:7802:                        DBUS_LIBS="`$PKGCONFIG --libs dbus-1`"
ghostscript-9.53.3~dfsg/configure-7803-                        HAVE_DBUS=-DHAVE_DBUS
##############################################
ghostscript-9.53.3~dfsg/configure-7997-                if test "x$FT_CFLAGS" = "x"; then
ghostscript-9.53.3~dfsg/configure:7998:                  FT_CFLAGS="$CFLAGS `$PKGCONFIG --cflags freetype2`"
ghostscript-9.53.3~dfsg/configure-7999-		fi
ghostscript-9.53.3~dfsg/configure-8000-		if test "x$FT_LIBS" = "x"; then
ghostscript-9.53.3~dfsg/configure:8001:                  FT_LIBS="`$PKGCONFIG --libs-only-l freetype2`"
ghostscript-9.53.3~dfsg/configure-8002-                fi
ghostscript-9.53.3~dfsg/configure-8003-		if test "x$FT_LIB_PATH" = "x"; then
ghostscript-9.53.3~dfsg/configure:8004:		  FT_LIB_PATH="`$PKGCONFIG --libs-only-L freetype2`"
ghostscript-9.53.3~dfsg/configure-8005-		fi
##############################################
ghostscript-9.53.3~dfsg/configure-8659-$as_echo "yes" >&6; }
ghostscript-9.53.3~dfsg/configure:8660:                        CFLAGS="$CFLAGS `$PKGCONFIG --cflags libtiff-4`"
ghostscript-9.53.3~dfsg/configure:8661:                        LIBS="$LIBS `$PKGCONFIG --libs libtiff-4`"
ghostscript-9.53.3~dfsg/configure-8662-                        HAVE_SYSTEM_LIBTIFF=1
##############################################
ghostscript-9.53.3~dfsg/configure-8738-$as_echo "yes" >&6; }
ghostscript-9.53.3~dfsg/configure:8739:                        CFLAGS="$CFLAGS `$PKGCONFIG --cflags libtiff-4`"
ghostscript-9.53.3~dfsg/configure:8740:                        LIBS="$LIBS `$PKGCONFIG --libs libtiff-4`"
ghostscript-9.53.3~dfsg/configure-8741-                        HAVE_SYSTEM_LIBTIFF=1
##############################################
ghostscript-9.53.3~dfsg/configure-8987-          if $PKGCONFIG --exists expat; then
ghostscript-9.53.3~dfsg/configure:8988:            EXPAT_LIBS="`$PKGCONFIG --libs expat`"
ghostscript-9.53.3~dfsg/configure:8989:            CFLAGS="$CFLAGS `$PKGCONFIG --cflags expat`"
ghostscript-9.53.3~dfsg/configure-8990-          fi
##############################################
ghostscript-9.53.3~dfsg/configure-9261-            if test "x$CUPSCONFIG" != x; then
ghostscript-9.53.3~dfsg/configure:9262:                                CUPSCFLAGS="`$CUPSCONFIG --cflags` $CFLAGS"
ghostscript-9.53.3~dfsg/configure:9263:#                CUPSLINK="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --static --image --libs | sed -e '1,$s/-lssl//'` $LIBS"
ghostscript-9.53.3~dfsg/configure:9264:                CUPSLINK="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs`"
ghostscript-9.53.3~dfsg/configure:9265:                CUPSAPIVERSION="`$CUPSCONFIG --api-version`"
ghostscript-9.53.3~dfsg/configure-9266-
##############################################
ghostscript-9.53.3~dfsg/configure-9269-for gs_item in $CUPSLINK; do
ghostscript-9.53.3~dfsg/configure:9270:  gs_stripped_item=`echo "$gs_item" | sed -e 's/^-l//'`
ghostscript-9.53.3~dfsg/configure-9271-  if test "x$gs_stripped_item" != "x$gs_item"; then
##############################################
ghostscript-9.53.3~dfsg/configure-9277-for gs_item in $CUPSLINK; do
ghostscript-9.53.3~dfsg/configure:9278:  gs_stripped_item=`echo "$gs_item" | sed -e 's/-L//'`
ghostscript-9.53.3~dfsg/configure-9279-  if test "x$gs_stripped_item" != "x$gs_item"; then
##############################################
ghostscript-9.53.3~dfsg/configure-9287-                else
ghostscript-9.53.3~dfsg/configure:9288:                  CUPSSERVERROOT="`$CUPSCONFIG --serverroot`"
ghostscript-9.53.3~dfsg/configure-9289-                fi
##############################################
ghostscript-9.53.3~dfsg/configure-9293-                else
ghostscript-9.53.3~dfsg/configure:9294:                  CUPSSERVERBIN="`$CUPSCONFIG --serverbin`"
ghostscript-9.53.3~dfsg/configure-9295-                fi
##############################################
ghostscript-9.53.3~dfsg/configure-9299-                else
ghostscript-9.53.3~dfsg/configure:9300:                  CUPSDATA="`$CUPSCONFIG --datadir`"
ghostscript-9.53.3~dfsg/configure-9301-                fi
##############################################
ghostscript-9.53.3~dfsg/configure-9310-
ghostscript-9.53.3~dfsg/configure:9311:                CUPSVERSION="`$CUPSCONFIG --version`"
ghostscript-9.53.3~dfsg/configure-9312-
##############################################
ghostscript-9.53.3~dfsg/configure-9600-$as_echo "yes" >&6; }
ghostscript-9.53.3~dfsg/configure:9601:          JBIG2DEC_CFLAGS="$CFLAGS `$PKGCONFIG --cflags jbig2dec`"
ghostscript-9.53.3~dfsg/configure:9602:          JBIG2DEC_LIBS="`$PKGCONFIG --libs jbig2dec`"
ghostscript-9.53.3~dfsg/configure-9603-          SHARE_JBIG2=1
##############################################
ghostscript-9.53.3~dfsg/configure-9836-        if $PKGCONFIG --exists libopenjp2; then
ghostscript-9.53.3~dfsg/configure:9837:          JPX_AUTOCONF_CFLAGS="`$PKGCONFIG libopenjp2 --cflags` -DUSE_OPENJPEG_JP2"
ghostscript-9.53.3~dfsg/configure:9838:          JPX_AUTOCONF_LIBS="`$PKGCONFIG libopenjp2 --libs`"
ghostscript-9.53.3~dfsg/configure-9839-          SHARE_JPX=1
##############################################
ghostscript-9.53.3~dfsg/configure-10135-            SOC_LOADER="dxmain"
ghostscript-9.53.3~dfsg/configure:10136:            SOC_CFLAGS="`$PKGCONFIG gtk+-3.0 --cflags`"
ghostscript-9.53.3~dfsg/configure:10137:            SOC_LIBS="`$PKGCONFIG gtk+-3.0 --libs`"
ghostscript-9.53.3~dfsg/configure-10138-            { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
ghostscript-9.53.3~dfsg/configure-10150-                SOC_LOADER="dxmain"
ghostscript-9.53.3~dfsg/configure:10151:                SOC_CFLAGS="`$PKGCONFIG gtk+-2.0 --cflags`"
ghostscript-9.53.3~dfsg/configure:10152:                SOC_LIBS="`$PKGCONFIG gtk+-2.0 --libs`"
ghostscript-9.53.3~dfsg/configure-10153-                { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
ghostscript-9.53.3~dfsg/configure-10208-    for ac_var in incroot usrlibdir libdir; do
ghostscript-9.53.3~dfsg/configure:10209:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
ghostscript-9.53.3~dfsg/configure-10210-    done
##############################################
ghostscript-9.53.3~dfsg/configure-10318-  LIBS=$ac_save_LIBS
ghostscript-9.53.3~dfsg/configure:10319:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
ghostscript-9.53.3~dfsg/configure-10320-do
##############################################
ghostscript-9.53.3~dfsg/configure-11038-for gs_item in -lXt $X_PRE_LIBS -lXext -lX11 $X_EXTRA_LIBS; do
ghostscript-9.53.3~dfsg/configure:11039:  gs_stripped_item=`echo "$gs_item" | sed -e 's/^-l//'`
ghostscript-9.53.3~dfsg/configure-11040-  if test "x$gs_stripped_item" != "x$gs_item"; then
##############################################
ghostscript-9.53.3~dfsg/configure-11192-        # Add drivers from file...
ghostscript-9.53.3~dfsg/configure:11193:        drivers="`tr '\n' ',' <$driversfile`"
ghostscript-9.53.3~dfsg/configure-11194-fi
##############################################
ghostscript-9.53.3~dfsg/configure-11248-        if echo $drivers |grep "," >/dev/null; then
ghostscript-9.53.3~dfsg/configure:11249:                THIS="`echo $drivers |sed -e 's/,.*//'`"
ghostscript-9.53.3~dfsg/configure-11250-                SEDCMD="s/$THIS,//"
ghostscript-9.53.3~dfsg/configure:11251:                drivers="`echo $drivers |sed -e $SEDCMD`"
ghostscript-9.53.3~dfsg/configure-11252-        else
##############################################
ghostscript-9.53.3~dfsg/configure-11389-                # It's a driver name (or a user messup)
ghostscript-9.53.3~dfsg/configure:11390:                P_DEVS0="$P_DEVS0 `echo $THIS |sed -e 's,\.dev$,,'`"
ghostscript-9.53.3~dfsg/configure-11391-                ;;
##############################################
ghostscript-9.53.3~dfsg/configure-11398-    NTS_EXCLUDES="$(echo \"$P_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure:11399:    P_DEVS0=`echo $P_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure-11400-  done
##############################################
ghostscript-9.53.3~dfsg/configure-11403-    NTS_EXCLUDES="$(echo \"$F_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure:11404:    F_DEVS0=`echo $F_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure-11405-  done
##############################################
ghostscript-9.53.3~dfsg/configure-11408-    NTS_EXCLUDES="$(echo \"$CUPS_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure:11409:    CUPS_DEVS0=`echo $CUPS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure-11410-  done
##############################################
ghostscript-9.53.3~dfsg/configure-11413-    NTS_EXCLUDES="$(echo \"$XPS_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure:11414:    XPS_DEVS0=`echo $XPS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure-11415-  done
##############################################
ghostscript-9.53.3~dfsg/configure-11418-    NTS_EXCLUDES="$(echo \"$IJS_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure:11419:    IJS_DEVS0=`echo $IJS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure-11420-  done
##############################################
ghostscript-9.53.3~dfsg/configure-11423-    NTS_EXCLUDES="$(echo \"$PNG_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure:11424:    PNG_DEVS0=`echo $PNG_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure-11425-  done
##############################################
ghostscript-9.53.3~dfsg/configure-11428-    NTS_EXCLUDES="$(echo \"$X11_DEVS0{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure:11429:    X11_DEVS0=`echo $X11_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure-11430-  done
##############################################
ghostscript-9.53.3~dfsg/configure-11433-    NTS_EXCLUDES="$(echo \"$JBIG2_DEVS{@:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure:11434:    JBIG2_DEVS=`echo $JBIG2_DEVS | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure-11435-  done
ghostscript-9.53.3~dfsg/configure-11436-
ghostscript-9.53.3~dfsg/configure:11437:  NTS_EXCLUDES=`echo "$NTS_EXCLUDES" | tr " " "\n" | sort | uniq | tr "\n" " "`
ghostscript-9.53.3~dfsg/configure-11438-fi # x$enable_threadsafe = xyes
ghostscript-9.53.3~dfsg/configure-11439-
ghostscript-9.53.3~dfsg/configure:11440:noncontribmakefiles=`find $srcdir -name '*.mak' -print | grep -v '/contrib/'`
ghostscript-9.53.3~dfsg/configure-11441-
##############################################
ghostscript-9.53.3~dfsg/configure-11444-    if test x$found_iconv = xno ; then
ghostscript-9.53.3~dfsg/configure:11445:        P_DEVS0=`echo $P_DEVS0 | sed -e 's|opvp||' -e 's|oprp||'`
ghostscript-9.53.3~dfsg/configure-11446-        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to include opvp/oprp driver due to missing iconv/libiconv..." >&5
##############################################
ghostscript-9.53.3~dfsg/configure-11451-#   duplicates in there, add $(DD)foo.dev constructs
ghostscript-9.53.3~dfsg/configure:11452:    P_DEVS=`(for i in $P_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles 2>&1 >/dev/null ) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/configure-11453-fi
##############################################
ghostscript-9.53.3~dfsg/configure-11455-if test -n "$F_DEVS0"; then
ghostscript-9.53.3~dfsg/configure:11456:    F_DEVS=`(for i in $F_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/configure-11457-fi
##############################################
ghostscript-9.53.3~dfsg/configure-11459-if test -n "$CUPS_DEVS0"; then
ghostscript-9.53.3~dfsg/configure:11460:    CUPS_DEVS=`(for i in $CUPS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/configure-11461-fi
##############################################
ghostscript-9.53.3~dfsg/configure-11463-if test -n "$XPS_DEVS0"; then
ghostscript-9.53.3~dfsg/configure:11464:    XPS_DEVS=`(for i in $XPS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/configure-11465-fi
##############################################
ghostscript-9.53.3~dfsg/configure-11467-if test -n "$IJS_DEVS0"; then
ghostscript-9.53.3~dfsg/configure:11468:    IJS_DEVS=`(for i in $IJS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/configure-11469-fi
##############################################
ghostscript-9.53.3~dfsg/configure-11471-if test -n "$PNG_DEVS0"; then
ghostscript-9.53.3~dfsg/configure:11472:    PNG_DEVS=`(for i in $PNG_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/configure-11473-fi
##############################################
ghostscript-9.53.3~dfsg/configure-11475-if test -n "$X11_DEVS0"; then
ghostscript-9.53.3~dfsg/configure:11476:    X11_DEVS=`(for i in $X11_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/configure-11477-fi
##############################################
ghostscript-9.53.3~dfsg/configure-11480-if test x"$APPLE_DEVICES_REQUESTED" = x"yes" ; then
ghostscript-9.53.3~dfsg/configure:11481:  APDEVS=`echo $P_DEVS | grep 'APPLE\|iwhi\|iwlo\|iwlq'`
ghostscript-9.53.3~dfsg/configure-11482-  if test -z "$APDEVS" ; then
##############################################
ghostscript-9.53.3~dfsg/configure-11785-        if test "x$CUPSCONFIG" != x; then
ghostscript-9.53.3~dfsg/configure:11786:          fontpath="${fontpath}:`$CUPSCONFIG --datadir`/fonts"
ghostscript-9.53.3~dfsg/configure-11787-        fi
##############################################
ghostscript-9.53.3~dfsg/configure-11977-do :
ghostscript-9.53.3~dfsg/configure:11978:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ghostscript-9.53.3~dfsg/configure-11979-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ghostscript-9.53.3~dfsg/configure-11981-  cat >>confdefs.h <<_ACEOF
ghostscript-9.53.3~dfsg/configure:11982:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ghostscript-9.53.3~dfsg/configure-11983-_ACEOF
##############################################
ghostscript-9.53.3~dfsg/configure-12467-do :
ghostscript-9.53.3~dfsg/configure:12468:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ghostscript-9.53.3~dfsg/configure-12469-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ghostscript-9.53.3~dfsg/configure-12471-  cat >>confdefs.h <<_ACEOF
ghostscript-9.53.3~dfsg/configure:12472:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ghostscript-9.53.3~dfsg/configure-12473-_ACEOF
##############################################
ghostscript-9.53.3~dfsg/configure-13802-'
ghostscript-9.53.3~dfsg/configure:13803:DEFS=`sed -n "$ac_script" confdefs.h`
ghostscript-9.53.3~dfsg/configure-13804-
##############################################
ghostscript-9.53.3~dfsg/configure-13811-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ghostscript-9.53.3~dfsg/configure:13812:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ghostscript-9.53.3~dfsg/configure-13813-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ghostscript-9.53.3~dfsg/configure-13879-if test -z "$BASH_VERSION$ZSH_VERSION" \
ghostscript-9.53.3~dfsg/configure:13880:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ghostscript-9.53.3~dfsg/configure-13881-  as_echo='print -r --'
ghostscript-9.53.3~dfsg/configure-13882-  as_echo_n='print -rn --'
ghostscript-9.53.3~dfsg/configure:13883:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ghostscript-9.53.3~dfsg/configure-13884-  as_echo='printf %s\n'
##############################################
ghostscript-9.53.3~dfsg/configure-13886-else
ghostscript-9.53.3~dfsg/configure:13887:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ghostscript-9.53.3~dfsg/configure-13888-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ghostscript-9.53.3~dfsg/configure-13896-	expr "X$arg" : "X\\(.*\\)$as_nl";
ghostscript-9.53.3~dfsg/configure:13897:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ghostscript-9.53.3~dfsg/configure-13898-      esac;
##############################################
ghostscript-9.53.3~dfsg/configure-13973-# ----------------------------------------
ghostscript-9.53.3~dfsg/configure:13974:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ghostscript-9.53.3~dfsg/configure-13975-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ghostscript-9.53.3~dfsg/configure-14045-  {
ghostscript-9.53.3~dfsg/configure:14046:    as_val=`expr "$@" || test $? -eq 1`
ghostscript-9.53.3~dfsg/configure-14047-  }
##############################################
ghostscript-9.53.3~dfsg/configure-14149-      case $as_dir in #(
ghostscript-9.53.3~dfsg/configure:14150:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ghostscript-9.53.3~dfsg/configure-14151-      *) as_qdir=$as_dir;;
##############################################
ghostscript-9.53.3~dfsg/configure-14271-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ghostscript-9.53.3~dfsg/configure:14272:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ghostscript-9.53.3~dfsg/configure-14273-ac_cs_version="\\
##############################################
ghostscript-9.53.3~dfsg/configure-14293-  --*=?*)
ghostscript-9.53.3~dfsg/configure:14294:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ghostscript-9.53.3~dfsg/configure:14295:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ghostscript-9.53.3~dfsg/configure-14296-    ac_shift=:
##############################################
ghostscript-9.53.3~dfsg/configure-14298-  --*=)
ghostscript-9.53.3~dfsg/configure:14299:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ghostscript-9.53.3~dfsg/configure-14300-    ac_optarg=
##############################################
ghostscript-9.53.3~dfsg/configure-14322-    case $ac_optarg in
ghostscript-9.53.3~dfsg/configure:14323:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ghostscript-9.53.3~dfsg/configure-14324-    '') as_fn_error $? "missing file argument" ;;
##############################################
ghostscript-9.53.3~dfsg/configure-14438-fi
ghostscript-9.53.3~dfsg/configure:14439:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ghostscript-9.53.3~dfsg/configure-14440-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ghostscript-9.53.3~dfsg/configure-14455-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ghostscript-9.53.3~dfsg/configure:14456:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ghostscript-9.53.3~dfsg/configure-14457-ac_delim='%!_!# '
##############################################
ghostscript-9.53.3~dfsg/configure-14461-
ghostscript-9.53.3~dfsg/configure:14462:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ghostscript-9.53.3~dfsg/configure-14463-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ghostscript-9.53.3~dfsg/configure-14623-      esac
ghostscript-9.53.3~dfsg/configure:14624:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ghostscript-9.53.3~dfsg/configure-14625-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ghostscript-9.53.3~dfsg/configure-14682-*)
ghostscript-9.53.3~dfsg/configure:14683:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ghostscript-9.53.3~dfsg/configure-14684-  # A ".." for each directory in $ac_dir_suffix.
ghostscript-9.53.3~dfsg/configure:14685:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ghostscript-9.53.3~dfsg/configure-14686-  case $ac_top_builddir_sub in
##############################################
ghostscript-9.53.3~dfsg/configure-14734-/@mandir@/p'
ghostscript-9.53.3~dfsg/configure:14735:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ghostscript-9.53.3~dfsg/configure-14736-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ghostscript-9.53.3~dfsg/configure-14751-
ghostscript-9.53.3~dfsg/configure:14752:# Neutralize VPATH when `$srcdir' = `.'.
ghostscript-9.53.3~dfsg/configure-14753-# Shell code in configure.ac might set extrasub.
##############################################
ghostscript-9.53.3~dfsg/configure-14777-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ghostscript-9.53.3~dfsg/configure:14778:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ghostscript-9.53.3~dfsg/configure-14779-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ghostscript-9.53.3~dfsg/config.sub-52-
ghostscript-9.53.3~dfsg/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
ghostscript-9.53.3~dfsg/config.sub-54-
##############################################
ghostscript-9.53.3~dfsg/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
ghostscript-9.53.3~dfsg/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
ghostscript-9.53.3~dfsg/config.sub-116-case $maybe_os in
##############################################
ghostscript-9.53.3~dfsg/config.sub-122-    os=-$maybe_os
ghostscript-9.53.3~dfsg/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
ghostscript-9.53.3~dfsg/config.sub-124-    ;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-126-    os=-linux-android
ghostscript-9.53.3~dfsg/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
ghostscript-9.53.3~dfsg/config.sub-128-    ;;
ghostscript-9.53.3~dfsg/config.sub-129-  *)
ghostscript-9.53.3~dfsg/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
ghostscript-9.53.3~dfsg/config.sub-131-    if [ "$basic_machine" != "$1" ]
ghostscript-9.53.3~dfsg/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
ghostscript-9.53.3~dfsg/config.sub-133-    else os=; fi
##############################################
ghostscript-9.53.3~dfsg/config.sub-180-		os=-sco5v6
ghostscript-9.53.3~dfsg/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
ghostscript-9.53.3~dfsg/config.sub-182-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-184-		os=-sco3.2v5
ghostscript-9.53.3~dfsg/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
ghostscript-9.53.3~dfsg/config.sub-186-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-188-		os=-sco3.2v4
ghostscript-9.53.3~dfsg/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
ghostscript-9.53.3~dfsg/config.sub-190-		;;
ghostscript-9.53.3~dfsg/config.sub-191-	-sco3.2.[4-9]*)
ghostscript-9.53.3~dfsg/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
ghostscript-9.53.3~dfsg/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
ghostscript-9.53.3~dfsg/config.sub-194-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
ghostscript-9.53.3~dfsg/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
ghostscript-9.53.3~dfsg/config.sub-198-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
ghostscript-9.53.3~dfsg/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
ghostscript-9.53.3~dfsg/config.sub-202-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-204-		os=-sco3.2v2
ghostscript-9.53.3~dfsg/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
ghostscript-9.53.3~dfsg/config.sub-206-		;;
ghostscript-9.53.3~dfsg/config.sub-207-	-udk*)
ghostscript-9.53.3~dfsg/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
ghostscript-9.53.3~dfsg/config.sub-209-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-211-		os=-isc2.2
ghostscript-9.53.3~dfsg/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
ghostscript-9.53.3~dfsg/config.sub-213-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-217-	-isc*)
ghostscript-9.53.3~dfsg/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
ghostscript-9.53.3~dfsg/config.sub-219-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-229-	-ptx*)
ghostscript-9.53.3~dfsg/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
ghostscript-9.53.3~dfsg/config.sub-231-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-364-	*-*-*)
ghostscript-9.53.3~dfsg/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
ghostscript-9.53.3~dfsg/config.sub-366-		exit 1
##############################################
ghostscript-9.53.3~dfsg/config.sub-493-	amd64-*)
ghostscript-9.53.3~dfsg/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-495-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-538-	blackfin-*)
ghostscript-9.53.3~dfsg/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-540-		os=-linux
##############################################
ghostscript-9.53.3~dfsg/config.sub-546-	c54x-*)
ghostscript-9.53.3~dfsg/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-548-		;;
ghostscript-9.53.3~dfsg/config.sub-549-	c55x-*)
ghostscript-9.53.3~dfsg/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-551-		;;
ghostscript-9.53.3~dfsg/config.sub-552-	c6x-*)
ghostscript-9.53.3~dfsg/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-554-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-650-	e500v[12]-*)
ghostscript-9.53.3~dfsg/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-652-		os=$os"spe"
##############################################
ghostscript-9.53.3~dfsg/config.sub-754-	i*86v32)
ghostscript-9.53.3~dfsg/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
ghostscript-9.53.3~dfsg/config.sub-756-		os=-sysv32
##############################################
ghostscript-9.53.3~dfsg/config.sub-758-	i*86v4*)
ghostscript-9.53.3~dfsg/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
ghostscript-9.53.3~dfsg/config.sub-760-		os=-sysv4
##############################################
ghostscript-9.53.3~dfsg/config.sub-762-	i*86v)
ghostscript-9.53.3~dfsg/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
ghostscript-9.53.3~dfsg/config.sub-764-		os=-sysv
##############################################
ghostscript-9.53.3~dfsg/config.sub-766-	i*86sol2)
ghostscript-9.53.3~dfsg/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
ghostscript-9.53.3~dfsg/config.sub-768-		os=-solaris2
##############################################
ghostscript-9.53.3~dfsg/config.sub-792-	leon-*|leon[3-9]-*)
ghostscript-9.53.3~dfsg/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
ghostscript-9.53.3~dfsg/config.sub-794-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-799-	m68knommu-*)
ghostscript-9.53.3~dfsg/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-801-		os=-linux
##############################################
ghostscript-9.53.3~dfsg/config.sub-833-	mips3*-*)
ghostscript-9.53.3~dfsg/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
ghostscript-9.53.3~dfsg/config.sub-835-		;;
ghostscript-9.53.3~dfsg/config.sub-836-	mips3*)
ghostscript-9.53.3~dfsg/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
ghostscript-9.53.3~dfsg/config.sub-838-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-855-	ms1-*)
ghostscript-9.53.3~dfsg/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
ghostscript-9.53.3~dfsg/config.sub-857-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-980-	parisc-*)
ghostscript-9.53.3~dfsg/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-982-		os=-linux
##############################################
ghostscript-9.53.3~dfsg/config.sub-996-	pc98-*)
ghostscript-9.53.3~dfsg/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-998-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
ghostscript-9.53.3~dfsg/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-1013-		;;
ghostscript-9.53.3~dfsg/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
ghostscript-9.53.3~dfsg/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-1016-		;;
ghostscript-9.53.3~dfsg/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
ghostscript-9.53.3~dfsg/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-1019-		;;
ghostscript-9.53.3~dfsg/config.sub-1020-	pentium4-*)
ghostscript-9.53.3~dfsg/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-1022-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-1030-	ppc-* | ppcbe-*)
ghostscript-9.53.3~dfsg/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-1032-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-1036-	ppcle-* | powerpclittle-*)
ghostscript-9.53.3~dfsg/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-1038-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-1040-		;;
ghostscript-9.53.3~dfsg/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-1042-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-1046-	ppc64le-* | powerpc64little-*)
ghostscript-9.53.3~dfsg/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-1048-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-1122-	strongarm-* | thumb-*)
ghostscript-9.53.3~dfsg/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub-1124-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-1255-	xscale-* | xscalee[bl]-*)
ghostscript-9.53.3~dfsg/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
ghostscript-9.53.3~dfsg/config.sub-1257-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-1317-	*)
ghostscript-9.53.3~dfsg/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
ghostscript-9.53.3~dfsg/config.sub-1319-		exit 1
##############################################
ghostscript-9.53.3~dfsg/config.sub-1325-	*-digital*)
ghostscript-9.53.3~dfsg/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
ghostscript-9.53.3~dfsg/config.sub-1327-		;;
ghostscript-9.53.3~dfsg/config.sub-1328-	*-commodore*)
ghostscript-9.53.3~dfsg/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
ghostscript-9.53.3~dfsg/config.sub-1330-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-1346-	-solaris1 | -solaris1.*)
ghostscript-9.53.3~dfsg/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
ghostscript-9.53.3~dfsg/config.sub-1348-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-1355-	-gnu/linux*)
ghostscript-9.53.3~dfsg/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
ghostscript-9.53.3~dfsg/config.sub-1357-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-1407-	-nto*)
ghostscript-9.53.3~dfsg/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
ghostscript-9.53.3~dfsg/config.sub-1409-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-1414-	-mac*)
ghostscript-9.53.3~dfsg/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
ghostscript-9.53.3~dfsg/config.sub-1416-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-1420-	-linux*)
ghostscript-9.53.3~dfsg/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
ghostscript-9.53.3~dfsg/config.sub-1422-		;;
ghostscript-9.53.3~dfsg/config.sub-1423-	-sunos5*)
ghostscript-9.53.3~dfsg/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
ghostscript-9.53.3~dfsg/config.sub-1425-		;;
ghostscript-9.53.3~dfsg/config.sub-1426-	-sunos6*)
ghostscript-9.53.3~dfsg/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
ghostscript-9.53.3~dfsg/config.sub-1428-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-1469-	-sinix5.*)
ghostscript-9.53.3~dfsg/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
ghostscript-9.53.3~dfsg/config.sub-1471-		;;
##############################################
ghostscript-9.53.3~dfsg/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
ghostscript-9.53.3~dfsg/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
ghostscript-9.53.3~dfsg/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
ghostscript-9.53.3~dfsg/config.sub-1531-		exit 1
##############################################
ghostscript-9.53.3~dfsg/config.sub-1788-		esac
ghostscript-9.53.3~dfsg/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
ghostscript-9.53.3~dfsg/config.sub-1790-		;;
##############################################
ghostscript-9.53.3~dfsg/config.guess-34-
ghostscript-9.53.3~dfsg/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
ghostscript-9.53.3~dfsg/config.guess-36-
##############################################
ghostscript-9.53.3~dfsg/config.guess-102-: ${TMPDIR=/tmp} ;
ghostscript-9.53.3~dfsg/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
ghostscript-9.53.3~dfsg/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
ghostscript-9.53.3~dfsg/config.guess-151-	EOF
ghostscript-9.53.3~dfsg/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
ghostscript-9.53.3~dfsg/config.guess-153-
##############################################
ghostscript-9.53.3~dfsg/config.guess-188-	    earmv*)
ghostscript-9.53.3~dfsg/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
ghostscript-9.53.3~dfsg/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
ghostscript-9.53.3~dfsg/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
ghostscript-9.53.3~dfsg/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
ghostscript-9.53.3~dfsg/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
ghostscript-9.53.3~dfsg/config.guess-222-		;;
##############################################
ghostscript-9.53.3~dfsg/config.guess-233-	    *)
ghostscript-9.53.3~dfsg/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
ghostscript-9.53.3~dfsg/config.guess-235-		;;
##############################################
ghostscript-9.53.3~dfsg/config.guess-280-	*4.0)
ghostscript-9.53.3~dfsg/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
ghostscript-9.53.3~dfsg/config.guess-282-		;;
ghostscript-9.53.3~dfsg/config.guess-283-	*5.*)
ghostscript-9.53.3~dfsg/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
ghostscript-9.53.3~dfsg/config.guess-285-		;;
##############################################
ghostscript-9.53.3~dfsg/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
ghostscript-9.53.3~dfsg/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
ghostscript-9.53.3~dfsg/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
ghostscript-9.53.3~dfsg/config.guess-328-	# 1.2 uses "1.2" for uname -r.
ghostscript-9.53.3~dfsg/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
ghostscript-9.53.3~dfsg/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
ghostscript-9.53.3~dfsg/config.guess-379-    s390x:SunOS:*:*)
ghostscript-9.53.3~dfsg/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
ghostscript-9.53.3~dfsg/config.guess-381-	exit ;;
ghostscript-9.53.3~dfsg/config.guess-382-    sun4H:SunOS:5.*:*)
ghostscript-9.53.3~dfsg/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
ghostscript-9.53.3~dfsg/config.guess-384-	exit ;;
ghostscript-9.53.3~dfsg/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
ghostscript-9.53.3~dfsg/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
ghostscript-9.53.3~dfsg/config.guess-387-	exit ;;
##############################################
ghostscript-9.53.3~dfsg/config.guess-404-	fi
ghostscript-9.53.3~dfsg/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
ghostscript-9.53.3~dfsg/config.guess-406-	exit ;;
##############################################
ghostscript-9.53.3~dfsg/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
ghostscript-9.53.3~dfsg/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
ghostscript-9.53.3~dfsg/config.guess-412-	exit ;;
##############################################
ghostscript-9.53.3~dfsg/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
ghostscript-9.53.3~dfsg/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
ghostscript-9.53.3~dfsg/config.guess-421-	exit ;;
##############################################
ghostscript-9.53.3~dfsg/config.guess-425-    sun*:*:4.2BSD:*)
ghostscript-9.53.3~dfsg/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
ghostscript-9.53.3~dfsg/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
ghostscript-9.53.3~dfsg/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
ghostscript-9.53.3~dfsg/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
ghostscript-9.53.3~dfsg/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
ghostscript-9.53.3~dfsg/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
ghostscript-9.53.3~dfsg/config.guess-563-    *:IRIX*:*:*)
ghostscript-9.53.3~dfsg/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
ghostscript-9.53.3~dfsg/config.guess-565-	exit ;;
##############################################
ghostscript-9.53.3~dfsg/config.guess-593-EOF
ghostscript-9.53.3~dfsg/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
ghostscript-9.53.3~dfsg/config.guess-595-		then
##############################################
ghostscript-9.53.3~dfsg/config.guess-606-    *:AIX:*:[4567])
ghostscript-9.53.3~dfsg/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
ghostscript-9.53.3~dfsg/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
ghostscript-9.53.3~dfsg/config.guess-642-    9000/[34678]??:HP-UX:*:*)
ghostscript-9.53.3~dfsg/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
ghostscript-9.53.3~dfsg/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
ghostscript-9.53.3~dfsg/config.guess-696-EOF
ghostscript-9.53.3~dfsg/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
ghostscript-9.53.3~dfsg/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
ghostscript-9.53.3~dfsg/config.guess-724-    ia64:HP-UX:*:*)
ghostscript-9.53.3~dfsg/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
ghostscript-9.53.3~dfsg/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
ghostscript-9.53.3~dfsg/config.guess-754-EOF
ghostscript-9.53.3~dfsg/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
ghostscript-9.53.3~dfsg/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
ghostscript-9.53.3~dfsg/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
ghostscript-9.53.3~dfsg/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
ghostscript-9.53.3~dfsg/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ghostscript-9.53.3~dfsg/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
ghostscript-9.53.3~dfsg/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
ghostscript-9.53.3~dfsg/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ghostscript-9.53.3~dfsg/config.guess-850-	esac
ghostscript-9.53.3~dfsg/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
ghostscript-9.53.3~dfsg/config.guess-852-	exit ;;
##############################################
ghostscript-9.53.3~dfsg/config.guess-886-    prep*:SunOS:5.*:*)
ghostscript-9.53.3~dfsg/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
ghostscript-9.53.3~dfsg/config.guess-888-	exit ;;
##############################################
ghostscript-9.53.3~dfsg/config.guess-890-	# the GNU system
ghostscript-9.53.3~dfsg/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
ghostscript-9.53.3~dfsg/config.guess-892-	exit ;;
##############################################
ghostscript-9.53.3~dfsg/config.guess-894-	# other systems with GNU libc and userland
ghostscript-9.53.3~dfsg/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
ghostscript-9.53.3~dfsg/config.guess-896-	exit ;;
##############################################
ghostscript-9.53.3~dfsg/config.guess-988-EOF
ghostscript-9.53.3~dfsg/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
ghostscript-9.53.3~dfsg/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
ghostscript-9.53.3~dfsg/config.guess-1092-    i*86:*:4.*:*)
ghostscript-9.53.3~dfsg/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
ghostscript-9.53.3~dfsg/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
ghostscript-9.53.3~dfsg/config.guess-1295-	fi
ghostscript-9.53.3~dfsg/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
ghostscript-9.53.3~dfsg/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
ghostscript-9.53.3~dfsg/config.guess-1393-    *:DragonFly:*:*)
ghostscript-9.53.3~dfsg/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
ghostscript-9.53.3~dfsg/config.guess-1395-	exit ;;
##############################################
ghostscript-9.53.3~dfsg/config.guess-1406-    i*86:skyos:*:*)
ghostscript-9.53.3~dfsg/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
ghostscript-9.53.3~dfsg/config.guess-1408-	exit ;;
##############################################
ghostscript-9.53.3~dfsg/install-sh-234-      fi
ghostscript-9.53.3~dfsg/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
ghostscript-9.53.3~dfsg/install-sh-236-    *)
##############################################
ghostscript-9.53.3~dfsg/install-sh-280-      dstdir=$dst
ghostscript-9.53.3~dfsg/install-sh:281:      dstbase=`basename "$src"`
ghostscript-9.53.3~dfsg/install-sh-282-      case $dst in
##############################################
ghostscript-9.53.3~dfsg/install-sh-287-    else
ghostscript-9.53.3~dfsg/install-sh:288:      dstdir=`dirname "$dst"`
ghostscript-9.53.3~dfsg/install-sh-289-      test -d "$dstdir"
##############################################
ghostscript-9.53.3~dfsg/install-sh-354-                   test_tmpdir="$tmpdir/a"
ghostscript-9.53.3~dfsg/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
ghostscript-9.53.3~dfsg/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
ghostscript-9.53.3~dfsg/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
ghostscript-9.53.3~dfsg/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
ghostscript-9.53.3~dfsg/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
ghostscript-9.53.3~dfsg/install-sh-419-            case $prefix in
ghostscript-9.53.3~dfsg/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
ghostscript-9.53.3~dfsg/install-sh-421-              *) qprefix=$prefix;;
##############################################
ghostscript-9.53.3~dfsg/install-sh-468-    if $copy_on_change &&
ghostscript-9.53.3~dfsg/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
ghostscript-9.53.3~dfsg/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
ghostscript-9.53.3~dfsg/install-sh-471-       set -f &&
##############################################
ghostscript-9.53.3~dfsg/toolbin/tmake.tcl-51-# The following switches set the corresponding global variables used during
ghostscript-9.53.3~dfsg/toolbin/tmake.tcl:52:# execution of the compiled makefile:
ghostscript-9.53.3~dfsg/toolbin/tmake.tcl-53-set O(-d) {DEBUG o_01}		;# print a debugging trace
##############################################
ghostscript-9.53.3~dfsg/toolbin/tmake.tcl-55-set O(-j) {MAX_JOBS o_max}	;# maximum number of concurrent rule
ghostscript-9.53.3~dfsg/toolbin/tmake.tcl:56:				;# executions (NYI)
ghostscript-9.53.3~dfsg/toolbin/tmake.tcl-57-set O(-k) {KEEP_GOING o_01}	;# continue past errors, but don't build
##############################################
ghostscript-9.53.3~dfsg/toolbin/localcluster/clusterpush.pl-122-if (!$user) {
ghostscript-9.53.3~dfsg/toolbin/localcluster/clusterpush.pl:123:  $user=`echo \$CLUSTER_USER`;
ghostscript-9.53.3~dfsg/toolbin/localcluster/clusterpush.pl-124-  chomp $user;
##############################################
ghostscript-9.53.3~dfsg/toolbin/localcluster/clusterpush.pl-127-if (!$user) {
ghostscript-9.53.3~dfsg/toolbin/localcluster/clusterpush.pl:128:  $user=`echo \$USER`;
ghostscript-9.53.3~dfsg/toolbin/localcluster/clusterpush.pl-129-  chomp $user;
##############################################
ghostscript-9.53.3~dfsg/toolbin/localcluster/clusterpush.pl-133-if (!$user) {
ghostscript-9.53.3~dfsg/toolbin/localcluster/clusterpush.pl:134:  $user=`echo \$USERNAME`;
ghostscript-9.53.3~dfsg/toolbin/localcluster/clusterpush.pl-135-  chomp $user;
##############################################
ghostscript-9.53.3~dfsg/toolbin/localcluster/clusterpush.pl-257-  print "$cmd\n" if ($verbose);
ghostscript-9.53.3~dfsg/toolbin/localcluster/clusterpush.pl:258:  #`$cmd`;
ghostscript-9.53.3~dfsg/toolbin/localcluster/clusterpush.pl-259-  open(T,"$cmd |");
##############################################
ghostscript-9.53.3~dfsg/toolbin/localcluster/clusterpush.pl-286-#print "extras=$extras\n";
ghostscript-9.53.3~dfsg/toolbin/localcluster/clusterpush.pl:287:`$cmd`;
ghostscript-9.53.3~dfsg/toolbin/localcluster/clusterpush.pl-288-
##############################################
ghostscript-9.53.3~dfsg/toolbin/performance.pl-46-      $s=sprintf "touch gs.%d ; rm -fr gs.%d ; svn export -r%d http://svn.ghostscript.com/ghostscript/trunk/gs gs.%d",$i,$i,$i,$i;
ghostscript-9.53.3~dfsg/toolbin/performance.pl:47:      `$s`;
ghostscript-9.53.3~dfsg/toolbin/performance.pl-48-      $s=sprintf "cd gs.%d ; ./autogen.sh 2>/dev/null ; make -j 2 2>/dev/null",$i;
ghostscript-9.53.3~dfsg/toolbin/performance.pl:49:      `$s`;
ghostscript-9.53.3~dfsg/toolbin/performance.pl-50-      if (! -e $exe) {
ghostscript-9.53.3~dfsg/toolbin/performance.pl-51-        print STDERR "skipping r$i, build failed\n";
ghostscript-9.53.3~dfsg/toolbin/performance.pl:52:        `touch $bad`;
ghostscript-9.53.3~dfsg/toolbin/performance.pl-53-      }
##############################################
ghostscript-9.53.3~dfsg/toolbin/performance.pl-59-    my $size=-s $exe;
ghostscript-9.53.3~dfsg/toolbin/performance.pl:60:    my $a=`cd gs.$i ; /home/marcos/bin/time -f "%U %S %E %P" ../$command 2>&1`;
ghostscript-9.53.3~dfsg/toolbin/performance.pl-61-    my @a=split '\n',$a;
##############################################
ghostscript-9.53.3~dfsg/toolbin/halftone/ETS/README.txt-83-
ghostscript-9.53.3~dfsg/toolbin/halftone/ETS/README.txt:84:You can use the NASM tool to reassemble the eb_sse2.s file. Use the
ghostscript-9.53.3~dfsg/toolbin/halftone/ETS/README.txt-85-following command line:
ghostscript-9.53.3~dfsg/toolbin/halftone/ETS/README.txt-86-
ghostscript-9.53.3~dfsg/toolbin/halftone/ETS/README.txt:87:nasm eb_sse2.s -f win32
ghostscript-9.53.3~dfsg/toolbin/halftone/ETS/README.txt-88-
##############################################
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl-84-
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl:85:#$a=`lynx -nolist -width 1024 -dump http://bugs.ghostscript.com/buglist.cgi?short_desc_type=allwordssubstr\\&short_desc=\\&long_desc_type=allwordssubstr\\&long_desc=\\&keywords_type=allwords\\&bug_status=UNCONFIRMED\\&bug_status=NEW\\&bug_status=ASSIGNED\\&bug_status=REOPENED\\&bug_severity=blocker\\&bug_severity=critical\\&bug_severity=major\\&bug_severity=normal\\&bug_severity=minor\\&bug_severity=trivial\\&emailassigned_to1=1\\&emailtype1=substring\\&email1=$engineer\\&emailassigned_to2=1\\&bugidtype=include\\&chfieldto=Now\\&field0-0-0=Customer\\&type0-0-0=greaterthan\\&value0-0-0=0`;
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl:86:#$a=`lynx -nolist -width 1024 -dump "http://bugs.ghostscript.com/buglist.cgi?emailassigned_to1=1;query_format=advanced;field0-0-0=cf_customer;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;email1=$engineer;type0-0-0=greaterthan;value0-0-0=0;emailtype1=substring"`;
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl:87:$a=`lynx -nolist -width 1024 -dump "http://bugs.ghostscript.com/buglist.cgi?emailassigned_to1=1&query_format=advanced&field0-0-0=cf_customer&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=$engineer&type0-0-0=greaterthan&value0-0-0=0&emailtype1=substring"`;
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl-88-#print "$a\n";  exit;
##############################################
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl-96-
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl:97:#$a=`lynx -nolist -width 1024 -dump http://bugs.ghostscript.com/buglist.cgi?short_desc_type=allwordssubstr\\&short_desc=\\&long_desc_type=allwordssubstr\\&long_desc=\\&keywords_type=allwords\\&bug_status=UNCONFIRMED\\&bug_status=NEW\\&bug_status=ASSIGNED\\&bug_status=REOPENED\\&bug_severity=enhancement\\&emailassigned_to1=1\\&emailtype1=substring\\&email1=$engineer\\&emailassigned_to2=1\\&bugidtype=include\\&chfieldto=Now\\&field0-0-0=Customer\\&type0-0-0=greaterthan\\&value0-0-0=0`;
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl:98:$a=`lynx -nolist -width 1024 -dump "http://bugs.ghostscript.com/buglist.cgi?emailassigned_to1=1;query_format=advanced;field0-0-0=cf_customer;bug_severity=enhancement;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;email1=$engineer;type0-0-0=greaterthan;value0-0-0=0;emailtype1=substring"`;
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl-99-@a=split '\n',$a;
##############################################
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl-113-
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl:114:#$a=`lynx -nolist -width 1024 -dump http://bugs.ghostscript.com/buglist.cgi?short_desc_type=allwordssubstr\\&short_desc=Regression%3A\\&long_desc_type=allwordssubstr\\&long_desc=\\&keywords_type=allwords\\&bug_status=UNCONFIRMED\\&bug_status=NEW\\&bug_status=ASSIGNED\\&bug_status=REOPENED\\&bug_severity=blocker\\&bug_severity=critical\\&bug_severity=major\\&bug_severity=normal\\&bug_severity=minor\\&bug_severity=trivial\\&emailassigned_to1=1\\&emailtype1=substring\\&email1=$engineer\\&emailassigned_to2=1\\&bugidtype=include\\&chfieldto=Now`;
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl:115:$a=`lynx -nolist -width 1024 -dump "http://bugs.ghostscript.com/buglist.cgi?emailassigned_to1=1;query_format=advanced;short_desc=Regression%3A;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;short_desc_type=allwordssubstr;email1=$engineer;emailtype1=substring"`;
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl-116-@a=split '\n',$a;
##############################################
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl-124-
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl:125:#$a=`lynx -nolist -width 1024 -dump http://bugs.ghostscript.com/buglist.cgi?short_desc_type=allwordssubstr\\&short_desc=\\&long_desc_type=allwordssubstr\\&long_desc=\\&keywords_type=allwords\\&bug_status=UNCONFIRMED\\&bug_status=NEW\\&bug_status=ASSIGNED\\&bug_status=REOPENED\\&bug_severity=blocker\\&bug_severity=critical\\&bug_severity=major\\&bug_severity=normal\\&bug_severity=minor\\&bug_severity=trivial\\&emailassigned_to1=1\\&emailtype1=substring\\&email1=$engineer\\&emailassigned_to2=1\\&bugidtype=include\\&chfieldto=Now\\&priority=P1`;
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl:126:$a=`lynx -nolist -width 1024 -dump "http://bugs.ghostscript.com/buglist.cgi?priority=P1;emailassigned_to1=1;query_format=advanced;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;email1=$engineer;emailtype1=substring"`;
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl-127-@a=split '\n',$a;
##############################################
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl-149-
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl:150:    my $b=`lynx -nolist -width 1025 -dump http://bugs.ghostscript.com/show_bug.cgi?id=$bugNumber`;
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl-151-
##############################################
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl-185-
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl:186:    $b=`lynx -nolist -width 1025 -dump http://bugs.ghostscript.com/show_activity.cgi?id=$bugNumber`;
ghostscript-9.53.3~dfsg/toolbin/bugsByEngineer.pl-187-    $dateAssigned=$1 if ($b =~ m/.*(\d\d\d\d-\d\d-\d\d \d\d:\d\d):\d\d .+ Assignee/s);
##############################################
ghostscript-9.53.3~dfsg/toolbin/tests/run_parallel-132-  outfile.write("echo elapsed time $(($ENDT - $STARTT)) seconds" + dest)
ghostscript-9.53.3~dfsg/toolbin/tests/run_parallel:133:  outfile.write("DIFFS=`cat %s | egrep DIFFER$ | wc -l`" % log + dest)
ghostscript-9.53.3~dfsg/toolbin/tests/run_parallel-134-  outfile.write("echo Run shows $DIFFS differences" + dest)
##############################################
ghostscript-9.53.3~dfsg/toolbin/headercompile.pl-17-    my $dir = shift;
ghostscript-9.53.3~dfsg/toolbin/headercompile.pl:18:    my @headers = `cd $dir; ls *.h`;
ghostscript-9.53.3~dfsg/toolbin/headercompile.pl-19-    foreach my $h (@headers) {
##############################################
ghostscript-9.53.3~dfsg/toolbin/headercompile.pl-272-
ghostscript-9.53.3~dfsg/toolbin/headercompile.pl:273:    my $ret = system("cc -DHAVE_INTTYPES_H -Ibase -Ipsi -Ilcms2mt -Ilcms2 -Iopenjpeg/src/lib/openjp2 -Ijpeg -Ijbig2dec   -Iobj -o tmp.o $h > tmp.err 2>&1");
ghostscript-9.53.3~dfsg/toolbin/headercompile.pl-274-
##############################################
ghostscript-9.53.3~dfsg/toolbin/checkdeps.pl-12-    # First, gather all the #includes.
ghostscript-9.53.3~dfsg/toolbin/checkdeps.pl:13:    my @rawincludes=`cd $dir;grep include *.h *.c`;
ghostscript-9.53.3~dfsg/toolbin/checkdeps.pl-14-
##############################################
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl-217-    $cmd = "valgrind --track-origins=yes $binargs $psargs -sOutputFile=$out1args $bandargs $dev1args $resargs $randargs $file2";
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl:218:    #system("echo $cmd > out.vg");
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl:219:    #system("$cmd >>& out.vg");
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl:220:    system("echo $cmd");
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl:221:    system("$cmd");
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl-222-    my $ret = $?;
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl:223:    #system("echo return $ret >> out.vg");
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl:224:    system("echo return $ret");
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl-225-
##############################################
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl-239-	$cmd = "valgrind --track-origins=yes $binargs $psargs -sOutputFile=/dev/null $bandargs $devargs $resargs $randargs $out1args";
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl:240:	#system("echo $cmd >> out.vg");
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl:241:	#system("$cmd >>& out.vg");
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl:242:	system("echo $cmd");
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl:243:	system("$cmd");
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl-244-	$ret = $?;
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl:245:        #system("echo return $ret >> out.vg");
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl:246:        system("echo return $ret");
ghostscript-9.53.3~dfsg/toolbin/vgbatch.pl-247-    }
##############################################
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-236-            if ($pid = fork()) {
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl:237:                $ret  = system($cmd);
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-238-                waitpid($pid, 0);
##############################################
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-240-            } elsif (defined $pid) {
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl:241:                exec($cmd2);
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-242-            } elsif ($! == EAGAIN) {
##############################################
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-249-    } else {
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl:250:        $ret  = system($cmd);
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl:251:        $ret2 = system($cmd2);
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-252-    }
##############################################
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-280-            if ($pid = fork) {
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl:281:                $ret  = system($cmd);
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-282-                waitpid($pid, 0);
##############################################
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-286-                    if ($pid = fork) {
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl:287:                        $ret2 = system($cmd2);
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-288-                        waitpid($pid, 0);
##############################################
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-294-                    } elsif (defined $pid) {
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl:295:                        exec($cmd3);
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-296-                    } elsif ($! == EAGAIN) {
##############################################
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-310-    } else {
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl:311:        $ret  = system($cmd);
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl:312:        $ret2 = system($cmd2);
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-313-    }
##############################################
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-686-        $cmd .= " ".$images;
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl:687:        $ret = system($cmd);
ghostscript-9.53.3~dfsg/toolbin/htmldiff.pl-688-        if ($ret != 0)
##############################################
ghostscript-9.53.3~dfsg/debian/patch-cherry-pick-30-	"$TREEISH" \
ghostscript-9.53.3~dfsg/debian/patch-cherry-pick:31:	| perl -ane '`git log -p $F[0]^..$F[0] > $ENV{PREFIX}$F[1]~$F[0].patch`'
##############################################
ghostscript-9.53.3~dfsg/debian/patches/02020-09-09T14:47:30+01:00~6a23ca3a9.patch-249- # copy in every category (directory) but CVS
ghostscript-9.53.3~dfsg/debian/patches/02020-09-09T14:47:30+01:00~6a23ca3a9.patch:250:-RES_CATEGORIES=`ls $(PSRESDIR) | grep -v CVS` 
ghostscript-9.53.3~dfsg/debian/patches/02020-09-09T14:47:30+01:00~6a23ca3a9.patch:251:+RES_CATEGORIES=`ls $(PSRESDIR) | grep -v CVS`
ghostscript-9.53.3~dfsg/debian/patches/02020-09-09T14:47:30+01:00~6a23ca3a9.patch-252- install-resdata0 : $(PSRESDIR)/Decoding/Unicode
##############################################
ghostscript-9.53.3~dfsg/debian/patches/02020-09-16T18:49:42+01:00~477d315af.patch-14-             AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/debian/patches/02020-09-16T18:49:42+01:00~477d315af.patch:15:             LIBS="$LIBS `$PKGCONFIG --libs libidn`"
ghostscript-9.53.3~dfsg/debian/patches/02020-09-16T18:49:42+01:00~477d315af.patch:16:+            CFLAGS="$CFLAGS `$PKGCONFIG --cflags libidn`"
ghostscript-9.53.3~dfsg/debian/patches/02020-09-16T18:49:42+01:00~477d315af.patch-17-             HAVE_LIBIDN=-DHAVE_LIBIDN
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-08-18T10:23:13+01:00~3441872e7.patch/doc/DLL.htm-584-        fprintf(stderr, "Loaded GSDLL2\n");
ghostscript-9.53.3~dfsg/.pc/02020-08-18T10:23:13+01:00~3441872e7.patch/doc/DLL.htm:585:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_init", (PFN *)(&amp;pgsdll_init));
ghostscript-9.53.3~dfsg/.pc/02020-08-18T10:23:13+01:00~3441872e7.patch/doc/DLL.htm:586:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_execute_begin", (PFN *)(&amp;pgsdll_execute_begin));
ghostscript-9.53.3~dfsg/.pc/02020-08-18T10:23:13+01:00~3441872e7.patch/doc/DLL.htm:587:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_execute_cont", (PFN *)(&amp;pgsdll_execute_cont));
ghostscript-9.53.3~dfsg/.pc/02020-08-18T10:23:13+01:00~3441872e7.patch/doc/DLL.htm:588:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_execute_end", (PFN *)(&amp;pgsdll_execute_end));
ghostscript-9.53.3~dfsg/.pc/02020-08-18T10:23:13+01:00~3441872e7.patch/doc/DLL.htm:589:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_exit", (PFN *)(&amp;pgsdll_exit));
ghostscript-9.53.3~dfsg/.pc/02020-08-18T10:23:13+01:00~3441872e7.patch/doc/DLL.htm-590-    }
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-08-18T10:23:13+01:00~3441872e7.patch/doc/History9.htm-198152-<br>
ghostscript-9.53.3~dfsg/.pc/02020-08-18T10:23:13+01:00~3441872e7.patch/doc/History9.htm:198153:    I have now successfully used pxldis and pxlasm on windows.
ghostscript-9.53.3~dfsg/.pc/02020-08-18T10:23:13+01:00~3441872e7.patch/doc/History9.htm-198154-<br>
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-08-27T12:33:35+01:00~30c56c669.patch/toolbin/localcluster/clusterpush.pl-120-if (!$user) {
ghostscript-9.53.3~dfsg/.pc/02020-08-27T12:33:35+01:00~30c56c669.patch/toolbin/localcluster/clusterpush.pl:121:  $user=`echo \$CLUSTER_USER`;
ghostscript-9.53.3~dfsg/.pc/02020-08-27T12:33:35+01:00~30c56c669.patch/toolbin/localcluster/clusterpush.pl-122-  chomp $user;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-08-27T12:33:35+01:00~30c56c669.patch/toolbin/localcluster/clusterpush.pl-125-if (!$user) {
ghostscript-9.53.3~dfsg/.pc/02020-08-27T12:33:35+01:00~30c56c669.patch/toolbin/localcluster/clusterpush.pl:126:  $user=`echo \$USER`;
ghostscript-9.53.3~dfsg/.pc/02020-08-27T12:33:35+01:00~30c56c669.patch/toolbin/localcluster/clusterpush.pl-127-  chomp $user;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-08-27T12:33:35+01:00~30c56c669.patch/toolbin/localcluster/clusterpush.pl-131-if (!$user) {
ghostscript-9.53.3~dfsg/.pc/02020-08-27T12:33:35+01:00~30c56c669.patch/toolbin/localcluster/clusterpush.pl:132:  $user=`echo \$USERNAME`;
ghostscript-9.53.3~dfsg/.pc/02020-08-27T12:33:35+01:00~30c56c669.patch/toolbin/localcluster/clusterpush.pl-133-  chomp $user;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-08-27T12:33:35+01:00~30c56c669.patch/toolbin/localcluster/clusterpush.pl-240-  print "$cmd\n" if ($verbose);
ghostscript-9.53.3~dfsg/.pc/02020-08-27T12:33:35+01:00~30c56c669.patch/toolbin/localcluster/clusterpush.pl:241:  #`$cmd`;
ghostscript-9.53.3~dfsg/.pc/02020-08-27T12:33:35+01:00~30c56c669.patch/toolbin/localcluster/clusterpush.pl-242-  open(T,"$cmd |");
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-08-27T12:33:35+01:00~30c56c669.patch/toolbin/localcluster/clusterpush.pl-269-#print "extras=$extras\n";
ghostscript-9.53.3~dfsg/.pc/02020-08-27T12:33:35+01:00~30c56c669.patch/toolbin/localcluster/clusterpush.pl:270:`$cmd`;
ghostscript-9.53.3~dfsg/.pc/02020-08-27T12:33:35+01:00~30c56c669.patch/toolbin/localcluster/clusterpush.pl-271-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-09T12:46:51+01:00~81a0e93a7.patch/base/gssprintf.c-471-#if !FOR_GS
ghostscript-9.53.3~dfsg/.pc/02020-09-09T12:46:51+01:00~81a0e93a7.patch/base/gssprintf.c:472:static char *conv_in_addr(struct in_addr *ia, char *buf_end, apr_size_t *len)
ghostscript-9.53.3~dfsg/.pc/02020-09-09T12:46:51+01:00~81a0e93a7.patch/base/gssprintf.c-473-{
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-09T12:46:51+01:00~81a0e93a7.patch/base/gssprintf.c-492- * to 1 byte past the end of the buffer. */
ghostscript-9.53.3~dfsg/.pc/02020-09-09T12:46:51+01:00~81a0e93a7.patch/base/gssprintf.c:493:static char *conv_apr_sockaddr(apr_sockaddr_t *sa, char *buf_end, apr_size_t *len)
ghostscript-9.53.3~dfsg/.pc/02020-09-09T12:46:51+01:00~81a0e93a7.patch/base/gssprintf.c-494-{
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-09T12:46:51+01:00~81a0e93a7.patch/base/gssprintf.c-1211-                    if (sa != NULL) {
ghostscript-9.53.3~dfsg/.pc/02020-09-09T12:46:51+01:00~81a0e93a7.patch/base/gssprintf.c:1212:                        s = conv_apr_sockaddr(sa, &num_buf[NUM_BUF_SIZE], &s_len);
ghostscript-9.53.3~dfsg/.pc/02020-09-09T12:46:51+01:00~81a0e93a7.patch/base/gssprintf.c-1213-                        if (adjust_precision && precision < s_len)
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-09T12:46:51+01:00~81a0e93a7.patch/base/gssprintf.c-1230-                    if (ia != NULL) {
ghostscript-9.53.3~dfsg/.pc/02020-09-09T12:46:51+01:00~81a0e93a7.patch/base/gssprintf.c:1231:                        s = conv_in_addr(ia, &num_buf[NUM_BUF_SIZE], &s_len);
ghostscript-9.53.3~dfsg/.pc/02020-09-09T12:46:51+01:00~81a0e93a7.patch/base/gssprintf.c-1232-                        if (adjust_precision && precision < s_len)
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak-303-	d=`pwd` ; \
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak:304:	d=`basename $$d` ; \
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak:305:	d=`echo $$d | sed -e s/gs/gs-/` ; \
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak-306-	$(RM) $(BINDIR)/$$d ; \
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak-313-	d=`pwd` ; \
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak:314:	d=`basename $$d` ; \
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak:315:	d=`echo $$d | sed -e s/gs/gs-/` ; \
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak-316-	$(RM) $(BINDIR)/$$d ; \
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak-321-	@d=`pwd` ; \
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak:322:	d=`basename $$d` ; \
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak:323:	d=`echo $$d | sed -e s/gs//` ; \
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak-324-	if test -f $(GS_SRC_DIR)/Fontmap.new ; \
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak-337-	@d=`pwd` ; \
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak:338:	d=`basename $$d` ; \
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak:339:	d=`echo $$d | sed -e s/gs//` ; \
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/all-arch.mak-340-	if test -f $(GS_SRC_DIR)/lib/pdf_sec.ps ; \
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/unix-dll.mak-241-so:
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/unix-dll.mak:242:	@if test -z "$(MAKE) $(SUB_MAKE_OPTION)" -o -z "`$(MAKE) $(SUB_MAKE_OPTION) --version 2>&1 | grep GNU`";\
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/unix-dll.mak-243-	  then echo "Warning: this target requires gmake";\
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/unix-dll.mak-247-so-only:
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/unix-dll.mak:248:	@if test -z "$(MAKE) $(SUB_MAKE_OPTION)" -o -z "`$(MAKE) $(SUB_MAKE_OPTION) --version 2>&1 | grep GNU`";\
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/unix-dll.mak-249-	  then echo "Warning: this target requires gmake";\
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/unix-dll.mak-266-so-onlydebug:
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/unix-dll.mak:267:	@if test -z "$(MAKE) $(SUB_MAKE_OPTION)" -o -z "`$(MAKE) $(SUB_MAKE_OPTION) --version 2>&1 | grep GNU`";\
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/unix-dll.mak-268-	  then echo "Warning: this target requires gmake";\
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/unix-dll.mak-272-sodebug:
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/unix-dll.mak:273:	@if test -z "$(MAKE) $(SUB_MAKE_OPTION)" -o -z "`$(MAKE) $(SUB_MAKE_OPTION) --version 2>&1 | grep GNU`";\
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/unix-dll.mak-274-	  then echo "Warning: this target requires gmake";\
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/unixinst.mak-119-# copy in every category (directory) but CVS
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/unixinst.mak:120:RES_CATEGORIES=`ls $(PSRESDIR) | grep -v CVS` 
ghostscript-9.53.3~dfsg/.pc/02020-09-09T14:47:30+01:00~6a23ca3a9.patch/base/unixinst.mak-121-install-resdata0 : $(PSRESDIR)/Decoding/Unicode
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-10T16:18:10+01:00~98379bb27.patch/doc/History9.htm-197667-<br>
ghostscript-9.53.3~dfsg/.pc/02020-09-10T16:18:10+01:00~98379bb27.patch/doc/History9.htm:197668:    I have now successfully used pxldis and pxlasm on windows.
ghostscript-9.53.3~dfsg/.pc/02020-09-10T16:18:10+01:00~98379bb27.patch/doc/History9.htm-197669-<br>
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-78-for gs_item in $2; do
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:79:  gs_stripped_item=`echo "$gs_item" | sed -e 's/^-l//'`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-80-  if test "x$gs_stripped_item" != "x$gs_item"; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-93-for gs_item in $2; do
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:94:  gs_stripped_item=`echo "$gs_item" | sed -e 's/-L//'`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-95-  if test "x$gs_stripped_item" != "x$gs_item"; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-198-sed_variant=`sed --version 2>&1`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:199:sed_variant=`echo $sed_variant|sed -e 's/ .*//'`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-200-if test "$sed_variant" != GNU ; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1031-            AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1032:            LIBS="$LIBS `$PKGCONFIG --libs libidn`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1033-            HAVE_LIBIDN=-DHAVE_LIBIDN
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1103-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1104:                        FONTCONFIG_CFLAGS="$CFLAGS `$PKGCONFIG --cflags fontconfig`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1105:                        FONTCONFIG_LIBS="`$PKGCONFIG --libs fontconfig`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1106-                        HAVE_FONTCONFIG=-DHAVE_FONTCONFIG
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1134-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1135:                        DBUS_CFLAGS="$CFLAGS `$PKGCONFIG --cflags dbus-1`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1136:                        DBUS_LIBS="`$PKGCONFIG --libs dbus-1`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1137-                        HAVE_DBUS=-DHAVE_DBUS
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1244-                if test "x$FT_CFLAGS" = "x"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1245:                  FT_CFLAGS="$CFLAGS `$PKGCONFIG --cflags freetype2`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1246-		fi
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1247-		if test "x$FT_LIBS" = "x"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1248:                  FT_LIBS="`$PKGCONFIG --libs-only-l freetype2`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1249-                fi
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1250-		if test "x$FT_LIB_PATH" = "x"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1251:		  FT_LIB_PATH="`$PKGCONFIG --libs-only-L freetype2`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1252-		fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1559-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1560:                        CFLAGS="$CFLAGS `$PKGCONFIG --cflags libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1561:                        LIBS="$LIBS `$PKGCONFIG --libs libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1562-                        HAVE_SYSTEM_LIBTIFF=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1587-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1588:                        CFLAGS="$CFLAGS `$PKGCONFIG --cflags libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1589:                        LIBS="$LIBS `$PKGCONFIG --libs libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1590-                        HAVE_SYSTEM_LIBTIFF=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1705-          if $PKGCONFIG --exists expat; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1706:            EXPAT_LIBS="`$PKGCONFIG --libs expat`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1707:            CFLAGS="$CFLAGS `$PKGCONFIG --cflags expat`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1708-          fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1800-                dnl Use values from CUPS config...
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1801:                CUPSCFLAGS="`$CUPSCONFIG --cflags` $CFLAGS"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1802:#                CUPSLINK="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --static --image --libs | sed -e '1,$s/-lssl//'` $LIBS"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1803:                CUPSLINK="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1804:                CUPSAPIVERSION="`$CUPSCONFIG --api-version`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1805-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1811-                else
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1812:                  CUPSSERVERROOT="`$CUPSCONFIG --serverroot`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1813-                fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1817-                else
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1818:                  CUPSSERVERBIN="`$CUPSCONFIG --serverbin`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1819-                fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1823-                else
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1824:                  CUPSDATA="`$CUPSCONFIG --datadir`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1825-                fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1834-
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:1835:                CUPSVERSION="`$CUPSCONFIG --version`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-1836-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2034-          AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2035:          JBIG2DEC_CFLAGS="$CFLAGS `$PKGCONFIG --cflags jbig2dec`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2036:          JBIG2DEC_LIBS="`$PKGCONFIG --libs jbig2dec`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2037-          SHARE_JBIG2=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2175-        if $PKGCONFIG --exists libopenjp2; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2176:          JPX_AUTOCONF_CFLAGS="`$PKGCONFIG libopenjp2 --cflags` -DUSE_OPENJPEG_JP2"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2177:          JPX_AUTOCONF_LIBS="`$PKGCONFIG libopenjp2 --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2178-          SHARE_JPX=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2367-            SOC_LOADER="dxmain"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2368:            SOC_CFLAGS="`$PKGCONFIG gtk+-3.0 --cflags`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2369:            SOC_LIBS="`$PKGCONFIG gtk+-3.0 --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2370-            AC_MSG_RESULT([yes])
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2379-                SOC_LOADER="dxmain"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2380:                SOC_CFLAGS="`$PKGCONFIG gtk+-2.0 --cflags`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2381:                SOC_LIBS="`$PKGCONFIG gtk+-2.0 --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2382-                AC_MSG_RESULT([yes])
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2598-        # Add drivers from file...
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2599:        drivers="`tr '\n' ',' <$driversfile`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2600-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2650-        if echo $drivers |grep "," >/dev/null; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2651:                THIS="`echo $drivers |sed -e 's/,.*//'`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2652-                SEDCMD="s/$THIS,//"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2653:                drivers="`echo $drivers |sed -e $SEDCMD`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2654-        else
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2790-                # It's a driver name (or a user messup)
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2791:                P_DEVS0="$P_DEVS0 `echo $THIS |sed -e 's,\.dev$,,'`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2792-                ;;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2799-    NTS_EXCLUDES="$(echo \"$P_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2800:    P_DEVS0=`echo $P_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2801-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2804-    NTS_EXCLUDES="$(echo \"$F_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2805:    F_DEVS0=`echo $F_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2806-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2809-    NTS_EXCLUDES="$(echo \"$CUPS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2810:    CUPS_DEVS0=`echo $CUPS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2811-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2814-    NTS_EXCLUDES="$(echo \"$XPS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2815:    XPS_DEVS0=`echo $XPS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2816-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2819-    NTS_EXCLUDES="$(echo \"$IJS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2820:    IJS_DEVS0=`echo $IJS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2821-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2824-    NTS_EXCLUDES="$(echo \"$PNG_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2825:    PNG_DEVS0=`echo $PNG_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2826-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2829-    NTS_EXCLUDES="$(echo \"$X11_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2830:    X11_DEVS0=`echo $X11_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2831-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2834-    NTS_EXCLUDES="$(echo \"$JBIG2_DEVS{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2835:    JBIG2_DEVS=`echo $JBIG2_DEVS | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2836-  done
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2837-
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2838:  NTS_EXCLUDES=`echo "$NTS_EXCLUDES" | tr " " "\n" | sort | uniq | tr "\n" " "`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2839-fi # x$enable_threadsafe = xyes
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2840-
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2841:noncontribmakefiles=`find $srcdir -name '*.mak' -print | grep -v '/contrib/'`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2842-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2845-    if test x$found_iconv = xno ; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2846:        P_DEVS0=`echo $P_DEVS0 | sed -e 's|opvp||' -e 's|oprp||'`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2847-        AC_MSG_WARN(Unable to include opvp/oprp driver due to missing iconv/libiconv...)
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2851-#   duplicates in there, add $(DD)foo.dev constructs
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2852:    P_DEVS=`(for i in $P_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles 2>&1 >/dev/null ) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2853-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2855-if test -n "$F_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2856:    F_DEVS=`(for i in $F_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2857-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2859-if test -n "$CUPS_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2860:    CUPS_DEVS=`(for i in $CUPS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2861-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2863-if test -n "$XPS_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2864:    XPS_DEVS=`(for i in $XPS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2865-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2867-if test -n "$IJS_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2868:    IJS_DEVS=`(for i in $IJS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2869-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2871-if test -n "$PNG_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2872:    PNG_DEVS=`(for i in $PNG_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2873-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2875-if test -n "$X11_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2876:    X11_DEVS=`(for i in $X11_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2877-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2880-if test x"$APPLE_DEVICES_REQUESTED" = x"yes" ; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:2881:  APDEVS=`echo $P_DEVS | grep 'APPLE\|iwhi\|iwlo\|iwlq'`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-2882-  if test -z "$APDEVS" ; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-3181-        if test "x$CUPSCONFIG" != x; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac:3182:          fontpath="${fontpath}:`$CUPSCONFIG --datadir`/fonts"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:49:42+01:00~477d315af.patch/configure.ac-3183-        fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-78-for gs_item in $2; do
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:79:  gs_stripped_item=`echo "$gs_item" | sed -e 's/^-l//'`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-80-  if test "x$gs_stripped_item" != "x$gs_item"; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-93-for gs_item in $2; do
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:94:  gs_stripped_item=`echo "$gs_item" | sed -e 's/-L//'`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-95-  if test "x$gs_stripped_item" != "x$gs_item"; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-198-sed_variant=`sed --version 2>&1`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:199:sed_variant=`echo $sed_variant|sed -e 's/ .*//'`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-200-if test "$sed_variant" != GNU ; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1031-            AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1032:            LIBS="$LIBS `$PKGCONFIG --libs libidn`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1033:            CFLAGS="$CFLAGS `$PKGCONFIG --cflags libidn`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1034-            HAVE_LIBIDN=-DHAVE_LIBIDN
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1104-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1105:                        FONTCONFIG_CFLAGS="$CFLAGS `$PKGCONFIG --cflags fontconfig`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1106:                        FONTCONFIG_LIBS="`$PKGCONFIG --libs fontconfig`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1107-                        HAVE_FONTCONFIG=-DHAVE_FONTCONFIG
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1135-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1136:                        DBUS_CFLAGS="$CFLAGS `$PKGCONFIG --cflags dbus-1`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1137:                        DBUS_LIBS="`$PKGCONFIG --libs dbus-1`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1138-                        HAVE_DBUS=-DHAVE_DBUS
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1245-                if test "x$FT_CFLAGS" = "x"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1246:                  FT_CFLAGS="$CFLAGS `$PKGCONFIG --cflags freetype2`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1247-		fi
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1248-		if test "x$FT_LIBS" = "x"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1249:                  FT_LIBS="`$PKGCONFIG --libs-only-l freetype2`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1250-                fi
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1251-		if test "x$FT_LIB_PATH" = "x"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1252:		  FT_LIB_PATH="`$PKGCONFIG --libs-only-L freetype2`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1253-		fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1560-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1561:                        CFLAGS="$CFLAGS `$PKGCONFIG --cflags libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1562:                        LIBS="$LIBS `$PKGCONFIG --libs libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1563-                        HAVE_SYSTEM_LIBTIFF=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1588-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1589:                        CFLAGS="$CFLAGS `$PKGCONFIG --cflags libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1590:                        LIBS="$LIBS `$PKGCONFIG --libs libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1591-                        HAVE_SYSTEM_LIBTIFF=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1706-          if $PKGCONFIG --exists expat; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1707:            EXPAT_LIBS="`$PKGCONFIG --libs expat`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1708:            CFLAGS="$CFLAGS `$PKGCONFIG --cflags expat`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1709-          fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1801-                dnl Use values from CUPS config...
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1802:                CUPSCFLAGS="`$CUPSCONFIG --cflags` $CFLAGS"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1803:#                CUPSLINK="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --static --image --libs | sed -e '1,$s/-lssl//'` $LIBS"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1804:                CUPSLINK="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1805:                CUPSAPIVERSION="`$CUPSCONFIG --api-version`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1806-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1812-                else
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1813:                  CUPSSERVERROOT="`$CUPSCONFIG --serverroot`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1814-                fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1818-                else
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1819:                  CUPSSERVERBIN="`$CUPSCONFIG --serverbin`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1820-                fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1824-                else
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1825:                  CUPSDATA="`$CUPSCONFIG --datadir`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1826-                fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1835-
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:1836:                CUPSVERSION="`$CUPSCONFIG --version`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-1837-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2035-          AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2036:          JBIG2DEC_CFLAGS="$CFLAGS `$PKGCONFIG --cflags jbig2dec`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2037:          JBIG2DEC_LIBS="`$PKGCONFIG --libs jbig2dec`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2038-          SHARE_JBIG2=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2176-        if $PKGCONFIG --exists libopenjp2; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2177:          JPX_AUTOCONF_CFLAGS="`$PKGCONFIG libopenjp2 --cflags` -DUSE_OPENJPEG_JP2"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2178:          JPX_AUTOCONF_LIBS="`$PKGCONFIG libopenjp2 --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2179-          SHARE_JPX=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2368-            SOC_LOADER="dxmain"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2369:            SOC_CFLAGS="`$PKGCONFIG gtk+-3.0 --cflags`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2370:            SOC_LIBS="`$PKGCONFIG gtk+-3.0 --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2371-            AC_MSG_RESULT([yes])
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2380-                SOC_LOADER="dxmain"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2381:                SOC_CFLAGS="`$PKGCONFIG gtk+-2.0 --cflags`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2382:                SOC_LIBS="`$PKGCONFIG gtk+-2.0 --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2383-                AC_MSG_RESULT([yes])
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2599-        # Add drivers from file...
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2600:        drivers="`tr '\n' ',' <$driversfile`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2601-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2651-        if echo $drivers |grep "," >/dev/null; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2652:                THIS="`echo $drivers |sed -e 's/,.*//'`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2653-                SEDCMD="s/$THIS,//"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2654:                drivers="`echo $drivers |sed -e $SEDCMD`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2655-        else
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2791-                # It's a driver name (or a user messup)
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2792:                P_DEVS0="$P_DEVS0 `echo $THIS |sed -e 's,\.dev$,,'`"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2793-                ;;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2800-    NTS_EXCLUDES="$(echo \"$P_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2801:    P_DEVS0=`echo $P_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2802-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2805-    NTS_EXCLUDES="$(echo \"$F_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2806:    F_DEVS0=`echo $F_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2807-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2810-    NTS_EXCLUDES="$(echo \"$CUPS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2811:    CUPS_DEVS0=`echo $CUPS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2812-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2815-    NTS_EXCLUDES="$(echo \"$XPS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2816:    XPS_DEVS0=`echo $XPS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2817-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2820-    NTS_EXCLUDES="$(echo \"$IJS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2821:    IJS_DEVS0=`echo $IJS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2822-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2825-    NTS_EXCLUDES="$(echo \"$PNG_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2826:    PNG_DEVS0=`echo $PNG_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2827-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2830-    NTS_EXCLUDES="$(echo \"$X11_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2831:    X11_DEVS0=`echo $X11_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2832-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2835-    NTS_EXCLUDES="$(echo \"$JBIG2_DEVS{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2836:    JBIG2_DEVS=`echo $JBIG2_DEVS | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2837-  done
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2838-
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2839:  NTS_EXCLUDES=`echo "$NTS_EXCLUDES" | tr " " "\n" | sort | uniq | tr "\n" " "`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2840-fi # x$enable_threadsafe = xyes
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2841-
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2842:noncontribmakefiles=`find $srcdir -name '*.mak' -print | grep -v '/contrib/'`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2843-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2846-    if test x$found_iconv = xno ; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2847:        P_DEVS0=`echo $P_DEVS0 | sed -e 's|opvp||' -e 's|oprp||'`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2848-        AC_MSG_WARN(Unable to include opvp/oprp driver due to missing iconv/libiconv...)
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2852-#   duplicates in there, add $(DD)foo.dev constructs
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2853:    P_DEVS=`(for i in $P_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles 2>&1 >/dev/null ) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2854-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2856-if test -n "$F_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2857:    F_DEVS=`(for i in $F_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2858-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2860-if test -n "$CUPS_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2861:    CUPS_DEVS=`(for i in $CUPS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2862-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2864-if test -n "$XPS_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2865:    XPS_DEVS=`(for i in $XPS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2866-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2868-if test -n "$IJS_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2869:    IJS_DEVS=`(for i in $IJS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2870-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2872-if test -n "$PNG_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2873:    PNG_DEVS=`(for i in $PNG_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2874-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2876-if test -n "$X11_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2877:    X11_DEVS=`(for i in $X11_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2878-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2881-if test x"$APPLE_DEVICES_REQUESTED" = x"yes" ; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:2882:  APDEVS=`echo $P_DEVS | grep 'APPLE\|iwhi\|iwlo\|iwlq'`
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-2883-  if test -z "$APDEVS" ; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-3182-        if test "x$CUPSCONFIG" != x; then
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac:3183:          fontpath="${fontpath}:`$CUPSCONFIG --datadir`/fonts"
ghostscript-9.53.3~dfsg/.pc/02020-09-16T18:58:05+01:00~978df385c.patch/configure.ac-3184-        fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-78-for gs_item in $2; do
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:79:  gs_stripped_item=`echo "$gs_item" | sed -e 's/^-l//'`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-80-  if test "x$gs_stripped_item" != "x$gs_item"; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-93-for gs_item in $2; do
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:94:  gs_stripped_item=`echo "$gs_item" | sed -e 's/-L//'`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-95-  if test "x$gs_stripped_item" != "x$gs_item"; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-198-sed_variant=`sed --version 2>&1`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:199:sed_variant=`echo $sed_variant|sed -e 's/ .*//'`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-200-if test "$sed_variant" != GNU ; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1031-            AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1032:            LIBS="$LIBS `$PKGCONFIG --libs libidn`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1033:            CFLAGS="$CFLAGS `$PKGCONFIG --cflags libidn`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1034-            HAVE_LIBIDN=-DHAVE_LIBIDN
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1104-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1105:                        FONTCONFIG_CFLAGS="$CFLAGS `$PKGCONFIG --cflags fontconfig`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1106:                        FONTCONFIG_LIBS="`$PKGCONFIG --libs fontconfig`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1107-                        HAVE_FONTCONFIG=-DHAVE_FONTCONFIG
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1135-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1136:                        DBUS_CFLAGS="$CFLAGS `$PKGCONFIG --cflags dbus-1`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1137:                        DBUS_LIBS="`$PKGCONFIG --libs dbus-1`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1138-                        HAVE_DBUS=-DHAVE_DBUS
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1245-                if test "x$FT_CFLAGS" = "x"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1246:                  FT_CFLAGS="$CFLAGS `$PKGCONFIG --cflags freetype2`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1247-		fi
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1248-		if test "x$FT_LIBS" = "x"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1249:                  FT_LIBS="`$PKGCONFIG --libs-only-l freetype2`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1250-                fi
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1251-		if test "x$FT_LIB_PATH" = "x"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1252:		  FT_LIB_PATH="`$PKGCONFIG --libs-only-L freetype2`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1253-		fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1560-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1561:                        CFLAGS="$CFLAGS `$PKGCONFIG --cflags libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1562:                        LIBS="$LIBS `$PKGCONFIG --libs libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1563-                        HAVE_SYSTEM_LIBTIFF=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1588-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1589:                        CFLAGS="$CFLAGS `$PKGCONFIG --cflags libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1590:                        LIBS="$LIBS `$PKGCONFIG --libs libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1591-                        HAVE_SYSTEM_LIBTIFF=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1706-          if $PKGCONFIG --exists expat; then
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1707:            EXPAT_LIBS="`$PKGCONFIG --libs expat`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1708:            CFLAGS="$CFLAGS `$PKGCONFIG --cflags expat`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1709-          fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1801-                dnl Use values from CUPS config...
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1802:                CUPSCFLAGS="`$CUPSCONFIG --cflags` $CFLAGS"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1803:#                CUPSLINK="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --static --image --libs | sed -e '1,$s/-lssl//'` $LIBS"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1804:                CUPSLINK="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1805:                CUPSAPIVERSION="`$CUPSCONFIG --api-version`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1806-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1812-                else
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1813:                  CUPSSERVERROOT="`$CUPSCONFIG --serverroot`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1814-                fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1818-                else
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1819:                  CUPSSERVERBIN="`$CUPSCONFIG --serverbin`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1820-                fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1824-                else
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1825:                  CUPSDATA="`$CUPSCONFIG --datadir`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1826-                fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1835-
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:1836:                CUPSVERSION="`$CUPSCONFIG --version`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-1837-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2035-          AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2036:          JBIG2DEC_CFLAGS="$CFLAGS `$PKGCONFIG --cflags jbig2dec`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2037:          JBIG2DEC_LIBS="`$PKGCONFIG --libs jbig2dec`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2038-          SHARE_JBIG2=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2176-        if $PKGCONFIG --exists libopenjp2; then
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2177:          JPX_AUTOCONF_CFLAGS="`$PKGCONFIG libopenjp2 --cflags` -DUSE_OPENJPEG_JP2"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2178:          JPX_AUTOCONF_LIBS="`$PKGCONFIG libopenjp2 --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2179-          SHARE_JPX=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2368-            SOC_LOADER="dxmain"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2369:            SOC_CFLAGS="`$PKGCONFIG gtk+-3.0 --cflags`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2370:            SOC_LIBS="`$PKGCONFIG gtk+-3.0 --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2371-            AC_MSG_RESULT([yes])
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2380-                SOC_LOADER="dxmain"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2381:                SOC_CFLAGS="`$PKGCONFIG gtk+-2.0 --cflags`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2382:                SOC_LIBS="`$PKGCONFIG gtk+-2.0 --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2383-                AC_MSG_RESULT([yes])
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2599-        # Add drivers from file...
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2600:        drivers="`tr '\n' ',' <$driversfile`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2601-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2651-        if echo $drivers |grep "," >/dev/null; then
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2652:                THIS="`echo $drivers |sed -e 's/,.*//'`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2653-                SEDCMD="s/$THIS,//"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2654:                drivers="`echo $drivers |sed -e $SEDCMD`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2655-        else
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2791-                # It's a driver name (or a user messup)
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2792:                P_DEVS0="$P_DEVS0 `echo $THIS |sed -e 's,\.dev$,,'`"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2793-                ;;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2800-    NTS_EXCLUDES="$(echo \"$P_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2801:    P_DEVS0=`echo $P_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2802-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2805-    NTS_EXCLUDES="$(echo \"$F_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2806:    F_DEVS0=`echo $F_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2807-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2810-    NTS_EXCLUDES="$(echo \"$CUPS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2811:    CUPS_DEVS0=`echo $CUPS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2812-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2815-    NTS_EXCLUDES="$(echo \"$XPS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2816:    XPS_DEVS0=`echo $XPS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2817-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2820-    NTS_EXCLUDES="$(echo \"$IJS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2821:    IJS_DEVS0=`echo $IJS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2822-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2825-    NTS_EXCLUDES="$(echo \"$PNG_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2826:    PNG_DEVS0=`echo $PNG_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2827-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2830-    NTS_EXCLUDES="$(echo \"$X11_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2831:    X11_DEVS0=`echo $X11_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2832-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2835-    NTS_EXCLUDES="$(echo \"$JBIG2_DEVS{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2836:    JBIG2_DEVS=`echo $JBIG2_DEVS | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2837-  done
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2838-
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2839:  NTS_EXCLUDES=`echo "$NTS_EXCLUDES" | tr " " "\n" | sort | uniq | tr "\n" " "`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2840-fi # x$enable_threadsafe = xyes
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2841-
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2842:noncontribmakefiles=`find $srcdir -name '*.mak' -print | grep -v '/contrib/'`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2843-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2846-    if test x$found_iconv = xno ; then
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2847:        P_DEVS0=`echo $P_DEVS0 | sed -e 's|opvp||' -e 's|oprp||'`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2848-        AC_MSG_WARN(Unable to include opvp/oprp driver due to missing iconv/libiconv...)
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2852-#   duplicates in there, add $(DD)foo.dev constructs
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2853:    P_DEVS=`(for i in $P_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles 2>&1 >/dev/null ) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2854-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2856-if test -n "$F_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2857:    F_DEVS=`(for i in $F_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2858-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2860-if test -n "$CUPS_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2861:    CUPS_DEVS=`(for i in $CUPS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2862-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2864-if test -n "$XPS_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2865:    XPS_DEVS=`(for i in $XPS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2866-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2868-if test -n "$IJS_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2869:    IJS_DEVS=`(for i in $IJS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2870-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2872-if test -n "$PNG_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2873:    PNG_DEVS=`(for i in $PNG_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2874-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2876-if test -n "$X11_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2877:    X11_DEVS=`(for i in $X11_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2878-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2881-if test x"$APPLE_DEVICES_REQUESTED" = x"yes" ; then
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:2882:  APDEVS=`echo $P_DEVS | grep 'APPLE\|iwhi\|iwlo\|iwlq'`
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-2883-  if test -z "$APDEVS" ; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-3183-        if test "x$CUPSCONFIG" != x; then
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac:3184:          fontpath="${fontpath}:`$CUPSCONFIG --datadir`/fonts"
ghostscript-9.53.3~dfsg/.pc/02020-09-24T16:59:20+01:00~e36e62c06.patch/configure.ac-3185-        fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-28T12:54:48+01:00~c97c4ebb0.patch/doc/DLL.htm-584-        fprintf(stderr, "Loaded GSDLL2\n");
ghostscript-9.53.3~dfsg/.pc/02020-09-28T12:54:48+01:00~c97c4ebb0.patch/doc/DLL.htm:585:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_init", (PFN *)(&amp;pgsdll_init));
ghostscript-9.53.3~dfsg/.pc/02020-09-28T12:54:48+01:00~c97c4ebb0.patch/doc/DLL.htm:586:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_execute_begin", (PFN *)(&amp;pgsdll_execute_begin));
ghostscript-9.53.3~dfsg/.pc/02020-09-28T12:54:48+01:00~c97c4ebb0.patch/doc/DLL.htm:587:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_execute_cont", (PFN *)(&amp;pgsdll_execute_cont));
ghostscript-9.53.3~dfsg/.pc/02020-09-28T12:54:48+01:00~c97c4ebb0.patch/doc/DLL.htm:588:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_execute_end", (PFN *)(&amp;pgsdll_execute_end));
ghostscript-9.53.3~dfsg/.pc/02020-09-28T12:54:48+01:00~c97c4ebb0.patch/doc/DLL.htm:589:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_exit", (PFN *)(&amp;pgsdll_exit));
ghostscript-9.53.3~dfsg/.pc/02020-09-28T12:54:48+01:00~c97c4ebb0.patch/doc/DLL.htm-590-    }
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-09-28T12:54:48+01:00~c97c4ebb0.patch/doc/History9.htm-197696-<br>
ghostscript-9.53.3~dfsg/.pc/02020-09-28T12:54:48+01:00~c97c4ebb0.patch/doc/History9.htm:197697:    I have now successfully used pxldis and pxlasm on windows.
ghostscript-9.53.3~dfsg/.pc/02020-09-28T12:54:48+01:00~c97c4ebb0.patch/doc/History9.htm-197698-<br>
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-78-for gs_item in $2; do
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:79:  gs_stripped_item=`echo "$gs_item" | sed -e 's/^-l//'`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-80-  if test "x$gs_stripped_item" != "x$gs_item"; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-93-for gs_item in $2; do
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:94:  gs_stripped_item=`echo "$gs_item" | sed -e 's/-L//'`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-95-  if test "x$gs_stripped_item" != "x$gs_item"; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-198-sed_variant=`sed --version 2>&1`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:199:sed_variant=`echo $sed_variant|sed -e 's/ .*//'`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-200-if test "$sed_variant" != GNU ; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1042-            AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1043:            LIBS="$LIBS `$PKGCONFIG --libs libidn`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1044:            CFLAGS="$CFLAGS `$PKGCONFIG --cflags libidn`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1045-            HAVE_LIBIDN=-DHAVE_LIBIDN
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1115-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1116:                        FONTCONFIG_CFLAGS="$CFLAGS `$PKGCONFIG --cflags fontconfig`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1117:                        FONTCONFIG_LIBS="`$PKGCONFIG --libs fontconfig`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1118-                        HAVE_FONTCONFIG=-DHAVE_FONTCONFIG
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1146-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1147:                        DBUS_CFLAGS="$CFLAGS `$PKGCONFIG --cflags dbus-1`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1148:                        DBUS_LIBS="`$PKGCONFIG --libs dbus-1`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1149-                        HAVE_DBUS=-DHAVE_DBUS
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1256-                if test "x$FT_CFLAGS" = "x"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1257:                  FT_CFLAGS="$CFLAGS `$PKGCONFIG --cflags freetype2`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1258-		fi
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1259-		if test "x$FT_LIBS" = "x"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1260:                  FT_LIBS="`$PKGCONFIG --libs-only-l freetype2`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1261-                fi
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1262-		if test "x$FT_LIB_PATH" = "x"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1263:		  FT_LIB_PATH="`$PKGCONFIG --libs-only-L freetype2`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1264-		fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1571-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1572:                        CFLAGS="$CFLAGS `$PKGCONFIG --cflags libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1573:                        LIBS="$LIBS `$PKGCONFIG --libs libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1574-                        HAVE_SYSTEM_LIBTIFF=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1599-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1600:                        CFLAGS="$CFLAGS `$PKGCONFIG --cflags libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1601:                        LIBS="$LIBS `$PKGCONFIG --libs libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1602-                        HAVE_SYSTEM_LIBTIFF=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1717-          if $PKGCONFIG --exists expat; then
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1718:            EXPAT_LIBS="`$PKGCONFIG --libs expat`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1719:            CFLAGS="$CFLAGS `$PKGCONFIG --cflags expat`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1720-          fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1812-                dnl Use values from CUPS config...
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1813:                CUPSCFLAGS="`$CUPSCONFIG --cflags` $CFLAGS"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1814:#                CUPSLINK="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --static --image --libs | sed -e '1,$s/-lssl//'` $LIBS"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1815:                CUPSLINK="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1816:                CUPSAPIVERSION="`$CUPSCONFIG --api-version`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1817-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1823-                else
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1824:                  CUPSSERVERROOT="`$CUPSCONFIG --serverroot`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1825-                fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1829-                else
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1830:                  CUPSSERVERBIN="`$CUPSCONFIG --serverbin`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1831-                fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1835-                else
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1836:                  CUPSDATA="`$CUPSCONFIG --datadir`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1837-                fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1846-
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:1847:                CUPSVERSION="`$CUPSCONFIG --version`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-1848-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2046-          AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2047:          JBIG2DEC_CFLAGS="$CFLAGS `$PKGCONFIG --cflags jbig2dec`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2048:          JBIG2DEC_LIBS="`$PKGCONFIG --libs jbig2dec`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2049-          SHARE_JBIG2=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2187-        if $PKGCONFIG --exists libopenjp2; then
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2188:          JPX_AUTOCONF_CFLAGS="`$PKGCONFIG libopenjp2 --cflags` -DUSE_OPENJPEG_JP2"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2189:          JPX_AUTOCONF_LIBS="`$PKGCONFIG libopenjp2 --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2190-          SHARE_JPX=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2379-            SOC_LOADER="dxmain"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2380:            SOC_CFLAGS="`$PKGCONFIG gtk+-3.0 --cflags`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2381:            SOC_LIBS="`$PKGCONFIG gtk+-3.0 --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2382-            AC_MSG_RESULT([yes])
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2391-                SOC_LOADER="dxmain"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2392:                SOC_CFLAGS="`$PKGCONFIG gtk+-2.0 --cflags`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2393:                SOC_LIBS="`$PKGCONFIG gtk+-2.0 --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2394-                AC_MSG_RESULT([yes])
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2610-        # Add drivers from file...
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2611:        drivers="`tr '\n' ',' <$driversfile`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2612-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2662-        if echo $drivers |grep "," >/dev/null; then
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2663:                THIS="`echo $drivers |sed -e 's/,.*//'`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2664-                SEDCMD="s/$THIS,//"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2665:                drivers="`echo $drivers |sed -e $SEDCMD`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2666-        else
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2802-                # It's a driver name (or a user messup)
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2803:                P_DEVS0="$P_DEVS0 `echo $THIS |sed -e 's,\.dev$,,'`"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2804-                ;;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2811-    NTS_EXCLUDES="$(echo \"$P_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2812:    P_DEVS0=`echo $P_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2813-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2816-    NTS_EXCLUDES="$(echo \"$F_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2817:    F_DEVS0=`echo $F_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2818-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2821-    NTS_EXCLUDES="$(echo \"$CUPS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2822:    CUPS_DEVS0=`echo $CUPS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2823-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2826-    NTS_EXCLUDES="$(echo \"$XPS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2827:    XPS_DEVS0=`echo $XPS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2828-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2831-    NTS_EXCLUDES="$(echo \"$IJS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2832:    IJS_DEVS0=`echo $IJS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2833-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2836-    NTS_EXCLUDES="$(echo \"$PNG_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2837:    PNG_DEVS0=`echo $PNG_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2838-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2841-    NTS_EXCLUDES="$(echo \"$X11_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2842:    X11_DEVS0=`echo $X11_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2843-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2846-    NTS_EXCLUDES="$(echo \"$JBIG2_DEVS{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2847:    JBIG2_DEVS=`echo $JBIG2_DEVS | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2848-  done
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2849-
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2850:  NTS_EXCLUDES=`echo "$NTS_EXCLUDES" | tr " " "\n" | sort | uniq | tr "\n" " "`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2851-fi # x$enable_threadsafe = xyes
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2852-
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2853:noncontribmakefiles=`find $srcdir -name '*.mak' -print | grep -v '/contrib/'`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2854-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2857-    if test x$found_iconv = xno ; then
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2858:        P_DEVS0=`echo $P_DEVS0 | sed -e 's|opvp||' -e 's|oprp||'`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2859-        AC_MSG_WARN(Unable to include opvp/oprp driver due to missing iconv/libiconv...)
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2863-#   duplicates in there, add $(DD)foo.dev constructs
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2864:    P_DEVS=`(for i in $P_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles 2>&1 >/dev/null ) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2865-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2867-if test -n "$F_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2868:    F_DEVS=`(for i in $F_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2869-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2871-if test -n "$CUPS_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2872:    CUPS_DEVS=`(for i in $CUPS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2873-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2875-if test -n "$XPS_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2876:    XPS_DEVS=`(for i in $XPS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2877-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2879-if test -n "$IJS_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2880:    IJS_DEVS=`(for i in $IJS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2881-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2883-if test -n "$PNG_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2884:    PNG_DEVS=`(for i in $PNG_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2885-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2887-if test -n "$X11_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2888:    X11_DEVS=`(for i in $X11_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2889-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2892-if test x"$APPLE_DEVICES_REQUESTED" = x"yes" ; then
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:2893:  APDEVS=`echo $P_DEVS | grep 'APPLE\|iwhi\|iwlo\|iwlq'`
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-2894-  if test -z "$APDEVS" ; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-3194-        if test "x$CUPSCONFIG" != x; then
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac:3195:          fontpath="${fontpath}:`$CUPSCONFIG --datadir`/fonts"
ghostscript-9.53.3~dfsg/.pc/02020-10-07T17:41:36+01:00~c6ce09aa5.patch/configure.ac-3196-        fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-78-for gs_item in $2; do
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:79:  gs_stripped_item=`echo "$gs_item" | sed -e 's/^-l//'`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-80-  if test "x$gs_stripped_item" != "x$gs_item"; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-93-for gs_item in $2; do
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:94:  gs_stripped_item=`echo "$gs_item" | sed -e 's/-L//'`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-95-  if test "x$gs_stripped_item" != "x$gs_item"; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-198-sed_variant=`sed --version 2>&1`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:199:sed_variant=`echo $sed_variant|sed -e 's/ .*//'`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-200-if test "$sed_variant" != GNU ; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1042-            AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1043:            LIBS="$LIBS `$PKGCONFIG --libs libidn`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1044:            CFLAGS="$CFLAGS `$PKGCONFIG --cflags libidn`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1045-            HAVE_LIBIDN=-DHAVE_LIBIDN
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1115-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1116:                        FONTCONFIG_CFLAGS="$CFLAGS `$PKGCONFIG --cflags fontconfig`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1117:                        FONTCONFIG_LIBS="`$PKGCONFIG --libs fontconfig`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1118-                        HAVE_FONTCONFIG=-DHAVE_FONTCONFIG
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1146-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1147:                        DBUS_CFLAGS="$CFLAGS `$PKGCONFIG --cflags dbus-1`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1148:                        DBUS_LIBS="`$PKGCONFIG --libs dbus-1`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1149-                        HAVE_DBUS=-DHAVE_DBUS
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1256-                if test "x$FT_CFLAGS" = "x"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1257:                  FT_CFLAGS="$CFLAGS `$PKGCONFIG --cflags freetype2`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1258-		fi
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1259-		if test "x$FT_LIBS" = "x"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1260:                  FT_LIBS="`$PKGCONFIG --libs-only-l freetype2`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1261-                fi
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1262-		if test "x$FT_LIB_PATH" = "x"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1263:		  FT_LIB_PATH="`$PKGCONFIG --libs-only-L freetype2`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1264-		fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1571-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1572:                        CFLAGS="$CFLAGS `$PKGCONFIG --cflags libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1573:                        LIBS="$LIBS `$PKGCONFIG --libs libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1574-                        HAVE_SYSTEM_LIBTIFF=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1599-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1600:                        CFLAGS="$CFLAGS `$PKGCONFIG --cflags libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1601:                        LIBS="$LIBS `$PKGCONFIG --libs libtiff-4`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1602-                        HAVE_SYSTEM_LIBTIFF=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1717-          if $PKGCONFIG --exists expat; then
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1718:            EXPAT_LIBS="`$PKGCONFIG --libs expat`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1719:            CFLAGS="$CFLAGS `$PKGCONFIG --cflags expat`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1720-          fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1812-                dnl Use values from CUPS config...
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1813:                CUPSCFLAGS="`$CUPSCONFIG --cflags` $CFLAGS"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1814:#                CUPSLINK="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --static --image --libs | sed -e '1,$s/-lssl//'` $LIBS"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1815:                CUPSLINK="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1816:                CUPSAPIVERSION="`$CUPSCONFIG --api-version`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1817-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1823-                else
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1824:                  CUPSSERVERROOT="`$CUPSCONFIG --serverroot`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1825-                fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1829-                else
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1830:                  CUPSSERVERBIN="`$CUPSCONFIG --serverbin`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1831-                fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1835-                else
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1836:                  CUPSDATA="`$CUPSCONFIG --datadir`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1837-                fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1846-
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:1847:                CUPSVERSION="`$CUPSCONFIG --version`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-1848-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2046-          AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2047:          JBIG2DEC_CFLAGS="$CFLAGS `$PKGCONFIG --cflags jbig2dec`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2048:          JBIG2DEC_LIBS="`$PKGCONFIG --libs jbig2dec`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2049-          SHARE_JBIG2=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2187-        if $PKGCONFIG --exists libopenjp2; then
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2188:          JPX_AUTOCONF_CFLAGS="`$PKGCONFIG libopenjp2 --cflags` -DUSE_OPENJPEG_JP2"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2189:          JPX_AUTOCONF_LIBS="`$PKGCONFIG libopenjp2 --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2190-          SHARE_JPX=1
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2379-            SOC_LOADER="dxmain"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2380:            SOC_CFLAGS="`$PKGCONFIG gtk+-3.0 --cflags`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2381:            SOC_LIBS="`$PKGCONFIG gtk+-3.0 --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2382-            AC_MSG_RESULT([yes])
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2391-                SOC_LOADER="dxmain"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2392:                SOC_CFLAGS="`$PKGCONFIG gtk+-2.0 --cflags`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2393:                SOC_LIBS="`$PKGCONFIG gtk+-2.0 --libs`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2394-                AC_MSG_RESULT([yes])
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2610-        # Add drivers from file...
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2611:        drivers="`tr '\n' ',' <$driversfile`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2612-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2661-        if echo $drivers |grep "," >/dev/null; then
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2662:                THIS="`echo $drivers |sed -e 's/,.*//'`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2663-                SEDCMD="s/$THIS,//"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2664:                drivers="`echo $drivers |sed -e $SEDCMD`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2665-        else
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2799-                # It's a driver name (or a user messup)
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2800:                P_DEVS0="$P_DEVS0 `echo $THIS |sed -e 's,\.dev$,,'`"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2801-                ;;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2808-    NTS_EXCLUDES="$(echo \"$P_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2809:    P_DEVS0=`echo $P_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2810-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2813-    NTS_EXCLUDES="$(echo \"$F_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2814:    F_DEVS0=`echo $F_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2815-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2818-    NTS_EXCLUDES="$(echo \"$CUPS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2819:    CUPS_DEVS0=`echo $CUPS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2820-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2823-    NTS_EXCLUDES="$(echo \"$XPS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2824:    XPS_DEVS0=`echo $XPS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2825-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2828-    NTS_EXCLUDES="$(echo \"$IJS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2829:    IJS_DEVS0=`echo $IJS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2830-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2833-    NTS_EXCLUDES="$(echo \"$PNG_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2834:    PNG_DEVS0=`echo $PNG_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2835-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2838-    NTS_EXCLUDES="$(echo \"$X11_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2839:    X11_DEVS0=`echo $X11_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2840-  done
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2843-    NTS_EXCLUDES="$(echo \"$JBIG2_DEVS{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2844:    JBIG2_DEVS=`echo $JBIG2_DEVS | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2845-  done
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2846-
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2847:  NTS_EXCLUDES=`echo "$NTS_EXCLUDES" | tr " " "\n" | sort | uniq | tr "\n" " "`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2848-fi # x$enable_threadsafe = xyes
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2849-
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2850:noncontribmakefiles=`find $srcdir -name '*.mak' -print | grep -v '/contrib/'`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2851-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2854-    if test x$found_iconv = xno ; then
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2855:        P_DEVS0=`echo $P_DEVS0 | sed -e 's|opvp||' -e 's|oprp||'`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2856-        AC_MSG_WARN(Unable to include opvp/oprp driver due to missing iconv/libiconv...)
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2860-#   duplicates in there, add $(DD)foo.dev constructs
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2861:    P_DEVS=`(for i in $P_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles 2>&1 >/dev/null ) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2862-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2864-if test -n "$F_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2865:    F_DEVS=`(for i in $F_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2866-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2868-if test -n "$CUPS_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2869:    CUPS_DEVS=`(for i in $CUPS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2870-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2872-if test -n "$XPS_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2873:    XPS_DEVS=`(for i in $XPS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2874-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2876-if test -n "$IJS_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2877:    IJS_DEVS=`(for i in $IJS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2878-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2880-if test -n "$PNG_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2881:    PNG_DEVS=`(for i in $PNG_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2882-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2884-if test -n "$X11_DEVS0"; then
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2885:    X11_DEVS=`(for i in $X11_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2886-fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2889-if test x"$APPLE_DEVICES_REQUESTED" = x"yes" ; then
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:2890:  APDEVS=`echo $P_DEVS | grep 'APPLE\|iwhi\|iwlo\|iwlq'`
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-2891-  if test -z "$APDEVS" ; then
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-3191-        if test "x$CUPSCONFIG" != x; then
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac:3192:          fontpath="${fontpath}:`$CUPSCONFIG --datadir`/fonts"
ghostscript-9.53.3~dfsg/.pc/02020-10-12T13:19:09+01:00~5af4f31bc.patch/configure.ac-3193-        fi
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-28T17:07:20+00:00~10ff34748.patch/toolbin/localcluster/clusterpush.pl-121-if (!$user) {
ghostscript-9.53.3~dfsg/.pc/02020-10-28T17:07:20+00:00~10ff34748.patch/toolbin/localcluster/clusterpush.pl:122:  $user=`echo \$CLUSTER_USER`;
ghostscript-9.53.3~dfsg/.pc/02020-10-28T17:07:20+00:00~10ff34748.patch/toolbin/localcluster/clusterpush.pl-123-  chomp $user;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-28T17:07:20+00:00~10ff34748.patch/toolbin/localcluster/clusterpush.pl-126-if (!$user) {
ghostscript-9.53.3~dfsg/.pc/02020-10-28T17:07:20+00:00~10ff34748.patch/toolbin/localcluster/clusterpush.pl:127:  $user=`echo \$USER`;
ghostscript-9.53.3~dfsg/.pc/02020-10-28T17:07:20+00:00~10ff34748.patch/toolbin/localcluster/clusterpush.pl-128-  chomp $user;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-28T17:07:20+00:00~10ff34748.patch/toolbin/localcluster/clusterpush.pl-132-if (!$user) {
ghostscript-9.53.3~dfsg/.pc/02020-10-28T17:07:20+00:00~10ff34748.patch/toolbin/localcluster/clusterpush.pl:133:  $user=`echo \$USERNAME`;
ghostscript-9.53.3~dfsg/.pc/02020-10-28T17:07:20+00:00~10ff34748.patch/toolbin/localcluster/clusterpush.pl-134-  chomp $user;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-28T17:07:20+00:00~10ff34748.patch/toolbin/localcluster/clusterpush.pl-241-  print "$cmd\n" if ($verbose);
ghostscript-9.53.3~dfsg/.pc/02020-10-28T17:07:20+00:00~10ff34748.patch/toolbin/localcluster/clusterpush.pl:242:  #`$cmd`;
ghostscript-9.53.3~dfsg/.pc/02020-10-28T17:07:20+00:00~10ff34748.patch/toolbin/localcluster/clusterpush.pl-243-  open(T,"$cmd |");
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-10-28T17:07:20+00:00~10ff34748.patch/toolbin/localcluster/clusterpush.pl-270-#print "extras=$extras\n";
ghostscript-9.53.3~dfsg/.pc/02020-10-28T17:07:20+00:00~10ff34748.patch/toolbin/localcluster/clusterpush.pl:271:`$cmd`;
ghostscript-9.53.3~dfsg/.pc/02020-10-28T17:07:20+00:00~10ff34748.patch/toolbin/localcluster/clusterpush.pl-272-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-11-03T15:21:46+00:00~10036de9c.patch/toolbin/localcluster/clusterpush.pl-121-if (!$user) {
ghostscript-9.53.3~dfsg/.pc/02020-11-03T15:21:46+00:00~10036de9c.patch/toolbin/localcluster/clusterpush.pl:122:  $user=`echo \$CLUSTER_USER`;
ghostscript-9.53.3~dfsg/.pc/02020-11-03T15:21:46+00:00~10036de9c.patch/toolbin/localcluster/clusterpush.pl-123-  chomp $user;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-11-03T15:21:46+00:00~10036de9c.patch/toolbin/localcluster/clusterpush.pl-126-if (!$user) {
ghostscript-9.53.3~dfsg/.pc/02020-11-03T15:21:46+00:00~10036de9c.patch/toolbin/localcluster/clusterpush.pl:127:  $user=`echo \$USER`;
ghostscript-9.53.3~dfsg/.pc/02020-11-03T15:21:46+00:00~10036de9c.patch/toolbin/localcluster/clusterpush.pl-128-  chomp $user;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-11-03T15:21:46+00:00~10036de9c.patch/toolbin/localcluster/clusterpush.pl-132-if (!$user) {
ghostscript-9.53.3~dfsg/.pc/02020-11-03T15:21:46+00:00~10036de9c.patch/toolbin/localcluster/clusterpush.pl:133:  $user=`echo \$USERNAME`;
ghostscript-9.53.3~dfsg/.pc/02020-11-03T15:21:46+00:00~10036de9c.patch/toolbin/localcluster/clusterpush.pl-134-  chomp $user;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-11-03T15:21:46+00:00~10036de9c.patch/toolbin/localcluster/clusterpush.pl-241-  print "$cmd\n" if ($verbose);
ghostscript-9.53.3~dfsg/.pc/02020-11-03T15:21:46+00:00~10036de9c.patch/toolbin/localcluster/clusterpush.pl:242:  #`$cmd`;
ghostscript-9.53.3~dfsg/.pc/02020-11-03T15:21:46+00:00~10036de9c.patch/toolbin/localcluster/clusterpush.pl-243-  open(T,"$cmd |");
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-11-03T15:21:46+00:00~10036de9c.patch/toolbin/localcluster/clusterpush.pl-270-#print "extras=$extras\n";
ghostscript-9.53.3~dfsg/.pc/02020-11-03T15:21:46+00:00~10036de9c.patch/toolbin/localcluster/clusterpush.pl:271:`$cmd`;
ghostscript-9.53.3~dfsg/.pc/02020-11-03T15:21:46+00:00~10036de9c.patch/toolbin/localcluster/clusterpush.pl-272-
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-11-09T15:39:41+00:00~9a7452d62.patch/toolbin/localcluster/clusterpush.pl-122-if (!$user) {
ghostscript-9.53.3~dfsg/.pc/02020-11-09T15:39:41+00:00~9a7452d62.patch/toolbin/localcluster/clusterpush.pl:123:  $user=`echo \$CLUSTER_USER`;
ghostscript-9.53.3~dfsg/.pc/02020-11-09T15:39:41+00:00~9a7452d62.patch/toolbin/localcluster/clusterpush.pl-124-  chomp $user;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-11-09T15:39:41+00:00~9a7452d62.patch/toolbin/localcluster/clusterpush.pl-127-if (!$user) {
ghostscript-9.53.3~dfsg/.pc/02020-11-09T15:39:41+00:00~9a7452d62.patch/toolbin/localcluster/clusterpush.pl:128:  $user=`echo \$USER`;
ghostscript-9.53.3~dfsg/.pc/02020-11-09T15:39:41+00:00~9a7452d62.patch/toolbin/localcluster/clusterpush.pl-129-  chomp $user;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-11-09T15:39:41+00:00~9a7452d62.patch/toolbin/localcluster/clusterpush.pl-133-if (!$user) {
ghostscript-9.53.3~dfsg/.pc/02020-11-09T15:39:41+00:00~9a7452d62.patch/toolbin/localcluster/clusterpush.pl:134:  $user=`echo \$USERNAME`;
ghostscript-9.53.3~dfsg/.pc/02020-11-09T15:39:41+00:00~9a7452d62.patch/toolbin/localcluster/clusterpush.pl-135-  chomp $user;
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-11-09T15:39:41+00:00~9a7452d62.patch/toolbin/localcluster/clusterpush.pl-253-  print "$cmd\n" if ($verbose);
ghostscript-9.53.3~dfsg/.pc/02020-11-09T15:39:41+00:00~9a7452d62.patch/toolbin/localcluster/clusterpush.pl:254:  #`$cmd`;
ghostscript-9.53.3~dfsg/.pc/02020-11-09T15:39:41+00:00~9a7452d62.patch/toolbin/localcluster/clusterpush.pl-255-  open(T,"$cmd |");
##############################################
ghostscript-9.53.3~dfsg/.pc/02020-11-09T15:39:41+00:00~9a7452d62.patch/toolbin/localcluster/clusterpush.pl-282-#print "extras=$extras\n";
ghostscript-9.53.3~dfsg/.pc/02020-11-09T15:39:41+00:00~9a7452d62.patch/toolbin/localcluster/clusterpush.pl:283:`$cmd`;
ghostscript-9.53.3~dfsg/.pc/02020-11-09T15:39:41+00:00~9a7452d62.patch/toolbin/localcluster/clusterpush.pl-284-
##############################################
ghostscript-9.53.3~dfsg/.pc/1001_cross.patch/autogen.sh-6-
ghostscript-9.53.3~dfsg/.pc/1001_cross.patch/autogen.sh:7:srcdir=`dirname $0`
ghostscript-9.53.3~dfsg/.pc/1001_cross.patch/autogen.sh-8-test -z "$srcdir" && srcdir=.
##############################################
ghostscript-9.53.3~dfsg/.pc/2009_use_system_javascript.patch/doc/DLL.htm-584-        fprintf(stderr, "Loaded GSDLL2\n");
ghostscript-9.53.3~dfsg/.pc/2009_use_system_javascript.patch/doc/DLL.htm:585:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_init", (PFN *)(&amp;pgsdll_init));
ghostscript-9.53.3~dfsg/.pc/2009_use_system_javascript.patch/doc/DLL.htm:586:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_execute_begin", (PFN *)(&amp;pgsdll_execute_begin));
ghostscript-9.53.3~dfsg/.pc/2009_use_system_javascript.patch/doc/DLL.htm:587:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_execute_cont", (PFN *)(&amp;pgsdll_execute_cont));
ghostscript-9.53.3~dfsg/.pc/2009_use_system_javascript.patch/doc/DLL.htm:588:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_execute_end", (PFN *)(&amp;pgsdll_execute_end));
ghostscript-9.53.3~dfsg/.pc/2009_use_system_javascript.patch/doc/DLL.htm:589:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_exit", (PFN *)(&amp;pgsdll_exit));
ghostscript-9.53.3~dfsg/.pc/2009_use_system_javascript.patch/doc/DLL.htm-590-    }
##############################################
ghostscript-9.53.3~dfsg/.pc/2009_use_system_javascript.patch/doc/History9.htm-198153-<br>
ghostscript-9.53.3~dfsg/.pc/2009_use_system_javascript.patch/doc/History9.htm:198154:    I have now successfully used pxldis and pxlasm on windows.
ghostscript-9.53.3~dfsg/.pc/2009_use_system_javascript.patch/doc/History9.htm-198155-<br>
##############################################
ghostscript-9.53.3~dfsg/.pc/2011_avoid_remote_font.patch/doc/DLL.htm-584-        fprintf(stderr, "Loaded GSDLL2\n");
ghostscript-9.53.3~dfsg/.pc/2011_avoid_remote_font.patch/doc/DLL.htm:585:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_init", (PFN *)(&amp;pgsdll_init));
ghostscript-9.53.3~dfsg/.pc/2011_avoid_remote_font.patch/doc/DLL.htm:586:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_execute_begin", (PFN *)(&amp;pgsdll_execute_begin));
ghostscript-9.53.3~dfsg/.pc/2011_avoid_remote_font.patch/doc/DLL.htm:587:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_execute_cont", (PFN *)(&amp;pgsdll_execute_cont));
ghostscript-9.53.3~dfsg/.pc/2011_avoid_remote_font.patch/doc/DLL.htm:588:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_execute_end", (PFN *)(&amp;pgsdll_execute_end));
ghostscript-9.53.3~dfsg/.pc/2011_avoid_remote_font.patch/doc/DLL.htm:589:        DosQueryProcAddr(hmodule_gsdll, 0, "gsdll_exit", (PFN *)(&amp;pgsdll_exit));
ghostscript-9.53.3~dfsg/.pc/2011_avoid_remote_font.patch/doc/DLL.htm-590-    }
##############################################
ghostscript-9.53.3~dfsg/.pc/2011_avoid_remote_font.patch/doc/History9.htm-198153-<br>
ghostscript-9.53.3~dfsg/.pc/2011_avoid_remote_font.patch/doc/History9.htm:198154:    I have now successfully used pxldis and pxlasm on windows.
ghostscript-9.53.3~dfsg/.pc/2011_avoid_remote_font.patch/doc/History9.htm-198155-<br>
##############################################
ghostscript-9.53.3~dfsg/configure.ac-78-for gs_item in $2; do
ghostscript-9.53.3~dfsg/configure.ac:79:  gs_stripped_item=`echo "$gs_item" | sed -e 's/^-l//'`
ghostscript-9.53.3~dfsg/configure.ac-80-  if test "x$gs_stripped_item" != "x$gs_item"; then
##############################################
ghostscript-9.53.3~dfsg/configure.ac-93-for gs_item in $2; do
ghostscript-9.53.3~dfsg/configure.ac:94:  gs_stripped_item=`echo "$gs_item" | sed -e 's/-L//'`
ghostscript-9.53.3~dfsg/configure.ac-95-  if test "x$gs_stripped_item" != "x$gs_item"; then
##############################################
ghostscript-9.53.3~dfsg/configure.ac-198-sed_variant=`sed --version 2>&1`
ghostscript-9.53.3~dfsg/configure.ac:199:sed_variant=`echo $sed_variant|sed -e 's/ .*//'`
ghostscript-9.53.3~dfsg/configure.ac-200-if test "$sed_variant" != GNU ; then
##############################################
ghostscript-9.53.3~dfsg/configure.ac-1042-            AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/configure.ac:1043:            LIBS="$LIBS `$PKGCONFIG --libs libidn`"
ghostscript-9.53.3~dfsg/configure.ac:1044:            CFLAGS="$CFLAGS `$PKGCONFIG --cflags libidn`"
ghostscript-9.53.3~dfsg/configure.ac-1045-            HAVE_LIBIDN=-DHAVE_LIBIDN
##############################################
ghostscript-9.53.3~dfsg/configure.ac-1115-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/configure.ac:1116:                        FONTCONFIG_CFLAGS="$CFLAGS `$PKGCONFIG --cflags fontconfig`"
ghostscript-9.53.3~dfsg/configure.ac:1117:                        FONTCONFIG_LIBS="`$PKGCONFIG --libs fontconfig`"
ghostscript-9.53.3~dfsg/configure.ac-1118-                        HAVE_FONTCONFIG=-DHAVE_FONTCONFIG
##############################################
ghostscript-9.53.3~dfsg/configure.ac-1146-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/configure.ac:1147:                        DBUS_CFLAGS="$CFLAGS `$PKGCONFIG --cflags dbus-1`"
ghostscript-9.53.3~dfsg/configure.ac:1148:                        DBUS_LIBS="`$PKGCONFIG --libs dbus-1`"
ghostscript-9.53.3~dfsg/configure.ac-1149-                        HAVE_DBUS=-DHAVE_DBUS
##############################################
ghostscript-9.53.3~dfsg/configure.ac-1256-                if test "x$FT_CFLAGS" = "x"; then
ghostscript-9.53.3~dfsg/configure.ac:1257:                  FT_CFLAGS="$CFLAGS `$PKGCONFIG --cflags freetype2`"
ghostscript-9.53.3~dfsg/configure.ac-1258-		fi
ghostscript-9.53.3~dfsg/configure.ac-1259-		if test "x$FT_LIBS" = "x"; then
ghostscript-9.53.3~dfsg/configure.ac:1260:                  FT_LIBS="`$PKGCONFIG --libs-only-l freetype2`"
ghostscript-9.53.3~dfsg/configure.ac-1261-                fi
ghostscript-9.53.3~dfsg/configure.ac-1262-		if test "x$FT_LIB_PATH" = "x"; then
ghostscript-9.53.3~dfsg/configure.ac:1263:		  FT_LIB_PATH="`$PKGCONFIG --libs-only-L freetype2`"
ghostscript-9.53.3~dfsg/configure.ac-1264-		fi
##############################################
ghostscript-9.53.3~dfsg/configure.ac-1571-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/configure.ac:1572:                        CFLAGS="$CFLAGS `$PKGCONFIG --cflags libtiff-4`"
ghostscript-9.53.3~dfsg/configure.ac:1573:                        LIBS="$LIBS `$PKGCONFIG --libs libtiff-4`"
ghostscript-9.53.3~dfsg/configure.ac-1574-                        HAVE_SYSTEM_LIBTIFF=1
##############################################
ghostscript-9.53.3~dfsg/configure.ac-1599-                        AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/configure.ac:1600:                        CFLAGS="$CFLAGS `$PKGCONFIG --cflags libtiff-4`"
ghostscript-9.53.3~dfsg/configure.ac:1601:                        LIBS="$LIBS `$PKGCONFIG --libs libtiff-4`"
ghostscript-9.53.3~dfsg/configure.ac-1602-                        HAVE_SYSTEM_LIBTIFF=1
##############################################
ghostscript-9.53.3~dfsg/configure.ac-1717-          if $PKGCONFIG --exists expat; then
ghostscript-9.53.3~dfsg/configure.ac:1718:            EXPAT_LIBS="`$PKGCONFIG --libs expat`"
ghostscript-9.53.3~dfsg/configure.ac:1719:            CFLAGS="$CFLAGS `$PKGCONFIG --cflags expat`"
ghostscript-9.53.3~dfsg/configure.ac-1720-          fi
##############################################
ghostscript-9.53.3~dfsg/configure.ac-1812-                dnl Use values from CUPS config...
ghostscript-9.53.3~dfsg/configure.ac:1813:                CUPSCFLAGS="`$CUPSCONFIG --cflags` $CFLAGS"
ghostscript-9.53.3~dfsg/configure.ac:1814:#                CUPSLINK="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --static --image --libs | sed -e '1,$s/-lssl//'` $LIBS"
ghostscript-9.53.3~dfsg/configure.ac:1815:                CUPSLINK="`$CUPSCONFIG --ldflags` `$CUPSCONFIG --image --libs`"
ghostscript-9.53.3~dfsg/configure.ac:1816:                CUPSAPIVERSION="`$CUPSCONFIG --api-version`"
ghostscript-9.53.3~dfsg/configure.ac-1817-
##############################################
ghostscript-9.53.3~dfsg/configure.ac-1823-                else
ghostscript-9.53.3~dfsg/configure.ac:1824:                  CUPSSERVERROOT="`$CUPSCONFIG --serverroot`"
ghostscript-9.53.3~dfsg/configure.ac-1825-                fi
##############################################
ghostscript-9.53.3~dfsg/configure.ac-1829-                else
ghostscript-9.53.3~dfsg/configure.ac:1830:                  CUPSSERVERBIN="`$CUPSCONFIG --serverbin`"
ghostscript-9.53.3~dfsg/configure.ac-1831-                fi
##############################################
ghostscript-9.53.3~dfsg/configure.ac-1835-                else
ghostscript-9.53.3~dfsg/configure.ac:1836:                  CUPSDATA="`$CUPSCONFIG --datadir`"
ghostscript-9.53.3~dfsg/configure.ac-1837-                fi
##############################################
ghostscript-9.53.3~dfsg/configure.ac-1846-
ghostscript-9.53.3~dfsg/configure.ac:1847:                CUPSVERSION="`$CUPSCONFIG --version`"
ghostscript-9.53.3~dfsg/configure.ac-1848-
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2046-          AC_MSG_RESULT(yes)
ghostscript-9.53.3~dfsg/configure.ac:2047:          JBIG2DEC_CFLAGS="$CFLAGS `$PKGCONFIG --cflags jbig2dec`"
ghostscript-9.53.3~dfsg/configure.ac:2048:          JBIG2DEC_LIBS="`$PKGCONFIG --libs jbig2dec`"
ghostscript-9.53.3~dfsg/configure.ac-2049-          SHARE_JBIG2=1
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2187-        if $PKGCONFIG --exists libopenjp2; then
ghostscript-9.53.3~dfsg/configure.ac:2188:          JPX_AUTOCONF_CFLAGS="`$PKGCONFIG libopenjp2 --cflags` -DUSE_OPENJPEG_JP2"
ghostscript-9.53.3~dfsg/configure.ac:2189:          JPX_AUTOCONF_LIBS="`$PKGCONFIG libopenjp2 --libs`"
ghostscript-9.53.3~dfsg/configure.ac-2190-          SHARE_JPX=1
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2379-            SOC_LOADER="dxmain"
ghostscript-9.53.3~dfsg/configure.ac:2380:            SOC_CFLAGS="`$PKGCONFIG gtk+-3.0 --cflags`"
ghostscript-9.53.3~dfsg/configure.ac:2381:            SOC_LIBS="`$PKGCONFIG gtk+-3.0 --libs`"
ghostscript-9.53.3~dfsg/configure.ac-2382-            AC_MSG_RESULT([yes])
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2391-                SOC_LOADER="dxmain"
ghostscript-9.53.3~dfsg/configure.ac:2392:                SOC_CFLAGS="`$PKGCONFIG gtk+-2.0 --cflags`"
ghostscript-9.53.3~dfsg/configure.ac:2393:                SOC_LIBS="`$PKGCONFIG gtk+-2.0 --libs`"
ghostscript-9.53.3~dfsg/configure.ac-2394-                AC_MSG_RESULT([yes])
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2610-        # Add drivers from file...
ghostscript-9.53.3~dfsg/configure.ac:2611:        drivers="`tr '\n' ',' <$driversfile`"
ghostscript-9.53.3~dfsg/configure.ac-2612-fi
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2661-        if echo $drivers |grep "," >/dev/null; then
ghostscript-9.53.3~dfsg/configure.ac:2662:                THIS="`echo $drivers |sed -e 's/,.*//'`"
ghostscript-9.53.3~dfsg/configure.ac-2663-                SEDCMD="s/$THIS,//"
ghostscript-9.53.3~dfsg/configure.ac:2664:                drivers="`echo $drivers |sed -e $SEDCMD`"
ghostscript-9.53.3~dfsg/configure.ac-2665-        else
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2799-                # It's a driver name (or a user messup)
ghostscript-9.53.3~dfsg/configure.ac:2800:                P_DEVS0="$P_DEVS0 `echo $THIS |sed -e 's,\.dev$,,'`"
ghostscript-9.53.3~dfsg/configure.ac-2801-                ;;
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2808-    NTS_EXCLUDES="$(echo \"$P_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure.ac:2809:    P_DEVS0=`echo $P_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure.ac-2810-  done
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2813-    NTS_EXCLUDES="$(echo \"$F_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure.ac:2814:    F_DEVS0=`echo $F_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure.ac-2815-  done
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2818-    NTS_EXCLUDES="$(echo \"$CUPS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure.ac:2819:    CUPS_DEVS0=`echo $CUPS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure.ac-2820-  done
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2823-    NTS_EXCLUDES="$(echo \"$XPS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure.ac:2824:    XPS_DEVS0=`echo $XPS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure.ac-2825-  done
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2828-    NTS_EXCLUDES="$(echo \"$IJS_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure.ac:2829:    IJS_DEVS0=`echo $IJS_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure.ac-2830-  done
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2833-    NTS_EXCLUDES="$(echo \"$PNG_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure.ac:2834:    PNG_DEVS0=`echo $PNG_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure.ac-2835-  done
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2838-    NTS_EXCLUDES="$(echo \"$X11_DEVS0{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure.ac:2839:    X11_DEVS0=`echo $X11_DEVS0 | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure.ac-2840-  done
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2843-    NTS_EXCLUDES="$(echo \"$JBIG2_DEVS{[@]:0}\" | grep -o $ntsdev) $NTS_EXCLUDES"
ghostscript-9.53.3~dfsg/configure.ac:2844:    JBIG2_DEVS=`echo $JBIG2_DEVS | sed "s/\b$ntsdev\b//g"`
ghostscript-9.53.3~dfsg/configure.ac-2845-  done
ghostscript-9.53.3~dfsg/configure.ac-2846-
ghostscript-9.53.3~dfsg/configure.ac:2847:  NTS_EXCLUDES=`echo "$NTS_EXCLUDES" | tr " " "\n" | sort | uniq | tr "\n" " "`
ghostscript-9.53.3~dfsg/configure.ac-2848-fi # x$enable_threadsafe = xyes
ghostscript-9.53.3~dfsg/configure.ac-2849-
ghostscript-9.53.3~dfsg/configure.ac:2850:noncontribmakefiles=`find $srcdir -name '*.mak' -print | grep -v '/contrib/'`
ghostscript-9.53.3~dfsg/configure.ac-2851-
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2854-    if test x$found_iconv = xno ; then
ghostscript-9.53.3~dfsg/configure.ac:2855:        P_DEVS0=`echo $P_DEVS0 | sed -e 's|opvp||' -e 's|oprp||'`
ghostscript-9.53.3~dfsg/configure.ac-2856-        AC_MSG_WARN(Unable to include opvp/oprp driver due to missing iconv/libiconv...)
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2860-#   duplicates in there, add $(DD)foo.dev constructs
ghostscript-9.53.3~dfsg/configure.ac:2861:    P_DEVS=`(for i in $P_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles 2>&1 >/dev/null ) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/configure.ac-2862-fi
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2864-if test -n "$F_DEVS0"; then
ghostscript-9.53.3~dfsg/configure.ac:2865:    F_DEVS=`(for i in $F_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/configure.ac-2866-fi
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2868-if test -n "$CUPS_DEVS0"; then
ghostscript-9.53.3~dfsg/configure.ac:2869:    CUPS_DEVS=`(for i in $CUPS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/configure.ac-2870-fi
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2872-if test -n "$XPS_DEVS0"; then
ghostscript-9.53.3~dfsg/configure.ac:2873:    XPS_DEVS=`(for i in $XPS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/configure.ac-2874-fi
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2876-if test -n "$IJS_DEVS0"; then
ghostscript-9.53.3~dfsg/configure.ac:2877:    IJS_DEVS=`(for i in $IJS_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/configure.ac-2878-fi
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2880-if test -n "$PNG_DEVS0"; then
ghostscript-9.53.3~dfsg/configure.ac:2881:    PNG_DEVS=`(for i in $PNG_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/configure.ac-2882-fi
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2884-if test -n "$X11_DEVS0"; then
ghostscript-9.53.3~dfsg/configure.ac:2885:    X11_DEVS=`(for i in $X11_DEVS0; do d='$(DD)'${i}.dev; if ( grep '^'$d $noncontribmakefiles  2>&1 >/dev/null) || ( ! test -z "$CONTRIBINCLUDE" ); then echo $d; fi; done) | sort | uniq | tr '\012\015' '  '`
ghostscript-9.53.3~dfsg/configure.ac-2886-fi
##############################################
ghostscript-9.53.3~dfsg/configure.ac-2889-if test x"$APPLE_DEVICES_REQUESTED" = x"yes" ; then
ghostscript-9.53.3~dfsg/configure.ac:2890:  APDEVS=`echo $P_DEVS | grep 'APPLE\|iwhi\|iwlo\|iwlq'`
ghostscript-9.53.3~dfsg/configure.ac-2891-  if test -z "$APDEVS" ; then
##############################################
ghostscript-9.53.3~dfsg/configure.ac-3191-        if test "x$CUPSCONFIG" != x; then
ghostscript-9.53.3~dfsg/configure.ac:3192:          fontpath="${fontpath}:`$CUPSCONFIG --datadir`/fonts"
ghostscript-9.53.3~dfsg/configure.ac-3193-        fi
##############################################
ghostscript-9.53.3~dfsg/autogen.sh-6-
ghostscript-9.53.3~dfsg/autogen.sh:7:srcdir=`dirname $0`
ghostscript-9.53.3~dfsg/autogen.sh-8-test -z "$srcdir" && srcdir=.