===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
qpdf-10.0.4/make_windows_releases-51-if [ "$wordsize" = 32 ]; then
qpdf-10.0.4/make_windows_releases:52:  echo "If not done already, rerun this in a "`expr 96 - $wordsize`"-bit environment."
qpdf-10.0.4/make_windows_releases-53-  echo ''
##############################################
qpdf-10.0.4/config.guess-34-
qpdf-10.0.4/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
qpdf-10.0.4/config.guess-36-
##############################################
qpdf-10.0.4/config.guess-105-    # shellcheck disable=SC2039
qpdf-10.0.4/config.guess:106:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
qpdf-10.0.4/config.guess-107-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
qpdf-10.0.4/config.guess-155-	EOF
qpdf-10.0.4/config.guess:156:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
qpdf-10.0.4/config.guess-157-
##############################################
qpdf-10.0.4/config.guess-192-	    earmv*)
qpdf-10.0.4/config.guess:193:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
qpdf-10.0.4/config.guess:194:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
qpdf-10.0.4/config.guess-195-		machine="${arch}${endian}"-unknown
##############################################
qpdf-10.0.4/config.guess-224-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
qpdf-10.0.4/config.guess:225:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
qpdf-10.0.4/config.guess-226-		;;
##############################################
qpdf-10.0.4/config.guess-237-	    *)
qpdf-10.0.4/config.guess:238:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
qpdf-10.0.4/config.guess-239-		;;
##############################################
qpdf-10.0.4/config.guess-290-	*4.0)
qpdf-10.0.4/config.guess:291:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
qpdf-10.0.4/config.guess-292-		;;
qpdf-10.0.4/config.guess-293-	*5.*)
qpdf-10.0.4/config.guess:294:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
qpdf-10.0.4/config.guess-295-		;;
##############################################
qpdf-10.0.4/config.guess-300-	# types through head -n 1, so we only detect the type of CPU 0.
qpdf-10.0.4/config.guess:301:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
qpdf-10.0.4/config.guess-302-	case "$ALPHA_CPU_TYPE" in
##############################################
qpdf-10.0.4/config.guess-338-	# 1.2 uses "1.2" for uname -r.
qpdf-10.0.4/config.guess:339:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
qpdf-10.0.4/config.guess-340-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
qpdf-10.0.4/config.guess-389-    s390x:SunOS:*:*)
qpdf-10.0.4/config.guess:390:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
qpdf-10.0.4/config.guess-391-	exit ;;
qpdf-10.0.4/config.guess-392-    sun4H:SunOS:5.*:*)
qpdf-10.0.4/config.guess:393:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
qpdf-10.0.4/config.guess-394-	exit ;;
qpdf-10.0.4/config.guess-395-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
qpdf-10.0.4/config.guess:396:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
qpdf-10.0.4/config.guess-397-	exit ;;
##############################################
qpdf-10.0.4/config.guess-414-	fi
qpdf-10.0.4/config.guess:415:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
qpdf-10.0.4/config.guess-416-	exit ;;
##############################################
qpdf-10.0.4/config.guess-420-	# it's likely to be more like Solaris than SunOS4.
qpdf-10.0.4/config.guess:421:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
qpdf-10.0.4/config.guess-422-	exit ;;
##############################################
qpdf-10.0.4/config.guess-429-	# Japanese Language versions have a version number like `4.1.3-JL'.
qpdf-10.0.4/config.guess:430:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
qpdf-10.0.4/config.guess-431-	exit ;;
##############################################
qpdf-10.0.4/config.guess-435-    sun*:*:4.2BSD:*)
qpdf-10.0.4/config.guess:436:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
qpdf-10.0.4/config.guess-437-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
qpdf-10.0.4/config.guess-517-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
qpdf-10.0.4/config.guess:518:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
qpdf-10.0.4/config.guess:519:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
qpdf-10.0.4/config.guess-520-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
qpdf-10.0.4/config.guess-573-    *:IRIX*:*:*)
qpdf-10.0.4/config.guess:574:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
qpdf-10.0.4/config.guess-575-	exit ;;
##############################################
qpdf-10.0.4/config.guess-603-EOF
qpdf-10.0.4/config.guess:604:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
qpdf-10.0.4/config.guess-605-		then
##############################################
qpdf-10.0.4/config.guess-616-    *:AIX:*:[4567])
qpdf-10.0.4/config.guess:617:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
qpdf-10.0.4/config.guess-618-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
qpdf-10.0.4/config.guess-652-    9000/[34678]??:HP-UX:*:*)
qpdf-10.0.4/config.guess:653:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
qpdf-10.0.4/config.guess-654-	case "$UNAME_MACHINE" in
##############################################
qpdf-10.0.4/config.guess-706-EOF
qpdf-10.0.4/config.guess:707:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
qpdf-10.0.4/config.guess-708-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
qpdf-10.0.4/config.guess-734-    ia64:HP-UX:*:*)
qpdf-10.0.4/config.guess:735:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
qpdf-10.0.4/config.guess-736-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
qpdf-10.0.4/config.guess-764-EOF
qpdf-10.0.4/config.guess:765:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
qpdf-10.0.4/config.guess-766-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
qpdf-10.0.4/config.guess-835-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
qpdf-10.0.4/config.guess:836:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
qpdf-10.0.4/config.guess-837-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
qpdf-10.0.4/config.guess-840-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
qpdf-10.0.4/config.guess:841:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
qpdf-10.0.4/config.guess-842-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
qpdf-10.0.4/config.guess-858-	then
qpdf-10.0.4/config.guess:859:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
qpdf-10.0.4/config.guess-860-	else
qpdf-10.0.4/config.guess:861:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
qpdf-10.0.4/config.guess-862-	fi
##############################################
qpdf-10.0.4/config.guess-871-	esac
qpdf-10.0.4/config.guess:872:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
qpdf-10.0.4/config.guess-873-	exit ;;
##############################################
qpdf-10.0.4/config.guess-907-    prep*:SunOS:5.*:*)
qpdf-10.0.4/config.guess:908:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
qpdf-10.0.4/config.guess-909-	exit ;;
##############################################
qpdf-10.0.4/config.guess-911-	# the GNU system
qpdf-10.0.4/config.guess:912:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
qpdf-10.0.4/config.guess-913-	exit ;;
##############################################
qpdf-10.0.4/config.guess-915-	# other systems with GNU libc and userland
qpdf-10.0.4/config.guess:916:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
qpdf-10.0.4/config.guess-917-	exit ;;
##############################################
qpdf-10.0.4/config.guess-1037-EOF
qpdf-10.0.4/config.guess:1038:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
qpdf-10.0.4/config.guess-1039-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
qpdf-10.0.4/config.guess-1137-    i*86:*:4.*:*)
qpdf-10.0.4/config.guess:1138:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
qpdf-10.0.4/config.guess-1139-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
qpdf-10.0.4/config.guess-1440-    *:DragonFly:*:*)
qpdf-10.0.4/config.guess:1441:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
qpdf-10.0.4/config.guess-1442-	exit ;;
##############################################
qpdf-10.0.4/config.guess-1453-    i*86:skyos:*:*)
qpdf-10.0.4/config.guess:1454:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
qpdf-10.0.4/config.guess-1455-	exit ;;
##############################################
qpdf-10.0.4/config.guess-1603-
qpdf-10.0.4/config.guess:1604:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
qpdf-10.0.4/config.guess-1605-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
qpdf-10.0.4/make_dist-195-    my $cmd = shift;
qpdf-10.0.4/make_dist:196:    system($cmd) == 0 or die "$whoami: $cmd failed\n";
qpdf-10.0.4/make_dist-197-}
##############################################
qpdf-10.0.4/ltmain.sh-103-#
qpdf-10.0.4/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
qpdf-10.0.4/ltmain.sh-105-#
##############################################
qpdf-10.0.4/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
qpdf-10.0.4/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
qpdf-10.0.4/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
qpdf-10.0.4/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
qpdf-10.0.4/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
qpdf-10.0.4/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
qpdf-10.0.4/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
qpdf-10.0.4/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
qpdf-10.0.4/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
qpdf-10.0.4/ltmain.sh-410-# The name of this program.
qpdf-10.0.4/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
qpdf-10.0.4/ltmain.sh-412-
##############################################
qpdf-10.0.4/ltmain.sh-416-  *[\\/]*)
qpdf-10.0.4/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
qpdf-10.0.4/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
qpdf-10.0.4/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
qpdf-10.0.4/ltmain.sh-610-
qpdf-10.0.4/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
qpdf-10.0.4/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
qpdf-10.0.4/ltmain.sh-613-
##############################################
qpdf-10.0.4/ltmain.sh-639-
qpdf-10.0.4/ltmain.sh:640:    func_arith_result=`expr "$@"`
qpdf-10.0.4/ltmain.sh-641-  }
##############################################
qpdf-10.0.4/ltmain.sh-660-  # ...otherwise fall back to using sed.
qpdf-10.0.4/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
qpdf-10.0.4/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
qpdf-10.0.4/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
qpdf-10.0.4/ltmain.sh-757-      test -n "$_G_tc" && {
qpdf-10.0.4/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
qpdf-10.0.4/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
qpdf-10.0.4/ltmain.sh-760-      }
qpdf-10.0.4/ltmain.sh-761-    done
qpdf-10.0.4/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
qpdf-10.0.4/ltmain.sh-763-
##############################################
qpdf-10.0.4/ltmain.sh-831-
qpdf-10.0.4/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
qpdf-10.0.4/ltmain.sh-833-  }
##############################################
qpdf-10.0.4/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
qpdf-10.0.4/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
qpdf-10.0.4/ltmain.sh-865-      done
qpdf-10.0.4/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
qpdf-10.0.4/ltmain.sh-867-
##############################################
qpdf-10.0.4/ltmain.sh-901-      # If mktemp works, use that first and foremost
qpdf-10.0.4/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
qpdf-10.0.4/ltmain.sh-903-
##############################################
qpdf-10.0.4/ltmain.sh-1111-        *[\\\`\"\$]*)
qpdf-10.0.4/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
qpdf-10.0.4/ltmain.sh-1113-        *)
##############################################
qpdf-10.0.4/ltmain.sh-1198-    case $2 in
qpdf-10.0.4/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
qpdf-10.0.4/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
qpdf-10.0.4/ltmain.sh-1201-    esac
##############################################
qpdf-10.0.4/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
qpdf-10.0.4/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
qpdf-10.0.4/ltmain.sh-1273-      ;;
##############################################
qpdf-10.0.4/ltmain.sh-1358-
qpdf-10.0.4/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
qpdf-10.0.4/ltmain.sh-1360-}
##############################################
qpdf-10.0.4/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
qpdf-10.0.4/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
qpdf-10.0.4/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
qpdf-10.0.4/ltmain.sh-1517-
qpdf-10.0.4/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
qpdf-10.0.4/ltmain.sh-1519-}
##############################################
qpdf-10.0.4/ltmain.sh-1943-
qpdf-10.0.4/ltmain.sh:1944:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
qpdf-10.0.4/ltmain.sh-1945-      func_split_equals_rhs=
qpdf-10.0.4/ltmain.sh-1946-      test "x$func_split_equals_lhs" = "x$1" \
qpdf-10.0.4/ltmain.sh:1947:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
qpdf-10.0.4/ltmain.sh-1948-  }
##############################################
qpdf-10.0.4/ltmain.sh-1971-
qpdf-10.0.4/ltmain.sh:1972:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
qpdf-10.0.4/ltmain.sh:1973:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
qpdf-10.0.4/ltmain.sh-1974-  }
##############################################
qpdf-10.0.4/ltmain.sh-2144-       version:        $progname $scriptversion Debian-2.4.6-11
qpdf-10.0.4/ltmain.sh:2145:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
qpdf-10.0.4/ltmain.sh:2146:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
qpdf-10.0.4/ltmain.sh-2147-
##############################################
qpdf-10.0.4/ltmain.sh-2183-  {
qpdf-10.0.4/ltmain.sh:2184:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
qpdf-10.0.4/ltmain.sh-2185-  }
##############################################
qpdf-10.0.4/ltmain.sh-2188-  {
qpdf-10.0.4/ltmain.sh:2189:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
qpdf-10.0.4/ltmain.sh-2190-  }
##############################################
qpdf-10.0.4/ltmain.sh-2279-	  # quotes we have to do it in 2 steps:
qpdf-10.0.4/ltmain.sh:2280:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
qpdf-10.0.4/ltmain.sh-2281-	  eval "$extractedcf"
##############################################
qpdf-10.0.4/ltmain.sh-2751-      done
qpdf-10.0.4/ltmain.sh:2752:      CC_expanded=`func_echo_all $CC`
qpdf-10.0.4/ltmain.sh:2753:      CC_quoted_expanded=`func_echo_all $CC_quoted`
qpdf-10.0.4/ltmain.sh-2754-      case $@ in
##############################################
qpdf-10.0.4/ltmain.sh-2764-	    # Evaluate the configuration.
qpdf-10.0.4/ltmain.sh:2765:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
qpdf-10.0.4/ltmain.sh-2766-	    CC_quoted=
##############################################
qpdf-10.0.4/ltmain.sh-2770-	    done
qpdf-10.0.4/ltmain.sh:2771:	    CC_expanded=`func_echo_all $CC`
qpdf-10.0.4/ltmain.sh:2772:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
qpdf-10.0.4/ltmain.sh-2773-	    case "$@ " in
##############################################
qpdf-10.0.4/ltmain.sh-2862-    # zero AND non-empty stdout, which explains the odd construction:
qpdf-10.0.4/ltmain.sh:2863:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
qpdf-10.0.4/ltmain.sh-2864-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
qpdf-10.0.4/ltmain.sh-2930-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
qpdf-10.0.4/ltmain.sh:2931:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
qpdf-10.0.4/ltmain.sh-2932-    if test "$?" -ne 0; then
##############################################
qpdf-10.0.4/ltmain.sh-3101-    # LT_CYGPATH in this case.
qpdf-10.0.4/ltmain.sh:3102:    func_to_host_file_result=`cygpath -m "$1"`
qpdf-10.0.4/ltmain.sh-3103-  fi
##############################################
qpdf-10.0.4/ltmain.sh-3258-    func_to_host_path_tmp1=$func_stripname_result
qpdf-10.0.4/ltmain.sh:3259:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
qpdf-10.0.4/ltmain.sh-3260-    func_convert_path_check : ";" \
##############################################
qpdf-10.0.4/ltmain.sh-3468-    *.[cCFSifmso] | \
qpdf-10.0.4/ltmain.sh:3469:    *.ada | *.adb | *.ads | *.asm | \
qpdf-10.0.4/ltmain.sh-3470-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
qpdf-10.0.4/ltmain.sh-3545-    if test no = "$compiler_c_o"; then
qpdf-10.0.4/ltmain.sh:3546:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
qpdf-10.0.4/ltmain.sh-3547-      lockfile=$output_obj.lock
##############################################
qpdf-10.0.4/ltmain.sh-3564-*** ERROR, $lockfile exists and contains:
qpdf-10.0.4/ltmain.sh:3565:`cat $lockfile 2>/dev/null`
qpdf-10.0.4/ltmain.sh-3566-
##############################################
qpdf-10.0.4/ltmain.sh-3612-      if test warn = "$need_locks" &&
qpdf-10.0.4/ltmain.sh:3613:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
qpdf-10.0.4/ltmain.sh-3614-	$ECHO "\
qpdf-10.0.4/ltmain.sh-3615-*** ERROR, $lockfile contains:
qpdf-10.0.4/ltmain.sh:3616:`cat $lockfile 2>/dev/null`
qpdf-10.0.4/ltmain.sh-3617-
##############################################
qpdf-10.0.4/ltmain.sh-3661-      if test warn = "$need_locks" &&
qpdf-10.0.4/ltmain.sh:3662:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
qpdf-10.0.4/ltmain.sh-3663-	$ECHO "\
qpdf-10.0.4/ltmain.sh-3664-*** ERROR, $lockfile contains:
qpdf-10.0.4/ltmain.sh:3665:`cat $lockfile 2>/dev/null`
qpdf-10.0.4/ltmain.sh-3666-
##############################################
qpdf-10.0.4/ltmain.sh-3987-      # Get the absolute pathname.
qpdf-10.0.4/ltmain.sh:3988:      absdir=`cd "$dir" && pwd`
qpdf-10.0.4/ltmain.sh-3989-      test -n "$absdir" && dir=$absdir
##############################################
qpdf-10.0.4/ltmain.sh-4086-      if test -n "$lt_sysroot"; then
qpdf-10.0.4/ltmain.sh:4087:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
qpdf-10.0.4/ltmain.sh-4088-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
qpdf-10.0.4/ltmain.sh-4370-	  # Determine the prefix the user has applied to our future dir.
qpdf-10.0.4/ltmain.sh:4371:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
qpdf-10.0.4/ltmain.sh-4372-
##############################################
qpdf-10.0.4/ltmain.sh-4383-	    # Stick the inst_prefix_dir data into the link command.
qpdf-10.0.4/ltmain.sh:4384:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
qpdf-10.0.4/ltmain.sh-4385-	  else
qpdf-10.0.4/ltmain.sh:4386:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
qpdf-10.0.4/ltmain.sh-4387-	  fi
##############################################
qpdf-10.0.4/ltmain.sh-4550-	    fi
qpdf-10.0.4/ltmain.sh:4551:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
qpdf-10.0.4/ltmain.sh-4552-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
qpdf-10.0.4/ltmain.sh-4569-	        # Replace the output file specification.
qpdf-10.0.4/ltmain.sh:4570:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
qpdf-10.0.4/ltmain.sh-4571-
##############################################
qpdf-10.0.4/ltmain.sh-4588-	    # Install the binary that we compiled earlier.
qpdf-10.0.4/ltmain.sh:4589:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
qpdf-10.0.4/ltmain.sh-4590-	  fi
##############################################
qpdf-10.0.4/ltmain.sh-4662-    my_pic_p=${3-false}
qpdf-10.0.4/ltmain.sh:4663:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
qpdf-10.0.4/ltmain.sh-4664-    my_dlsyms=
##############################################
qpdf-10.0.4/ltmain.sh-4720-	  # Add our own program objects to the symbol list.
qpdf-10.0.4/ltmain.sh:4721:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
qpdf-10.0.4/ltmain.sh-4722-	  for progfile in $progfiles; do
##############################################
qpdf-10.0.4/ltmain.sh-4782-	          # Use subshell, to avoid clobbering current variable values
qpdf-10.0.4/ltmain.sh:4783:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
qpdf-10.0.4/ltmain.sh-4784-	          if test -n "$dlprefile_dlname"; then
##############################################
qpdf-10.0.4/ltmain.sh-4951-	  if test -f "$output_objdir/$my_outputname.def"; then
qpdf-10.0.4/ltmain.sh:4952:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
qpdf-10.0.4/ltmain.sh:4953:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
qpdf-10.0.4/ltmain.sh-4954-	  else
qpdf-10.0.4/ltmain.sh:4955:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
qpdf-10.0.4/ltmain.sh:4956:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
qpdf-10.0.4/ltmain.sh-4957-	  fi
##############################################
qpdf-10.0.4/ltmain.sh-4959-	*)
qpdf-10.0.4/ltmain.sh:4960:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
qpdf-10.0.4/ltmain.sh:4961:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
qpdf-10.0.4/ltmain.sh-4962-	  ;;
##############################################
qpdf-10.0.4/ltmain.sh-4974-      # Nullify the symbol file.
qpdf-10.0.4/ltmain.sh:4975:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
qpdf-10.0.4/ltmain.sh:4976:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
qpdf-10.0.4/ltmain.sh-4977-    fi
##############################################
qpdf-10.0.4/ltmain.sh-4988-  func_to_tool_file "$1" func_convert_file_msys_to_w32
qpdf-10.0.4/ltmain.sh:4989:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
qpdf-10.0.4/ltmain.sh-4990-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
qpdf-10.0.4/ltmain.sh-5001-  func_to_tool_file "$1" func_convert_file_msys_to_w32
qpdf-10.0.4/ltmain.sh:5002:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
qpdf-10.0.4/ltmain.sh-5003-  test -n "$func_cygming_ms_implib_tmp"
##############################################
qpdf-10.0.4/ltmain.sh-5017-  win32_libid_type=unknown
qpdf-10.0.4/ltmain.sh:5018:  win32_fileres=`file -L $1 2>/dev/null`
qpdf-10.0.4/ltmain.sh-5019-  case $win32_fileres in
##############################################
qpdf-10.0.4/ltmain.sh-5082-
qpdf-10.0.4/ltmain.sh:5083:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
qpdf-10.0.4/ltmain.sh-5084-}
##############################################
qpdf-10.0.4/ltmain.sh-5100-
qpdf-10.0.4/ltmain.sh:5101:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
qpdf-10.0.4/ltmain.sh-5102-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
qpdf-10.0.4/ltmain.sh-5164-    # binutils import library
qpdf-10.0.4/ltmain.sh:5165:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
qpdf-10.0.4/ltmain.sh-5166-  elif func_cygming_ms_implib_p "$1"; then
qpdf-10.0.4/ltmain.sh-5167-    # ms-generated import library
qpdf-10.0.4/ltmain.sh:5168:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
qpdf-10.0.4/ltmain.sh-5169-  else
##############################################
qpdf-10.0.4/ltmain.sh-5248-	  darwin_base_archive=$func_basename_result
qpdf-10.0.4/ltmain.sh:5249:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
qpdf-10.0.4/ltmain.sh-5250-	  if test -n "$darwin_arches"; then
qpdf-10.0.4/ltmain.sh:5251:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
qpdf-10.0.4/ltmain.sh-5252-	    darwin_arch=
##############################################
qpdf-10.0.4/ltmain.sh-5262-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
qpdf-10.0.4/ltmain.sh:5263:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
qpdf-10.0.4/ltmain.sh-5264-	    darwin_file=
##############################################
qpdf-10.0.4/ltmain.sh-5266-	    for darwin_file in $darwin_filelist; do
qpdf-10.0.4/ltmain.sh:5267:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
qpdf-10.0.4/ltmain.sh-5268-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
qpdf-10.0.4/ltmain.sh-5281-      esac
qpdf-10.0.4/ltmain.sh:5282:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
qpdf-10.0.4/ltmain.sh-5283-    done
##############################################
qpdf-10.0.4/ltmain.sh-5352-
qpdf-10.0.4/ltmain.sh:5353:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
qpdf-10.0.4/ltmain.sh-5354-    $ECHO "\
##############################################
qpdf-10.0.4/ltmain.sh-5387-    --lt-dump-script)
qpdf-10.0.4/ltmain.sh:5388:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
qpdf-10.0.4/ltmain.sh-5389-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
qpdf-10.0.4/ltmain.sh:5390:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
qpdf-10.0.4/ltmain.sh-5391-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
qpdf-10.0.4/ltmain.sh-5414-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
qpdf-10.0.4/ltmain.sh:5415:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
qpdf-10.0.4/ltmain.sh-5416-  done
##############################################
qpdf-10.0.4/ltmain.sh-5472-  # Find the directory that this script lives in.
qpdf-10.0.4/ltmain.sh:5473:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
qpdf-10.0.4/ltmain.sh-5474-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
qpdf-10.0.4/ltmain.sh-5476-  # Follow symbolic links until we get to the real thisdir.
qpdf-10.0.4/ltmain.sh:5477:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
qpdf-10.0.4/ltmain.sh-5478-  while test -n \"\$file\"; do
qpdf-10.0.4/ltmain.sh:5479:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
qpdf-10.0.4/ltmain.sh-5480-
##############################################
qpdf-10.0.4/ltmain.sh-5488-
qpdf-10.0.4/ltmain.sh:5489:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
qpdf-10.0.4/ltmain.sh:5490:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
qpdf-10.0.4/ltmain.sh-5491-  done
##############################################
qpdf-10.0.4/ltmain.sh-5502-    case \"\$thisdir\" in
qpdf-10.0.4/ltmain.sh:5503:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
qpdf-10.0.4/ltmain.sh-5504-    $objdir )   thisdir=. ;;
##############################################
qpdf-10.0.4/ltmain.sh-5508-  # Try to get the absolute directory name.
qpdf-10.0.4/ltmain.sh:5509:  absdir=\`cd \"\$thisdir\" && pwd\`
qpdf-10.0.4/ltmain.sh-5510-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
qpdf-10.0.4/ltmain.sh-5518-  if test ! -f \"\$progdir/\$program\" ||
qpdf-10.0.4/ltmain.sh:5519:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
qpdf-10.0.4/ltmain.sh-5520-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
qpdf-10.0.4/ltmain.sh-5533-    if test -n \"\$relink_command\"; then
qpdf-10.0.4/ltmain.sh:5534:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
qpdf-10.0.4/ltmain.sh-5535-      else
##############################################
qpdf-10.0.4/ltmain.sh-5577-    # The second colon is a workaround for a bug in BeOS R4 sed
qpdf-10.0.4/ltmain.sh:5578:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
qpdf-10.0.4/ltmain.sh-5579-
##############################################
qpdf-10.0.4/ltmain.sh-6556-
qpdf-10.0.4/ltmain.sh:6557:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
qpdf-10.0.4/ltmain.sh-6558-    *import*) : ;;
##############################################
qpdf-10.0.4/ltmain.sh-6804-	    moreargs=
qpdf-10.0.4/ltmain.sh:6805:	    for fil in `cat "$save_arg"`
qpdf-10.0.4/ltmain.sh-6806-	    do
##############################################
qpdf-10.0.4/ltmain.sh-7065-	*)
qpdf-10.0.4/ltmain.sh:7066:	  absdir=`cd "$dir" && pwd`
qpdf-10.0.4/ltmain.sh-7067-	  test -z "$absdir" && \
##############################################
qpdf-10.0.4/ltmain.sh-7086-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
qpdf-10.0.4/ltmain.sh:7087:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
qpdf-10.0.4/ltmain.sh-7088-	  case :$dllsearchpath: in
##############################################
qpdf-10.0.4/ltmain.sh-7383-      -Z*)
qpdf-10.0.4/ltmain.sh:7384:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
qpdf-10.0.4/ltmain.sh-7385-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
qpdf-10.0.4/ltmain.sh-7553-      # get the directories listed in $shlibpath_var
qpdf-10.0.4/ltmain.sh:7554:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
qpdf-10.0.4/ltmain.sh-7555-    else
##############################################
qpdf-10.0.4/ltmain.sh-7872-		  set dummy $deplibs_check_method; shift
qpdf-10.0.4/ltmain.sh:7873:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
qpdf-10.0.4/ltmain.sh-7874-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
qpdf-10.0.4/ltmain.sh-7962-	if test -n "$inherited_linker_flags"; then
qpdf-10.0.4/ltmain.sh:7963:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
qpdf-10.0.4/ltmain.sh-7964-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
qpdf-10.0.4/ltmain.sh-7970-	fi
qpdf-10.0.4/ltmain.sh:7971:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
qpdf-10.0.4/ltmain.sh-7972-	if test lib,link = "$linkmode,$pass" ||
##############################################
qpdf-10.0.4/ltmain.sh-8043-	*)
qpdf-10.0.4/ltmain.sh:8044:	  abs_ladir=`cd "$ladir" && pwd`
qpdf-10.0.4/ltmain.sh-8045-	  if test -z "$abs_ladir"; then
##############################################
qpdf-10.0.4/ltmain.sh-8296-	    shift
qpdf-10.0.4/ltmain.sh:8297:	    libname=`eval "\\$ECHO \"$libname_spec\""`
qpdf-10.0.4/ltmain.sh-8298-	    # use dlname if we got it. it's perfectly good, no?
##############################################
qpdf-10.0.4/ltmain.sh-8588-		*)
qpdf-10.0.4/ltmain.sh:8589:		  absdir=`cd "$dir" && pwd`
qpdf-10.0.4/ltmain.sh-8590-		  if test -z "$absdir"; then
##############################################
qpdf-10.0.4/ltmain.sh-8599-		  depdepl=
qpdf-10.0.4/ltmain.sh:8600:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
qpdf-10.0.4/ltmain.sh-8601-		  if test -n "$deplibrary_names"; then
##############################################
qpdf-10.0.4/ltmain.sh-8606-		      depdepl=$absdir/$objdir/$depdepl
qpdf-10.0.4/ltmain.sh:8607:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
qpdf-10.0.4/ltmain.sh-8608-                      if test -z "$darwin_install_name"; then
qpdf-10.0.4/ltmain.sh:8609:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
qpdf-10.0.4/ltmain.sh-8610-                      fi
##############################################
qpdf-10.0.4/ltmain.sh-8621-		else
qpdf-10.0.4/ltmain.sh:8622:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
qpdf-10.0.4/ltmain.sh-8623-		  test -z "$libdir" && \
##############################################
qpdf-10.0.4/ltmain.sh-8644-	else
qpdf-10.0.4/ltmain.sh:8645:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
qpdf-10.0.4/ltmain.sh-8646-	fi
##############################################
qpdf-10.0.4/ltmain.sh-8733-        linux*)
qpdf-10.0.4/ltmain.sh:8734:          case `$CC -V 2>&1 | sed 5q` in
qpdf-10.0.4/ltmain.sh-8735-          *Sun\ C*) # Sun C++ 5.9
##############################################
qpdf-10.0.4/ltmain.sh-9141-	removelist=
qpdf-10.0.4/ltmain.sh:9142:	tempremovelist=`$ECHO "$output_objdir/*"`
qpdf-10.0.4/ltmain.sh-9143-	for p in $tempremovelist; do
##############################################
qpdf-10.0.4/ltmain.sh-9167-	# Transform .lo files to .o files.
qpdf-10.0.4/ltmain.sh:9168:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
qpdf-10.0.4/ltmain.sh-9169-      fi
##############################################
qpdf-10.0.4/ltmain.sh-9172-      #for path in $notinst_path; do
qpdf-10.0.4/ltmain.sh:9173:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
qpdf-10.0.4/ltmain.sh:9174:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
qpdf-10.0.4/ltmain.sh:9175:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
qpdf-10.0.4/ltmain.sh-9176-      #done
##############################################
qpdf-10.0.4/ltmain.sh-9293-		if test -n "$i"; then
qpdf-10.0.4/ltmain.sh:9294:		  libname=`eval "\\$ECHO \"$libname_spec\""`
qpdf-10.0.4/ltmain.sh:9295:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
qpdf-10.0.4/ltmain.sh-9296-		  set dummy $deplib_matches; shift
qpdf-10.0.4/ltmain.sh-9297-		  deplib_match=$1
qpdf-10.0.4/ltmain.sh:9298:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
qpdf-10.0.4/ltmain.sh-9299-		    func_append newdeplibs " $i"
##############################################
qpdf-10.0.4/ltmain.sh-9336-		  if test -n "$i"; then
qpdf-10.0.4/ltmain.sh:9337:		    libname=`eval "\\$ECHO \"$libname_spec\""`
qpdf-10.0.4/ltmain.sh:9338:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
qpdf-10.0.4/ltmain.sh-9339-		    set dummy $deplib_matches; shift
qpdf-10.0.4/ltmain.sh-9340-		    deplib_match=$1
qpdf-10.0.4/ltmain.sh:9341:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
qpdf-10.0.4/ltmain.sh-9342-		      func_append newdeplibs " $i"
##############################################
qpdf-10.0.4/ltmain.sh-9371-	  set dummy $deplibs_check_method; shift
qpdf-10.0.4/ltmain.sh:9372:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
qpdf-10.0.4/ltmain.sh-9373-	  for a_deplib in $deplibs; do
##############################################
qpdf-10.0.4/ltmain.sh-9386-	      if test -n "$a_deplib"; then
qpdf-10.0.4/ltmain.sh:9387:		libname=`eval "\\$ECHO \"$libname_spec\""`
qpdf-10.0.4/ltmain.sh-9388-		if test -n "$file_magic_glob"; then
qpdf-10.0.4/ltmain.sh:9389:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
qpdf-10.0.4/ltmain.sh-9390-		else
##############################################
qpdf-10.0.4/ltmain.sh-9396-		    shopt -s nocaseglob
qpdf-10.0.4/ltmain.sh:9397:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
qpdf-10.0.4/ltmain.sh-9398-		    $nocaseglob
qpdf-10.0.4/ltmain.sh-9399-		  else
qpdf-10.0.4/ltmain.sh:9400:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
qpdf-10.0.4/ltmain.sh-9401-		  fi
##############################################
qpdf-10.0.4/ltmain.sh-9414-		      while test -h "$potlib" 2>/dev/null; do
qpdf-10.0.4/ltmain.sh:9415:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
qpdf-10.0.4/ltmain.sh-9416-			case $potliblink in
qpdf-10.0.4/ltmain.sh-9417-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
qpdf-10.0.4/ltmain.sh:9418:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
qpdf-10.0.4/ltmain.sh-9419-			esac
##############################################
qpdf-10.0.4/ltmain.sh-9455-	  set dummy $deplibs_check_method; shift
qpdf-10.0.4/ltmain.sh:9456:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
qpdf-10.0.4/ltmain.sh-9457-	  for a_deplib in $deplibs; do
##############################################
qpdf-10.0.4/ltmain.sh-9470-	      if test -n "$a_deplib"; then
qpdf-10.0.4/ltmain.sh:9471:		libname=`eval "\\$ECHO \"$libname_spec\""`
qpdf-10.0.4/ltmain.sh-9472-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
qpdf-10.0.4/ltmain.sh:9473:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
qpdf-10.0.4/ltmain.sh-9474-		  for potent_lib in $potential_libs; do
##############################################
qpdf-10.0.4/ltmain.sh-9509-	  newdeplibs=
qpdf-10.0.4/ltmain.sh:9510:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
qpdf-10.0.4/ltmain.sh-9511-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
qpdf-10.0.4/ltmain.sh-9513-	      # can't use Xsed below, because $i might contain '/'
qpdf-10.0.4/ltmain.sh:9514:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
qpdf-10.0.4/ltmain.sh-9515-	    done
##############################################
qpdf-10.0.4/ltmain.sh-9539-	  # On Rhapsody replace the C library with the System framework
qpdf-10.0.4/ltmain.sh:9540:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
qpdf-10.0.4/ltmain.sh-9541-	  ;;
##############################################
qpdf-10.0.4/ltmain.sh-9591-	*-*-darwin*)
qpdf-10.0.4/ltmain.sh:9592:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
qpdf-10.0.4/ltmain.sh:9593:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
qpdf-10.0.4/ltmain.sh:9594:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
qpdf-10.0.4/ltmain.sh-9595-	  ;;
##############################################
qpdf-10.0.4/ltmain.sh-9718-	# Use standard objects if they are pic
qpdf-10.0.4/ltmain.sh:9719:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
qpdf-10.0.4/ltmain.sh-9720-	test "X$libobjs" = "X " && libobjs=
##############################################
qpdf-10.0.4/ltmain.sh-10232-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
qpdf-10.0.4/ltmain.sh:10233:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
qpdf-10.0.4/ltmain.sh-10234-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
qpdf-10.0.4/ltmain.sh-10247-      # Create the old-style object.
qpdf-10.0.4/ltmain.sh:10248:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
qpdf-10.0.4/ltmain.sh-10249-
##############################################
qpdf-10.0.4/ltmain.sh-10305-	# On Rhapsody replace the C library is the System framework
qpdf-10.0.4/ltmain.sh:10306:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
qpdf-10.0.4/ltmain.sh:10307:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
qpdf-10.0.4/ltmain.sh-10308-	;;
##############################################
qpdf-10.0.4/ltmain.sh-10323-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
qpdf-10.0.4/ltmain.sh:10324:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
qpdf-10.0.4/ltmain.sh:10325:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
qpdf-10.0.4/ltmain.sh-10326-	;;
##############################################
qpdf-10.0.4/ltmain.sh-10401-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
qpdf-10.0.4/ltmain.sh:10402:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
qpdf-10.0.4/ltmain.sh-10403-	  case :$dllsearchpath: in
##############################################
qpdf-10.0.4/ltmain.sh-10461-	# Transform all the library objects into standard objects.
qpdf-10.0.4/ltmain.sh:10462:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
qpdf-10.0.4/ltmain.sh:10463:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
qpdf-10.0.4/ltmain.sh-10464-      fi
##############################################
qpdf-10.0.4/ltmain.sh-10489-	# Replace the output file specification.
qpdf-10.0.4/ltmain.sh:10490:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
qpdf-10.0.4/ltmain.sh-10491-	link_command=$compile_command$compile_rpath
##############################################
qpdf-10.0.4/ltmain.sh-10498-	  func_to_tool_file "$output"
qpdf-10.0.4/ltmain.sh:10499:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
qpdf-10.0.4/ltmain.sh-10500-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
qpdf-10.0.4/ltmain.sh-10542-	# Replace the output file specification.
qpdf-10.0.4/ltmain.sh:10543:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
qpdf-10.0.4/ltmain.sh-10544-	# Delete the old output file.
##############################################
qpdf-10.0.4/ltmain.sh-10550-	  func_to_tool_file "$output"
qpdf-10.0.4/ltmain.sh:10551:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
qpdf-10.0.4/ltmain.sh-10552-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
qpdf-10.0.4/ltmain.sh-10568-	  link_command=$finalize_var$compile_command$finalize_rpath
qpdf-10.0.4/ltmain.sh:10569:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
qpdf-10.0.4/ltmain.sh-10570-          ;;
##############################################
qpdf-10.0.4/ltmain.sh-10581-      # Replace the output file specification.
qpdf-10.0.4/ltmain.sh:10582:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
qpdf-10.0.4/ltmain.sh-10583-
##############################################
qpdf-10.0.4/ltmain.sh-10590-	func_to_tool_file "$output_objdir/$outputname"
qpdf-10.0.4/ltmain.sh:10591:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
qpdf-10.0.4/ltmain.sh-10592-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
qpdf-10.0.4/ltmain.sh-10611-	relink_command="(cd `pwd`; $relink_command)"
qpdf-10.0.4/ltmain.sh:10612:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
qpdf-10.0.4/ltmain.sh-10613-      fi
##############################################
qpdf-10.0.4/ltmain.sh-10857-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
qpdf-10.0.4/ltmain.sh:10858:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
qpdf-10.0.4/ltmain.sh-10859-      if test yes = "$hardcode_automatic"; then
##############################################
qpdf-10.0.4/ltmain.sh-10878-		func_resolve_sysroot "$deplib"
qpdf-10.0.4/ltmain.sh:10879:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
qpdf-10.0.4/ltmain.sh-10880-		test -z "$libdir" && \
##############################################
qpdf-10.0.4/ltmain.sh-10904-		name=$func_basename_result
qpdf-10.0.4/ltmain.sh:10905:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
qpdf-10.0.4/ltmain.sh-10906-		test -z "$libdir" && \
##############################################
qpdf-10.0.4/ltmain.sh-10923-		name=$func_basename_result
qpdf-10.0.4/ltmain.sh:10924:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
qpdf-10.0.4/ltmain.sh-10925-		test -z "$libdir" && \
##############################################
qpdf-10.0.4/ltmain.sh-11242-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
qpdf-10.0.4/ltmain.sh:11243:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
qpdf-10.0.4/ltmain.sh-11244-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
qpdf-10.0.4/qtest/bin/qtest-driver-617-    {
qpdf-10.0.4/qtest/bin/qtest-driver:618:	chop(my $f = `cygpath --windows $tc_log`);
qpdf-10.0.4/qtest/bin/qtest-driver-619-	$tc_winlog = $f;
##############################################
qpdf-10.0.4/qtest/module/TestDriver.pm-1755-	    open(STDERR, ">&STDOUT");
qpdf-10.0.4/qtest/module/TestDriver.pm:1756:	    exec(@$cmd) || die +__PACKAGE__, ": $cmd->[0] failed: $!\n";
qpdf-10.0.4/qtest/module/TestDriver.pm-1757-	}
##############################################
qpdf-10.0.4/qtest/module/TestDriver.pm-1803-    {
qpdf-10.0.4/qtest/module/TestDriver.pm:1804:	if ((system("sh -c 'cd /bin; pwd -W' > $tempfilename") == 0) &&
qpdf-10.0.4/qtest/module/TestDriver.pm-1805-	    open(F, "<$tempfilename"))
##############################################
qpdf-10.0.4/build-scripts/build-windows-36-
qpdf-10.0.4/build-scripts/build-windows:37:v=`(cd $installdir; ls -d qpdf-*)`
qpdf-10.0.4/build-scripts/build-windows-38-cp -p README-windows-install.txt $installdir/$v/README.txt
##############################################
qpdf-10.0.4/m4/pkg.m4-109-    PKG_CHECK_EXISTS([$3],
qpdf-10.0.4/m4/pkg.m4:110:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
qpdf-10.0.4/m4/pkg.m4-111-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
qpdf-10.0.4/m4/pkg.m4-157-        if test $_pkg_short_errors_supported = yes; then
qpdf-10.0.4/m4/pkg.m4:158:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
qpdf-10.0.4/m4/pkg.m4-159-        else 
qpdf-10.0.4/m4/pkg.m4:160:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
qpdf-10.0.4/m4/pkg.m4-161-        fi
##############################################
qpdf-10.0.4/m4/ltsugar.m4-68-m4_define([lt_combine],
qpdf-10.0.4/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
qpdf-10.0.4/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
qpdf-10.0.4/m4/libtool.m4-119-    done
qpdf-10.0.4/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
qpdf-10.0.4/m4/libtool.m4-121-}
##############################################
qpdf-10.0.4/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
qpdf-10.0.4/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
qpdf-10.0.4/m4/libtool.m4-439-
##############################################
qpdf-10.0.4/m4/libtool.m4-447-#
qpdf-10.0.4/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
qpdf-10.0.4/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
qpdf-10.0.4/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
qpdf-10.0.4/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
qpdf-10.0.4/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
qpdf-10.0.4/m4/libtool.m4-561-      ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
qpdf-10.0.4/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
qpdf-10.0.4/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
qpdf-10.0.4/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
qpdf-10.0.4/m4/libtool.m4-574-      ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
qpdf-10.0.4/m4/libtool.m4:1112:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
qpdf-10.0.4/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
qpdf-10.0.4/m4/libtool.m4-1164-      }]'
qpdf-10.0.4/m4/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
qpdf-10.0.4/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
qpdf-10.0.4/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
qpdf-10.0.4/m4/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
qpdf-10.0.4/m4/libtool.m4-1169-  fi],[])
##############################################
qpdf-10.0.4/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
qpdf-10.0.4/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
qpdf-10.0.4/m4/libtool.m4-1202-  ECHO='print -r --'
qpdf-10.0.4/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
qpdf-10.0.4/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
qpdf-10.0.4/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
qpdf-10.0.4/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
qpdf-10.0.4/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
qpdf-10.0.4/m4/libtool.m4-1238-
##############################################
qpdf-10.0.4/m4/libtool.m4-1259-   if test yes = "$GCC"; then
qpdf-10.0.4/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
qpdf-10.0.4/m4/libtool.m4-1261-   fi
##############################################
qpdf-10.0.4/m4/libtool.m4-1263- /*)
qpdf-10.0.4/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
qpdf-10.0.4/m4/libtool.m4-1265-   ;; #(
##############################################
qpdf-10.0.4/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
qpdf-10.0.4/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
qpdf-10.0.4/m4/libtool.m4-1295-      *ELF-32*)
##############################################
qpdf-10.0.4/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
qpdf-10.0.4/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
qpdf-10.0.4/m4/libtool.m4-1312-	*32-bit*)
##############################################
qpdf-10.0.4/m4/libtool.m4-1322-    else
qpdf-10.0.4/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
qpdf-10.0.4/m4/libtool.m4-1324-	*32-bit*)
##############################################
qpdf-10.0.4/m4/libtool.m4-1344-    emul=elf
qpdf-10.0.4/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
qpdf-10.0.4/m4/libtool.m4-1346-      *32-bit*)
##############################################
qpdf-10.0.4/m4/libtool.m4-1352-    esac
qpdf-10.0.4/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
qpdf-10.0.4/m4/libtool.m4-1354-      *MSB*)
##############################################
qpdf-10.0.4/m4/libtool.m4-1360-    esac
qpdf-10.0.4/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
qpdf-10.0.4/m4/libtool.m4-1362-      *N32*)
##############################################
qpdf-10.0.4/m4/libtool.m4-1725-    # And add a safety zone
qpdf-10.0.4/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
qpdf-10.0.4/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
qpdf-10.0.4/m4/libtool.m4-1728-    ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-1758-    if test -n "$kargmax"; then
qpdf-10.0.4/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
qpdf-10.0.4/m4/libtool.m4-1760-    else
##############################################
qpdf-10.0.4/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
qpdf-10.0.4/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
qpdf-10.0.4/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
qpdf-10.0.4/m4/libtool.m4-1770-    else
##############################################
qpdf-10.0.4/m4/libtool.m4-1779-      # we can't tell.
qpdf-10.0.4/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
qpdf-10.0.4/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
qpdf-10.0.4/m4/libtool.m4-1783-      do
qpdf-10.0.4/m4/libtool.m4:1784:        i=`expr $i + 1`
qpdf-10.0.4/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
qpdf-10.0.4/m4/libtool.m4-1787-      # Only check the string length outside the loop.
qpdf-10.0.4/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
qpdf-10.0.4/m4/libtool.m4-1789-      teststring=
##############################################
qpdf-10.0.4/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
qpdf-10.0.4/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
qpdf-10.0.4/m4/libtool.m4-1794-    fi
##############################################
qpdf-10.0.4/m4/libtool.m4-2258-    *:)
qpdf-10.0.4/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
qpdf-10.0.4/m4/libtool.m4-2260-        ;;
qpdf-10.0.4/m4/libtool.m4-2261-    x:*)
qpdf-10.0.4/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
qpdf-10.0.4/m4/libtool.m4-2263-        ;;
qpdf-10.0.4/m4/libtool.m4-2264-    *::*)
qpdf-10.0.4/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
qpdf-10.0.4/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
qpdf-10.0.4/m4/libtool.m4-2267-        ;;
qpdf-10.0.4/m4/libtool.m4-2268-    *)
qpdf-10.0.4/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
qpdf-10.0.4/m4/libtool.m4-2270-        ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-2298-  esac
qpdf-10.0.4/m4/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
qpdf-10.0.4/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
qpdf-10.0.4/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
qpdf-10.0.4/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
qpdf-10.0.4/m4/libtool.m4-2307-    ;;
qpdf-10.0.4/m4/libtool.m4-2308-  *)
qpdf-10.0.4/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
qpdf-10.0.4/m4/libtool.m4-2310-    ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
qpdf-10.0.4/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
qpdf-10.0.4/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
qpdf-10.0.4/m4/libtool.m4-2356-  esac
qpdf-10.0.4/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
qpdf-10.0.4/m4/libtool.m4-2358-else
##############################################
qpdf-10.0.4/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
qpdf-10.0.4/m4/libtool.m4:2498:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
qpdf-10.0.4/m4/libtool.m4-2499-    ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
qpdf-10.0.4/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
qpdf-10.0.4/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
qpdf-10.0.4/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
qpdf-10.0.4/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
qpdf-10.0.4/m4/libtool.m4-2542-      fi'
qpdf-10.0.4/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
qpdf-10.0.4/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
qpdf-10.0.4/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
qpdf-10.0.4/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
qpdf-10.0.4/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
qpdf-10.0.4/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
qpdf-10.0.4/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
qpdf-10.0.4/m4/libtool.m4-2558-      ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
qpdf-10.0.4/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
qpdf-10.0.4/m4/libtool.m4-2562-      ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-2569-    libname_spec='$name'
qpdf-10.0.4/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
qpdf-10.0.4/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
qpdf-10.0.4/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
qpdf-10.0.4/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
qpdf-10.0.4/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
qpdf-10.0.4/m4/libtool.m4-2586-      # Convert to MSYS style.
qpdf-10.0.4/m4/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
qpdf-10.0.4/m4/libtool.m4-2588-      ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
qpdf-10.0.4/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
qpdf-10.0.4/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
qpdf-10.0.4/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
qpdf-10.0.4/m4/libtool.m4-2596-      ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
qpdf-10.0.4/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
qpdf-10.0.4/m4/libtool.m4-2602-      else
qpdf-10.0.4/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
qpdf-10.0.4/m4/libtool.m4-2604-      fi
##############################################
qpdf-10.0.4/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
qpdf-10.0.4/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
qpdf-10.0.4/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
qpdf-10.0.4/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
qpdf-10.0.4/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
qpdf-10.0.4/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
qpdf-10.0.4/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
qpdf-10.0.4/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
qpdf-10.0.4/m4/libtool.m4-2624-    # Assume MSVC wrapper
qpdf-10.0.4/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
qpdf-10.0.4/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
qpdf-10.0.4/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
qpdf-10.0.4/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
qpdf-10.0.4/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
qpdf-10.0.4/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
qpdf-10.0.4/m4/libtool.m4:2876:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
qpdf-10.0.4/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
qpdf-10.0.4/m4/libtool.m4-2941-  need_lib_prefix=no
qpdf-10.0.4/m4/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
qpdf-10.0.4/m4/libtool.m4-2943-    need_version=no
##############################################
qpdf-10.0.4/m4/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
qpdf-10.0.4/m4/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
qpdf-10.0.4/m4/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
qpdf-10.0.4/m4/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
qpdf-10.0.4/m4/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
qpdf-10.0.4/m4/libtool.m4-2977-    fi'
qpdf-10.0.4/m4/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
qpdf-10.0.4/m4/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
qpdf-10.0.4/m4/libtool.m4-3188-	"file_magic "*)
qpdf-10.0.4/m4/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
qpdf-10.0.4/m4/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
qpdf-10.0.4/m4/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
qpdf-10.0.4/m4/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
qpdf-10.0.4/m4/libtool.m4-3273-  *)
qpdf-10.0.4/m4/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
qpdf-10.0.4/m4/libtool.m4-3275-  esac
##############################################
qpdf-10.0.4/m4/libtool.m4-3280-      # Canonicalize the pathname of ld
qpdf-10.0.4/m4/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
qpdf-10.0.4/m4/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
qpdf-10.0.4/m4/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
qpdf-10.0.4/m4/libtool.m4-3284-      done
##############################################
qpdf-10.0.4/m4/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
qpdf-10.0.4/m4/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
qpdf-10.0.4/m4/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
qpdf-10.0.4/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
qpdf-10.0.4/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
qpdf-10.0.4/m4/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
qpdf-10.0.4/m4/libtool.m4-3578-openbsd* | bitrig*)
qpdf-10.0.4/m4/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
qpdf-10.0.4/m4/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
qpdf-10.0.4/m4/libtool.m4-3645-    else
qpdf-10.0.4/m4/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
qpdf-10.0.4/m4/libtool.m4-3647-    fi
##############################################
qpdf-10.0.4/m4/libtool.m4-3696-	esac
qpdf-10.0.4/m4/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
qpdf-10.0.4/m4/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
qpdf-10.0.4/m4/libtool.m4-3702-	*)
qpdf-10.0.4/m4/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
qpdf-10.0.4/m4/libtool.m4-3704-	  */dev/null*)
##############################################
qpdf-10.0.4/m4/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
qpdf-10.0.4/m4/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
qpdf-10.0.4/m4/libtool.m4-3730-    *COFF*)
##############################################
qpdf-10.0.4/m4/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
qpdf-10.0.4/m4/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
qpdf-10.0.4/m4/libtool.m4-3789-  *--identify-strict*)
##############################################
qpdf-10.0.4/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
qpdf-10.0.4/m4/libtool.m4:3962:case `$NM -V 2>&1` in
qpdf-10.0.4/m4/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
qpdf-10.0.4/m4/libtool.m4-4009-mingw*)
qpdf-10.0.4/m4/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
qpdf-10.0.4/m4/libtool.m4-4011-  ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-4414-	  *)
qpdf-10.0.4/m4/libtool.m4:4415:	    case `$CC -V 2>&1 | sed 5q` in
qpdf-10.0.4/m4/libtool.m4-4416-	    *Sun\ C*)
##############################################
qpdf-10.0.4/m4/libtool.m4-4756-      *)
qpdf-10.0.4/m4/libtool.m4:4757:	case `$CC -V 2>&1 | sed 5q` in
qpdf-10.0.4/m4/libtool.m4-4758-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
qpdf-10.0.4/m4/libtool.m4-4939-    else
qpdf-10.0.4/m4/libtool.m4:4940:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
qpdf-10.0.4/m4/libtool.m4-4941-    fi
##############################################
qpdf-10.0.4/m4/libtool.m4-5038-	# shared libraries, regardless of the interface used.
qpdf-10.0.4/m4/libtool.m4:5039:	case `$LD -v 2>&1` in
qpdf-10.0.4/m4/libtool.m4-5040-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-5070-    supports_anon_versioning=no
qpdf-10.0.4/m4/libtool.m4:5071:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
qpdf-10.0.4/m4/libtool.m4-5072-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-5173-	prefix_cmds="$SED"~
qpdf-10.0.4/m4/libtool.m4:5174:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
qpdf-10.0.4/m4/libtool.m4-5175-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
qpdf-10.0.4/m4/libtool.m4-5195-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
qpdf-10.0.4/m4/libtool.m4:5196:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
qpdf-10.0.4/m4/libtool.m4:5197:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
qpdf-10.0.4/m4/libtool.m4-5198-      ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-5213-        pgcc*)				# Portland Group C compiler
qpdf-10.0.4/m4/libtool.m4:5214:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
qpdf-10.0.4/m4/libtool.m4-5215-	  tmp_addflag=' $pic_flag'
##############################################
qpdf-10.0.4/m4/libtool.m4-5218-					# Portland Group f77 and f90 compilers
qpdf-10.0.4/m4/libtool.m4:5219:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
qpdf-10.0.4/m4/libtool.m4-5220-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-5235-	nvcc*)	# Cuda Compiler Driver 2.2
qpdf-10.0.4/m4/libtool.m4:5236:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
qpdf-10.0.4/m4/libtool.m4-5237-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
qpdf-10.0.4/m4/libtool.m4-5239-	esac
qpdf-10.0.4/m4/libtool.m4:5240:	case `$CC -V 2>&1 | sed 5q` in
qpdf-10.0.4/m4/libtool.m4-5241-	*Sun\ C*)			# Sun C 5.9
qpdf-10.0.4/m4/libtool.m4:5242:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
qpdf-10.0.4/m4/libtool.m4-5243-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
qpdf-10.0.4/m4/libtool.m4-5310-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
qpdf-10.0.4/m4/libtool.m4:5311:      case `$LD -v 2>&1` in
qpdf-10.0.4/m4/libtool.m4-5312-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
qpdf-10.0.4/m4/libtool.m4-5399-	else
qpdf-10.0.4/m4/libtool.m4:5400:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
qpdf-10.0.4/m4/libtool.m4-5401-	fi
##############################################
qpdf-10.0.4/m4/libtool.m4-5464-	# below for broken collect2 doesn't work under 4.3+
qpdf-10.0.4/m4/libtool.m4:5465:	  collect2name=`$CC -print-prog-name=collect2`
qpdf-10.0.4/m4/libtool.m4-5466-	  if test -f "$collect2name" &&
##############################################
qpdf-10.0.4/m4/libtool.m4-5520-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
qpdf-10.0.4/m4/libtool.m4:5521:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
qpdf-10.0.4/m4/libtool.m4-5522-      else
##############################################
qpdf-10.0.4/m4/libtool.m4-5545-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
qpdf-10.0.4/m4/libtool.m4:5546:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
qpdf-10.0.4/m4/libtool.m4-5547-	  if test svr4 != "$with_aix_soname"; then
##############################################
qpdf-10.0.4/m4/libtool.m4-5636-	# FIXME: Setting linknames here is a bad hack.
qpdf-10.0.4/m4/libtool.m4:5637:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
qpdf-10.0.4/m4/libtool.m4-5638-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
qpdf-10.0.4/m4/libtool.m4-5774-      if test yes = "$GCC"; then
qpdf-10.0.4/m4/libtool.m4:5775:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
qpdf-10.0.4/m4/libtool.m4-5776-	# Try to use the -exported_symbol ld option, if it does not
##############################################
qpdf-10.0.4/m4/libtool.m4-5797-	if test yes = "$lt_cv_irix_exported_symbol"; then
qpdf-10.0.4/m4/libtool.m4:5798:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
qpdf-10.0.4/m4/libtool.m4-5799-	fi
##############################################
qpdf-10.0.4/m4/libtool.m4-5801-      else
qpdf-10.0.4/m4/libtool.m4:5802:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
qpdf-10.0.4/m4/libtool.m4:5803:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
qpdf-10.0.4/m4/libtool.m4-5804-      fi
##############################################
qpdf-10.0.4/m4/libtool.m4-5848-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
qpdf-10.0.4/m4/libtool.m4:5849:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
qpdf-10.0.4/m4/libtool.m4-5850-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
qpdf-10.0.4/m4/libtool.m4-5879-	prefix_cmds="$SED"~
qpdf-10.0.4/m4/libtool.m4:5880:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
qpdf-10.0.4/m4/libtool.m4-5881-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
qpdf-10.0.4/m4/libtool.m4-5893-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
qpdf-10.0.4/m4/libtool.m4:5894:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
qpdf-10.0.4/m4/libtool.m4-5895-      else
qpdf-10.0.4/m4/libtool.m4-5896-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
qpdf-10.0.4/m4/libtool.m4:5897:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
qpdf-10.0.4/m4/libtool.m4-5898-      fi
##############################################
qpdf-10.0.4/m4/libtool.m4-5906-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
qpdf-10.0.4/m4/libtool.m4:5907:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
qpdf-10.0.4/m4/libtool.m4-5908-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
qpdf-10.0.4/m4/libtool.m4-5910-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
qpdf-10.0.4/m4/libtool.m4:5911:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
qpdf-10.0.4/m4/libtool.m4:5912:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
qpdf-10.0.4/m4/libtool.m4:5913:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
qpdf-10.0.4/m4/libtool.m4-5914-
##############################################
qpdf-10.0.4/m4/libtool.m4-5929-      else
qpdf-10.0.4/m4/libtool.m4:5930:	case `$CC -V 2>&1` in
qpdf-10.0.4/m4/libtool.m4-5931-	*"Compilers 5.0"*)
##############################################
qpdf-10.0.4/m4/libtool.m4-6122-	  _LT_TAGVAR(allow_undefined_flag, $1)=
qpdf-10.0.4/m4/libtool.m4:6123:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
qpdf-10.0.4/m4/libtool.m4-6124-	  then
##############################################
qpdf-10.0.4/m4/libtool.m4-6426-        # ancient GNU ld didn't support --whole-archive et. al.
qpdf-10.0.4/m4/libtool.m4:6427:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
qpdf-10.0.4/m4/libtool.m4-6428-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
qpdf-10.0.4/m4/libtool.m4-6536-          # below for broken collect2 doesn't work under 4.3+
qpdf-10.0.4/m4/libtool.m4:6537:	  collect2name=`$CC -print-prog-name=collect2`
qpdf-10.0.4/m4/libtool.m4-6538-	  if test -f "$collect2name" &&
##############################################
qpdf-10.0.4/m4/libtool.m4-6594-
qpdf-10.0.4/m4/libtool.m4:6595:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
qpdf-10.0.4/m4/libtool.m4-6596-        else
##############################################
qpdf-10.0.4/m4/libtool.m4-6619-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
qpdf-10.0.4/m4/libtool.m4:6620:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
qpdf-10.0.4/m4/libtool.m4-6621-	    if test svr4 != "$with_aix_soname"; then
##############################################
qpdf-10.0.4/m4/libtool.m4-6748-	  prefix_cmds="$SED"~
qpdf-10.0.4/m4/libtool.m4:6749:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
qpdf-10.0.4/m4/libtool.m4-6750-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
qpdf-10.0.4/m4/libtool.m4-6822-            # dependencies.
qpdf-10.0.4/m4/libtool.m4:6823:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
qpdf-10.0.4/m4/libtool.m4-6824-            ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-6887-	    # dependencies.
qpdf-10.0.4/m4/libtool.m4:6888:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
qpdf-10.0.4/m4/libtool.m4-6889-	    ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-6923-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
qpdf-10.0.4/m4/libtool.m4:6924:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
qpdf-10.0.4/m4/libtool.m4:6925:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
qpdf-10.0.4/m4/libtool.m4-6926-	;;
##############################################
qpdf-10.0.4/m4/libtool.m4-6930-	    # SGI C++
qpdf-10.0.4/m4/libtool.m4:6931:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
qpdf-10.0.4/m4/libtool.m4-6932-
##############################################
qpdf-10.0.4/m4/libtool.m4-6941-	      if test no = "$with_gnu_ld"; then
qpdf-10.0.4/m4/libtool.m4:6942:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
qpdf-10.0.4/m4/libtool.m4-6943-	      else
qpdf-10.0.4/m4/libtool.m4:6944:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
qpdf-10.0.4/m4/libtool.m4-6945-	      fi
##############################################
qpdf-10.0.4/m4/libtool.m4-6962-	    # to its proper name (with version) after linking.
qpdf-10.0.4/m4/libtool.m4:6963:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
qpdf-10.0.4/m4/libtool.m4:6964:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
qpdf-10.0.4/m4/libtool.m4-6965-	    # Commands to make compiler produce verbose output that lists
##############################################
qpdf-10.0.4/m4/libtool.m4-6972-	    # dependencies.
qpdf-10.0.4/m4/libtool.m4:6973:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
qpdf-10.0.4/m4/libtool.m4-6974-
##############################################
qpdf-10.0.4/m4/libtool.m4-6987-	    # earlier do not add the objects themselves.
qpdf-10.0.4/m4/libtool.m4:6988:	    case `$CC -V 2>&1` in
qpdf-10.0.4/m4/libtool.m4-6989-	      *"Version 7."*)
##############################################
qpdf-10.0.4/m4/libtool.m4-7008-            # Portland Group C++ compiler
qpdf-10.0.4/m4/libtool.m4:7009:	    case `$CC -V` in
qpdf-10.0.4/m4/libtool.m4-7010-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
qpdf-10.0.4/m4/libtool.m4-7013-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
qpdf-10.0.4/m4/libtool.m4:7014:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
qpdf-10.0.4/m4/libtool.m4-7015-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
qpdf-10.0.4/m4/libtool.m4-7017-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
qpdf-10.0.4/m4/libtool.m4:7018:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
qpdf-10.0.4/m4/libtool.m4-7019-                $RANLIB $oldlib'
##############################################
qpdf-10.0.4/m4/libtool.m4-7022-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
qpdf-10.0.4/m4/libtool.m4:7023:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
qpdf-10.0.4/m4/libtool.m4-7024-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
qpdf-10.0.4/m4/libtool.m4-7026-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
qpdf-10.0.4/m4/libtool.m4:7027:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
qpdf-10.0.4/m4/libtool.m4-7028-	      ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-7036-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
qpdf-10.0.4/m4/libtool.m4:7037:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
qpdf-10.0.4/m4/libtool.m4-7038-            ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-7055-	    # dependencies.
qpdf-10.0.4/m4/libtool.m4:7056:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
qpdf-10.0.4/m4/libtool.m4-7057-	    ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-7070-	  *)
qpdf-10.0.4/m4/libtool.m4:7071:	    case `$CC -V 2>&1 | sed 5q` in
qpdf-10.0.4/m4/libtool.m4-7072-	    *Sun\ C*)
##############################################
qpdf-10.0.4/m4/libtool.m4-7077-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
qpdf-10.0.4/m4/libtool.m4:7078:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
qpdf-10.0.4/m4/libtool.m4-7079-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
qpdf-10.0.4/m4/libtool.m4-7142-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
qpdf-10.0.4/m4/libtool.m4:7143:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
qpdf-10.0.4/m4/libtool.m4-7144-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
qpdf-10.0.4/m4/libtool.m4-7161-	    # to its proper name (with version) after linking.
qpdf-10.0.4/m4/libtool.m4:7162:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
qpdf-10.0.4/m4/libtool.m4-7163-
##############################################
qpdf-10.0.4/m4/libtool.m4-7182-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
qpdf-10.0.4/m4/libtool.m4:7183:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
qpdf-10.0.4/m4/libtool.m4-7184-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
qpdf-10.0.4/m4/libtool.m4-7187-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
qpdf-10.0.4/m4/libtool.m4:7188:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
qpdf-10.0.4/m4/libtool.m4:7189:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
qpdf-10.0.4/m4/libtool.m4-7190-                  echo "-hidden">> $lib.exp~
qpdf-10.0.4/m4/libtool.m4:7191:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
qpdf-10.0.4/m4/libtool.m4-7192-                  $RM $lib.exp'
##############################################
qpdf-10.0.4/m4/libtool.m4-7206-	    # dependencies.
qpdf-10.0.4/m4/libtool.m4:7207:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
qpdf-10.0.4/m4/libtool.m4-7208-	    ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-7213-	        osf3*)
qpdf-10.0.4/m4/libtool.m4:7214:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
qpdf-10.0.4/m4/libtool.m4-7215-		  ;;
qpdf-10.0.4/m4/libtool.m4-7216-	        *)
qpdf-10.0.4/m4/libtool.m4:7217:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
qpdf-10.0.4/m4/libtool.m4-7218-		  ;;
##############################################
qpdf-10.0.4/m4/libtool.m4-7466-  case @S|@2 in
qpdf-10.0.4/m4/libtool.m4:7467:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
qpdf-10.0.4/m4/libtool.m4:7468:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
qpdf-10.0.4/m4/libtool.m4-7469-  esac
##############################################
qpdf-10.0.4/m4/libtool.m4-7555-
qpdf-10.0.4/m4/libtool.m4:7556:  for p in `eval "$output_verbose_link_cmd"`; do
qpdf-10.0.4/m4/libtool.m4-7557-    case $prev$p in
##############################################
qpdf-10.0.4/m4/libtool.m4-7659-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
qpdf-10.0.4/m4/libtool.m4:7660: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
qpdf-10.0.4/m4/libtool.m4-7661-fi
##############################################
qpdf-10.0.4/m4/libtool.m4-8279-    test 10 -lt "$lt_ac_count" && break
qpdf-10.0.4/m4/libtool.m4:8280:    lt_ac_count=`expr $lt_ac_count + 1`
qpdf-10.0.4/m4/libtool.m4-8281-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
qpdf-10.0.4/configure.ac-355-  if $make_prog --version >/dev/null 2>&1; then
qpdf-10.0.4/configure.ac:356:    v=`$make_prog --version | grep 'GNU Make' | sed -e 's/.*Make //'`
qpdf-10.0.4/configure.ac:357:    maj=`echo $v | cut -d. -f 1`
qpdf-10.0.4/configure.ac:358:    min=`echo $v | cut -d. -f 2`
qpdf-10.0.4/configure.ac-359-    if test $maj -gt 3 -o '(' $maj -eq 3 -a $min -ge 81 ')'; then
##############################################
qpdf-10.0.4/performance_check-128-    my $args = shift;
qpdf-10.0.4/performance_check:129:    my $help = `$executable --help`;
qpdf-10.0.4/performance_check-130-    my $new_args = [];
##############################################
qpdf-10.0.4/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
qpdf-10.0.4/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
qpdf-10.0.4/configure-45-  as_echo='print -r --'
qpdf-10.0.4/configure-46-  as_echo_n='print -rn --'
qpdf-10.0.4/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
qpdf-10.0.4/configure-48-  as_echo='printf %s\n'
##############################################
qpdf-10.0.4/configure-50-else
qpdf-10.0.4/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
qpdf-10.0.4/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
qpdf-10.0.4/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
qpdf-10.0.4/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
qpdf-10.0.4/configure-62-      esac;
##############################################
qpdf-10.0.4/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
qpdf-10.0.4/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
qpdf-10.0.4/configure-199-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
qpdf-10.0.4/configure-205-    PATH=/empty FPATH=/empty; export PATH FPATH
qpdf-10.0.4/configure:206:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
qpdf-10.0.4/configure:207:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
qpdf-10.0.4/configure-208-  if (eval "$as_required") 2>/dev/null; then :
##############################################
qpdf-10.0.4/configure-332-      case $as_dir in #(
qpdf-10.0.4/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
qpdf-10.0.4/configure-334-      *) as_qdir=$as_dir;;
##############################################
qpdf-10.0.4/configure-405-  {
qpdf-10.0.4/configure:406:    as_val=`expr "$@" || test $? -eq 1`
qpdf-10.0.4/configure-407-  }
##############################################
qpdf-10.0.4/configure-412-# ----------------------------------------
qpdf-10.0.4/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
qpdf-10.0.4/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
qpdf-10.0.4/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
qpdf-10.0.4/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
qpdf-10.0.4/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
qpdf-10.0.4/configure-892-  case $ac_option in
qpdf-10.0.4/configure:893:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
qpdf-10.0.4/configure-894-  *=)   ac_optarg= ;;
##############################################
qpdf-10.0.4/configure-936-  -disable-* | --disable-*)
qpdf-10.0.4/configure:937:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
qpdf-10.0.4/configure-938-    # Reject names that are not valid shell variable names.
##############################################
qpdf-10.0.4/configure-941-    ac_useropt_orig=$ac_useropt
qpdf-10.0.4/configure:942:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
qpdf-10.0.4/configure-943-    case $ac_user_opts in
##############################################
qpdf-10.0.4/configure-962-  -enable-* | --enable-*)
qpdf-10.0.4/configure:963:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
qpdf-10.0.4/configure-964-    # Reject names that are not valid shell variable names.
##############################################
qpdf-10.0.4/configure-967-    ac_useropt_orig=$ac_useropt
qpdf-10.0.4/configure:968:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
qpdf-10.0.4/configure-969-    case $ac_user_opts in
##############################################
qpdf-10.0.4/configure-1175-  -with-* | --with-*)
qpdf-10.0.4/configure:1176:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
qpdf-10.0.4/configure-1177-    # Reject names that are not valid shell variable names.
##############################################
qpdf-10.0.4/configure-1180-    ac_useropt_orig=$ac_useropt
qpdf-10.0.4/configure:1181:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
qpdf-10.0.4/configure-1182-    case $ac_user_opts in
##############################################
qpdf-10.0.4/configure-1191-  -without-* | --without-*)
qpdf-10.0.4/configure:1192:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
qpdf-10.0.4/configure-1193-    # Reject names that are not valid shell variable names.
##############################################
qpdf-10.0.4/configure-1196-    ac_useropt_orig=$ac_useropt
qpdf-10.0.4/configure:1197:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
qpdf-10.0.4/configure-1198-    case $ac_user_opts in
##############################################
qpdf-10.0.4/configure-1229-  *=*)
qpdf-10.0.4/configure:1230:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
qpdf-10.0.4/configure-1231-    # Reject names that are not valid shell variable names.
##############################################
qpdf-10.0.4/configure-1250-if test -n "$ac_prev"; then
qpdf-10.0.4/configure:1251:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
qpdf-10.0.4/configure-1252-  as_fn_error $? "missing argument to $ac_option"
##############################################
qpdf-10.0.4/configure-1272-    */ )
qpdf-10.0.4/configure:1273:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
qpdf-10.0.4/configure-1274-      eval $ac_var=\$ac_val;;
##############################################
qpdf-10.0.4/configure-1307-ac_ls_di=`ls -di .` &&
qpdf-10.0.4/configure:1308:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
qpdf-10.0.4/configure-1309-  as_fn_error $? "working directory cannot be determined"
##############################################
qpdf-10.0.4/configure-1363-case $srcdir in
qpdf-10.0.4/configure:1364:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
qpdf-10.0.4/configure-1365-esac
##############################################
qpdf-10.0.4/configure-1406-By default, \`make install' will install all the files in
qpdf-10.0.4/configure:1407:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
qpdf-10.0.4/configure:1408:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
qpdf-10.0.4/configure-1409-for instance \`--prefix=\$HOME'.
##############################################
qpdf-10.0.4/configure-1584-*)
qpdf-10.0.4/configure:1585:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
qpdf-10.0.4/configure-1586-  # A ".." for each directory in $ac_dir_suffix.
qpdf-10.0.4/configure:1587:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
qpdf-10.0.4/configure-1588-  case $ac_top_builddir_sub in
##############################################
qpdf-10.0.4/configure-2372-    *\'*)
qpdf-10.0.4/configure:2373:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
qpdf-10.0.4/configure-2374-    esac
##############################################
qpdf-10.0.4/configure-2455-      case $ac_val in
qpdf-10.0.4/configure:2456:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
qpdf-10.0.4/configure-2457-      esac
##############################################
qpdf-10.0.4/configure-2470-	case $ac_val in
qpdf-10.0.4/configure:2471:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
qpdf-10.0.4/configure-2472-	esac
##############################################
qpdf-10.0.4/configure-2590-    set,)
qpdf-10.0.4/configure:2591:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
qpdf-10.0.4/configure:2592:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
qpdf-10.0.4/configure-2593-      ac_cache_corrupted=: ;;
##############################################
qpdf-10.0.4/configure-2601-	# differences in whitespace do not lead to failure.
qpdf-10.0.4/configure:2602:	ac_old_val_w=`echo x $ac_old_val`
qpdf-10.0.4/configure:2603:	ac_new_val_w=`echo x $ac_new_val`
qpdf-10.0.4/configure-2604-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
qpdf-10.0.4/configure-2621-    case $ac_new_val in
qpdf-10.0.4/configure:2622:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
qpdf-10.0.4/configure-2623-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
qpdf-10.0.4/configure-3179-$as_echo_n "checking whether the C compiler works... " >&6; }
qpdf-10.0.4/configure:3180:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
qpdf-10.0.4/configure-3181-
##############################################
qpdf-10.0.4/configure-3223-	then :; else
qpdf-10.0.4/configure:3224:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
qpdf-10.0.4/configure-3225-	fi
##############################################
qpdf-10.0.4/configure-3283-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
qpdf-10.0.4/configure:3284:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
qpdf-10.0.4/configure-3285-	  break;;
##############################################
qpdf-10.0.4/configure-3392-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
qpdf-10.0.4/configure:3393:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
qpdf-10.0.4/configure-3394-       break;;
##############################################
qpdf-10.0.4/configure-4070-      for switch in "" -std=c++${alternative} +std=c++${alternative} "-h std=c++${alternative}"; do
qpdf-10.0.4/configure:4071:        cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
qpdf-10.0.4/configure-4072-        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
##############################################
qpdf-10.0.4/configure-4575-  # Check for GNU $ac_path_GREP
qpdf-10.0.4/configure:4576:case `"$ac_path_GREP" --version 2>&1` in
qpdf-10.0.4/configure-4577-*GNU*)
##############################################
qpdf-10.0.4/configure-4641-  # Check for GNU $ac_path_EGREP
qpdf-10.0.4/configure:4642:case `"$ac_path_EGREP" --version 2>&1` in
qpdf-10.0.4/configure-4643-*GNU*)
##############################################
qpdf-10.0.4/configure-4863-test "x$ac_build_alias" = x &&
qpdf-10.0.4/configure:4864:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
qpdf-10.0.4/configure-4865-test "x$ac_build_alias" = x &&
qpdf-10.0.4/configure-4866-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
qpdf-10.0.4/configure:4867:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
qpdf-10.0.4/configure-4868-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
qpdf-10.0.4/configure-4887-IFS=$ac_save_IFS
qpdf-10.0.4/configure:4888:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
qpdf-10.0.4/configure-4889-
##############################################
qpdf-10.0.4/configure-4898-else
qpdf-10.0.4/configure:4899:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
qpdf-10.0.4/configure-4900-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
qpdf-10.0.4/configure-4920-IFS=$ac_save_IFS
qpdf-10.0.4/configure:4921:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
qpdf-10.0.4/configure-4922-
##############################################
qpdf-10.0.4/configure-4948-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
qpdf-10.0.4/configure:4949:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
qpdf-10.0.4/configure-4950-  ECHO='print -r --'
qpdf-10.0.4/configure:4951:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
qpdf-10.0.4/configure-4952-  ECHO='printf %s\n'
##############################################
qpdf-10.0.4/configure-5017-  # Check for GNU $ac_path_SED
qpdf-10.0.4/configure:5018:case `"$ac_path_SED" --version 2>&1` in
qpdf-10.0.4/configure-5019-*GNU*)
##############################################
qpdf-10.0.4/configure-5096-  # Check for GNU $ac_path_FGREP
qpdf-10.0.4/configure:5097:case `"$ac_path_FGREP" --version 2>&1` in
qpdf-10.0.4/configure-5098-*GNU*)
##############################################
qpdf-10.0.4/configure-5176-    # gcc leaves a trailing carriage return, which upsets mingw
qpdf-10.0.4/configure:5177:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
qpdf-10.0.4/configure-5178-  *)
qpdf-10.0.4/configure:5179:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
qpdf-10.0.4/configure-5180-  esac
##############################################
qpdf-10.0.4/configure-5185-      # Canonicalize the pathname of ld
qpdf-10.0.4/configure:5186:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
qpdf-10.0.4/configure-5187-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
qpdf-10.0.4/configure:5188:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
qpdf-10.0.4/configure-5189-      done
##############################################
qpdf-10.0.4/configure-5220-      # Break only if it was the GNU/non-GNU ld that we prefer.
qpdf-10.0.4/configure:5221:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
qpdf-10.0.4/configure-5222-      *GNU* | *'with BFD'*)
##############################################
qpdf-10.0.4/configure-5251-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
qpdf-10.0.4/configure:5252:case `$LD -v 2>&1 </dev/null` in
qpdf-10.0.4/configure-5253-*GNU* | *'with BFD'*)
##############################################
qpdf-10.0.4/configure-5301-	esac
qpdf-10.0.4/configure:5302:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
qpdf-10.0.4/configure-5303-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
qpdf-10.0.4/configure-5307-	*)
qpdf-10.0.4/configure:5308:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
qpdf-10.0.4/configure-5309-	  */dev/null*)
##############################################
qpdf-10.0.4/configure-5435-
qpdf-10.0.4/configure:5436:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
qpdf-10.0.4/configure-5437-    *COFF*)
##############################################
qpdf-10.0.4/configure-5547-    # And add a safety zone
qpdf-10.0.4/configure:5548:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
qpdf-10.0.4/configure:5549:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
qpdf-10.0.4/configure-5550-    ;;
##############################################
qpdf-10.0.4/configure-5580-    if test -n "$kargmax"; then
qpdf-10.0.4/configure:5581:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
qpdf-10.0.4/configure-5582-    else
##############################################
qpdf-10.0.4/configure-5589-       test undefined != "$lt_cv_sys_max_cmd_len"; then
qpdf-10.0.4/configure:5590:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
qpdf-10.0.4/configure:5591:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
qpdf-10.0.4/configure-5592-    else
##############################################
qpdf-10.0.4/configure-5601-      # we can't tell.
qpdf-10.0.4/configure:5602:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
qpdf-10.0.4/configure-5603-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
qpdf-10.0.4/configure-5605-      do
qpdf-10.0.4/configure:5606:        i=`expr $i + 1`
qpdf-10.0.4/configure-5607-        teststring=$teststring$teststring
##############################################
qpdf-10.0.4/configure-5609-      # Only check the string length outside the loop.
qpdf-10.0.4/configure:5610:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
qpdf-10.0.4/configure-5611-      teststring=
##############################################
qpdf-10.0.4/configure-5614-      # linker.  It appears as though 1/2 is a usable value.
qpdf-10.0.4/configure:5615:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
qpdf-10.0.4/configure-5616-    fi
##############################################
qpdf-10.0.4/configure-6022-openbsd* | bitrig*)
qpdf-10.0.4/configure:6023:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
qpdf-10.0.4/configure-6024-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
qpdf-10.0.4/configure-6092-    else
qpdf-10.0.4/configure:6093:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
qpdf-10.0.4/configure-6094-    fi
##############################################
qpdf-10.0.4/configure-6234-  # decide which one to use based on capabilities of $DLLTOOL
qpdf-10.0.4/configure:6235:  case `$DLLTOOL --help 2>&1` in
qpdf-10.0.4/configure-6236-  *--identify-strict*)
##############################################
qpdf-10.0.4/configure-6797-# If we're using GNU nm, then use its standard symbol codes.
qpdf-10.0.4/configure:6798:case `$NM -V 2>&1` in
qpdf-10.0.4/configure-6799-*GNU* | *'with BFD'*)
##############################################
qpdf-10.0.4/configure-6845-mingw*)
qpdf-10.0.4/configure:6846:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
qpdf-10.0.4/configure-6847-  ;;
##############################################
qpdf-10.0.4/configure-7074-   if test yes = "$GCC"; then
qpdf-10.0.4/configure:7075:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
qpdf-10.0.4/configure-7076-   fi
##############################################
qpdf-10.0.4/configure-7078- /*)
qpdf-10.0.4/configure:7079:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
qpdf-10.0.4/configure-7080-   ;; #(
##############################################
qpdf-10.0.4/configure-7173-    done
qpdf-10.0.4/configure:7174:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
qpdf-10.0.4/configure-7175-}
##############################################
qpdf-10.0.4/configure-7195-  test $ac_status = 0; }; then
qpdf-10.0.4/configure:7196:    case `/usr/bin/file conftest.$ac_objext` in
qpdf-10.0.4/configure-7197-      *ELF-32*)
##############################################
qpdf-10.0.4/configure-7216-    if test yes = "$lt_cv_prog_gnu_ld"; then
qpdf-10.0.4/configure:7217:      case `/usr/bin/file conftest.$ac_objext` in
qpdf-10.0.4/configure-7218-	*32-bit*)
##############################################
qpdf-10.0.4/configure-7228-    else
qpdf-10.0.4/configure:7229:      case `/usr/bin/file conftest.$ac_objext` in
qpdf-10.0.4/configure-7230-	*32-bit*)
##############################################
qpdf-10.0.4/configure-7254-    emul=elf
qpdf-10.0.4/configure:7255:    case `/usr/bin/file conftest.$ac_objext` in
qpdf-10.0.4/configure-7256-      *32-bit*)
##############################################
qpdf-10.0.4/configure-7262-    esac
qpdf-10.0.4/configure:7263:    case `/usr/bin/file conftest.$ac_objext` in
qpdf-10.0.4/configure-7264-      *MSB*)
##############################################
qpdf-10.0.4/configure-7270-    esac
qpdf-10.0.4/configure:7271:    case `/usr/bin/file conftest.$ac_objext` in
qpdf-10.0.4/configure-7272-      *N32*)
##############################################
qpdf-10.0.4/configure-8203-    *:)
qpdf-10.0.4/configure:8204:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
qpdf-10.0.4/configure-8205-        ;;
qpdf-10.0.4/configure-8206-    x:*)
qpdf-10.0.4/configure:8207:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
qpdf-10.0.4/configure-8208-        ;;
qpdf-10.0.4/configure-8209-    *::*)
qpdf-10.0.4/configure:8210:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
qpdf-10.0.4/configure:8211:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
qpdf-10.0.4/configure-8212-        ;;
qpdf-10.0.4/configure-8213-    *)
qpdf-10.0.4/configure:8214:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
qpdf-10.0.4/configure-8215-        ;;
##############################################
qpdf-10.0.4/configure-8222-do :
qpdf-10.0.4/configure:8223:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
qpdf-10.0.4/configure-8224-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
qpdf-10.0.4/configure-8227-  cat >>confdefs.h <<_ACEOF
qpdf-10.0.4/configure:8228:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
qpdf-10.0.4/configure-8229-_ACEOF
##############################################
qpdf-10.0.4/configure-8253-  case $2 in
qpdf-10.0.4/configure:8254:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
qpdf-10.0.4/configure:8255:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
qpdf-10.0.4/configure-8256-  esac
##############################################
qpdf-10.0.4/configure-8893-	"file_magic "*)
qpdf-10.0.4/configure:8894:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
qpdf-10.0.4/configure-8895-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
qpdf-10.0.4/configure-8959-	"file_magic "*)
qpdf-10.0.4/configure:8960:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
qpdf-10.0.4/configure-8961-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
qpdf-10.0.4/configure-9363-      *)
qpdf-10.0.4/configure:9364:	case `$CC -V 2>&1 | sed 5q` in
qpdf-10.0.4/configure-9365-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
qpdf-10.0.4/configure-9812-	# shared libraries, regardless of the interface used.
qpdf-10.0.4/configure:9813:	case `$LD -v 2>&1` in
qpdf-10.0.4/configure-9814-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
qpdf-10.0.4/configure-9844-    supports_anon_versioning=no
qpdf-10.0.4/configure:9845:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
qpdf-10.0.4/configure-9846-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
qpdf-10.0.4/configure-9913-	# is; otherwise, prepend EXPORTS...
qpdf-10.0.4/configure:9914:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
qpdf-10.0.4/configure-9915-          cp $export_symbols $output_objdir/$soname.def;
##############################################
qpdf-10.0.4/configure-9947-	prefix_cmds="$SED"~
qpdf-10.0.4/configure:9948:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
qpdf-10.0.4/configure-9949-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
qpdf-10.0.4/configure-9969-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
qpdf-10.0.4/configure:9970:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
qpdf-10.0.4/configure:9971:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
qpdf-10.0.4/configure-9972-      ;;
##############################################
qpdf-10.0.4/configure-9987-        pgcc*)				# Portland Group C compiler
qpdf-10.0.4/configure:9988:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
qpdf-10.0.4/configure-9989-	  tmp_addflag=' $pic_flag'
##############################################
qpdf-10.0.4/configure-9992-					# Portland Group f77 and f90 compilers
qpdf-10.0.4/configure:9993:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
qpdf-10.0.4/configure-9994-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
qpdf-10.0.4/configure-10009-	nvcc*)	# Cuda Compiler Driver 2.2
qpdf-10.0.4/configure:10010:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
qpdf-10.0.4/configure-10011-	  compiler_needs_object=yes
##############################################
qpdf-10.0.4/configure-10013-	esac
qpdf-10.0.4/configure:10014:	case `$CC -V 2>&1 | sed 5q` in
qpdf-10.0.4/configure-10015-	*Sun\ C*)			# Sun C 5.9
qpdf-10.0.4/configure:10016:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
qpdf-10.0.4/configure-10017-	  compiler_needs_object=yes
##############################################
qpdf-10.0.4/configure-10084-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
qpdf-10.0.4/configure:10085:      case `$LD -v 2>&1` in
qpdf-10.0.4/configure-10086-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
qpdf-10.0.4/configure-10173-	else
qpdf-10.0.4/configure:10174:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
qpdf-10.0.4/configure-10175-	fi
##############################################
qpdf-10.0.4/configure-10238-	# below for broken collect2 doesn't work under 4.3+
qpdf-10.0.4/configure:10239:	  collect2name=`$CC -print-prog-name=collect2`
qpdf-10.0.4/configure-10240-	  if test -f "$collect2name" &&
##############################################
qpdf-10.0.4/configure-10318-      }'
qpdf-10.0.4/configure:10319:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
qpdf-10.0.4/configure-10320-  # Check for a 64-bit object if we didn't find anything.
qpdf-10.0.4/configure-10321-  if test -z "$lt_cv_aix_libpath_"; then
qpdf-10.0.4/configure:10322:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
qpdf-10.0.4/configure-10323-  fi
##############################################
qpdf-10.0.4/configure-10336-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
qpdf-10.0.4/configure:10337:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
qpdf-10.0.4/configure-10338-      else
##############################################
qpdf-10.0.4/configure-10371-      }'
qpdf-10.0.4/configure:10372:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
qpdf-10.0.4/configure-10373-  # Check for a 64-bit object if we didn't find anything.
qpdf-10.0.4/configure-10374-  if test -z "$lt_cv_aix_libpath_"; then
qpdf-10.0.4/configure:10375:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
qpdf-10.0.4/configure-10376-  fi
##############################################
qpdf-10.0.4/configure-10403-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
qpdf-10.0.4/configure:10404:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
qpdf-10.0.4/configure-10405-	  if test svr4 != "$with_aix_soname"; then
##############################################
qpdf-10.0.4/configure-10456-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
qpdf-10.0.4/configure:10457:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
qpdf-10.0.4/configure-10458-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
qpdf-10.0.4/configure-10494-	# FIXME: Setting linknames here is a bad hack.
qpdf-10.0.4/configure:10495:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
qpdf-10.0.4/configure-10496-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
qpdf-10.0.4/configure-10512-  if test yes = "$lt_cv_ld_force_load"; then
qpdf-10.0.4/configure:10513:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
qpdf-10.0.4/configure-10514-
##############################################
qpdf-10.0.4/configure-10692-      if test yes = "$GCC"; then
qpdf-10.0.4/configure:10693:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
qpdf-10.0.4/configure-10694-	# Try to use the -exported_symbol ld option, if it does not
##############################################
qpdf-10.0.4/configure-10720-	if test yes = "$lt_cv_irix_exported_symbol"; then
qpdf-10.0.4/configure:10721:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
qpdf-10.0.4/configure-10722-	fi
##############################################
qpdf-10.0.4/configure-10724-      else
qpdf-10.0.4/configure:10725:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
qpdf-10.0.4/configure:10726:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
qpdf-10.0.4/configure-10727-      fi
##############################################
qpdf-10.0.4/configure-10771-	hardcode_direct_absolute=yes
qpdf-10.0.4/configure:10772:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
qpdf-10.0.4/configure-10773-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
qpdf-10.0.4/configure-10802-	prefix_cmds="$SED"~
qpdf-10.0.4/configure:10803:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
qpdf-10.0.4/configure-10804-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
qpdf-10.0.4/configure-10816-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
qpdf-10.0.4/configure:10817:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
qpdf-10.0.4/configure-10818-      else
qpdf-10.0.4/configure-10819-	allow_undefined_flag=' -expect_unresolved \*'
qpdf-10.0.4/configure:10820:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
qpdf-10.0.4/configure-10821-      fi
##############################################
qpdf-10.0.4/configure-10829-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
qpdf-10.0.4/configure:10830:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
qpdf-10.0.4/configure-10831-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
qpdf-10.0.4/configure-10833-	allow_undefined_flag=' -expect_unresolved \*'
qpdf-10.0.4/configure:10834:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
qpdf-10.0.4/configure:10835:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
qpdf-10.0.4/configure:10836:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
qpdf-10.0.4/configure-10837-
##############################################
qpdf-10.0.4/configure-10852-      else
qpdf-10.0.4/configure:10853:	case `$CC -V 2>&1` in
qpdf-10.0.4/configure-10854-	*"Compilers 5.0"*)
##############################################
qpdf-10.0.4/configure-11251-  esac
qpdf-10.0.4/configure:11252:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
qpdf-10.0.4/configure-11253-  case $lt_search_path_spec in
##############################################
qpdf-10.0.4/configure-11258-    # okay in the real world where ";" in dirpaths is itself problematic.
qpdf-10.0.4/configure:11259:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
qpdf-10.0.4/configure-11260-    ;;
qpdf-10.0.4/configure-11261-  *)
qpdf-10.0.4/configure:11262:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
qpdf-10.0.4/configure-11263-    ;;
##############################################
qpdf-10.0.4/configure-11267-  lt_tmp_lt_search_path_spec=
qpdf-10.0.4/configure:11268:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
qpdf-10.0.4/configure-11269-  # ...but if some path component already ends with the multilib dir we assume
##############################################
qpdf-10.0.4/configure-11309-  esac
qpdf-10.0.4/configure:11310:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
qpdf-10.0.4/configure-11311-else
##############################################
qpdf-10.0.4/configure-11449-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
qpdf-10.0.4/configure:11450:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
qpdf-10.0.4/configure-11451-    ;;
##############################################
qpdf-10.0.4/configure-11485-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
qpdf-10.0.4/configure:11486:    postinstall_cmds='base_file=`basename \$file`~
qpdf-10.0.4/configure:11487:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
qpdf-10.0.4/configure:11488:      dldir=$destdir/`dirname \$dlpath`~
qpdf-10.0.4/configure-11489-      test -d \$dldir || mkdir -p \$dldir~
##############################################
qpdf-10.0.4/configure-11494-      fi'
qpdf-10.0.4/configure:11495:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
qpdf-10.0.4/configure-11496-      dlpath=$dir/\$dldll~
##############################################
qpdf-10.0.4/configure-11502-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
qpdf-10.0.4/configure:11503:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
qpdf-10.0.4/configure-11504-
##############################################
qpdf-10.0.4/configure-11508-      # MinGW DLLs use traditional 'lib' prefix
qpdf-10.0.4/configure:11509:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
qpdf-10.0.4/configure-11510-      ;;
##############################################
qpdf-10.0.4/configure-11512-      # pw32 DLLs use 'pw' prefix rather than 'lib'
qpdf-10.0.4/configure:11513:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
qpdf-10.0.4/configure-11514-      ;;
##############################################
qpdf-10.0.4/configure-11521-    libname_spec='$name'
qpdf-10.0.4/configure:11522:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
qpdf-10.0.4/configure-11523-    library_names_spec='$libname.dll.lib'
##############################################
qpdf-10.0.4/configure-11533-        # Let DOS variable expansion print the short 8.3 style file name.
qpdf-10.0.4/configure:11534:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
qpdf-10.0.4/configure-11535-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
qpdf-10.0.4/configure-11538-      # Convert to MSYS style.
qpdf-10.0.4/configure:11539:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
qpdf-10.0.4/configure-11540-      ;;
##############################################
qpdf-10.0.4/configure-11544-      # like /cygdrive/c/PROGRA~1:/cygdr...
qpdf-10.0.4/configure:11545:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
qpdf-10.0.4/configure:11546:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
qpdf-10.0.4/configure:11547:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
qpdf-10.0.4/configure-11548-      ;;
##############################################
qpdf-10.0.4/configure-11552-        # It is most probably a Windows format PATH.
qpdf-10.0.4/configure:11553:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
qpdf-10.0.4/configure-11554-      else
qpdf-10.0.4/configure:11555:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
qpdf-10.0.4/configure-11556-      fi
##############################################
qpdf-10.0.4/configure-11562-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
qpdf-10.0.4/configure:11563:    postinstall_cmds='base_file=`basename \$file`~
qpdf-10.0.4/configure:11564:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
qpdf-10.0.4/configure:11565:      dldir=$destdir/`dirname \$dlpath`~
qpdf-10.0.4/configure-11566-      test -d \$dldir || mkdir -p \$dldir~
qpdf-10.0.4/configure-11567-      $install_prog $dir/$dlname \$dldir/$dlname'
qpdf-10.0.4/configure:11568:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
qpdf-10.0.4/configure-11569-      dlpath=$dir/\$dldll~
##############################################
qpdf-10.0.4/configure-11576-    # Assume MSVC wrapper
qpdf-10.0.4/configure:11577:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
qpdf-10.0.4/configure-11578-    dynamic_linker='Win32 ld.exe'
##############################################
qpdf-10.0.4/configure-11593-  shlibpath_var=DYLD_LIBRARY_PATH
qpdf-10.0.4/configure:11594:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
qpdf-10.0.4/configure-11595-
##############################################
qpdf-10.0.4/configure-11846-  if test -f /etc/ld.so.conf; then
qpdf-10.0.4/configure:11847:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
qpdf-10.0.4/configure-11848-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
qpdf-10.0.4/configure-11912-  need_lib_prefix=no
qpdf-10.0.4/configure:11913:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
qpdf-10.0.4/configure-11914-    need_version=no
##############################################
qpdf-10.0.4/configure-11939-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
qpdf-10.0.4/configure:11940:  postinstall_cmds='base_file=`basename \$file`~
qpdf-10.0.4/configure:11941:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
qpdf-10.0.4/configure:11942:    dldir=$destdir/`dirname \$dlpath`~
qpdf-10.0.4/configure-11943-    test -d \$dldir || mkdir -p \$dldir~
##############################################
qpdf-10.0.4/configure-11948-    fi'
qpdf-10.0.4/configure:11949:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
qpdf-10.0.4/configure-11950-    dlpath=$dir/\$dldll~
##############################################
qpdf-10.0.4/configure-13131-    # gcc leaves a trailing carriage return, which upsets mingw
qpdf-10.0.4/configure:13132:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
qpdf-10.0.4/configure-13133-  *)
qpdf-10.0.4/configure:13134:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
qpdf-10.0.4/configure-13135-  esac
##############################################
qpdf-10.0.4/configure-13140-      # Canonicalize the pathname of ld
qpdf-10.0.4/configure:13141:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
qpdf-10.0.4/configure-13142-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
qpdf-10.0.4/configure:13143:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
qpdf-10.0.4/configure-13144-      done
##############################################
qpdf-10.0.4/configure-13175-      # Break only if it was the GNU/non-GNU ld that we prefer.
qpdf-10.0.4/configure:13176:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
qpdf-10.0.4/configure-13177-      *GNU* | *'with BFD'*)
##############################################
qpdf-10.0.4/configure-13206-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
qpdf-10.0.4/configure:13207:case `$LD -v 2>&1 </dev/null` in
qpdf-10.0.4/configure-13208-*GNU* | *'with BFD'*)
##############################################
qpdf-10.0.4/configure-13240-        # ancient GNU ld didn't support --whole-archive et. al.
qpdf-10.0.4/configure:13241:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
qpdf-10.0.4/configure-13242-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
qpdf-10.0.4/configure-13351-          # below for broken collect2 doesn't work under 4.3+
qpdf-10.0.4/configure:13352:	  collect2name=`$CC -print-prog-name=collect2`
qpdf-10.0.4/configure-13353-	  if test -f "$collect2name" &&
##############################################
qpdf-10.0.4/configure-13432-      }'
qpdf-10.0.4/configure:13433:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
qpdf-10.0.4/configure-13434-  # Check for a 64-bit object if we didn't find anything.
qpdf-10.0.4/configure-13435-  if test -z "$lt_cv_aix_libpath__CXX"; then
qpdf-10.0.4/configure:13436:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
qpdf-10.0.4/configure-13437-  fi
##############################################
qpdf-10.0.4/configure-13451-
qpdf-10.0.4/configure:13452:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
qpdf-10.0.4/configure-13453-        else
##############################################
qpdf-10.0.4/configure-13486-      }'
qpdf-10.0.4/configure:13487:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
qpdf-10.0.4/configure-13488-  # Check for a 64-bit object if we didn't find anything.
qpdf-10.0.4/configure-13489-  if test -z "$lt_cv_aix_libpath__CXX"; then
qpdf-10.0.4/configure:13490:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
qpdf-10.0.4/configure-13491-  fi
##############################################
qpdf-10.0.4/configure-13518-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
qpdf-10.0.4/configure:13519:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
qpdf-10.0.4/configure-13520-	    if test svr4 != "$with_aix_soname"; then
##############################################
qpdf-10.0.4/configure-13571-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
qpdf-10.0.4/configure:13572:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
qpdf-10.0.4/configure-13573-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
qpdf-10.0.4/configure-13613-	    # is; otherwise, prepend EXPORTS...
qpdf-10.0.4/configure:13614:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
qpdf-10.0.4/configure-13615-              cp $export_symbols $output_objdir/$soname.def;
##############################################
qpdf-10.0.4/configure-13634-  if test yes = "$lt_cv_ld_force_load"; then
qpdf-10.0.4/configure:13635:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
qpdf-10.0.4/configure-13636-
##############################################
qpdf-10.0.4/configure-13679-	  prefix_cmds="$SED"~
qpdf-10.0.4/configure:13680:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
qpdf-10.0.4/configure-13681-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
qpdf-10.0.4/configure-13753-            # dependencies.
qpdf-10.0.4/configure:13754:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
qpdf-10.0.4/configure-13755-            ;;
##############################################
qpdf-10.0.4/configure-13818-	    # dependencies.
qpdf-10.0.4/configure:13819:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
qpdf-10.0.4/configure-13820-	    ;;
##############################################
qpdf-10.0.4/configure-13854-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
qpdf-10.0.4/configure:13855:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
qpdf-10.0.4/configure:13856:	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
qpdf-10.0.4/configure-13857-	;;
##############################################
qpdf-10.0.4/configure-13861-	    # SGI C++
qpdf-10.0.4/configure:13862:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
qpdf-10.0.4/configure-13863-
##############################################
qpdf-10.0.4/configure-13872-	      if test no = "$with_gnu_ld"; then
qpdf-10.0.4/configure:13873:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
qpdf-10.0.4/configure-13874-	      else
qpdf-10.0.4/configure:13875:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
qpdf-10.0.4/configure-13876-	      fi
##############################################
qpdf-10.0.4/configure-13893-	    # to its proper name (with version) after linking.
qpdf-10.0.4/configure:13894:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
qpdf-10.0.4/configure:13895:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
qpdf-10.0.4/configure-13896-	    # Commands to make compiler produce verbose output that lists
##############################################
qpdf-10.0.4/configure-13903-	    # dependencies.
qpdf-10.0.4/configure:13904:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
qpdf-10.0.4/configure-13905-
##############################################
qpdf-10.0.4/configure-13918-	    # earlier do not add the objects themselves.
qpdf-10.0.4/configure:13919:	    case `$CC -V 2>&1` in
qpdf-10.0.4/configure-13920-	      *"Version 7."*)
##############################################
qpdf-10.0.4/configure-13939-            # Portland Group C++ compiler
qpdf-10.0.4/configure:13940:	    case `$CC -V` in
qpdf-10.0.4/configure-13941-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
qpdf-10.0.4/configure-13944-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
qpdf-10.0.4/configure:13945:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
qpdf-10.0.4/configure-13946-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
qpdf-10.0.4/configure-13948-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
qpdf-10.0.4/configure:13949:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
qpdf-10.0.4/configure-13950-                $RANLIB $oldlib'
##############################################
qpdf-10.0.4/configure-13953-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
qpdf-10.0.4/configure:13954:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
qpdf-10.0.4/configure-13955-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
qpdf-10.0.4/configure-13957-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
qpdf-10.0.4/configure:13958:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
qpdf-10.0.4/configure-13959-	      ;;
##############################################
qpdf-10.0.4/configure-13967-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
qpdf-10.0.4/configure:13968:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
qpdf-10.0.4/configure-13969-            ;;
##############################################
qpdf-10.0.4/configure-13986-	    # dependencies.
qpdf-10.0.4/configure:13987:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
qpdf-10.0.4/configure-13988-	    ;;
##############################################
qpdf-10.0.4/configure-14001-	  *)
qpdf-10.0.4/configure:14002:	    case `$CC -V 2>&1 | sed 5q` in
qpdf-10.0.4/configure-14003-	    *Sun\ C*)
##############################################
qpdf-10.0.4/configure-14008-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
qpdf-10.0.4/configure:14009:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
qpdf-10.0.4/configure-14010-	      compiler_needs_object_CXX=yes
##############################################
qpdf-10.0.4/configure-14073-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
qpdf-10.0.4/configure:14074:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
qpdf-10.0.4/configure-14075-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
qpdf-10.0.4/configure-14092-	    # to its proper name (with version) after linking.
qpdf-10.0.4/configure:14093:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
qpdf-10.0.4/configure-14094-
##############################################
qpdf-10.0.4/configure-14113-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
qpdf-10.0.4/configure:14114:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
qpdf-10.0.4/configure-14115-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
qpdf-10.0.4/configure-14118-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
qpdf-10.0.4/configure:14119:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
qpdf-10.0.4/configure:14120:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
qpdf-10.0.4/configure-14121-                  echo "-hidden">> $lib.exp~
qpdf-10.0.4/configure:14122:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
qpdf-10.0.4/configure-14123-                  $RM $lib.exp'
##############################################
qpdf-10.0.4/configure-14137-	    # dependencies.
qpdf-10.0.4/configure:14138:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
qpdf-10.0.4/configure-14139-	    ;;
##############################################
qpdf-10.0.4/configure-14144-	        osf3*)
qpdf-10.0.4/configure:14145:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
qpdf-10.0.4/configure-14146-		  ;;
qpdf-10.0.4/configure-14147-	        *)
qpdf-10.0.4/configure:14148:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
qpdf-10.0.4/configure-14149-		  ;;
##############################################
qpdf-10.0.4/configure-14391-
qpdf-10.0.4/configure:14392:  for p in `eval "$output_verbose_link_cmd"`; do
qpdf-10.0.4/configure-14393-    case $prev$p in
##############################################
qpdf-10.0.4/configure-14494-if test -n "${compiler_lib_search_path_CXX}"; then
qpdf-10.0.4/configure:14495: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
qpdf-10.0.4/configure-14496-fi
##############################################
qpdf-10.0.4/configure-14741-	  *)
qpdf-10.0.4/configure:14742:	    case `$CC -V 2>&1 | sed 5q` in
qpdf-10.0.4/configure-14743-	    *Sun\ C*)
##############################################
qpdf-10.0.4/configure-15123-    else
qpdf-10.0.4/configure:15124:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
qpdf-10.0.4/configure-15125-    fi
##############################################
qpdf-10.0.4/configure-15428-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
qpdf-10.0.4/configure:15429:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
qpdf-10.0.4/configure-15430-    ;;
##############################################
qpdf-10.0.4/configure-15464-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
qpdf-10.0.4/configure:15465:    postinstall_cmds='base_file=`basename \$file`~
qpdf-10.0.4/configure:15466:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
qpdf-10.0.4/configure:15467:      dldir=$destdir/`dirname \$dlpath`~
qpdf-10.0.4/configure-15468-      test -d \$dldir || mkdir -p \$dldir~
##############################################
qpdf-10.0.4/configure-15473-      fi'
qpdf-10.0.4/configure:15474:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
qpdf-10.0.4/configure-15475-      dlpath=$dir/\$dldll~
##############################################
qpdf-10.0.4/configure-15481-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
qpdf-10.0.4/configure:15482:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
qpdf-10.0.4/configure-15483-
##############################################
qpdf-10.0.4/configure-15486-      # MinGW DLLs use traditional 'lib' prefix
qpdf-10.0.4/configure:15487:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
qpdf-10.0.4/configure-15488-      ;;
##############################################
qpdf-10.0.4/configure-15490-      # pw32 DLLs use 'pw' prefix rather than 'lib'
qpdf-10.0.4/configure:15491:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
qpdf-10.0.4/configure-15492-      ;;
##############################################
qpdf-10.0.4/configure-15499-    libname_spec='$name'
qpdf-10.0.4/configure:15500:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
qpdf-10.0.4/configure-15501-    library_names_spec='$libname.dll.lib'
##############################################
qpdf-10.0.4/configure-15511-        # Let DOS variable expansion print the short 8.3 style file name.
qpdf-10.0.4/configure:15512:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
qpdf-10.0.4/configure-15513-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
qpdf-10.0.4/configure-15516-      # Convert to MSYS style.
qpdf-10.0.4/configure:15517:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
qpdf-10.0.4/configure-15518-      ;;
##############################################
qpdf-10.0.4/configure-15522-      # like /cygdrive/c/PROGRA~1:/cygdr...
qpdf-10.0.4/configure:15523:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
qpdf-10.0.4/configure:15524:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
qpdf-10.0.4/configure:15525:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
qpdf-10.0.4/configure-15526-      ;;
##############################################
qpdf-10.0.4/configure-15530-        # It is most probably a Windows format PATH.
qpdf-10.0.4/configure:15531:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
qpdf-10.0.4/configure-15532-      else
qpdf-10.0.4/configure:15533:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
qpdf-10.0.4/configure-15534-      fi
##############################################
qpdf-10.0.4/configure-15540-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
qpdf-10.0.4/configure:15541:    postinstall_cmds='base_file=`basename \$file`~
qpdf-10.0.4/configure:15542:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
qpdf-10.0.4/configure:15543:      dldir=$destdir/`dirname \$dlpath`~
qpdf-10.0.4/configure-15544-      test -d \$dldir || mkdir -p \$dldir~
qpdf-10.0.4/configure-15545-      $install_prog $dir/$dlname \$dldir/$dlname'
qpdf-10.0.4/configure:15546:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
qpdf-10.0.4/configure-15547-      dlpath=$dir/\$dldll~
##############################################
qpdf-10.0.4/configure-15554-    # Assume MSVC wrapper
qpdf-10.0.4/configure:15555:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
qpdf-10.0.4/configure-15556-    dynamic_linker='Win32 ld.exe'
##############################################
qpdf-10.0.4/configure-15571-  shlibpath_var=DYLD_LIBRARY_PATH
qpdf-10.0.4/configure:15572:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
qpdf-10.0.4/configure-15573-
##############################################
qpdf-10.0.4/configure-15823-  if test -f /etc/ld.so.conf; then
qpdf-10.0.4/configure:15824:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
qpdf-10.0.4/configure-15825-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
qpdf-10.0.4/configure-15889-  need_lib_prefix=no
qpdf-10.0.4/configure:15890:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
qpdf-10.0.4/configure-15891-    need_version=no
##############################################
qpdf-10.0.4/configure-15916-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
qpdf-10.0.4/configure:15917:  postinstall_cmds='base_file=`basename \$file`~
qpdf-10.0.4/configure:15918:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
qpdf-10.0.4/configure:15919:    dldir=$destdir/`dirname \$dlpath`~
qpdf-10.0.4/configure-15920-    test -d \$dldir || mkdir -p \$dldir~
##############################################
qpdf-10.0.4/configure-15925-    fi'
qpdf-10.0.4/configure:15926:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
qpdf-10.0.4/configure-15927-    dlpath=$dir/\$dldll~
##############################################
qpdf-10.0.4/configure-16349-else
qpdf-10.0.4/configure:16350:  as_ac_File=`$as_echo "ac_cv_file_"/dev/urandom"" | $as_tr_sh`
qpdf-10.0.4/configure-16351-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for \"/dev/urandom\"" >&5
##############################################
qpdf-10.0.4/configure-16369-else
qpdf-10.0.4/configure:16370:  as_ac_File=`$as_echo "ac_cv_file_"/dev/arandom"" | $as_tr_sh`
qpdf-10.0.4/configure-16371-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for \"/dev/arandom\"" >&5
##############################################
qpdf-10.0.4/configure-16389-else
qpdf-10.0.4/configure:16390:  as_ac_File=`$as_echo "ac_cv_file_"/dev/random"" | $as_tr_sh`
qpdf-10.0.4/configure-16391-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for \"/dev/random\"" >&5
##############################################
qpdf-10.0.4/configure-16656-  test $ac_status = 0; }; then
qpdf-10.0.4/configure:16657:  pkg_cv_pc_zlib_CFLAGS=`$PKG_CONFIG --cflags "zlib" 2>/dev/null`
qpdf-10.0.4/configure-16658-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qpdf-10.0.4/configure-16673-  test $ac_status = 0; }; then
qpdf-10.0.4/configure:16674:  pkg_cv_pc_zlib_LIBS=`$PKG_CONFIG --libs "zlib" 2>/dev/null`
qpdf-10.0.4/configure-16675-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qpdf-10.0.4/configure-16694-        if test $_pkg_short_errors_supported = yes; then
qpdf-10.0.4/configure:16695:	        pc_zlib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib" 2>&1`
qpdf-10.0.4/configure-16696-        else
qpdf-10.0.4/configure:16697:	        pc_zlib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib" 2>&1`
qpdf-10.0.4/configure-16698-        fi
##############################################
qpdf-10.0.4/configure-16730-  test $ac_status = 0; }; then
qpdf-10.0.4/configure:16731:  pkg_cv_pc_libjpeg_CFLAGS=`$PKG_CONFIG --cflags "libjpeg" 2>/dev/null`
qpdf-10.0.4/configure-16732-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qpdf-10.0.4/configure-16747-  test $ac_status = 0; }; then
qpdf-10.0.4/configure:16748:  pkg_cv_pc_libjpeg_LIBS=`$PKG_CONFIG --libs "libjpeg" 2>/dev/null`
qpdf-10.0.4/configure-16749-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qpdf-10.0.4/configure-16768-        if test $_pkg_short_errors_supported = yes; then
qpdf-10.0.4/configure:16769:	        pc_libjpeg_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libjpeg" 2>&1`
qpdf-10.0.4/configure-16770-        else
qpdf-10.0.4/configure:16771:	        pc_libjpeg_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libjpeg" 2>&1`
qpdf-10.0.4/configure-16772-        fi
##############################################
qpdf-10.0.4/configure-17441-  if $make_prog --version >/dev/null 2>&1; then
qpdf-10.0.4/configure:17442:    v=`$make_prog --version | grep 'GNU Make' | sed -e 's/.*Make //'`
qpdf-10.0.4/configure:17443:    maj=`echo $v | cut -d. -f 1`
qpdf-10.0.4/configure:17444:    min=`echo $v | cut -d. -f 2`
qpdf-10.0.4/configure-17445-    if test $maj -gt 3 -o '(' $maj -eq 3 -a $min -ge 81 ')'; then
##############################################
qpdf-10.0.4/configure-17848-  test $ac_status = 0; }; then
qpdf-10.0.4/configure:17849:  pkg_cv_pc_openssl_CFLAGS=`$PKG_CONFIG --cflags "openssl >= 1.1.0" 2>/dev/null`
qpdf-10.0.4/configure-17850-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qpdf-10.0.4/configure-17865-  test $ac_status = 0; }; then
qpdf-10.0.4/configure:17866:  pkg_cv_pc_openssl_LIBS=`$PKG_CONFIG --libs "openssl >= 1.1.0" 2>/dev/null`
qpdf-10.0.4/configure-17867-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qpdf-10.0.4/configure-17886-        if test $_pkg_short_errors_supported = yes; then
qpdf-10.0.4/configure:17887:	        pc_openssl_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl >= 1.1.0" 2>&1`
qpdf-10.0.4/configure-17888-        else
qpdf-10.0.4/configure:17889:	        pc_openssl_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl >= 1.1.0" 2>&1`
qpdf-10.0.4/configure-17890-        fi
##############################################
qpdf-10.0.4/configure-18030-  test $ac_status = 0; }; then
qpdf-10.0.4/configure:18031:  pkg_cv_pc_gnutls_CFLAGS=`$PKG_CONFIG --cflags "gnutls" 2>/dev/null`
qpdf-10.0.4/configure-18032-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qpdf-10.0.4/configure-18047-  test $ac_status = 0; }; then
qpdf-10.0.4/configure:18048:  pkg_cv_pc_gnutls_LIBS=`$PKG_CONFIG --libs "gnutls" 2>/dev/null`
qpdf-10.0.4/configure-18049-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qpdf-10.0.4/configure-18068-        if test $_pkg_short_errors_supported = yes; then
qpdf-10.0.4/configure:18069:	        pc_gnutls_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gnutls" 2>&1`
qpdf-10.0.4/configure-18070-        else
qpdf-10.0.4/configure:18071:	        pc_gnutls_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gnutls" 2>&1`
qpdf-10.0.4/configure-18072-        fi
##############################################
qpdf-10.0.4/configure-18708-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
qpdf-10.0.4/configure:18709:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
qpdf-10.0.4/configure-18710-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
qpdf-10.0.4/configure-18775-if test -z "$BASH_VERSION$ZSH_VERSION" \
qpdf-10.0.4/configure:18776:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
qpdf-10.0.4/configure-18777-  as_echo='print -r --'
qpdf-10.0.4/configure-18778-  as_echo_n='print -rn --'
qpdf-10.0.4/configure:18779:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
qpdf-10.0.4/configure-18780-  as_echo='printf %s\n'
##############################################
qpdf-10.0.4/configure-18782-else
qpdf-10.0.4/configure:18783:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
qpdf-10.0.4/configure-18784-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
qpdf-10.0.4/configure-18792-	expr "X$arg" : "X\\(.*\\)$as_nl";
qpdf-10.0.4/configure:18793:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
qpdf-10.0.4/configure-18794-      esac;
##############################################
qpdf-10.0.4/configure-18869-# ----------------------------------------
qpdf-10.0.4/configure:18870:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
qpdf-10.0.4/configure-18871-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
qpdf-10.0.4/configure-18941-  {
qpdf-10.0.4/configure:18942:    as_val=`expr "$@" || test $? -eq 1`
qpdf-10.0.4/configure-18943-  }
##############################################
qpdf-10.0.4/configure-19045-      case $as_dir in #(
qpdf-10.0.4/configure:19046:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
qpdf-10.0.4/configure-19047-      *) as_qdir=$as_dir;;
##############################################
qpdf-10.0.4/configure-19180-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
qpdf-10.0.4/configure:19181:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
qpdf-10.0.4/configure-19182-ac_cs_version="\\
##############################################
qpdf-10.0.4/configure-19203-  --*=?*)
qpdf-10.0.4/configure:19204:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
qpdf-10.0.4/configure:19205:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
qpdf-10.0.4/configure-19206-    ac_shift=:
##############################################
qpdf-10.0.4/configure-19208-  --*=)
qpdf-10.0.4/configure:19209:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
qpdf-10.0.4/configure-19210-    ac_optarg=
##############################################
qpdf-10.0.4/configure-19232-    case $ac_optarg in
qpdf-10.0.4/configure:19233:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
qpdf-10.0.4/configure-19234-    '') as_fn_error $? "missing file argument" ;;
##############################################
qpdf-10.0.4/configure-19240-    case $ac_optarg in
qpdf-10.0.4/configure:19241:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
qpdf-10.0.4/configure-19242-    esac
##############################################
qpdf-10.0.4/configure-19308-delay_variable_subst='$delay_variable_subst'
qpdf-10.0.4/configure:19309:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19310:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19311:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19312:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19313:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19314:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19315:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19316:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19317:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19318:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19319:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19320:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19321:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19322:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19323:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19324:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19325:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19326:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19327:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19328:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19329:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19330:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19331:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19332:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19333:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19334:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19335:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19336:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19337:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19338:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19339:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19340:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19341:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19342:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19343:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19344:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19345:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19346:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19347:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19348:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19349:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19350:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19351:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19352:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19353:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19354:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19355:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19356:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19357:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19358:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19359:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19360:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19361:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19362:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19363:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19364:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19365:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19366:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19367:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19368:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19369:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19370:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19371:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19372:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19373:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19374:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19375:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19376:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19377:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19378:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19379:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19380:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19381:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19382:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19383:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19384:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19385:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19386:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19387:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19388:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19389:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19390:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19391:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19392:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19393:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19394:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19395:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19396:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19397:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19398:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19399:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19400:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19401:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19402:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19403:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19404:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19405:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19406:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19407:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19408:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19409:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19410:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19411:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19412:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19413:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19414:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19415:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19416:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19417:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19418:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19419:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19420:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19421:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19422:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19423:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19424:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19425:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19426:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19427:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19428:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19429:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19430:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19431:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19432:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19433:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19434:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19435:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19436:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19437:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19438:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19439:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19440:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19441:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19442:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19443:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19444:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19445:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19446:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19447:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19448:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19449:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19450:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19451:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19452:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19453:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19454:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19455:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19456:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19457:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19458:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19459:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19460:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19461:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19462:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19463:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19464:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19465:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19466:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19467:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19468:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19469:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19470:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19471:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19472:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19473:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19474:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19475:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19476:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19477:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19478:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19479:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19480:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19481:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19482:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19483:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19484:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19485:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19486:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19487:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19488:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19489:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19490:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19491:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19492:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19493:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19494:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19495:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19496:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19497:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure:19498:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
qpdf-10.0.4/configure-19499-
##############################################
qpdf-10.0.4/configure-19612-compiler_lib_search_path_CXX; do
qpdf-10.0.4/configure:19613:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
qpdf-10.0.4/configure-19614-    *[\\\\\\\`\\"\\\$]*)
qpdf-10.0.4/configure:19615:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
qpdf-10.0.4/configure-19616-      ;;
##############################################
qpdf-10.0.4/configure-19654-postlink_cmds_CXX; do
qpdf-10.0.4/configure:19655:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
qpdf-10.0.4/configure-19656-    *[\\\\\\\`\\"\\\$]*)
qpdf-10.0.4/configure:19657:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
qpdf-10.0.4/configure-19658-      ;;
##############################################
qpdf-10.0.4/configure-19754-fi
qpdf-10.0.4/configure:19755:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
qpdf-10.0.4/configure-19756-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
qpdf-10.0.4/configure-19771-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
qpdf-10.0.4/configure:19772:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
qpdf-10.0.4/configure-19773-ac_delim='%!_!# '
##############################################
qpdf-10.0.4/configure-19777-
qpdf-10.0.4/configure:19778:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
qpdf-10.0.4/configure-19779-  if test $ac_delim_n = $ac_delim_num; then
##############################################
qpdf-10.0.4/configure-19915-for ac_last_try in false false :; do
qpdf-10.0.4/configure:19916:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
qpdf-10.0.4/configure-19917-  if test -z "$ac_tt"; then
##############################################
qpdf-10.0.4/configure-20047-      esac
qpdf-10.0.4/configure:20048:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
qpdf-10.0.4/configure-20049-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
qpdf-10.0.4/configure-20106-*)
qpdf-10.0.4/configure:20107:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
qpdf-10.0.4/configure-20108-  # A ".." for each directory in $ac_dir_suffix.
qpdf-10.0.4/configure:20109:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
qpdf-10.0.4/configure-20110-  case $ac_top_builddir_sub in
##############################################
qpdf-10.0.4/configure-20158-/@mandir@/p'
qpdf-10.0.4/configure:20159:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
qpdf-10.0.4/configure-20160-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
qpdf-10.0.4/configure-20175-
qpdf-10.0.4/configure:20176:# Neutralize VPATH when `$srcdir' = `.'.
qpdf-10.0.4/configure-20177-# Shell code in configure.ac might set extrasub.
##############################################
qpdf-10.0.4/configure-20201-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
qpdf-10.0.4/configure:20202:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
qpdf-10.0.4/configure-20203-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
qpdf-10.0.4/configure-20742-    *:)
qpdf-10.0.4/configure:20743:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
qpdf-10.0.4/configure-20744-        ;;
qpdf-10.0.4/configure-20745-    x:*)
qpdf-10.0.4/configure:20746:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
qpdf-10.0.4/configure-20747-        ;;
qpdf-10.0.4/configure-20748-    *::*)
qpdf-10.0.4/configure:20749:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
qpdf-10.0.4/configure:20750:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
qpdf-10.0.4/configure-20751-        ;;
qpdf-10.0.4/configure-20752-    *)
qpdf-10.0.4/configure:20753:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
qpdf-10.0.4/configure-20754-        ;;
##############################################
qpdf-10.0.4/configure-20769-    done
qpdf-10.0.4/configure:20770:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
qpdf-10.0.4/configure-20771-}
##############################################
qpdf-10.0.4/copy_dlls-84-    print "Copying $f to $destdir\n";
qpdf-10.0.4/copy_dlls:85:    system("cp -p '$f' '$destdir'") == 0 or
qpdf-10.0.4/copy_dlls-86-	die "$whoami: copy $f to $destdir failed\n";
##############################################
qpdf-10.0.4/copy_dlls-129-    my $result = 0;
qpdf-10.0.4/copy_dlls:130:    my $file_format = `file "$file"`;
qpdf-10.0.4/copy_dlls-131-    print "$file $format $file_format\n";
##############################################
qpdf-10.0.4/install-sh-234-      fi
qpdf-10.0.4/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
qpdf-10.0.4/install-sh-236-    *)
##############################################
qpdf-10.0.4/install-sh-281-      dstdir=$dst
qpdf-10.0.4/install-sh:282:      dst=$dstdir/`basename "$src"`
qpdf-10.0.4/install-sh-283-      dstdir_status=0
qpdf-10.0.4/install-sh-284-    else
qpdf-10.0.4/install-sh:285:      dstdir=`dirname "$dst"`
qpdf-10.0.4/install-sh-286-      test -d "$dstdir"
##############################################
qpdf-10.0.4/install-sh-344-                   test_tmpdir="$tmpdir/a"
qpdf-10.0.4/install-sh:345:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
qpdf-10.0.4/install-sh-346-                   case $ls_ld_tmpdir in
##############################################
qpdf-10.0.4/install-sh-351-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
qpdf-10.0.4/install-sh:352:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
qpdf-10.0.4/install-sh-353-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
qpdf-10.0.4/install-sh-409-            case $prefix in
qpdf-10.0.4/install-sh:410:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
qpdf-10.0.4/install-sh-411-              *) qprefix=$prefix;;
##############################################
qpdf-10.0.4/install-sh-458-    if $copy_on_change &&
qpdf-10.0.4/install-sh:459:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
qpdf-10.0.4/install-sh:460:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
qpdf-10.0.4/install-sh-461-       set -f &&
##############################################
qpdf-10.0.4/make/rules.mk-63-		-datadir ../qtest -covdir .. \
qpdf-10.0.4/make/rules.mk:64:	        -junit-suffix `basename $(1)`; then \
qpdf-10.0.4/make/rules.mk-65-	    true; \
##############################################
qpdf-10.0.4/make/mingw.mk-64-define makelib
qpdf-10.0.4/make/mingw.mk:65:	$(DLLTOOL) -l $(2) -D $$(basename `echo $(2) | sed -e 's,/lib\(.*\).dll.a,/\1,'`$(shell expr $(5) - $(7)).dll) $(1); \
qpdf-10.0.4/make/mingw.mk:66:	$(CXX) -shared -o `echo $(2) | sed -e 's,/lib\(.*\).dll.a,/\1,'`$(shell expr $(5) - $(7)).dll \
qpdf-10.0.4/make/mingw.mk-67-		$(1) $(3) $(4)
##############################################
qpdf-10.0.4/libqpdf/sph/sph_types.h-1245-{
qpdf-10.0.4/libqpdf/sph/sph_types.h:1246:	__asm {
qpdf-10.0.4/libqpdf/sph/sph_types.h-1247-		bswap  ecx
##############################################
qpdf-10.0.4/config.sub-52-
qpdf-10.0.4/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
qpdf-10.0.4/config.sub-54-
##############################################
qpdf-10.0.4/config.sub-768-	i*86v32)
qpdf-10.0.4/config.sub:769:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
qpdf-10.0.4/config.sub-770-		vendor=pc
##############################################
qpdf-10.0.4/config.sub-773-	i*86v4*)
qpdf-10.0.4/config.sub:774:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
qpdf-10.0.4/config.sub-775-		vendor=pc
##############################################
qpdf-10.0.4/config.sub-778-	i*86v)
qpdf-10.0.4/config.sub:779:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
qpdf-10.0.4/config.sub-780-		vendor=pc
##############################################
qpdf-10.0.4/config.sub-783-	i*86sol2)
qpdf-10.0.4/config.sub:784:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
qpdf-10.0.4/config.sub-785-		vendor=pc
##############################################
qpdf-10.0.4/config.sub-916-		cpu=sparc
qpdf-10.0.4/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
qpdf-10.0.4/config.sub-918-		;;
##############################################
qpdf-10.0.4/config.sub-1083-	sh5e[lb]-*)
qpdf-10.0.4/config.sub:1084:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
qpdf-10.0.4/config.sub-1085-		;;
##############################################
qpdf-10.0.4/config.sub-1101-	xscale-* | xscalee[bl]-*)
qpdf-10.0.4/config.sub:1102:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
qpdf-10.0.4/config.sub-1103-		;;
##############################################
qpdf-10.0.4/config.sub-1256-			*)
qpdf-10.0.4/config.sub:1257:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
qpdf-10.0.4/config.sub-1258-				exit 1
##############################################
qpdf-10.0.4/config.sub-1290-	solaris1 | solaris1.*)
qpdf-10.0.4/config.sub:1291:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
qpdf-10.0.4/config.sub-1292-		;;
##############################################
qpdf-10.0.4/config.sub-1299-	gnu/linux*)
qpdf-10.0.4/config.sub:1300:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
qpdf-10.0.4/config.sub-1301-		;;
##############################################
qpdf-10.0.4/config.sub-1322-	sco3.2.[4-9]*)
qpdf-10.0.4/config.sub:1323:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
qpdf-10.0.4/config.sub-1324-		;;
##############################################
qpdf-10.0.4/config.sub-1386-	nto*)
qpdf-10.0.4/config.sub:1387:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
qpdf-10.0.4/config.sub-1388-		;;
##############################################
qpdf-10.0.4/config.sub-1396-	linux*)
qpdf-10.0.4/config.sub:1397:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
qpdf-10.0.4/config.sub-1398-		;;
##############################################
qpdf-10.0.4/config.sub-1408-	mac*)
qpdf-10.0.4/config.sub:1409:		os=`echo "$os" | sed -e 's|mac|macos|'`
qpdf-10.0.4/config.sub-1410-		;;
##############################################
qpdf-10.0.4/config.sub-1417-	sunos5*)
qpdf-10.0.4/config.sub:1418:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
qpdf-10.0.4/config.sub-1419-		;;
qpdf-10.0.4/config.sub-1420-	sunos6*)
qpdf-10.0.4/config.sub:1421:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
qpdf-10.0.4/config.sub-1422-		;;
##############################################
qpdf-10.0.4/config.sub-1454-	sinix5.*)
qpdf-10.0.4/config.sub:1455:		os=`echo $os | sed -e 's|sinix|sysv|'`
qpdf-10.0.4/config.sub-1456-		;;
##############################################
qpdf-10.0.4/config.sub-1514-	*)
qpdf-10.0.4/config.sub:1515:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
qpdf-10.0.4/config.sub-1516-		exit 1