=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== pkgconf-1.6.3/config.guess-34- pkgconf-1.6.3/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` pkgconf-1.6.3/config.guess-36- ############################################## pkgconf-1.6.3/config.guess-102-: ${TMPDIR=/tmp} ; pkgconf-1.6.3/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || pkgconf-1.6.3/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## pkgconf-1.6.3/config.guess-151- EOF pkgconf-1.6.3/config.guess:152: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" pkgconf-1.6.3/config.guess-153- ############################################## pkgconf-1.6.3/config.guess-188- earmv*) pkgconf-1.6.3/config.guess:189: arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` pkgconf-1.6.3/config.guess:190: endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` pkgconf-1.6.3/config.guess-191- machine="${arch}${endian}"-unknown ############################################## pkgconf-1.6.3/config.guess-220- expr='s/^earmv[0-9]/-eabi/;s/eb$//' pkgconf-1.6.3/config.guess:221: abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` pkgconf-1.6.3/config.guess-222- ;; ############################################## pkgconf-1.6.3/config.guess-233- *) pkgconf-1.6.3/config.guess:234: release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` pkgconf-1.6.3/config.guess-235- ;; ############################################## pkgconf-1.6.3/config.guess-280- *4.0) pkgconf-1.6.3/config.guess:281: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` pkgconf-1.6.3/config.guess-282- ;; pkgconf-1.6.3/config.guess-283- *5.*) pkgconf-1.6.3/config.guess:284: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` pkgconf-1.6.3/config.guess-285- ;; ############################################## pkgconf-1.6.3/config.guess-290- # types through head -n 1, so we only detect the type of CPU 0. pkgconf-1.6.3/config.guess:291: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` pkgconf-1.6.3/config.guess-292- case "$ALPHA_CPU_TYPE" in ############################################## pkgconf-1.6.3/config.guess-328- # 1.2 uses "1.2" for uname -r. pkgconf-1.6.3/config.guess:329: echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" pkgconf-1.6.3/config.guess-330- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## pkgconf-1.6.3/config.guess-379- s390x:SunOS:*:*) pkgconf-1.6.3/config.guess:380: echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" pkgconf-1.6.3/config.guess-381- exit ;; pkgconf-1.6.3/config.guess-382- sun4H:SunOS:5.*:*) pkgconf-1.6.3/config.guess:383: echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" pkgconf-1.6.3/config.guess-384- exit ;; pkgconf-1.6.3/config.guess-385- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) pkgconf-1.6.3/config.guess:386: echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" pkgconf-1.6.3/config.guess-387- exit ;; ############################################## pkgconf-1.6.3/config.guess-404- fi pkgconf-1.6.3/config.guess:405: echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" pkgconf-1.6.3/config.guess-406- exit ;; ############################################## pkgconf-1.6.3/config.guess-410- # it's likely to be more like Solaris than SunOS4. pkgconf-1.6.3/config.guess:411: echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" pkgconf-1.6.3/config.guess-412- exit ;; ############################################## pkgconf-1.6.3/config.guess-419- # Japanese Language versions have a version number like `4.1.3-JL'. pkgconf-1.6.3/config.guess:420: echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" pkgconf-1.6.3/config.guess-421- exit ;; ############################################## pkgconf-1.6.3/config.guess-425- sun*:*:4.2BSD:*) pkgconf-1.6.3/config.guess:426: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` pkgconf-1.6.3/config.guess-427- test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 ############################################## pkgconf-1.6.3/config.guess-507- $CC_FOR_BUILD -o "$dummy" "$dummy.c" && pkgconf-1.6.3/config.guess:508: dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && pkgconf-1.6.3/config.guess:509: SYSTEM_NAME=`"$dummy" "$dummyarg"` && pkgconf-1.6.3/config.guess-510- { echo "$SYSTEM_NAME"; exit; } ############################################## pkgconf-1.6.3/config.guess-563- *:IRIX*:*:*) pkgconf-1.6.3/config.guess:564: echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" pkgconf-1.6.3/config.guess-565- exit ;; ############################################## pkgconf-1.6.3/config.guess-593-EOF pkgconf-1.6.3/config.guess:594: if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` pkgconf-1.6.3/config.guess-595- then ############################################## pkgconf-1.6.3/config.guess-606- *:AIX:*:[4567]) pkgconf-1.6.3/config.guess:607: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` pkgconf-1.6.3/config.guess-608- if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then ############################################## pkgconf-1.6.3/config.guess-642- 9000/[34678]??:HP-UX:*:*) pkgconf-1.6.3/config.guess:643: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` pkgconf-1.6.3/config.guess-644- case "$UNAME_MACHINE" in ############################################## pkgconf-1.6.3/config.guess-696-EOF pkgconf-1.6.3/config.guess:697: (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` pkgconf-1.6.3/config.guess-698- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## pkgconf-1.6.3/config.guess-724- ia64:HP-UX:*:*) pkgconf-1.6.3/config.guess:725: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` pkgconf-1.6.3/config.guess-726- echo ia64-hp-hpux"$HPUX_REV" ############################################## pkgconf-1.6.3/config.guess-754-EOF pkgconf-1.6.3/config.guess:755: $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && pkgconf-1.6.3/config.guess-756- { echo "$SYSTEM_NAME"; exit; } ############################################## pkgconf-1.6.3/config.guess-825- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` pkgconf-1.6.3/config.guess:826: FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` pkgconf-1.6.3/config.guess-827- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## pkgconf-1.6.3/config.guess-830- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` pkgconf-1.6.3/config.guess:831: FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` pkgconf-1.6.3/config.guess-832- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## pkgconf-1.6.3/config.guess-850- esac pkgconf-1.6.3/config.guess:851: echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" pkgconf-1.6.3/config.guess-852- exit ;; ############################################## pkgconf-1.6.3/config.guess-886- prep*:SunOS:5.*:*) pkgconf-1.6.3/config.guess:887: echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" pkgconf-1.6.3/config.guess-888- exit ;; ############################################## pkgconf-1.6.3/config.guess-890- # the GNU system pkgconf-1.6.3/config.guess:891: echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" pkgconf-1.6.3/config.guess-892- exit ;; ############################################## pkgconf-1.6.3/config.guess-894- # other systems with GNU libc and userland pkgconf-1.6.3/config.guess:895: echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" pkgconf-1.6.3/config.guess-896- exit ;; ############################################## pkgconf-1.6.3/config.guess-988-EOF pkgconf-1.6.3/config.guess:989: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`" pkgconf-1.6.3/config.guess-990- test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; } ############################################## pkgconf-1.6.3/config.guess-1092- i*86:*:4.*:*) pkgconf-1.6.3/config.guess:1093: UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` pkgconf-1.6.3/config.guess-1094- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## pkgconf-1.6.3/config.guess-1295- fi pkgconf-1.6.3/config.guess:1296: if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then pkgconf-1.6.3/config.guess-1297- if [ "$CC_FOR_BUILD" != no_compiler_found ]; then ############################################## pkgconf-1.6.3/config.guess-1393- *:DragonFly:*:*) pkgconf-1.6.3/config.guess:1394: echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" pkgconf-1.6.3/config.guess-1395- exit ;; ############################################## pkgconf-1.6.3/config.guess-1406- i*86:skyos:*:*) pkgconf-1.6.3/config.guess:1407: echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" pkgconf-1.6.3/config.guess-1408- exit ;; ############################################## pkgconf-1.6.3/doc/libpkgconf-client.rst-56- pkgconf-1.6.3/doc/libpkgconf-client.rst:57: Additionally, the global tuple ``$(pc_sysrootdir)`` is set as appropriate based on the new setting. pkgconf-1.6.3/doc/libpkgconf-client.rst-58- ############################################## pkgconf-1.6.3/doc/libpkgconf-client.rst-75- pkgconf-1.6.3/doc/libpkgconf-client.rst:76: Additionally, the global tuple ``$(pc_top_builddir)`` is set as appropriate based on the new setting. pkgconf-1.6.3/doc/libpkgconf-client.rst-77- ############################################## pkgconf-1.6.3/depcomp-64- case $1 in pkgconf-1.6.3/depcomp:65: */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; pkgconf-1.6.3/depcomp-66- *) dir=;; ############################################## pkgconf-1.6.3/depcomp-73-{ pkgconf-1.6.3/depcomp:74: base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` pkgconf-1.6.3/depcomp-75-} ############################################## pkgconf-1.6.3/depcomp-126- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} pkgconf-1.6.3/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} pkgconf-1.6.3/depcomp-128- ############################################## pkgconf-1.6.3/depcomp-405- sleep 1 pkgconf-1.6.3/depcomp:406: i=`expr $i - 1` pkgconf-1.6.3/depcomp-407- done pkgconf-1.6.3/depcomp-408- fi pkgconf-1.6.3/depcomp:409: i=`expr $i - 1` pkgconf-1.6.3/depcomp-410- done ############################################## pkgconf-1.6.3/depcomp-425- # Do two passes, one to just change these to pkgconf-1.6.3/depcomp:426: # `$object: dependent.h' and one to simply `dependent.h:'. pkgconf-1.6.3/depcomp-427- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## pkgconf-1.6.3/depcomp-659- done pkgconf-1.6.3/depcomp:660: obj_suffix=`echo "$object" | sed 's/^.*\././'` pkgconf-1.6.3/depcomp-661- touch "$tmpdepfile" ############################################## pkgconf-1.6.3/compile-67- mingw/*) pkgconf-1.6.3/compile:68: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` pkgconf-1.6.3/compile-69- ;; pkgconf-1.6.3/compile-70- cygwin/*) pkgconf-1.6.3/compile:71: file=`cygpath -m "$file" || echo "$file"` pkgconf-1.6.3/compile-72- ;; pkgconf-1.6.3/compile-73- wine/*) pkgconf-1.6.3/compile:74: file=`winepath -w "$file" || echo "$file"` pkgconf-1.6.3/compile-75- ;; ############################################## pkgconf-1.6.3/compile-309-# Name of file we expect compiler to create. pkgconf-1.6.3/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` pkgconf-1.6.3/compile-311- ############################################## pkgconf-1.6.3/compile-315-# object file name, since that is what matters with a parallel build. pkgconf-1.6.3/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d pkgconf-1.6.3/compile-317-while true; do ############################################## pkgconf-1.6.3/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: pkgconf-1.6.3/aclocal.m4:93:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` pkgconf-1.6.3/aclocal.m4-94-# and then we would define $MISSING as ############################################## pkgconf-1.6.3/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path. pkgconf-1.6.3/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd` pkgconf-1.6.3/aclocal.m4-109-]) ############################################## pkgconf-1.6.3/aclocal.m4-205- if test "$am_compiler_list" = ""; then pkgconf-1.6.3/aclocal.m4:206: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` pkgconf-1.6.3/aclocal.m4-207- fi ############################################## pkgconf-1.6.3/aclocal.m4-356- # Strip MF so we end up with the name of the file. pkgconf-1.6.3/aclocal.m4:357: mf=`echo "$mf" | sed -e 's/:.*$//'` pkgconf-1.6.3/aclocal.m4-358- # Check whether this is an Automake generated Makefile or not. ############################################## pkgconf-1.6.3/aclocal.m4-365- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then pkgconf-1.6.3/aclocal.m4:366: dirpart=`AS_DIRNAME("$mf")` pkgconf-1.6.3/aclocal.m4-367- else ############################################## pkgconf-1.6.3/aclocal.m4-371- # from the Makefile without running 'make'. pkgconf-1.6.3/aclocal.m4:372: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` pkgconf-1.6.3/aclocal.m4-373- test -z "$DEPDIR" && continue pkgconf-1.6.3/aclocal.m4:374: am__include=`sed -n 's/^am__include = //p' < "$mf"` pkgconf-1.6.3/aclocal.m4-375- test -z "$am__include" && continue pkgconf-1.6.3/aclocal.m4:376: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` pkgconf-1.6.3/aclocal.m4-377- # Find all dependency output files, they are included files with ############################################## pkgconf-1.6.3/aclocal.m4-385- test -f "$dirpart/$file" && continue pkgconf-1.6.3/aclocal.m4:386: fdir=`AS_DIRNAME(["$file"])` pkgconf-1.6.3/aclocal.m4-387- AS_MKDIR_P([$dirpart/$fdir]) ############################################## pkgconf-1.6.3/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl pkgconf-1.6.3/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then pkgconf-1.6.3/aclocal.m4-445- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## pkgconf-1.6.3/aclocal.m4-602- * ) pkgconf-1.6.3/aclocal.m4:603: _am_stamp_count=`expr $_am_stamp_count + 1` ;; pkgconf-1.6.3/aclocal.m4-604- esac pkgconf-1.6.3/aclocal.m4-605-done pkgconf-1.6.3/aclocal.m4:606:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) pkgconf-1.6.3/aclocal.m4-607- ############################################## pkgconf-1.6.3/aclocal.m4-673-# Ignore all kinds of additional output from 'make'. pkgconf-1.6.3/aclocal.m4:674:case `$am_make -s -f confmf 2> /dev/null` in #( pkgconf-1.6.3/aclocal.m4-675-*the\ am__doit\ target*) ############################################## pkgconf-1.6.3/aclocal.m4-683- echo '.include "confinc"' > confmf pkgconf-1.6.3/aclocal.m4:684: case `$am_make -s -f confmf 2> /dev/null` in #( pkgconf-1.6.3/aclocal.m4-685- *the\ am__doit\ target*) ############################################## pkgconf-1.6.3/aclocal.m4-865- echo "timestamp, slept: $am_has_slept" > conftest.file pkgconf-1.6.3/aclocal.m4:866: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` pkgconf-1.6.3/aclocal.m4-867- if test "$[*]" = "X"; then pkgconf-1.6.3/aclocal.m4-868- # -L didn't work. pkgconf-1.6.3/aclocal.m4:869: set X `ls -t "$srcdir/configure" conftest.file` pkgconf-1.6.3/aclocal.m4-870- fi ############################################## pkgconf-1.6.3/Makefile.in-53- { \ pkgconf-1.6.3/Makefile.in:54: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ pkgconf-1.6.3/Makefile.in-55- }; \ ############################################## pkgconf-1.6.3/Makefile.in-113-CONFIG_CLEAN_VPATH_FILES = pkgconf-1.6.3/Makefile.in:114:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; pkgconf-1.6.3/Makefile.in-115-am__vpath_adj = case $$p in \ pkgconf-1.6.3/Makefile.in:116: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ pkgconf-1.6.3/Makefile.in-117- *) f=$$p;; \ pkgconf-1.6.3/Makefile.in-118- esac; pkgconf-1.6.3/Makefile.in:119:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; pkgconf-1.6.3/Makefile.in-120-am__install_max = 40 pkgconf-1.6.3/Makefile.in-121-am__nobase_strip_setup = \ pkgconf-1.6.3/Makefile.in:122: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` pkgconf-1.6.3/Makefile.in-123-am__nobase_strip = \ ############################################## pkgconf-1.6.3/Makefile.in-719- test -n "$(EXEEXT)" || exit 0; \ pkgconf-1.6.3/Makefile.in:720: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ pkgconf-1.6.3/Makefile.in-721- echo " rm -f" $$list; \ ############################################## pkgconf-1.6.3/Makefile.in-767-.c.o: pkgconf-1.6.3/Makefile.in:768:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ pkgconf-1.6.3/Makefile.in-769-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## pkgconf-1.6.3/Makefile.in-775-.c.obj: pkgconf-1.6.3/Makefile.in:776:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ pkgconf-1.6.3/Makefile.in:777:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ pkgconf-1.6.3/Makefile.in-778-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## pkgconf-1.6.3/Makefile.in-780-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ pkgconf-1.6.3/Makefile.in:781:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` pkgconf-1.6.3/Makefile.in-782- pkgconf-1.6.3/Makefile.in-783-.c.lo: pkgconf-1.6.3/Makefile.in:784:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ pkgconf-1.6.3/Makefile.in-785-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## pkgconf-1.6.3/Makefile.in-791-cli/pkgconf-main.o: cli/main.c pkgconf-1.6.3/Makefile.in:792:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pkgconf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cli/pkgconf-main.o -MD -MP -MF cli/$(DEPDIR)/pkgconf-main.Tpo -c -o cli/pkgconf-main.o `test -f 'cli/main.c' || echo '$(srcdir)/'`cli/main.c pkgconf-1.6.3/Makefile.in-793-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) cli/$(DEPDIR)/pkgconf-main.Tpo cli/$(DEPDIR)/pkgconf-main.Po ############################################## pkgconf-1.6.3/Makefile.in-795-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ pkgconf-1.6.3/Makefile.in:796:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pkgconf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cli/pkgconf-main.o `test -f 'cli/main.c' || echo '$(srcdir)/'`cli/main.c pkgconf-1.6.3/Makefile.in-797- pkgconf-1.6.3/Makefile.in-798-cli/pkgconf-main.obj: cli/main.c pkgconf-1.6.3/Makefile.in:799:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pkgconf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cli/pkgconf-main.obj -MD -MP -MF cli/$(DEPDIR)/pkgconf-main.Tpo -c -o cli/pkgconf-main.obj `if test -f 'cli/main.c'; then $(CYGPATH_W) 'cli/main.c'; else $(CYGPATH_W) '$(srcdir)/cli/main.c'; fi` pkgconf-1.6.3/Makefile.in-800-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) cli/$(DEPDIR)/pkgconf-main.Tpo cli/$(DEPDIR)/pkgconf-main.Po ############################################## pkgconf-1.6.3/Makefile.in-802-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ pkgconf-1.6.3/Makefile.in:803:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pkgconf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cli/pkgconf-main.obj `if test -f 'cli/main.c'; then $(CYGPATH_W) 'cli/main.c'; else $(CYGPATH_W) '$(srcdir)/cli/main.c'; fi` pkgconf-1.6.3/Makefile.in-804- pkgconf-1.6.3/Makefile.in-805-cli/pkgconf-getopt_long.o: cli/getopt_long.c pkgconf-1.6.3/Makefile.in:806:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pkgconf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cli/pkgconf-getopt_long.o -MD -MP -MF cli/$(DEPDIR)/pkgconf-getopt_long.Tpo -c -o cli/pkgconf-getopt_long.o `test -f 'cli/getopt_long.c' || echo '$(srcdir)/'`cli/getopt_long.c pkgconf-1.6.3/Makefile.in-807-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) cli/$(DEPDIR)/pkgconf-getopt_long.Tpo cli/$(DEPDIR)/pkgconf-getopt_long.Po ############################################## pkgconf-1.6.3/Makefile.in-809-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ pkgconf-1.6.3/Makefile.in:810:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pkgconf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cli/pkgconf-getopt_long.o `test -f 'cli/getopt_long.c' || echo '$(srcdir)/'`cli/getopt_long.c pkgconf-1.6.3/Makefile.in-811- pkgconf-1.6.3/Makefile.in-812-cli/pkgconf-getopt_long.obj: cli/getopt_long.c pkgconf-1.6.3/Makefile.in:813:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pkgconf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cli/pkgconf-getopt_long.obj -MD -MP -MF cli/$(DEPDIR)/pkgconf-getopt_long.Tpo -c -o cli/pkgconf-getopt_long.obj `if test -f 'cli/getopt_long.c'; then $(CYGPATH_W) 'cli/getopt_long.c'; else $(CYGPATH_W) '$(srcdir)/cli/getopt_long.c'; fi` pkgconf-1.6.3/Makefile.in-814-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) cli/$(DEPDIR)/pkgconf-getopt_long.Tpo cli/$(DEPDIR)/pkgconf-getopt_long.Po ############################################## pkgconf-1.6.3/Makefile.in-816-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ pkgconf-1.6.3/Makefile.in:817:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pkgconf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cli/pkgconf-getopt_long.obj `if test -f 'cli/getopt_long.c'; then $(CYGPATH_W) 'cli/getopt_long.c'; else $(CYGPATH_W) '$(srcdir)/cli/getopt_long.c'; fi` pkgconf-1.6.3/Makefile.in-818- pkgconf-1.6.3/Makefile.in-819-cli/pkgconf-renderer-msvc.o: cli/renderer-msvc.c pkgconf-1.6.3/Makefile.in:820:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pkgconf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cli/pkgconf-renderer-msvc.o -MD -MP -MF cli/$(DEPDIR)/pkgconf-renderer-msvc.Tpo -c -o cli/pkgconf-renderer-msvc.o `test -f 'cli/renderer-msvc.c' || echo '$(srcdir)/'`cli/renderer-msvc.c pkgconf-1.6.3/Makefile.in-821-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) cli/$(DEPDIR)/pkgconf-renderer-msvc.Tpo cli/$(DEPDIR)/pkgconf-renderer-msvc.Po ############################################## pkgconf-1.6.3/Makefile.in-823-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ pkgconf-1.6.3/Makefile.in:824:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pkgconf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cli/pkgconf-renderer-msvc.o `test -f 'cli/renderer-msvc.c' || echo '$(srcdir)/'`cli/renderer-msvc.c pkgconf-1.6.3/Makefile.in-825- pkgconf-1.6.3/Makefile.in-826-cli/pkgconf-renderer-msvc.obj: cli/renderer-msvc.c pkgconf-1.6.3/Makefile.in:827:@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pkgconf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cli/pkgconf-renderer-msvc.obj -MD -MP -MF cli/$(DEPDIR)/pkgconf-renderer-msvc.Tpo -c -o cli/pkgconf-renderer-msvc.obj `if test -f 'cli/renderer-msvc.c'; then $(CYGPATH_W) 'cli/renderer-msvc.c'; else $(CYGPATH_W) '$(srcdir)/cli/renderer-msvc.c'; fi` pkgconf-1.6.3/Makefile.in-828-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) cli/$(DEPDIR)/pkgconf-renderer-msvc.Tpo cli/$(DEPDIR)/pkgconf-renderer-msvc.Po ############################################## pkgconf-1.6.3/Makefile.in-830-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ pkgconf-1.6.3/Makefile.in:831:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pkgconf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cli/pkgconf-renderer-msvc.obj `if test -f 'cli/renderer-msvc.c'; then $(CYGPATH_W) 'cli/renderer-msvc.c'; else $(CYGPATH_W) '$(srcdir)/cli/renderer-msvc.c'; fi` pkgconf-1.6.3/Makefile.in-832- ############################################## pkgconf-1.6.3/Makefile.in-846- test -n "$(man1dir)" \ pkgconf-1.6.3/Makefile.in:847: && test -n "`echo $$list1$$list2`" \ pkgconf-1.6.3/Makefile.in-848- || exit 0; \ ############################################## pkgconf-1.6.3/Makefile.in-889- test -n "$(man5dir)" \ pkgconf-1.6.3/Makefile.in:890: && test -n "`echo $$list1$$list2`" \ pkgconf-1.6.3/Makefile.in-891- || exit 0; \ ############################################## pkgconf-1.6.3/Makefile.in-932- test -n "$(man7dir)" \ pkgconf-1.6.3/Makefile.in:933: && test -n "`echo $$list1$$list2`" \ pkgconf-1.6.3/Makefile.in-934- || exit 0; \ ############################################## pkgconf-1.6.3/Makefile.in-989- @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \ pkgconf-1.6.3/Makefile.in:990: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ pkgconf-1.6.3/Makefile.in-991- dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) ############################################## pkgconf-1.6.3/Makefile.in-1010- @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \ pkgconf-1.6.3/Makefile.in:1011: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ pkgconf-1.6.3/Makefile.in-1012- dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir) ############################################## pkgconf-1.6.3/Makefile.in-1031- @list='$(nodist_pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ pkgconf-1.6.3/Makefile.in:1032: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ pkgconf-1.6.3/Makefile.in-1033- dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) ############################################## pkgconf-1.6.3/Makefile.in-1055- @list='$(nobase_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \ pkgconf-1.6.3/Makefile.in:1056: $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ pkgconf-1.6.3/Makefile.in-1057- dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir) ############################################## pkgconf-1.6.3/Makefile.in-1088-GTAGS: pkgconf-1.6.3/Makefile.in:1089: here=`$(am__cd) $(top_builddir) && pwd` \ pkgconf-1.6.3/Makefile.in-1090- && $(am__cd) $(top_srcdir) \ ############################################## pkgconf-1.6.3/Makefile.in-1120- test -d "$(distdir)" || mkdir "$(distdir)" pkgconf-1.6.3/Makefile.in:1121: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ pkgconf-1.6.3/Makefile.in:1122: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ pkgconf-1.6.3/Makefile.in-1123- list='$(DISTFILES)'; \ ############################################## pkgconf-1.6.3/Makefile.in-1134- if test -d $$d/$$file; then \ pkgconf-1.6.3/Makefile.in:1135: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ pkgconf-1.6.3/Makefile.in-1136- if test -d "$(distdir)/$$file"; then \ ############################################## pkgconf-1.6.3/Makefile.in-1219- test -d $(distdir)/_build || exit 0; \ pkgconf-1.6.3/Makefile.in:1220: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ pkgconf-1.6.3/Makefile.in-1221- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## pkgconf-1.6.3/Makefile.in-1263- }; \ pkgconf-1.6.3/Makefile.in:1264: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ pkgconf-1.6.3/Makefile.in-1265- || { echo "ERROR: files left after uninstall:" ; \ ############################################## pkgconf-1.6.3/Makefile.in-1275- fi pkgconf-1.6.3/Makefile.in:1276: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ pkgconf-1.6.3/Makefile.in-1277- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## pkgconf-1.6.3/ltmain.sh-103-# pkgconf-1.6.3/ltmain.sh:104:# . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh pkgconf-1.6.3/ltmain.sh-105-# ############################################## pkgconf-1.6.3/ltmain.sh-202- func_executable_p "$_G_path_prog" || continue pkgconf-1.6.3/ltmain.sh:203: case `"$_G_path_prog" --version 2>&1` in pkgconf-1.6.3/ltmain.sh-204- *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; ############################################## pkgconf-1.6.3/ltmain.sh-249- diff conftest.out conftest.nl >/dev/null 2>&1 || break pkgconf-1.6.3/ltmain.sh:250: _G_count=`expr $_G_count + 1` pkgconf-1.6.3/ltmain.sh-251- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## pkgconf-1.6.3/ltmain.sh-285- diff conftest.out conftest.nl >/dev/null 2>&1 || break pkgconf-1.6.3/ltmain.sh:286: _G_count=`expr $_G_count + 1` pkgconf-1.6.3/ltmain.sh-287- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## pkgconf-1.6.3/ltmain.sh-410-# The name of this program. pkgconf-1.6.3/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"` pkgconf-1.6.3/ltmain.sh-412- ############################################## pkgconf-1.6.3/ltmain.sh-416- *[\\/]*) pkgconf-1.6.3/ltmain.sh:417: progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` pkgconf-1.6.3/ltmain.sh:418: progdir=`cd "$progdir" && pwd` pkgconf-1.6.3/ltmain.sh-419- progpath=$progdir/$progname ############################################## pkgconf-1.6.3/ltmain.sh-610- pkgconf-1.6.3/ltmain.sh:611: eval _G_current_value='`$ECHO $'$1'`' pkgconf-1.6.3/ltmain.sh:612: _G_delim=`expr "$2" : '\(.\)'` pkgconf-1.6.3/ltmain.sh-613- ############################################## pkgconf-1.6.3/ltmain.sh-639- pkgconf-1.6.3/ltmain.sh:640: func_arith_result=`expr "$@"` pkgconf-1.6.3/ltmain.sh-641- } ############################################## pkgconf-1.6.3/ltmain.sh-660- # ...otherwise fall back to using sed. pkgconf-1.6.3/ltmain.sh:661: _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' pkgconf-1.6.3/ltmain.sh:662: _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` pkgconf-1.6.3/ltmain.sh-663- if test "X$func_dirname_result" = "X$1"; then ############################################## pkgconf-1.6.3/ltmain.sh-757- test -n "$_G_tc" && { pkgconf-1.6.3/ltmain.sh:758: _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` pkgconf-1.6.3/ltmain.sh:759: _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` pkgconf-1.6.3/ltmain.sh-760- } pkgconf-1.6.3/ltmain.sh-761- done pkgconf-1.6.3/ltmain.sh:762: _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes pkgconf-1.6.3/ltmain.sh-763- ############################################## pkgconf-1.6.3/ltmain.sh-831- pkgconf-1.6.3/ltmain.sh:832: func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` pkgconf-1.6.3/ltmain.sh-833- } ############################################## pkgconf-1.6.3/ltmain.sh-863- # ...otherwise throw away the child directory and loop pkgconf-1.6.3/ltmain.sh:864: _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` pkgconf-1.6.3/ltmain.sh-865- done pkgconf-1.6.3/ltmain.sh:866: _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` pkgconf-1.6.3/ltmain.sh-867- ############################################## pkgconf-1.6.3/ltmain.sh-901- # If mktemp works, use that first and foremost pkgconf-1.6.3/ltmain.sh:902: _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` pkgconf-1.6.3/ltmain.sh-903- ############################################## pkgconf-1.6.3/ltmain.sh-1111- *[\\\`\"\$]*) pkgconf-1.6.3/ltmain.sh:1112: _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; pkgconf-1.6.3/ltmain.sh-1113- *) ############################################## pkgconf-1.6.3/ltmain.sh-1198- case $2 in pkgconf-1.6.3/ltmain.sh:1199: .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; pkgconf-1.6.3/ltmain.sh:1200: *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; pkgconf-1.6.3/ltmain.sh-1201- esac ############################################## pkgconf-1.6.3/ltmain.sh-1271- [0-9]* | *[!a-zA-Z0-9_]*) pkgconf-1.6.3/ltmain.sh:1272: func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` pkgconf-1.6.3/ltmain.sh-1273- ;; ############################################## pkgconf-1.6.3/ltmain.sh-1358- pkgconf-1.6.3/ltmain.sh:1359: test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` pkgconf-1.6.3/ltmain.sh-1360-} ############################################## pkgconf-1.6.3/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell pkgconf-1.6.3/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another pkgconf-1.6.3/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script ############################################## pkgconf-1.6.3/ltmain.sh-1517- pkgconf-1.6.3/ltmain.sh:1518: eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' pkgconf-1.6.3/ltmain.sh-1519-} ############################################## pkgconf-1.6.3/ltmain.sh-1870- pkgconf-1.6.3/ltmain.sh:1871: func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` pkgconf-1.6.3/ltmain.sh-1872- func_split_equals_rhs= pkgconf-1.6.3/ltmain.sh-1873- test "x$func_split_equals_lhs" = "x$1" \ pkgconf-1.6.3/ltmain.sh:1874: || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` pkgconf-1.6.3/ltmain.sh-1875- } ############################################## pkgconf-1.6.3/ltmain.sh-1898- pkgconf-1.6.3/ltmain.sh:1899: func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` pkgconf-1.6.3/ltmain.sh:1900: func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` pkgconf-1.6.3/ltmain.sh-1901- } ############################################## pkgconf-1.6.3/ltmain.sh-2071- version: $progname $scriptversion Debian-2.4.6-2 pkgconf-1.6.3/ltmain.sh:2072: automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` pkgconf-1.6.3/ltmain.sh:2073: autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` pkgconf-1.6.3/ltmain.sh-2074- ############################################## pkgconf-1.6.3/ltmain.sh-2110- { pkgconf-1.6.3/ltmain.sh:2111: func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` pkgconf-1.6.3/ltmain.sh-2112- } ############################################## pkgconf-1.6.3/ltmain.sh-2115- { pkgconf-1.6.3/ltmain.sh:2116: func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` pkgconf-1.6.3/ltmain.sh-2117- } ############################################## pkgconf-1.6.3/ltmain.sh-2206- # quotes we have to do it in 2 steps: pkgconf-1.6.3/ltmain.sh:2207: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` pkgconf-1.6.3/ltmain.sh-2208- eval "$extractedcf" ############################################## pkgconf-1.6.3/ltmain.sh-2659- done pkgconf-1.6.3/ltmain.sh:2660: CC_expanded=`func_echo_all $CC` pkgconf-1.6.3/ltmain.sh:2661: CC_quoted_expanded=`func_echo_all $CC_quoted` pkgconf-1.6.3/ltmain.sh-2662- case $@ in ############################################## pkgconf-1.6.3/ltmain.sh-2672- # Evaluate the configuration. pkgconf-1.6.3/ltmain.sh:2673: eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" pkgconf-1.6.3/ltmain.sh-2674- CC_quoted= ############################################## pkgconf-1.6.3/ltmain.sh-2678- done pkgconf-1.6.3/ltmain.sh:2679: CC_expanded=`func_echo_all $CC` pkgconf-1.6.3/ltmain.sh:2680: CC_quoted_expanded=`func_echo_all $CC_quoted` pkgconf-1.6.3/ltmain.sh-2681- case "$@ " in ############################################## pkgconf-1.6.3/ltmain.sh-2770- # zero AND non-empty stdout, which explains the odd construction: pkgconf-1.6.3/ltmain.sh:2771: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` pkgconf-1.6.3/ltmain.sh-2772- if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then ############################################## pkgconf-1.6.3/ltmain.sh-2838- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then pkgconf-1.6.3/ltmain.sh:2839: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` pkgconf-1.6.3/ltmain.sh-2840- if test "$?" -ne 0; then ############################################## pkgconf-1.6.3/ltmain.sh-3009- # LT_CYGPATH in this case. pkgconf-1.6.3/ltmain.sh:3010: func_to_host_file_result=`cygpath -m "$1"` pkgconf-1.6.3/ltmain.sh-3011- fi ############################################## pkgconf-1.6.3/ltmain.sh-3166- func_to_host_path_tmp1=$func_stripname_result pkgconf-1.6.3/ltmain.sh:3167: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` pkgconf-1.6.3/ltmain.sh-3168- func_convert_path_check : ";" \ ############################################## pkgconf-1.6.3/ltmain.sh-3376- *.[cCFSifmso] | \ pkgconf-1.6.3/ltmain.sh:3377: *.ada | *.adb | *.ads | *.asm | \ pkgconf-1.6.3/ltmain.sh-3378- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## pkgconf-1.6.3/ltmain.sh-3453- if test no = "$compiler_c_o"; then pkgconf-1.6.3/ltmain.sh:3454: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext pkgconf-1.6.3/ltmain.sh-3455- lockfile=$output_obj.lock ############################################## pkgconf-1.6.3/ltmain.sh-3472-*** ERROR, $lockfile exists and contains: pkgconf-1.6.3/ltmain.sh:3473:`cat $lockfile 2>/dev/null` pkgconf-1.6.3/ltmain.sh-3474- ############################################## pkgconf-1.6.3/ltmain.sh-3520- if test warn = "$need_locks" && pkgconf-1.6.3/ltmain.sh:3521: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then pkgconf-1.6.3/ltmain.sh-3522- $ECHO "\ pkgconf-1.6.3/ltmain.sh-3523-*** ERROR, $lockfile contains: pkgconf-1.6.3/ltmain.sh:3524:`cat $lockfile 2>/dev/null` pkgconf-1.6.3/ltmain.sh-3525- ############################################## pkgconf-1.6.3/ltmain.sh-3569- if test warn = "$need_locks" && pkgconf-1.6.3/ltmain.sh:3570: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then pkgconf-1.6.3/ltmain.sh-3571- $ECHO "\ pkgconf-1.6.3/ltmain.sh-3572-*** ERROR, $lockfile contains: pkgconf-1.6.3/ltmain.sh:3573:`cat $lockfile 2>/dev/null` pkgconf-1.6.3/ltmain.sh-3574- ############################################## pkgconf-1.6.3/ltmain.sh-3895- # Get the absolute pathname. pkgconf-1.6.3/ltmain.sh:3896: absdir=`cd "$dir" && pwd` pkgconf-1.6.3/ltmain.sh-3897- test -n "$absdir" && dir=$absdir ############################################## pkgconf-1.6.3/ltmain.sh-3994- if test -n "$lt_sysroot"; then pkgconf-1.6.3/ltmain.sh:3995: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` pkgconf-1.6.3/ltmain.sh-3996- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## pkgconf-1.6.3/ltmain.sh-4278- # Determine the prefix the user has applied to our future dir. pkgconf-1.6.3/ltmain.sh:4279: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` pkgconf-1.6.3/ltmain.sh-4280- ############################################## pkgconf-1.6.3/ltmain.sh-4291- # Stick the inst_prefix_dir data into the link command. pkgconf-1.6.3/ltmain.sh:4292: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` pkgconf-1.6.3/ltmain.sh-4293- else pkgconf-1.6.3/ltmain.sh:4294: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` pkgconf-1.6.3/ltmain.sh-4295- fi ############################################## pkgconf-1.6.3/ltmain.sh-4458- fi pkgconf-1.6.3/ltmain.sh:4459: libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` pkgconf-1.6.3/ltmain.sh-4460- if test -n "$libdir" && test ! -f "$libfile"; then ############################################## pkgconf-1.6.3/ltmain.sh-4477- # Replace the output file specification. pkgconf-1.6.3/ltmain.sh:4478: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` pkgconf-1.6.3/ltmain.sh-4479- ############################################## pkgconf-1.6.3/ltmain.sh-4496- # Install the binary that we compiled earlier. pkgconf-1.6.3/ltmain.sh:4497: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` pkgconf-1.6.3/ltmain.sh-4498- fi ############################################## pkgconf-1.6.3/ltmain.sh-4570- my_pic_p=${3-false} pkgconf-1.6.3/ltmain.sh:4571: my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` pkgconf-1.6.3/ltmain.sh-4572- my_dlsyms= ############################################## pkgconf-1.6.3/ltmain.sh-4628- # Add our own program objects to the symbol list. pkgconf-1.6.3/ltmain.sh:4629: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` pkgconf-1.6.3/ltmain.sh-4630- for progfile in $progfiles; do ############################################## pkgconf-1.6.3/ltmain.sh-4690- # Use subshell, to avoid clobbering current variable values pkgconf-1.6.3/ltmain.sh:4691: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` pkgconf-1.6.3/ltmain.sh-4692- if test -n "$dlprefile_dlname"; then ############################################## pkgconf-1.6.3/ltmain.sh-4859- if test -f "$output_objdir/$my_outputname.def"; then pkgconf-1.6.3/ltmain.sh:4860: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` pkgconf-1.6.3/ltmain.sh:4861: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` pkgconf-1.6.3/ltmain.sh-4862- else pkgconf-1.6.3/ltmain.sh:4863: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` pkgconf-1.6.3/ltmain.sh:4864: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` pkgconf-1.6.3/ltmain.sh-4865- fi ############################################## pkgconf-1.6.3/ltmain.sh-4867- *) pkgconf-1.6.3/ltmain.sh:4868: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` pkgconf-1.6.3/ltmain.sh:4869: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` pkgconf-1.6.3/ltmain.sh-4870- ;; ############################################## pkgconf-1.6.3/ltmain.sh-4882- # Nullify the symbol file. pkgconf-1.6.3/ltmain.sh:4883: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` pkgconf-1.6.3/ltmain.sh:4884: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` pkgconf-1.6.3/ltmain.sh-4885- fi ############################################## pkgconf-1.6.3/ltmain.sh-4896- func_to_tool_file "$1" func_convert_file_msys_to_w32 pkgconf-1.6.3/ltmain.sh:4897: 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)$'` pkgconf-1.6.3/ltmain.sh-4898- test -n "$func_cygming_gnu_implib_tmp" ############################################## pkgconf-1.6.3/ltmain.sh-4909- func_to_tool_file "$1" func_convert_file_msys_to_w32 pkgconf-1.6.3/ltmain.sh:4910: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` pkgconf-1.6.3/ltmain.sh-4911- test -n "$func_cygming_ms_implib_tmp" ############################################## pkgconf-1.6.3/ltmain.sh-4925- win32_libid_type=unknown pkgconf-1.6.3/ltmain.sh:4926: win32_fileres=`file -L $1 2>/dev/null` pkgconf-1.6.3/ltmain.sh-4927- case $win32_fileres in ############################################## pkgconf-1.6.3/ltmain.sh-4990- pkgconf-1.6.3/ltmain.sh:4991: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` pkgconf-1.6.3/ltmain.sh-4992-} ############################################## pkgconf-1.6.3/ltmain.sh-5008- pkgconf-1.6.3/ltmain.sh:5009: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` pkgconf-1.6.3/ltmain.sh-5010- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## pkgconf-1.6.3/ltmain.sh-5072- # binutils import library pkgconf-1.6.3/ltmain.sh:5073: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` pkgconf-1.6.3/ltmain.sh-5074- elif func_cygming_ms_implib_p "$1"; then pkgconf-1.6.3/ltmain.sh-5075- # ms-generated import library pkgconf-1.6.3/ltmain.sh:5076: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` pkgconf-1.6.3/ltmain.sh-5077- else ############################################## pkgconf-1.6.3/ltmain.sh-5156- darwin_base_archive=$func_basename_result pkgconf-1.6.3/ltmain.sh:5157: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` pkgconf-1.6.3/ltmain.sh-5158- if test -n "$darwin_arches"; then pkgconf-1.6.3/ltmain.sh:5159: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` pkgconf-1.6.3/ltmain.sh-5160- darwin_arch= ############################################## pkgconf-1.6.3/ltmain.sh-5170- ## Okay now we've a bunch of thin objects, gotta fatten them up :) pkgconf-1.6.3/ltmain.sh:5171: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` pkgconf-1.6.3/ltmain.sh-5172- darwin_file= ############################################## pkgconf-1.6.3/ltmain.sh-5174- for darwin_file in $darwin_filelist; do pkgconf-1.6.3/ltmain.sh:5175: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` pkgconf-1.6.3/ltmain.sh-5176- $LIPO -create -output "$darwin_file" $darwin_files ############################################## pkgconf-1.6.3/ltmain.sh-5189- esac pkgconf-1.6.3/ltmain.sh:5190: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` pkgconf-1.6.3/ltmain.sh-5191- done ############################################## pkgconf-1.6.3/ltmain.sh-5260- pkgconf-1.6.3/ltmain.sh:5261: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` pkgconf-1.6.3/ltmain.sh-5262- $ECHO "\ ############################################## pkgconf-1.6.3/ltmain.sh-5295- --lt-dump-script) pkgconf-1.6.3/ltmain.sh:5296: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` pkgconf-1.6.3/ltmain.sh-5297- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. pkgconf-1.6.3/ltmain.sh:5298: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` pkgconf-1.6.3/ltmain.sh-5299- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## pkgconf-1.6.3/ltmain.sh-5322- \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" pkgconf-1.6.3/ltmain.sh:5323: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` pkgconf-1.6.3/ltmain.sh-5324- done ############################################## pkgconf-1.6.3/ltmain.sh-5380- # Find the directory that this script lives in. pkgconf-1.6.3/ltmain.sh:5381: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` pkgconf-1.6.3/ltmain.sh-5382- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## pkgconf-1.6.3/ltmain.sh-5384- # Follow symbolic links until we get to the real thisdir. pkgconf-1.6.3/ltmain.sh:5385: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` pkgconf-1.6.3/ltmain.sh-5386- while test -n \"\$file\"; do pkgconf-1.6.3/ltmain.sh:5387: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` pkgconf-1.6.3/ltmain.sh-5388- ############################################## pkgconf-1.6.3/ltmain.sh-5396- pkgconf-1.6.3/ltmain.sh:5397: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` pkgconf-1.6.3/ltmain.sh:5398: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` pkgconf-1.6.3/ltmain.sh-5399- done ############################################## pkgconf-1.6.3/ltmain.sh-5410- case \"\$thisdir\" in pkgconf-1.6.3/ltmain.sh:5411: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; pkgconf-1.6.3/ltmain.sh-5412- $objdir ) thisdir=. ;; ############################################## pkgconf-1.6.3/ltmain.sh-5416- # Try to get the absolute directory name. pkgconf-1.6.3/ltmain.sh:5417: absdir=\`cd \"\$thisdir\" && pwd\` pkgconf-1.6.3/ltmain.sh-5418- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## pkgconf-1.6.3/ltmain.sh-5426- if test ! -f \"\$progdir/\$program\" || pkgconf-1.6.3/ltmain.sh:5427: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ pkgconf-1.6.3/ltmain.sh-5428- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## pkgconf-1.6.3/ltmain.sh-5441- if test -n \"\$relink_command\"; then pkgconf-1.6.3/ltmain.sh:5442: if relink_command_output=\`eval \$relink_command 2>&1\`; then : pkgconf-1.6.3/ltmain.sh-5443- else ############################################## pkgconf-1.6.3/ltmain.sh-5485- # The second colon is a workaround for a bug in BeOS R4 sed pkgconf-1.6.3/ltmain.sh:5486: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` pkgconf-1.6.3/ltmain.sh-5487- ############################################## pkgconf-1.6.3/ltmain.sh-6464- pkgconf-1.6.3/ltmain.sh:6465: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in pkgconf-1.6.3/ltmain.sh-6466- *import*) : ;; ############################################## pkgconf-1.6.3/ltmain.sh-6712- moreargs= pkgconf-1.6.3/ltmain.sh:6713: for fil in `cat "$save_arg"` pkgconf-1.6.3/ltmain.sh-6714- do ############################################## pkgconf-1.6.3/ltmain.sh-6973- *) pkgconf-1.6.3/ltmain.sh:6974: absdir=`cd "$dir" && pwd` pkgconf-1.6.3/ltmain.sh-6975- test -z "$absdir" && \ ############################################## pkgconf-1.6.3/ltmain.sh-6994- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) pkgconf-1.6.3/ltmain.sh:6995: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` pkgconf-1.6.3/ltmain.sh-6996- case :$dllsearchpath: in ############################################## pkgconf-1.6.3/ltmain.sh-7290- -Z*) pkgconf-1.6.3/ltmain.sh:7291: if test os2 = "`expr $host : '.*\(os2\)'`"; then pkgconf-1.6.3/ltmain.sh-7292- # OS/2 uses -Zxxx to specify OS/2-specific options ############################################## pkgconf-1.6.3/ltmain.sh-7460- # get the directories listed in $shlibpath_var pkgconf-1.6.3/ltmain.sh:7461: eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` pkgconf-1.6.3/ltmain.sh-7462- else ############################################## pkgconf-1.6.3/ltmain.sh-7779- set dummy $deplibs_check_method; shift pkgconf-1.6.3/ltmain.sh:7780: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` pkgconf-1.6.3/ltmain.sh-7781- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## pkgconf-1.6.3/ltmain.sh-7869- if test -n "$inherited_linker_flags"; then pkgconf-1.6.3/ltmain.sh:7870: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` pkgconf-1.6.3/ltmain.sh-7871- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## pkgconf-1.6.3/ltmain.sh-7877- fi pkgconf-1.6.3/ltmain.sh:7878: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` pkgconf-1.6.3/ltmain.sh-7879- if test lib,link = "$linkmode,$pass" || ############################################## pkgconf-1.6.3/ltmain.sh-7950- *) pkgconf-1.6.3/ltmain.sh:7951: abs_ladir=`cd "$ladir" && pwd` pkgconf-1.6.3/ltmain.sh-7952- if test -z "$abs_ladir"; then ############################################## pkgconf-1.6.3/ltmain.sh-8203- shift pkgconf-1.6.3/ltmain.sh:8204: libname=`eval "\\$ECHO \"$libname_spec\""` pkgconf-1.6.3/ltmain.sh-8205- # use dlname if we got it. it's perfectly good, no? ############################################## pkgconf-1.6.3/ltmain.sh-8495- *) pkgconf-1.6.3/ltmain.sh:8496: absdir=`cd "$dir" && pwd` pkgconf-1.6.3/ltmain.sh-8497- if test -z "$absdir"; then ############################################## pkgconf-1.6.3/ltmain.sh-8506- depdepl= pkgconf-1.6.3/ltmain.sh:8507: eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` pkgconf-1.6.3/ltmain.sh-8508- if test -n "$deplibrary_names"; then ############################################## pkgconf-1.6.3/ltmain.sh-8513- depdepl=$absdir/$objdir/$depdepl pkgconf-1.6.3/ltmain.sh:8514: darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` pkgconf-1.6.3/ltmain.sh-8515- if test -z "$darwin_install_name"; then pkgconf-1.6.3/ltmain.sh:8516: darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` pkgconf-1.6.3/ltmain.sh-8517- fi ############################################## pkgconf-1.6.3/ltmain.sh-8528- else pkgconf-1.6.3/ltmain.sh:8529: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` pkgconf-1.6.3/ltmain.sh-8530- test -z "$libdir" && \ ############################################## pkgconf-1.6.3/ltmain.sh-8551- else pkgconf-1.6.3/ltmain.sh:8552: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` pkgconf-1.6.3/ltmain.sh-8553- fi ############################################## pkgconf-1.6.3/ltmain.sh-8640- linux*) pkgconf-1.6.3/ltmain.sh:8641: case `$CC -V 2>&1 | sed 5q` in pkgconf-1.6.3/ltmain.sh-8642- *Sun\ C*) # Sun C++ 5.9 ############################################## pkgconf-1.6.3/ltmain.sh-9048- removelist= pkgconf-1.6.3/ltmain.sh:9049: tempremovelist=`$ECHO "$output_objdir/*"` pkgconf-1.6.3/ltmain.sh-9050- for p in $tempremovelist; do ############################################## pkgconf-1.6.3/ltmain.sh-9074- # Transform .lo files to .o files. pkgconf-1.6.3/ltmain.sh:9075: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` pkgconf-1.6.3/ltmain.sh-9076- fi ############################################## pkgconf-1.6.3/ltmain.sh-9079- #for path in $notinst_path; do pkgconf-1.6.3/ltmain.sh:9080: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` pkgconf-1.6.3/ltmain.sh:9081: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` pkgconf-1.6.3/ltmain.sh:9082: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` pkgconf-1.6.3/ltmain.sh-9083- #done ############################################## pkgconf-1.6.3/ltmain.sh-9200- if test -n "$i"; then pkgconf-1.6.3/ltmain.sh:9201: libname=`eval "\\$ECHO \"$libname_spec\""` pkgconf-1.6.3/ltmain.sh:9202: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` pkgconf-1.6.3/ltmain.sh-9203- set dummy $deplib_matches; shift pkgconf-1.6.3/ltmain.sh-9204- deplib_match=$1 pkgconf-1.6.3/ltmain.sh:9205: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then pkgconf-1.6.3/ltmain.sh-9206- func_append newdeplibs " $i" ############################################## pkgconf-1.6.3/ltmain.sh-9243- if test -n "$i"; then pkgconf-1.6.3/ltmain.sh:9244: libname=`eval "\\$ECHO \"$libname_spec\""` pkgconf-1.6.3/ltmain.sh:9245: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` pkgconf-1.6.3/ltmain.sh-9246- set dummy $deplib_matches; shift pkgconf-1.6.3/ltmain.sh-9247- deplib_match=$1 pkgconf-1.6.3/ltmain.sh:9248: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then pkgconf-1.6.3/ltmain.sh-9249- func_append newdeplibs " $i" ############################################## pkgconf-1.6.3/ltmain.sh-9278- set dummy $deplibs_check_method; shift pkgconf-1.6.3/ltmain.sh:9279: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` pkgconf-1.6.3/ltmain.sh-9280- for a_deplib in $deplibs; do ############################################## pkgconf-1.6.3/ltmain.sh-9293- if test -n "$a_deplib"; then pkgconf-1.6.3/ltmain.sh:9294: libname=`eval "\\$ECHO \"$libname_spec\""` pkgconf-1.6.3/ltmain.sh-9295- if test -n "$file_magic_glob"; then pkgconf-1.6.3/ltmain.sh:9296: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` pkgconf-1.6.3/ltmain.sh-9297- else ############################################## pkgconf-1.6.3/ltmain.sh-9303- shopt -s nocaseglob pkgconf-1.6.3/ltmain.sh:9304: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` pkgconf-1.6.3/ltmain.sh-9305- $nocaseglob pkgconf-1.6.3/ltmain.sh-9306- else pkgconf-1.6.3/ltmain.sh:9307: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` pkgconf-1.6.3/ltmain.sh-9308- fi ############################################## pkgconf-1.6.3/ltmain.sh-9321- while test -h "$potlib" 2>/dev/null; do pkgconf-1.6.3/ltmain.sh:9322: potliblink=`ls -ld $potlib | $SED 's/.* -> //'` pkgconf-1.6.3/ltmain.sh-9323- case $potliblink in pkgconf-1.6.3/ltmain.sh-9324- [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; pkgconf-1.6.3/ltmain.sh:9325: *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; pkgconf-1.6.3/ltmain.sh-9326- esac ############################################## pkgconf-1.6.3/ltmain.sh-9362- set dummy $deplibs_check_method; shift pkgconf-1.6.3/ltmain.sh:9363: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` pkgconf-1.6.3/ltmain.sh-9364- for a_deplib in $deplibs; do ############################################## pkgconf-1.6.3/ltmain.sh-9377- if test -n "$a_deplib"; then pkgconf-1.6.3/ltmain.sh:9378: libname=`eval "\\$ECHO \"$libname_spec\""` pkgconf-1.6.3/ltmain.sh-9379- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do pkgconf-1.6.3/ltmain.sh:9380: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` pkgconf-1.6.3/ltmain.sh-9381- for potent_lib in $potential_libs; do ############################################## pkgconf-1.6.3/ltmain.sh-9416- newdeplibs= pkgconf-1.6.3/ltmain.sh:9417: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` pkgconf-1.6.3/ltmain.sh-9418- if test yes = "$allow_libtool_libs_with_static_runtimes"; then ############################################## pkgconf-1.6.3/ltmain.sh-9420- # can't use Xsed below, because $i might contain '/' pkgconf-1.6.3/ltmain.sh:9421: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` pkgconf-1.6.3/ltmain.sh-9422- done ############################################## pkgconf-1.6.3/ltmain.sh-9446- # On Rhapsody replace the C library with the System framework pkgconf-1.6.3/ltmain.sh:9447: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` pkgconf-1.6.3/ltmain.sh-9448- ;; ############################################## pkgconf-1.6.3/ltmain.sh-9498- *-*-darwin*) pkgconf-1.6.3/ltmain.sh:9499: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` pkgconf-1.6.3/ltmain.sh:9500: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` pkgconf-1.6.3/ltmain.sh:9501: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` pkgconf-1.6.3/ltmain.sh-9502- ;; ############################################## pkgconf-1.6.3/ltmain.sh-9625- # Use standard objects if they are pic pkgconf-1.6.3/ltmain.sh:9626: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` pkgconf-1.6.3/ltmain.sh-9627- test "X$libobjs" = "X " && libobjs= ############################################## pkgconf-1.6.3/ltmain.sh-10139- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" pkgconf-1.6.3/ltmain.sh:10140: test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` pkgconf-1.6.3/ltmain.sh-10141- reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags ############################################## pkgconf-1.6.3/ltmain.sh-10154- # Create the old-style object. pkgconf-1.6.3/ltmain.sh:10155: reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs pkgconf-1.6.3/ltmain.sh-10156- ############################################## pkgconf-1.6.3/ltmain.sh-10212- # On Rhapsody replace the C library is the System framework pkgconf-1.6.3/ltmain.sh:10213: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` pkgconf-1.6.3/ltmain.sh:10214: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` pkgconf-1.6.3/ltmain.sh-10215- ;; ############################################## pkgconf-1.6.3/ltmain.sh-10230- # Time to change all our "foo.ltframework" stuff back to "-framework foo" pkgconf-1.6.3/ltmain.sh:10231: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` pkgconf-1.6.3/ltmain.sh:10232: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` pkgconf-1.6.3/ltmain.sh-10233- ;; ############################################## pkgconf-1.6.3/ltmain.sh-10308- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) pkgconf-1.6.3/ltmain.sh:10309: testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` pkgconf-1.6.3/ltmain.sh-10310- case :$dllsearchpath: in ############################################## pkgconf-1.6.3/ltmain.sh-10368- # Transform all the library objects into standard objects. pkgconf-1.6.3/ltmain.sh:10369: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` pkgconf-1.6.3/ltmain.sh:10370: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` pkgconf-1.6.3/ltmain.sh-10371- fi ############################################## pkgconf-1.6.3/ltmain.sh-10396- # Replace the output file specification. pkgconf-1.6.3/ltmain.sh:10397: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` pkgconf-1.6.3/ltmain.sh-10398- link_command=$compile_command$compile_rpath ############################################## pkgconf-1.6.3/ltmain.sh-10405- func_to_tool_file "$output" pkgconf-1.6.3/ltmain.sh:10406: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` pkgconf-1.6.3/ltmain.sh-10407- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## pkgconf-1.6.3/ltmain.sh-10449- # Replace the output file specification. pkgconf-1.6.3/ltmain.sh:10450: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` pkgconf-1.6.3/ltmain.sh-10451- # Delete the old output file. ############################################## pkgconf-1.6.3/ltmain.sh-10457- func_to_tool_file "$output" pkgconf-1.6.3/ltmain.sh:10458: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` pkgconf-1.6.3/ltmain.sh-10459- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## pkgconf-1.6.3/ltmain.sh-10475- link_command=$finalize_var$compile_command$finalize_rpath pkgconf-1.6.3/ltmain.sh:10476: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` pkgconf-1.6.3/ltmain.sh-10477- ;; ############################################## pkgconf-1.6.3/ltmain.sh-10488- # Replace the output file specification. pkgconf-1.6.3/ltmain.sh:10489: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` pkgconf-1.6.3/ltmain.sh-10490- ############################################## pkgconf-1.6.3/ltmain.sh-10497- func_to_tool_file "$output_objdir/$outputname" pkgconf-1.6.3/ltmain.sh:10498: 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'` pkgconf-1.6.3/ltmain.sh-10499- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## pkgconf-1.6.3/ltmain.sh-10518- relink_command="(cd `pwd`; $relink_command)" pkgconf-1.6.3/ltmain.sh:10519: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` pkgconf-1.6.3/ltmain.sh-10520- fi ############################################## pkgconf-1.6.3/ltmain.sh-10764- relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" pkgconf-1.6.3/ltmain.sh:10765: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` pkgconf-1.6.3/ltmain.sh-10766- if test yes = "$hardcode_automatic"; then ############################################## pkgconf-1.6.3/ltmain.sh-10785- func_resolve_sysroot "$deplib" pkgconf-1.6.3/ltmain.sh:10786: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` pkgconf-1.6.3/ltmain.sh-10787- test -z "$libdir" && \ ############################################## pkgconf-1.6.3/ltmain.sh-10811- name=$func_basename_result pkgconf-1.6.3/ltmain.sh:10812: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` pkgconf-1.6.3/ltmain.sh-10813- test -z "$libdir" && \ ############################################## pkgconf-1.6.3/ltmain.sh-10830- name=$func_basename_result pkgconf-1.6.3/ltmain.sh:10831: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` pkgconf-1.6.3/ltmain.sh-10832- test -z "$libdir" && \ ############################################## pkgconf-1.6.3/ltmain.sh-11149-# ### BEGIN LIBTOOL TAG CONFIG: disable-static pkgconf-1.6.3/ltmain.sh:11150:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` pkgconf-1.6.3/ltmain.sh-11151-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## pkgconf-1.6.3/m4/libtool.m4-119- done pkgconf-1.6.3/m4/libtool.m4:120: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` pkgconf-1.6.3/m4/libtool.m4-121-} ############################################## pkgconf-1.6.3/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE], pkgconf-1.6.3/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) pkgconf-1.6.3/m4/libtool.m4-439- ############################################## pkgconf-1.6.3/m4/libtool.m4-447-# pkgconf-1.6.3/m4/libtool.m4:448:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## pkgconf-1.6.3/m4/libtool.m4-557-]], lt_decl_quote_varnames); do pkgconf-1.6.3/m4/libtool.m4:558: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in pkgconf-1.6.3/m4/libtool.m4-559- *[[\\\\\\\`\\"\\\$]]*) pkgconf-1.6.3/m4/libtool.m4:560: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes pkgconf-1.6.3/m4/libtool.m4-561- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do pkgconf-1.6.3/m4/libtool.m4:571: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in pkgconf-1.6.3/m4/libtool.m4-572- *[[\\\\\\\`\\"\\\$]]*) pkgconf-1.6.3/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 pkgconf-1.6.3/m4/libtool.m4-574- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-1111- if test yes = "$lt_cv_ld_force_load"; then pkgconf-1.6.3/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\"`' pkgconf-1.6.3/m4/libtool.m4-1113- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], ############################################## pkgconf-1.6.3/m4/libtool.m4-1164- }]' pkgconf-1.6.3/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"` pkgconf-1.6.3/m4/libtool.m4-1166- # Check for a 64-bit object if we didn't find anything. pkgconf-1.6.3/m4/libtool.m4-1167- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then pkgconf-1.6.3/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"` pkgconf-1.6.3/m4/libtool.m4-1169- fi],[]) ############################################## pkgconf-1.6.3/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ pkgconf-1.6.3/m4/libtool.m4:1201: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then pkgconf-1.6.3/m4/libtool.m4-1202- ECHO='print -r --' pkgconf-1.6.3/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then pkgconf-1.6.3/m4/libtool.m4-1204- ECHO='printf %s\n' ############################################## pkgconf-1.6.3/m4/libtool.m4-1235- PATH=/empty FPATH=/empty; export PATH FPATH pkgconf-1.6.3/m4/libtool.m4:1236: test "X`printf %s $ECHO`" = "X$ECHO" \ pkgconf-1.6.3/m4/libtool.m4:1237: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) pkgconf-1.6.3/m4/libtool.m4-1238- ############################################## pkgconf-1.6.3/m4/libtool.m4-1259- if test yes = "$GCC"; then pkgconf-1.6.3/m4/libtool.m4:1260: lt_sysroot=`$CC --print-sysroot 2>/dev/null` pkgconf-1.6.3/m4/libtool.m4-1261- fi ############################################## pkgconf-1.6.3/m4/libtool.m4-1263- /*) pkgconf-1.6.3/m4/libtool.m4:1264: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` pkgconf-1.6.3/m4/libtool.m4-1265- ;; #( ############################################## pkgconf-1.6.3/m4/libtool.m4-1293- if AC_TRY_EVAL(ac_compile); then pkgconf-1.6.3/m4/libtool.m4:1294: case `/usr/bin/file conftest.$ac_objext` in pkgconf-1.6.3/m4/libtool.m4-1295- *ELF-32*) ############################################## pkgconf-1.6.3/m4/libtool.m4-1310- if test yes = "$lt_cv_prog_gnu_ld"; then pkgconf-1.6.3/m4/libtool.m4:1311: case `/usr/bin/file conftest.$ac_objext` in pkgconf-1.6.3/m4/libtool.m4-1312- *32-bit*) ############################################## pkgconf-1.6.3/m4/libtool.m4-1322- else pkgconf-1.6.3/m4/libtool.m4:1323: case `/usr/bin/file conftest.$ac_objext` in pkgconf-1.6.3/m4/libtool.m4-1324- *32-bit*) ############################################## pkgconf-1.6.3/m4/libtool.m4-1344- emul=elf pkgconf-1.6.3/m4/libtool.m4:1345: case `/usr/bin/file conftest.$ac_objext` in pkgconf-1.6.3/m4/libtool.m4-1346- *32-bit*) ############################################## pkgconf-1.6.3/m4/libtool.m4-1352- esac pkgconf-1.6.3/m4/libtool.m4:1353: case `/usr/bin/file conftest.$ac_objext` in pkgconf-1.6.3/m4/libtool.m4-1354- *MSB*) ############################################## pkgconf-1.6.3/m4/libtool.m4-1360- esac pkgconf-1.6.3/m4/libtool.m4:1361: case `/usr/bin/file conftest.$ac_objext` in pkgconf-1.6.3/m4/libtool.m4-1362- *N32*) ############################################## pkgconf-1.6.3/m4/libtool.m4-1725- # And add a safety zone pkgconf-1.6.3/m4/libtool.m4:1726: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` pkgconf-1.6.3/m4/libtool.m4:1727: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` pkgconf-1.6.3/m4/libtool.m4-1728- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-1758- if test -n "$kargmax"; then pkgconf-1.6.3/m4/libtool.m4:1759: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` pkgconf-1.6.3/m4/libtool.m4-1760- else ############################################## pkgconf-1.6.3/m4/libtool.m4-1767- test undefined != "$lt_cv_sys_max_cmd_len"; then pkgconf-1.6.3/m4/libtool.m4:1768: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` pkgconf-1.6.3/m4/libtool.m4:1769: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` pkgconf-1.6.3/m4/libtool.m4-1770- else ############################################## pkgconf-1.6.3/m4/libtool.m4-1779- # we can't tell. pkgconf-1.6.3/m4/libtool.m4:1780: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ pkgconf-1.6.3/m4/libtool.m4-1781- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## pkgconf-1.6.3/m4/libtool.m4-1783- do pkgconf-1.6.3/m4/libtool.m4:1784: i=`expr $i + 1` pkgconf-1.6.3/m4/libtool.m4-1785- teststring=$teststring$teststring ############################################## pkgconf-1.6.3/m4/libtool.m4-1787- # Only check the string length outside the loop. pkgconf-1.6.3/m4/libtool.m4:1788: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` pkgconf-1.6.3/m4/libtool.m4-1789- teststring= ############################################## pkgconf-1.6.3/m4/libtool.m4-1792- # linker. It appears as though 1/2 is a usable value. pkgconf-1.6.3/m4/libtool.m4:1793: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` pkgconf-1.6.3/m4/libtool.m4-1794- fi ############################################## pkgconf-1.6.3/m4/libtool.m4-2258- *:) pkgconf-1.6.3/m4/libtool.m4:2259: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" pkgconf-1.6.3/m4/libtool.m4-2260- ;; pkgconf-1.6.3/m4/libtool.m4-2261- x:*) pkgconf-1.6.3/m4/libtool.m4:2262: eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" pkgconf-1.6.3/m4/libtool.m4-2263- ;; pkgconf-1.6.3/m4/libtool.m4-2264- *::*) pkgconf-1.6.3/m4/libtool.m4:2265: eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" pkgconf-1.6.3/m4/libtool.m4:2266: eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" pkgconf-1.6.3/m4/libtool.m4-2267- ;; pkgconf-1.6.3/m4/libtool.m4-2268- *) pkgconf-1.6.3/m4/libtool.m4:2269: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" pkgconf-1.6.3/m4/libtool.m4-2270- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-2298- esac pkgconf-1.6.3/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` pkgconf-1.6.3/m4/libtool.m4-2300- case $lt_search_path_spec in ############################################## pkgconf-1.6.3/m4/libtool.m4-2305- # okay in the real world where ";" in dirpaths is itself problematic. pkgconf-1.6.3/m4/libtool.m4:2306: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` pkgconf-1.6.3/m4/libtool.m4-2307- ;; pkgconf-1.6.3/m4/libtool.m4-2308- *) pkgconf-1.6.3/m4/libtool.m4:2309: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` pkgconf-1.6.3/m4/libtool.m4-2310- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-2314- lt_tmp_lt_search_path_spec= pkgconf-1.6.3/m4/libtool.m4:2315: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` pkgconf-1.6.3/m4/libtool.m4-2316- # ...but if some path component already ends with the multilib dir we assume ############################################## pkgconf-1.6.3/m4/libtool.m4-2356- esac pkgconf-1.6.3/m4/libtool.m4:2357: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` pkgconf-1.6.3/m4/libtool.m4-2358-else ############################################## pkgconf-1.6.3/m4/libtool.m4-2497- # Create ${libname}_ixlibrary.a entries in /sys/libs. pkgconf-1.6.3/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' pkgconf-1.6.3/m4/libtool.m4-2499- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-2533- # DLL is installed to $(libdir)/../bin by postinstall_cmds pkgconf-1.6.3/m4/libtool.m4:2534: postinstall_cmds='base_file=`basename \$file`~ pkgconf-1.6.3/m4/libtool.m4:2535: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ pkgconf-1.6.3/m4/libtool.m4:2536: dldir=$destdir/`dirname \$dlpath`~ pkgconf-1.6.3/m4/libtool.m4-2537- test -d \$dldir || mkdir -p \$dldir~ ############################################## pkgconf-1.6.3/m4/libtool.m4-2542- fi' pkgconf-1.6.3/m4/libtool.m4:2543: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ pkgconf-1.6.3/m4/libtool.m4-2544- dlpath=$dir/\$dldll~ ############################################## pkgconf-1.6.3/m4/libtool.m4-2550- # Cygwin DLLs use 'cyg' prefix rather than 'lib' pkgconf-1.6.3/m4/libtool.m4:2551: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' pkgconf-1.6.3/m4/libtool.m4-2552-m4_if([$1], [],[ ############################################## pkgconf-1.6.3/m4/libtool.m4-2556- # MinGW DLLs use traditional 'lib' prefix pkgconf-1.6.3/m4/libtool.m4:2557: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' pkgconf-1.6.3/m4/libtool.m4-2558- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-2560- # pw32 DLLs use 'pw' prefix rather than 'lib' pkgconf-1.6.3/m4/libtool.m4:2561: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' pkgconf-1.6.3/m4/libtool.m4-2562- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-2569- libname_spec='$name' pkgconf-1.6.3/m4/libtool.m4:2570: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' pkgconf-1.6.3/m4/libtool.m4-2571- library_names_spec='$libname.dll.lib' ############################################## pkgconf-1.6.3/m4/libtool.m4-2581- # Let DOS variable expansion print the short 8.3 style file name. pkgconf-1.6.3/m4/libtool.m4:2582: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` pkgconf-1.6.3/m4/libtool.m4-2583- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## pkgconf-1.6.3/m4/libtool.m4-2586- # Convert to MSYS style. pkgconf-1.6.3/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|^ ||'` pkgconf-1.6.3/m4/libtool.m4-2588- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-2592- # like /cygdrive/c/PROGRA~1:/cygdr... pkgconf-1.6.3/m4/libtool.m4:2593: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` pkgconf-1.6.3/m4/libtool.m4:2594: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` pkgconf-1.6.3/m4/libtool.m4:2595: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` pkgconf-1.6.3/m4/libtool.m4-2596- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-2600- # It is most probably a Windows format PATH. pkgconf-1.6.3/m4/libtool.m4:2601: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` pkgconf-1.6.3/m4/libtool.m4-2602- else pkgconf-1.6.3/m4/libtool.m4:2603: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` pkgconf-1.6.3/m4/libtool.m4-2604- fi ############################################## pkgconf-1.6.3/m4/libtool.m4-2610- # DLL is installed to $(libdir)/../bin by postinstall_cmds pkgconf-1.6.3/m4/libtool.m4:2611: postinstall_cmds='base_file=`basename \$file`~ pkgconf-1.6.3/m4/libtool.m4:2612: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ pkgconf-1.6.3/m4/libtool.m4:2613: dldir=$destdir/`dirname \$dlpath`~ pkgconf-1.6.3/m4/libtool.m4-2614- test -d \$dldir || mkdir -p \$dldir~ pkgconf-1.6.3/m4/libtool.m4-2615- $install_prog $dir/$dlname \$dldir/$dlname' pkgconf-1.6.3/m4/libtool.m4:2616: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ pkgconf-1.6.3/m4/libtool.m4-2617- dlpath=$dir/\$dldll~ ############################################## pkgconf-1.6.3/m4/libtool.m4-2624- # Assume MSVC wrapper pkgconf-1.6.3/m4/libtool.m4:2625: library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' pkgconf-1.6.3/m4/libtool.m4-2626- dynamic_linker='Win32 ld.exe' ############################################## pkgconf-1.6.3/m4/libtool.m4-2641- shlibpath_var=DYLD_LIBRARY_PATH pkgconf-1.6.3/m4/libtool.m4:2642: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' pkgconf-1.6.3/m4/libtool.m4-2643-m4_if([$1], [],[ ############################################## pkgconf-1.6.3/m4/libtool.m4-2875- if test -f /etc/ld.so.conf; then pkgconf-1.6.3/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' ' '` pkgconf-1.6.3/m4/libtool.m4-2877- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## pkgconf-1.6.3/m4/libtool.m4-2941- need_lib_prefix=no pkgconf-1.6.3/m4/libtool.m4:2942: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then pkgconf-1.6.3/m4/libtool.m4-2943- need_version=no ############################################## pkgconf-1.6.3/m4/libtool.m4-2968- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec pkgconf-1.6.3/m4/libtool.m4:2969: postinstall_cmds='base_file=`basename \$file`~ pkgconf-1.6.3/m4/libtool.m4:2970: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ pkgconf-1.6.3/m4/libtool.m4:2971: dldir=$destdir/`dirname \$dlpath`~ pkgconf-1.6.3/m4/libtool.m4-2972- test -d \$dldir || mkdir -p \$dldir~ ############################################## pkgconf-1.6.3/m4/libtool.m4-2977- fi' pkgconf-1.6.3/m4/libtool.m4:2978: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ pkgconf-1.6.3/m4/libtool.m4-2979- dlpath=$dir/\$dldll~ ############################################## pkgconf-1.6.3/m4/libtool.m4-3188- "file_magic "*) pkgconf-1.6.3/m4/libtool.m4:3189: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` pkgconf-1.6.3/m4/libtool.m4-3190- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## pkgconf-1.6.3/m4/libtool.m4-3271- # gcc leaves a trailing carriage return, which upsets mingw pkgconf-1.6.3/m4/libtool.m4:3272: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; pkgconf-1.6.3/m4/libtool.m4-3273- *) pkgconf-1.6.3/m4/libtool.m4:3274: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; pkgconf-1.6.3/m4/libtool.m4-3275- esac ############################################## pkgconf-1.6.3/m4/libtool.m4-3280- # Canonicalize the pathname of ld pkgconf-1.6.3/m4/libtool.m4:3281: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` pkgconf-1.6.3/m4/libtool.m4-3282- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do pkgconf-1.6.3/m4/libtool.m4:3283: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` pkgconf-1.6.3/m4/libtool.m4-3284- done ############################################## pkgconf-1.6.3/m4/libtool.m4-3311- # Break only if it was the GNU/non-GNU ld that we prefer. pkgconf-1.6.3/m4/libtool.m4:3312: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in pkgconf-1.6.3/m4/libtool.m4-3313- *GNU* | *'with BFD'*) ############################################## pkgconf-1.6.3/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v. pkgconf-1.6.3/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in pkgconf-1.6.3/m4/libtool.m4-3353-*GNU* | *'with BFD'*) ############################################## pkgconf-1.6.3/m4/libtool.m4-3578-openbsd* | bitrig*) pkgconf-1.6.3/m4/libtool.m4:3579: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then pkgconf-1.6.3/m4/libtool.m4-3580- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## pkgconf-1.6.3/m4/libtool.m4-3645- else pkgconf-1.6.3/m4/libtool.m4:3646: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` pkgconf-1.6.3/m4/libtool.m4-3647- fi ############################################## pkgconf-1.6.3/m4/libtool.m4-3696- esac pkgconf-1.6.3/m4/libtool.m4:3697: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in pkgconf-1.6.3/m4/libtool.m4-3698- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## pkgconf-1.6.3/m4/libtool.m4-3702- *) pkgconf-1.6.3/m4/libtool.m4:3703: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in pkgconf-1.6.3/m4/libtool.m4-3704- */dev/null*) ############################################## pkgconf-1.6.3/m4/libtool.m4-3728- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) pkgconf-1.6.3/m4/libtool.m4:3729: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in pkgconf-1.6.3/m4/libtool.m4-3730- *COFF*) ############################################## pkgconf-1.6.3/m4/libtool.m4-3787- # decide which one to use based on capabilities of $DLLTOOL pkgconf-1.6.3/m4/libtool.m4:3788: case `$DLLTOOL --help 2>&1` in pkgconf-1.6.3/m4/libtool.m4-3789- *--identify-strict*) ############################################## pkgconf-1.6.3/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes. pkgconf-1.6.3/m4/libtool.m4:3962:case `$NM -V 2>&1` in pkgconf-1.6.3/m4/libtool.m4-3963-*GNU* | *'with BFD'*) ############################################## pkgconf-1.6.3/m4/libtool.m4-4009-mingw*) pkgconf-1.6.3/m4/libtool.m4:4010: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp pkgconf-1.6.3/m4/libtool.m4-4011- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-4065- nlist=conftest.nm pkgconf-1.6.3/m4/libtool.m4:4066: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then pkgconf-1.6.3/m4/libtool.m4-4067- # Try sorting and uniquifying the output. ############################################## pkgconf-1.6.3/m4/libtool.m4-4413- *) pkgconf-1.6.3/m4/libtool.m4:4414: case `$CC -V 2>&1 | sed 5q` in pkgconf-1.6.3/m4/libtool.m4-4415- *Sun\ C*) ############################################## pkgconf-1.6.3/m4/libtool.m4-4749- *) pkgconf-1.6.3/m4/libtool.m4:4750: case `$CC -V 2>&1 | sed 5q` in pkgconf-1.6.3/m4/libtool.m4-4751- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) ############################################## pkgconf-1.6.3/m4/libtool.m4-4932- else pkgconf-1.6.3/m4/libtool.m4:4933: _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' pkgconf-1.6.3/m4/libtool.m4-4934- fi ############################################## pkgconf-1.6.3/m4/libtool.m4-5031- # shared libraries, regardless of the interface used. pkgconf-1.6.3/m4/libtool.m4:5032: case `$LD -v 2>&1` in pkgconf-1.6.3/m4/libtool.m4-5033- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-5063- supports_anon_versioning=no pkgconf-1.6.3/m4/libtool.m4:5064: case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in pkgconf-1.6.3/m4/libtool.m4-5065- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-5166- prefix_cmds="$SED"~ pkgconf-1.6.3/m4/libtool.m4:5167: if test EXPORTS = "`$SED 1q $export_symbols`"; then pkgconf-1.6.3/m4/libtool.m4-5168- prefix_cmds="$prefix_cmds -e 1d"; ############################################## pkgconf-1.6.3/m4/libtool.m4-5188- # time. Moving up from 0x10000000 also allows more sbrk(2) space. pkgconf-1.6.3/m4/libtool.m4:5189: _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' pkgconf-1.6.3/m4/libtool.m4:5190: _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' pkgconf-1.6.3/m4/libtool.m4-5191- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-5206- pgcc*) # Portland Group C compiler pkgconf-1.6.3/m4/libtool.m4:5207: _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' pkgconf-1.6.3/m4/libtool.m4-5208- tmp_addflag=' $pic_flag' ############################################## pkgconf-1.6.3/m4/libtool.m4-5211- # Portland Group f77 and f90 compilers pkgconf-1.6.3/m4/libtool.m4:5212: _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' pkgconf-1.6.3/m4/libtool.m4-5213- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-5228- nvcc*) # Cuda Compiler Driver 2.2 pkgconf-1.6.3/m4/libtool.m4:5229: _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' pkgconf-1.6.3/m4/libtool.m4-5230- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## pkgconf-1.6.3/m4/libtool.m4-5232- esac pkgconf-1.6.3/m4/libtool.m4:5233: case `$CC -V 2>&1 | sed 5q` in pkgconf-1.6.3/m4/libtool.m4-5234- *Sun\ C*) # Sun C 5.9 pkgconf-1.6.3/m4/libtool.m4:5235: _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' pkgconf-1.6.3/m4/libtool.m4-5236- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## pkgconf-1.6.3/m4/libtool.m4-5303- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) pkgconf-1.6.3/m4/libtool.m4:5304: case `$LD -v 2>&1` in pkgconf-1.6.3/m4/libtool.m4-5305- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## pkgconf-1.6.3/m4/libtool.m4-5392- else pkgconf-1.6.3/m4/libtool.m4:5393: _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' pkgconf-1.6.3/m4/libtool.m4-5394- fi ############################################## pkgconf-1.6.3/m4/libtool.m4-5457- # below for broken collect2 doesn't work under 4.3+ pkgconf-1.6.3/m4/libtool.m4:5458: collect2name=`$CC -print-prog-name=collect2` pkgconf-1.6.3/m4/libtool.m4-5459- if test -f "$collect2name" && ############################################## pkgconf-1.6.3/m4/libtool.m4-5513- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" pkgconf-1.6.3/m4/libtool.m4:5514: _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 pkgconf-1.6.3/m4/libtool.m4-5515- else ############################################## pkgconf-1.6.3/m4/libtool.m4-5538- # -brtl affects multiple linker settings, -berok does not and is overridden later pkgconf-1.6.3/m4/libtool.m4:5539: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' pkgconf-1.6.3/m4/libtool.m4-5540- if test svr4 != "$with_aix_soname"; then ############################################## pkgconf-1.6.3/m4/libtool.m4-5629- # FIXME: Setting linknames here is a bad hack. pkgconf-1.6.3/m4/libtool.m4:5630: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' pkgconf-1.6.3/m4/libtool.m4-5631- # The linker will automatically build a .lib file if we build a DLL. ############################################## pkgconf-1.6.3/m4/libtool.m4-5767- if test yes = "$GCC"; then pkgconf-1.6.3/m4/libtool.m4:5768: _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' pkgconf-1.6.3/m4/libtool.m4-5769- # Try to use the -exported_symbol ld option, if it does not ############################################## pkgconf-1.6.3/m4/libtool.m4-5790- if test yes = "$lt_cv_irix_exported_symbol"; then pkgconf-1.6.3/m4/libtool.m4:5791: _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' pkgconf-1.6.3/m4/libtool.m4-5792- fi ############################################## pkgconf-1.6.3/m4/libtool.m4-5794- else pkgconf-1.6.3/m4/libtool.m4:5795: _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' pkgconf-1.6.3/m4/libtool.m4:5796: _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' pkgconf-1.6.3/m4/libtool.m4-5797- fi ############################################## pkgconf-1.6.3/m4/libtool.m4-5841- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes pkgconf-1.6.3/m4/libtool.m4:5842: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then pkgconf-1.6.3/m4/libtool.m4-5843- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## pkgconf-1.6.3/m4/libtool.m4-5872- prefix_cmds="$SED"~ pkgconf-1.6.3/m4/libtool.m4:5873: if test EXPORTS = "`$SED 1q $export_symbols`"; then pkgconf-1.6.3/m4/libtool.m4-5874- prefix_cmds="$prefix_cmds -e 1d"; ############################################## pkgconf-1.6.3/m4/libtool.m4-5886- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' pkgconf-1.6.3/m4/libtool.m4:5887: _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' pkgconf-1.6.3/m4/libtool.m4-5888- else pkgconf-1.6.3/m4/libtool.m4-5889- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' pkgconf-1.6.3/m4/libtool.m4:5890: _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' pkgconf-1.6.3/m4/libtool.m4-5891- fi ############################################## pkgconf-1.6.3/m4/libtool.m4-5899- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' pkgconf-1.6.3/m4/libtool.m4:5900: _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' pkgconf-1.6.3/m4/libtool.m4-5901- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## pkgconf-1.6.3/m4/libtool.m4-5903- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' pkgconf-1.6.3/m4/libtool.m4:5904: _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' pkgconf-1.6.3/m4/libtool.m4:5905: _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~ pkgconf-1.6.3/m4/libtool.m4:5906: $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' pkgconf-1.6.3/m4/libtool.m4-5907- ############################################## pkgconf-1.6.3/m4/libtool.m4-5922- else pkgconf-1.6.3/m4/libtool.m4:5923: case `$CC -V 2>&1` in pkgconf-1.6.3/m4/libtool.m4-5924- *"Compilers 5.0"*) ############################################## pkgconf-1.6.3/m4/libtool.m4-6115- _LT_TAGVAR(allow_undefined_flag, $1)= pkgconf-1.6.3/m4/libtool.m4:6116: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) pkgconf-1.6.3/m4/libtool.m4-6117- then ############################################## pkgconf-1.6.3/m4/libtool.m4-6419- # ancient GNU ld didn't support --whole-archive et. al. pkgconf-1.6.3/m4/libtool.m4:6420: if eval "`$CC -print-prog-name=ld` --help 2>&1" | pkgconf-1.6.3/m4/libtool.m4-6421- $GREP 'no-whole-archive' > /dev/null; then ############################################## pkgconf-1.6.3/m4/libtool.m4-6529- # below for broken collect2 doesn't work under 4.3+ pkgconf-1.6.3/m4/libtool.m4:6530: collect2name=`$CC -print-prog-name=collect2` pkgconf-1.6.3/m4/libtool.m4-6531- if test -f "$collect2name" && ############################################## pkgconf-1.6.3/m4/libtool.m4-6587- pkgconf-1.6.3/m4/libtool.m4:6588: _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 pkgconf-1.6.3/m4/libtool.m4-6589- else ############################################## pkgconf-1.6.3/m4/libtool.m4-6612- # -brtl affects multiple linker settings, -berok does not and is overridden later pkgconf-1.6.3/m4/libtool.m4:6613: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' pkgconf-1.6.3/m4/libtool.m4-6614- if test svr4 != "$with_aix_soname"; then ############################################## pkgconf-1.6.3/m4/libtool.m4-6741- prefix_cmds="$SED"~ pkgconf-1.6.3/m4/libtool.m4:6742: if test EXPORTS = "`$SED 1q $export_symbols`"; then pkgconf-1.6.3/m4/libtool.m4-6743- prefix_cmds="$prefix_cmds -e 1d"; ############################################## pkgconf-1.6.3/m4/libtool.m4-6815- # dependencies. pkgconf-1.6.3/m4/libtool.m4:6816: 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"' pkgconf-1.6.3/m4/libtool.m4-6817- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-6880- # dependencies. pkgconf-1.6.3/m4/libtool.m4:6881: 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"' pkgconf-1.6.3/m4/libtool.m4-6882- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-6916- # time. Moving up from 0x10000000 also allows more sbrk(2) space. pkgconf-1.6.3/m4/libtool.m4:6917: _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' pkgconf-1.6.3/m4/libtool.m4:6918: _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' pkgconf-1.6.3/m4/libtool.m4-6919- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-6923- # SGI C++ pkgconf-1.6.3/m4/libtool.m4:6924: _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' pkgconf-1.6.3/m4/libtool.m4-6925- ############################################## pkgconf-1.6.3/m4/libtool.m4-6934- if test no = "$with_gnu_ld"; then pkgconf-1.6.3/m4/libtool.m4:6935: _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' pkgconf-1.6.3/m4/libtool.m4-6936- else pkgconf-1.6.3/m4/libtool.m4:6937: _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' pkgconf-1.6.3/m4/libtool.m4-6938- fi ############################################## pkgconf-1.6.3/m4/libtool.m4-6955- # to its proper name (with version) after linking. pkgconf-1.6.3/m4/libtool.m4:6956: _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' pkgconf-1.6.3/m4/libtool.m4:6957: _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' pkgconf-1.6.3/m4/libtool.m4-6958- # Commands to make compiler produce verbose output that lists ############################################## pkgconf-1.6.3/m4/libtool.m4-6965- # dependencies. pkgconf-1.6.3/m4/libtool.m4:6966: 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"' pkgconf-1.6.3/m4/libtool.m4-6967- ############################################## pkgconf-1.6.3/m4/libtool.m4-6980- # earlier do not add the objects themselves. pkgconf-1.6.3/m4/libtool.m4:6981: case `$CC -V 2>&1` in pkgconf-1.6.3/m4/libtool.m4-6982- *"Version 7."*) ############################################## pkgconf-1.6.3/m4/libtool.m4-7001- # Portland Group C++ compiler pkgconf-1.6.3/m4/libtool.m4:7002: case `$CC -V` in pkgconf-1.6.3/m4/libtool.m4-7003- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## pkgconf-1.6.3/m4/libtool.m4-7006- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ pkgconf-1.6.3/m4/libtool.m4:7007: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' pkgconf-1.6.3/m4/libtool.m4-7008- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## pkgconf-1.6.3/m4/libtool.m4-7010- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ pkgconf-1.6.3/m4/libtool.m4:7011: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ pkgconf-1.6.3/m4/libtool.m4-7012- $RANLIB $oldlib' ############################################## pkgconf-1.6.3/m4/libtool.m4-7015- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ pkgconf-1.6.3/m4/libtool.m4:7016: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' pkgconf-1.6.3/m4/libtool.m4-7017- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## pkgconf-1.6.3/m4/libtool.m4-7019- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ pkgconf-1.6.3/m4/libtool.m4:7020: $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' pkgconf-1.6.3/m4/libtool.m4-7021- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-7029- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' pkgconf-1.6.3/m4/libtool.m4:7030: _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' pkgconf-1.6.3/m4/libtool.m4-7031- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-7048- # dependencies. pkgconf-1.6.3/m4/libtool.m4:7049: 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' pkgconf-1.6.3/m4/libtool.m4-7050- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-7063- *) pkgconf-1.6.3/m4/libtool.m4:7064: case `$CC -V 2>&1 | sed 5q` in pkgconf-1.6.3/m4/libtool.m4-7065- *Sun\ C*) ############################################## pkgconf-1.6.3/m4/libtool.m4-7070- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' pkgconf-1.6.3/m4/libtool.m4:7071: _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' pkgconf-1.6.3/m4/libtool.m4-7072- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## pkgconf-1.6.3/m4/libtool.m4-7135- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' pkgconf-1.6.3/m4/libtool.m4:7136: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then pkgconf-1.6.3/m4/libtool.m4-7137- _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' ############################################## pkgconf-1.6.3/m4/libtool.m4-7154- # to its proper name (with version) after linking. pkgconf-1.6.3/m4/libtool.m4:7155: _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' pkgconf-1.6.3/m4/libtool.m4-7156- ############################################## pkgconf-1.6.3/m4/libtool.m4-7175- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' pkgconf-1.6.3/m4/libtool.m4:7176: _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' pkgconf-1.6.3/m4/libtool.m4-7177- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## pkgconf-1.6.3/m4/libtool.m4-7180- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' pkgconf-1.6.3/m4/libtool.m4:7181: _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' pkgconf-1.6.3/m4/libtool.m4:7182: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ pkgconf-1.6.3/m4/libtool.m4-7183- echo "-hidden">> $lib.exp~ pkgconf-1.6.3/m4/libtool.m4:7184: $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~ pkgconf-1.6.3/m4/libtool.m4-7185- $RM $lib.exp' ############################################## pkgconf-1.6.3/m4/libtool.m4-7199- # dependencies. pkgconf-1.6.3/m4/libtool.m4:7200: 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"' pkgconf-1.6.3/m4/libtool.m4-7201- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-7206- osf3*) pkgconf-1.6.3/m4/libtool.m4:7207: _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' pkgconf-1.6.3/m4/libtool.m4-7208- ;; pkgconf-1.6.3/m4/libtool.m4-7209- *) pkgconf-1.6.3/m4/libtool.m4:7210: _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' pkgconf-1.6.3/m4/libtool.m4-7211- ;; ############################################## pkgconf-1.6.3/m4/libtool.m4-7459- case @S|@2 in pkgconf-1.6.3/m4/libtool.m4:7460: .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; pkgconf-1.6.3/m4/libtool.m4:7461: *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; pkgconf-1.6.3/m4/libtool.m4-7462- esac ############################################## pkgconf-1.6.3/m4/libtool.m4-7548- pkgconf-1.6.3/m4/libtool.m4:7549: for p in `eval "$output_verbose_link_cmd"`; do pkgconf-1.6.3/m4/libtool.m4-7550- case $prev$p in ############################################## pkgconf-1.6.3/m4/libtool.m4-7652-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then pkgconf-1.6.3/m4/libtool.m4:7653: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` pkgconf-1.6.3/m4/libtool.m4-7654-fi ############################################## pkgconf-1.6.3/m4/libtool.m4-8272- test 10 -lt "$lt_ac_count" && break pkgconf-1.6.3/m4/libtool.m4:8273: lt_ac_count=`expr $lt_ac_count + 1` pkgconf-1.6.3/m4/libtool.m4-8274- if test "$lt_ac_count" -gt "$lt_ac_max"; then ############################################## pkgconf-1.6.3/m4/ltsugar.m4-68-m4_define([lt_combine], pkgconf-1.6.3/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1], pkgconf-1.6.3/m4/ltsugar.m4-70- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## pkgconf-1.6.3/libpkgconf/client.c-240- * pkgconf-1.6.3/libpkgconf/client.c:241: * Additionally, the global tuple ``$(pc_sysrootdir)`` is set as appropriate based on the new setting. pkgconf-1.6.3/libpkgconf/client.c-242- * ############################################## pkgconf-1.6.3/libpkgconf/client.c-284- * pkgconf-1.6.3/libpkgconf/client.c:285: * Additionally, the global tuple ``$(pc_top_builddir)`` is set as appropriate based on the new setting. pkgconf-1.6.3/libpkgconf/client.c-286- * ############################################## pkgconf-1.6.3/config.sub-52- pkgconf-1.6.3/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` pkgconf-1.6.3/config.sub-54- ############################################## pkgconf-1.6.3/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations. pkgconf-1.6.3/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` pkgconf-1.6.3/config.sub-116-case $maybe_os in ############################################## pkgconf-1.6.3/config.sub-122- os=-$maybe_os pkgconf-1.6.3/config.sub:123: basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` pkgconf-1.6.3/config.sub-124- ;; ############################################## pkgconf-1.6.3/config.sub-126- os=-linux-android pkgconf-1.6.3/config.sub:127: basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown pkgconf-1.6.3/config.sub-128- ;; pkgconf-1.6.3/config.sub-129- *) pkgconf-1.6.3/config.sub:130: basic_machine=`echo "$1" | sed 's/-[^-]*$//'` pkgconf-1.6.3/config.sub-131- if [ "$basic_machine" != "$1" ] pkgconf-1.6.3/config.sub:132: then os=`echo "$1" | sed 's/.*-/-/'` pkgconf-1.6.3/config.sub-133- else os=; fi ############################################## pkgconf-1.6.3/config.sub-180- os=-sco5v6 pkgconf-1.6.3/config.sub:181: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` pkgconf-1.6.3/config.sub-182- ;; ############################################## pkgconf-1.6.3/config.sub-184- os=-sco3.2v5 pkgconf-1.6.3/config.sub:185: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` pkgconf-1.6.3/config.sub-186- ;; ############################################## pkgconf-1.6.3/config.sub-188- os=-sco3.2v4 pkgconf-1.6.3/config.sub:189: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` pkgconf-1.6.3/config.sub-190- ;; pkgconf-1.6.3/config.sub-191- -sco3.2.[4-9]*) pkgconf-1.6.3/config.sub:192: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` pkgconf-1.6.3/config.sub:193: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` pkgconf-1.6.3/config.sub-194- ;; ############################################## pkgconf-1.6.3/config.sub-196- # Don't forget version if it is 3.2v4 or newer. pkgconf-1.6.3/config.sub:197: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` pkgconf-1.6.3/config.sub-198- ;; ############################################## pkgconf-1.6.3/config.sub-200- # Don't forget version if it is 3.2v4 or newer. pkgconf-1.6.3/config.sub:201: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` pkgconf-1.6.3/config.sub-202- ;; ############################################## pkgconf-1.6.3/config.sub-204- os=-sco3.2v2 pkgconf-1.6.3/config.sub:205: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` pkgconf-1.6.3/config.sub-206- ;; pkgconf-1.6.3/config.sub-207- -udk*) pkgconf-1.6.3/config.sub:208: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` pkgconf-1.6.3/config.sub-209- ;; ############################################## pkgconf-1.6.3/config.sub-211- os=-isc2.2 pkgconf-1.6.3/config.sub:212: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` pkgconf-1.6.3/config.sub-213- ;; ############################################## pkgconf-1.6.3/config.sub-217- -isc*) pkgconf-1.6.3/config.sub:218: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` pkgconf-1.6.3/config.sub-219- ;; ############################################## pkgconf-1.6.3/config.sub-229- -ptx*) pkgconf-1.6.3/config.sub:230: basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'` pkgconf-1.6.3/config.sub-231- ;; ############################################## pkgconf-1.6.3/config.sub-364- *-*-*) pkgconf-1.6.3/config.sub:365: echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 pkgconf-1.6.3/config.sub-366- exit 1 ############################################## pkgconf-1.6.3/config.sub-493- amd64-*) pkgconf-1.6.3/config.sub:494: basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-495- ;; ############################################## pkgconf-1.6.3/config.sub-538- blackfin-*) pkgconf-1.6.3/config.sub:539: basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-540- os=-linux ############################################## pkgconf-1.6.3/config.sub-546- c54x-*) pkgconf-1.6.3/config.sub:547: basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-548- ;; pkgconf-1.6.3/config.sub-549- c55x-*) pkgconf-1.6.3/config.sub:550: basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-551- ;; pkgconf-1.6.3/config.sub-552- c6x-*) pkgconf-1.6.3/config.sub:553: basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-554- ;; ############################################## pkgconf-1.6.3/config.sub-650- e500v[12]-*) pkgconf-1.6.3/config.sub:651: basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-652- os=$os"spe" ############################################## pkgconf-1.6.3/config.sub-754- i*86v32) pkgconf-1.6.3/config.sub:755: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` pkgconf-1.6.3/config.sub-756- os=-sysv32 ############################################## pkgconf-1.6.3/config.sub-758- i*86v4*) pkgconf-1.6.3/config.sub:759: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` pkgconf-1.6.3/config.sub-760- os=-sysv4 ############################################## pkgconf-1.6.3/config.sub-762- i*86v) pkgconf-1.6.3/config.sub:763: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` pkgconf-1.6.3/config.sub-764- os=-sysv ############################################## pkgconf-1.6.3/config.sub-766- i*86sol2) pkgconf-1.6.3/config.sub:767: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` pkgconf-1.6.3/config.sub-768- os=-solaris2 ############################################## pkgconf-1.6.3/config.sub-792- leon-*|leon[3-9]-*) pkgconf-1.6.3/config.sub:793: basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'` pkgconf-1.6.3/config.sub-794- ;; ############################################## pkgconf-1.6.3/config.sub-799- m68knommu-*) pkgconf-1.6.3/config.sub:800: basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-801- os=-linux ############################################## pkgconf-1.6.3/config.sub-833- mips3*-*) pkgconf-1.6.3/config.sub:834: basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'` pkgconf-1.6.3/config.sub-835- ;; pkgconf-1.6.3/config.sub-836- mips3*) pkgconf-1.6.3/config.sub:837: basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown pkgconf-1.6.3/config.sub-838- ;; ############################################## pkgconf-1.6.3/config.sub-855- ms1-*) pkgconf-1.6.3/config.sub:856: basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'` pkgconf-1.6.3/config.sub-857- ;; ############################################## pkgconf-1.6.3/config.sub-980- parisc-*) pkgconf-1.6.3/config.sub:981: basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-982- os=-linux ############################################## pkgconf-1.6.3/config.sub-996- pc98-*) pkgconf-1.6.3/config.sub:997: basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-998- ;; ############################################## pkgconf-1.6.3/config.sub-1011- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) pkgconf-1.6.3/config.sub:1012: basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-1013- ;; pkgconf-1.6.3/config.sub-1014- pentiumpro-* | p6-* | 6x86-* | athlon-*) pkgconf-1.6.3/config.sub:1015: basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-1016- ;; pkgconf-1.6.3/config.sub-1017- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) pkgconf-1.6.3/config.sub:1018: basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-1019- ;; pkgconf-1.6.3/config.sub-1020- pentium4-*) pkgconf-1.6.3/config.sub:1021: basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-1022- ;; ############################################## pkgconf-1.6.3/config.sub-1030- ppc-* | ppcbe-*) pkgconf-1.6.3/config.sub:1031: basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-1032- ;; ############################################## pkgconf-1.6.3/config.sub-1036- ppcle-* | powerpclittle-*) pkgconf-1.6.3/config.sub:1037: basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-1038- ;; ############################################## pkgconf-1.6.3/config.sub-1040- ;; pkgconf-1.6.3/config.sub:1041: ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-1042- ;; ############################################## pkgconf-1.6.3/config.sub-1046- ppc64le-* | powerpc64little-*) pkgconf-1.6.3/config.sub:1047: basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-1048- ;; ############################################## pkgconf-1.6.3/config.sub-1122- strongarm-* | thumb-*) pkgconf-1.6.3/config.sub:1123: basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'` pkgconf-1.6.3/config.sub-1124- ;; ############################################## pkgconf-1.6.3/config.sub-1255- xscale-* | xscalee[bl]-*) pkgconf-1.6.3/config.sub:1256: basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'` pkgconf-1.6.3/config.sub-1257- ;; ############################################## pkgconf-1.6.3/config.sub-1317- *) pkgconf-1.6.3/config.sub:1318: echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 pkgconf-1.6.3/config.sub-1319- exit 1 ############################################## pkgconf-1.6.3/config.sub-1325- *-digital*) pkgconf-1.6.3/config.sub:1326: basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'` pkgconf-1.6.3/config.sub-1327- ;; pkgconf-1.6.3/config.sub-1328- *-commodore*) pkgconf-1.6.3/config.sub:1329: basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'` pkgconf-1.6.3/config.sub-1330- ;; ############################################## pkgconf-1.6.3/config.sub-1346- -solaris1 | -solaris1.*) pkgconf-1.6.3/config.sub:1347: os=`echo $os | sed -e 's|solaris1|sunos4|'` pkgconf-1.6.3/config.sub-1348- ;; ############################################## pkgconf-1.6.3/config.sub-1355- -gnu/linux*) pkgconf-1.6.3/config.sub:1356: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` pkgconf-1.6.3/config.sub-1357- ;; ############################################## pkgconf-1.6.3/config.sub-1407- -nto*) pkgconf-1.6.3/config.sub:1408: os=`echo $os | sed -e 's|nto|nto-qnx|'` pkgconf-1.6.3/config.sub-1409- ;; ############################################## pkgconf-1.6.3/config.sub-1414- -mac*) pkgconf-1.6.3/config.sub:1415: os=`echo "$os" | sed -e 's|mac|macos|'` pkgconf-1.6.3/config.sub-1416- ;; ############################################## pkgconf-1.6.3/config.sub-1420- -linux*) pkgconf-1.6.3/config.sub:1421: os=`echo $os | sed -e 's|linux|linux-gnu|'` pkgconf-1.6.3/config.sub-1422- ;; pkgconf-1.6.3/config.sub-1423- -sunos5*) pkgconf-1.6.3/config.sub:1424: os=`echo "$os" | sed -e 's|sunos5|solaris2|'` pkgconf-1.6.3/config.sub-1425- ;; pkgconf-1.6.3/config.sub-1426- -sunos6*) pkgconf-1.6.3/config.sub:1427: os=`echo "$os" | sed -e 's|sunos6|solaris3|'` pkgconf-1.6.3/config.sub-1428- ;; ############################################## pkgconf-1.6.3/config.sub-1469- -sinix5.*) pkgconf-1.6.3/config.sub:1470: os=`echo $os | sed -e 's|sinix|sysv|'` pkgconf-1.6.3/config.sub-1471- ;; ############################################## pkgconf-1.6.3/config.sub-1528- # Get rid of the `-' at the beginning of $os. pkgconf-1.6.3/config.sub:1529: os=`echo $os | sed 's/[^-]*-//'` pkgconf-1.6.3/config.sub:1530: echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 pkgconf-1.6.3/config.sub-1531- exit 1 ############################################## pkgconf-1.6.3/config.sub-1788- esac pkgconf-1.6.3/config.sub:1789: basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"` pkgconf-1.6.3/config.sub-1790- ;; ############################################## pkgconf-1.6.3/pkg.m4-109- PKG_CHECK_EXISTS([$3], pkgconf-1.6.3/pkg.m4:110: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` pkgconf-1.6.3/pkg.m4-111- test "x$?" != "x0" && pkg_failed=yes ], ############################################## pkgconf-1.6.3/pkg.m4-157- if test $_pkg_short_errors_supported = yes; then pkgconf-1.6.3/pkg.m4:158: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` pkgconf-1.6.3/pkg.m4-159- else pkgconf-1.6.3/pkg.m4:160: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` pkgconf-1.6.3/pkg.m4-161- fi ############################################## pkgconf-1.6.3/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ pkgconf-1.6.3/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then pkgconf-1.6.3/configure-47- as_echo='print -r --' pkgconf-1.6.3/configure-48- as_echo_n='print -rn --' pkgconf-1.6.3/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then pkgconf-1.6.3/configure-50- as_echo='printf %s\n' ############################################## pkgconf-1.6.3/configure-52-else pkgconf-1.6.3/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then pkgconf-1.6.3/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## pkgconf-1.6.3/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; pkgconf-1.6.3/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; pkgconf-1.6.3/configure-64- esac; ############################################## pkgconf-1.6.3/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && pkgconf-1.6.3/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 pkgconf-1.6.3/configure-201-test \$(( 1 + 1 )) = 2 || exit 1 ############################################## pkgconf-1.6.3/configure-207- PATH=/empty FPATH=/empty; export PATH FPATH pkgconf-1.6.3/configure:208: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ pkgconf-1.6.3/configure:209: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" pkgconf-1.6.3/configure-210- if (eval "$as_required") 2>/dev/null; then : ############################################## pkgconf-1.6.3/configure-335- case $as_dir in #( pkgconf-1.6.3/configure:336: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( pkgconf-1.6.3/configure-337- *) as_qdir=$as_dir;; ############################################## pkgconf-1.6.3/configure-408- { pkgconf-1.6.3/configure:409: as_val=`expr "$@" || test $? -eq 1` pkgconf-1.6.3/configure-410- } ############################################## pkgconf-1.6.3/configure-415-# ---------------------------------------- pkgconf-1.6.3/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are pkgconf-1.6.3/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## pkgconf-1.6.3/configure-478- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && pkgconf-1.6.3/configure:479: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { pkgconf-1.6.3/configure-480- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## pkgconf-1.6.3/configure-848- case $ac_option in pkgconf-1.6.3/configure:849: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; pkgconf-1.6.3/configure-850- *=) ac_optarg= ;; ############################################## pkgconf-1.6.3/configure-892- -disable-* | --disable-*) pkgconf-1.6.3/configure:893: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` pkgconf-1.6.3/configure-894- # Reject names that are not valid shell variable names. ############################################## pkgconf-1.6.3/configure-897- ac_useropt_orig=$ac_useropt pkgconf-1.6.3/configure:898: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` pkgconf-1.6.3/configure-899- case $ac_user_opts in ############################################## pkgconf-1.6.3/configure-918- -enable-* | --enable-*) pkgconf-1.6.3/configure:919: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` pkgconf-1.6.3/configure-920- # Reject names that are not valid shell variable names. ############################################## pkgconf-1.6.3/configure-923- ac_useropt_orig=$ac_useropt pkgconf-1.6.3/configure:924: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` pkgconf-1.6.3/configure-925- case $ac_user_opts in ############################################## pkgconf-1.6.3/configure-1131- -with-* | --with-*) pkgconf-1.6.3/configure:1132: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` pkgconf-1.6.3/configure-1133- # Reject names that are not valid shell variable names. ############################################## pkgconf-1.6.3/configure-1136- ac_useropt_orig=$ac_useropt pkgconf-1.6.3/configure:1137: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` pkgconf-1.6.3/configure-1138- case $ac_user_opts in ############################################## pkgconf-1.6.3/configure-1147- -without-* | --without-*) pkgconf-1.6.3/configure:1148: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` pkgconf-1.6.3/configure-1149- # Reject names that are not valid shell variable names. ############################################## pkgconf-1.6.3/configure-1152- ac_useropt_orig=$ac_useropt pkgconf-1.6.3/configure:1153: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` pkgconf-1.6.3/configure-1154- case $ac_user_opts in ############################################## pkgconf-1.6.3/configure-1185- *=*) pkgconf-1.6.3/configure:1186: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` pkgconf-1.6.3/configure-1187- # Reject names that are not valid shell variable names. ############################################## pkgconf-1.6.3/configure-1206-if test -n "$ac_prev"; then pkgconf-1.6.3/configure:1207: ac_option=--`echo $ac_prev | sed 's/_/-/g'` pkgconf-1.6.3/configure-1208- as_fn_error $? "missing argument to $ac_option" ############################################## pkgconf-1.6.3/configure-1228- */ ) pkgconf-1.6.3/configure:1229: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` pkgconf-1.6.3/configure-1230- eval $ac_var=\$ac_val;; ############################################## pkgconf-1.6.3/configure-1263-ac_ls_di=`ls -di .` && pkgconf-1.6.3/configure:1264:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || pkgconf-1.6.3/configure-1265- as_fn_error $? "working directory cannot be determined" ############################################## pkgconf-1.6.3/configure-1319-case $srcdir in pkgconf-1.6.3/configure:1320:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; pkgconf-1.6.3/configure-1321-esac ############################################## pkgconf-1.6.3/configure-1362-By default, \`make install' will install all the files in pkgconf-1.6.3/configure:1363:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify pkgconf-1.6.3/configure:1364:an installation prefix other than \`$ac_default_prefix' using \`--prefix', pkgconf-1.6.3/configure-1365-for instance \`--prefix=\$HOME'. ############################################## pkgconf-1.6.3/configure-1478-*) pkgconf-1.6.3/configure:1479: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` pkgconf-1.6.3/configure-1480- # A ".." for each directory in $ac_dir_suffix. pkgconf-1.6.3/configure:1481: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` pkgconf-1.6.3/configure-1482- case $ac_top_builddir_sub in ############################################## pkgconf-1.6.3/configure-1966- *\'*) pkgconf-1.6.3/configure:1967: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; pkgconf-1.6.3/configure-1968- esac ############################################## pkgconf-1.6.3/configure-2049- case $ac_val in pkgconf-1.6.3/configure:2050: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; pkgconf-1.6.3/configure-2051- esac ############################################## pkgconf-1.6.3/configure-2064- case $ac_val in pkgconf-1.6.3/configure:2065: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; pkgconf-1.6.3/configure-2066- esac ############################################## pkgconf-1.6.3/configure-2184- set,) pkgconf-1.6.3/configure:2185: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 pkgconf-1.6.3/configure:2186:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} pkgconf-1.6.3/configure-2187- ac_cache_corrupted=: ;; ############################################## pkgconf-1.6.3/configure-2195- # differences in whitespace do not lead to failure. pkgconf-1.6.3/configure:2196: ac_old_val_w=`echo x $ac_old_val` pkgconf-1.6.3/configure:2197: ac_new_val_w=`echo x $ac_new_val` pkgconf-1.6.3/configure-2198- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## pkgconf-1.6.3/configure-2215- case $ac_new_val in pkgconf-1.6.3/configure:2216: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; pkgconf-1.6.3/configure-2217- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## pkgconf-1.6.3/configure-2274-# Expand $ac_aux_dir to an absolute path. pkgconf-1.6.3/configure:2275:am_aux_dir=`cd "$ac_aux_dir" && pwd` pkgconf-1.6.3/configure-2276- ############################################## pkgconf-1.6.3/configure-2622-$as_echo_n "checking whether the C compiler works... " >&6; } pkgconf-1.6.3/configure:2623:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` pkgconf-1.6.3/configure-2624- ############################################## pkgconf-1.6.3/configure-2666- then :; else pkgconf-1.6.3/configure:2667: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` pkgconf-1.6.3/configure-2668- fi ############################################## pkgconf-1.6.3/configure-2726- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; pkgconf-1.6.3/configure:2727: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` pkgconf-1.6.3/configure-2728- break;; ############################################## pkgconf-1.6.3/configure-2835- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; pkgconf-1.6.3/configure:2836: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` pkgconf-1.6.3/configure-2837- break;; ############################################## pkgconf-1.6.3/configure-3305-do : pkgconf-1.6.3/configure:3306: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` pkgconf-1.6.3/configure-3307-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## pkgconf-1.6.3/configure-3309- cat >>confdefs.h <<_ACEOF pkgconf-1.6.3/configure:3310:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 pkgconf-1.6.3/configure-3311-_ACEOF ############################################## pkgconf-1.6.3/configure-3472- # Check for GNU $ac_path_GREP pkgconf-1.6.3/configure:3473:case `"$ac_path_GREP" --version 2>&1` in pkgconf-1.6.3/configure-3474-*GNU*) ############################################## pkgconf-1.6.3/configure-3538- # Check for GNU $ac_path_EGREP pkgconf-1.6.3/configure:3539:case `"$ac_path_EGREP" --version 2>&1` in pkgconf-1.6.3/configure-3540-*GNU*) ############################################## pkgconf-1.6.3/configure-3699-do : pkgconf-1.6.3/configure:3700: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` pkgconf-1.6.3/configure-3701-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## pkgconf-1.6.3/configure-3704- cat >>confdefs.h <<_ACEOF pkgconf-1.6.3/configure:3705:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 pkgconf-1.6.3/configure-3706-_ACEOF ############################################## pkgconf-1.6.3/configure-3843- echo "timestamp, slept: $am_has_slept" > conftest.file pkgconf-1.6.3/configure:3844: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` pkgconf-1.6.3/configure-3845- if test "$*" = "X"; then pkgconf-1.6.3/configure-3846- # -L didn't work. pkgconf-1.6.3/configure:3847: set X `ls -t "$srcdir/configure" conftest.file` pkgconf-1.6.3/configure-3848- fi ############################################## pkgconf-1.6.3/configure-3894-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' pkgconf-1.6.3/configure:3895:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` pkgconf-1.6.3/configure-3896- ############################################## pkgconf-1.6.3/configure-4036- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue pkgconf-1.6.3/configure:4037: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( pkgconf-1.6.3/configure-4038- 'mkdir (GNU coreutils) '* | \ ############################################## pkgconf-1.6.3/configure-4109-set x ${MAKE-make} pkgconf-1.6.3/configure:4110:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` pkgconf-1.6.3/configure-4111-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## pkgconf-1.6.3/configure-4119-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. pkgconf-1.6.3/configure:4120:case `${MAKE-make} -f conftest.make 2>/dev/null` in pkgconf-1.6.3/configure-4121- *@@@%%%=?*=@@@%%%*) ############################################## pkgconf-1.6.3/configure-4166-# Ignore all kinds of additional output from 'make'. pkgconf-1.6.3/configure:4167:case `$am_make -s -f confmf 2> /dev/null` in #( pkgconf-1.6.3/configure-4168-*the\ am__doit\ target*) ############################################## pkgconf-1.6.3/configure-4176- echo '.include "confinc"' > confmf pkgconf-1.6.3/configure:4177: case `$am_make -s -f confmf 2> /dev/null` in #( pkgconf-1.6.3/configure-4178- *the\ am__doit\ target*) ############################################## pkgconf-1.6.3/configure-4248- pkgconf-1.6.3/configure:4249:if test "`cd $srcdir && pwd`" != "`pwd`"; then pkgconf-1.6.3/configure-4250- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## pkgconf-1.6.3/configure-4349- if test "$am_compiler_list" = ""; then pkgconf-1.6.3/configure:4350: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` pkgconf-1.6.3/configure-4351- fi ############################################## pkgconf-1.6.3/configure-4566-test "x$ac_build_alias" = x && pkgconf-1.6.3/configure:4567: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` pkgconf-1.6.3/configure-4568-test "x$ac_build_alias" = x && pkgconf-1.6.3/configure-4569- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 pkgconf-1.6.3/configure:4570:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || pkgconf-1.6.3/configure-4571- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## pkgconf-1.6.3/configure-4590-IFS=$ac_save_IFS pkgconf-1.6.3/configure:4591:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac pkgconf-1.6.3/configure-4592- ############################################## pkgconf-1.6.3/configure-4601-else pkgconf-1.6.3/configure:4602: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || pkgconf-1.6.3/configure-4603- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## pkgconf-1.6.3/configure-4623-IFS=$ac_save_IFS pkgconf-1.6.3/configure:4624:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac pkgconf-1.6.3/configure-4625- ############################################## pkgconf-1.6.3/configure-4651-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ pkgconf-1.6.3/configure:4652: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then pkgconf-1.6.3/configure-4653- ECHO='print -r --' pkgconf-1.6.3/configure:4654:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then pkgconf-1.6.3/configure-4655- ECHO='printf %s\n' ############################################## pkgconf-1.6.3/configure-4720- # Check for GNU $ac_path_SED pkgconf-1.6.3/configure:4721:case `"$ac_path_SED" --version 2>&1` in pkgconf-1.6.3/configure-4722-*GNU*) ############################################## pkgconf-1.6.3/configure-4799- # Check for GNU $ac_path_FGREP pkgconf-1.6.3/configure:4800:case `"$ac_path_FGREP" --version 2>&1` in pkgconf-1.6.3/configure-4801-*GNU*) ############################################## pkgconf-1.6.3/configure-4879- # gcc leaves a trailing carriage return, which upsets mingw pkgconf-1.6.3/configure:4880: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; pkgconf-1.6.3/configure-4881- *) pkgconf-1.6.3/configure:4882: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; pkgconf-1.6.3/configure-4883- esac ############################################## pkgconf-1.6.3/configure-4888- # Canonicalize the pathname of ld pkgconf-1.6.3/configure:4889: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` pkgconf-1.6.3/configure-4890- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do pkgconf-1.6.3/configure:4891: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` pkgconf-1.6.3/configure-4892- done ############################################## pkgconf-1.6.3/configure-4923- # Break only if it was the GNU/non-GNU ld that we prefer. pkgconf-1.6.3/configure:4924: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in pkgconf-1.6.3/configure-4925- *GNU* | *'with BFD'*) ############################################## pkgconf-1.6.3/configure-4954- # I'd rather use --version here, but apparently some GNU lds only accept -v. pkgconf-1.6.3/configure:4955:case `$LD -v 2>&1 </dev/null` in pkgconf-1.6.3/configure-4956-*GNU* | *'with BFD'*) ############################################## pkgconf-1.6.3/configure-5004- esac pkgconf-1.6.3/configure:5005: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in pkgconf-1.6.3/configure-5006- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## pkgconf-1.6.3/configure-5010- *) pkgconf-1.6.3/configure:5011: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in pkgconf-1.6.3/configure-5012- */dev/null*) ############################################## pkgconf-1.6.3/configure-5138- pkgconf-1.6.3/configure:5139: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in pkgconf-1.6.3/configure-5140- *COFF*) ############################################## pkgconf-1.6.3/configure-5250- # And add a safety zone pkgconf-1.6.3/configure:5251: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` pkgconf-1.6.3/configure:5252: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` pkgconf-1.6.3/configure-5253- ;; ############################################## pkgconf-1.6.3/configure-5283- if test -n "$kargmax"; then pkgconf-1.6.3/configure:5284: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` pkgconf-1.6.3/configure-5285- else ############################################## pkgconf-1.6.3/configure-5292- test undefined != "$lt_cv_sys_max_cmd_len"; then pkgconf-1.6.3/configure:5293: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` pkgconf-1.6.3/configure:5294: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` pkgconf-1.6.3/configure-5295- else ############################################## pkgconf-1.6.3/configure-5304- # we can't tell. pkgconf-1.6.3/configure:5305: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ pkgconf-1.6.3/configure-5306- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## pkgconf-1.6.3/configure-5308- do pkgconf-1.6.3/configure:5309: i=`expr $i + 1` pkgconf-1.6.3/configure-5310- teststring=$teststring$teststring ############################################## pkgconf-1.6.3/configure-5312- # Only check the string length outside the loop. pkgconf-1.6.3/configure:5313: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` pkgconf-1.6.3/configure-5314- teststring= ############################################## pkgconf-1.6.3/configure-5317- # linker. It appears as though 1/2 is a usable value. pkgconf-1.6.3/configure:5318: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` pkgconf-1.6.3/configure-5319- fi ############################################## pkgconf-1.6.3/configure-5728-openbsd* | bitrig*) pkgconf-1.6.3/configure:5729: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then pkgconf-1.6.3/configure-5730- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## pkgconf-1.6.3/configure-5798- else pkgconf-1.6.3/configure:5799: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` pkgconf-1.6.3/configure-5800- fi ############################################## pkgconf-1.6.3/configure-5943- # decide which one to use based on capabilities of $DLLTOOL pkgconf-1.6.3/configure:5944: case `$DLLTOOL --help 2>&1` in pkgconf-1.6.3/configure-5945- *--identify-strict*) ############################################## pkgconf-1.6.3/configure-6464-# If we're using GNU nm, then use its standard symbol codes. pkgconf-1.6.3/configure:6465:case `$NM -V 2>&1` in pkgconf-1.6.3/configure-6466-*GNU* | *'with BFD'*) ############################################## pkgconf-1.6.3/configure-6512-mingw*) pkgconf-1.6.3/configure:6513: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp pkgconf-1.6.3/configure-6514- ;; ############################################## pkgconf-1.6.3/configure-6744- if test yes = "$GCC"; then pkgconf-1.6.3/configure:6745: lt_sysroot=`$CC --print-sysroot 2>/dev/null` pkgconf-1.6.3/configure-6746- fi ############################################## pkgconf-1.6.3/configure-6748- /*) pkgconf-1.6.3/configure:6749: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` pkgconf-1.6.3/configure-6750- ;; #( ############################################## pkgconf-1.6.3/configure-6843- done pkgconf-1.6.3/configure:6844: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` pkgconf-1.6.3/configure-6845-} ############################################## pkgconf-1.6.3/configure-6865- test $ac_status = 0; }; then pkgconf-1.6.3/configure:6866: case `/usr/bin/file conftest.$ac_objext` in pkgconf-1.6.3/configure-6867- *ELF-32*) ############################################## pkgconf-1.6.3/configure-6886- if test yes = "$lt_cv_prog_gnu_ld"; then pkgconf-1.6.3/configure:6887: case `/usr/bin/file conftest.$ac_objext` in pkgconf-1.6.3/configure-6888- *32-bit*) ############################################## pkgconf-1.6.3/configure-6898- else pkgconf-1.6.3/configure:6899: case `/usr/bin/file conftest.$ac_objext` in pkgconf-1.6.3/configure-6900- *32-bit*) ############################################## pkgconf-1.6.3/configure-6924- emul=elf pkgconf-1.6.3/configure:6925: case `/usr/bin/file conftest.$ac_objext` in pkgconf-1.6.3/configure-6926- *32-bit*) ############################################## pkgconf-1.6.3/configure-6932- esac pkgconf-1.6.3/configure:6933: case `/usr/bin/file conftest.$ac_objext` in pkgconf-1.6.3/configure-6934- *MSB*) ############################################## pkgconf-1.6.3/configure-6940- esac pkgconf-1.6.3/configure:6941: case `/usr/bin/file conftest.$ac_objext` in pkgconf-1.6.3/configure-6942- *N32*) ############################################## pkgconf-1.6.3/configure-7873- *:) pkgconf-1.6.3/configure:7874: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" pkgconf-1.6.3/configure-7875- ;; pkgconf-1.6.3/configure-7876- x:*) pkgconf-1.6.3/configure:7877: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" pkgconf-1.6.3/configure-7878- ;; pkgconf-1.6.3/configure-7879- *::*) pkgconf-1.6.3/configure:7880: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" pkgconf-1.6.3/configure:7881: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" pkgconf-1.6.3/configure-7882- ;; pkgconf-1.6.3/configure-7883- *) pkgconf-1.6.3/configure:7884: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" pkgconf-1.6.3/configure-7885- ;; ############################################## pkgconf-1.6.3/configure-8238- "file_magic "*) pkgconf-1.6.3/configure:8239: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` pkgconf-1.6.3/configure-8240- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## pkgconf-1.6.3/configure-8304- "file_magic "*) pkgconf-1.6.3/configure:8305: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` pkgconf-1.6.3/configure-8306- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## pkgconf-1.6.3/configure-8702- *) pkgconf-1.6.3/configure:8703: case `$CC -V 2>&1 | sed 5q` in pkgconf-1.6.3/configure-8704- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) ############################################## pkgconf-1.6.3/configure-9151- # shared libraries, regardless of the interface used. pkgconf-1.6.3/configure:9152: case `$LD -v 2>&1` in pkgconf-1.6.3/configure-9153- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## pkgconf-1.6.3/configure-9183- supports_anon_versioning=no pkgconf-1.6.3/configure:9184: case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in pkgconf-1.6.3/configure-9185- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## pkgconf-1.6.3/configure-9252- # is; otherwise, prepend EXPORTS... pkgconf-1.6.3/configure:9253: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then pkgconf-1.6.3/configure-9254- cp $export_symbols $output_objdir/$soname.def; ############################################## pkgconf-1.6.3/configure-9286- prefix_cmds="$SED"~ pkgconf-1.6.3/configure:9287: if test EXPORTS = "`$SED 1q $export_symbols`"; then pkgconf-1.6.3/configure-9288- prefix_cmds="$prefix_cmds -e 1d"; ############################################## pkgconf-1.6.3/configure-9308- # time. Moving up from 0x10000000 also allows more sbrk(2) space. pkgconf-1.6.3/configure:9309: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' pkgconf-1.6.3/configure:9310: 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' pkgconf-1.6.3/configure-9311- ;; ############################################## pkgconf-1.6.3/configure-9326- pgcc*) # Portland Group C compiler pkgconf-1.6.3/configure:9327: 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' pkgconf-1.6.3/configure-9328- tmp_addflag=' $pic_flag' ############################################## pkgconf-1.6.3/configure-9331- # Portland Group f77 and f90 compilers pkgconf-1.6.3/configure:9332: 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' pkgconf-1.6.3/configure-9333- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## pkgconf-1.6.3/configure-9348- nvcc*) # Cuda Compiler Driver 2.2 pkgconf-1.6.3/configure:9349: 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' pkgconf-1.6.3/configure-9350- compiler_needs_object=yes ############################################## pkgconf-1.6.3/configure-9352- esac pkgconf-1.6.3/configure:9353: case `$CC -V 2>&1 | sed 5q` in pkgconf-1.6.3/configure-9354- *Sun\ C*) # Sun C 5.9 pkgconf-1.6.3/configure:9355: 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' pkgconf-1.6.3/configure-9356- compiler_needs_object=yes ############################################## pkgconf-1.6.3/configure-9423- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) pkgconf-1.6.3/configure:9424: case `$LD -v 2>&1` in pkgconf-1.6.3/configure-9425- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## pkgconf-1.6.3/configure-9512- else pkgconf-1.6.3/configure:9513: 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' pkgconf-1.6.3/configure-9514- fi ############################################## pkgconf-1.6.3/configure-9577- # below for broken collect2 doesn't work under 4.3+ pkgconf-1.6.3/configure:9578: collect2name=`$CC -print-prog-name=collect2` pkgconf-1.6.3/configure-9579- if test -f "$collect2name" && ############################################## pkgconf-1.6.3/configure-9657- }' pkgconf-1.6.3/configure:9658: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` pkgconf-1.6.3/configure-9659- # Check for a 64-bit object if we didn't find anything. pkgconf-1.6.3/configure-9660- if test -z "$lt_cv_aix_libpath_"; then pkgconf-1.6.3/configure:9661: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` pkgconf-1.6.3/configure-9662- fi ############################################## pkgconf-1.6.3/configure-9675- hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" pkgconf-1.6.3/configure:9676: 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 pkgconf-1.6.3/configure-9677- else ############################################## pkgconf-1.6.3/configure-9710- }' pkgconf-1.6.3/configure:9711: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` pkgconf-1.6.3/configure-9712- # Check for a 64-bit object if we didn't find anything. pkgconf-1.6.3/configure-9713- if test -z "$lt_cv_aix_libpath_"; then pkgconf-1.6.3/configure:9714: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` pkgconf-1.6.3/configure-9715- fi ############################################## pkgconf-1.6.3/configure-9742- # -brtl affects multiple linker settings, -berok does not and is overridden later pkgconf-1.6.3/configure:9743: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' pkgconf-1.6.3/configure-9744- if test svr4 != "$with_aix_soname"; then ############################################## pkgconf-1.6.3/configure-9795- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' pkgconf-1.6.3/configure:9796: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then pkgconf-1.6.3/configure-9797- cp "$export_symbols" "$output_objdir/$soname.def"; ############################################## pkgconf-1.6.3/configure-9833- # FIXME: Setting linknames here is a bad hack. pkgconf-1.6.3/configure:9834: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' pkgconf-1.6.3/configure-9835- # The linker will automatically build a .lib file if we build a DLL. ############################################## pkgconf-1.6.3/configure-9851- if test yes = "$lt_cv_ld_force_load"; then pkgconf-1.6.3/configure:9852: 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\"`' pkgconf-1.6.3/configure-9853- ############################################## pkgconf-1.6.3/configure-10031- if test yes = "$GCC"; then pkgconf-1.6.3/configure:10032: 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' pkgconf-1.6.3/configure-10033- # Try to use the -exported_symbol ld option, if it does not ############################################## pkgconf-1.6.3/configure-10059- if test yes = "$lt_cv_irix_exported_symbol"; then pkgconf-1.6.3/configure:10060: 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' pkgconf-1.6.3/configure-10061- fi ############################################## pkgconf-1.6.3/configure-10063- else pkgconf-1.6.3/configure:10064: 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' pkgconf-1.6.3/configure:10065: 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' pkgconf-1.6.3/configure-10066- fi ############################################## pkgconf-1.6.3/configure-10110- hardcode_direct_absolute=yes pkgconf-1.6.3/configure:10111: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then pkgconf-1.6.3/configure-10112- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## pkgconf-1.6.3/configure-10141- prefix_cmds="$SED"~ pkgconf-1.6.3/configure:10142: if test EXPORTS = "`$SED 1q $export_symbols`"; then pkgconf-1.6.3/configure-10143- prefix_cmds="$prefix_cmds -e 1d"; ############################################## pkgconf-1.6.3/configure-10155- allow_undefined_flag=' $wl-expect_unresolved $wl\*' pkgconf-1.6.3/configure:10156: 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' pkgconf-1.6.3/configure-10157- else pkgconf-1.6.3/configure-10158- allow_undefined_flag=' -expect_unresolved \*' pkgconf-1.6.3/configure:10159: 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' pkgconf-1.6.3/configure-10160- fi ############################################## pkgconf-1.6.3/configure-10168- allow_undefined_flag=' $wl-expect_unresolved $wl\*' pkgconf-1.6.3/configure:10169: 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' pkgconf-1.6.3/configure-10170- hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' ############################################## pkgconf-1.6.3/configure-10172- allow_undefined_flag=' -expect_unresolved \*' pkgconf-1.6.3/configure:10173: 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' pkgconf-1.6.3/configure:10174: 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~ pkgconf-1.6.3/configure:10175: $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' pkgconf-1.6.3/configure-10176- ############################################## pkgconf-1.6.3/configure-10191- else pkgconf-1.6.3/configure:10192: case `$CC -V 2>&1` in pkgconf-1.6.3/configure-10193- *"Compilers 5.0"*) ############################################## pkgconf-1.6.3/configure-10590- esac pkgconf-1.6.3/configure:10591: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` pkgconf-1.6.3/configure-10592- case $lt_search_path_spec in ############################################## pkgconf-1.6.3/configure-10597- # okay in the real world where ";" in dirpaths is itself problematic. pkgconf-1.6.3/configure:10598: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` pkgconf-1.6.3/configure-10599- ;; pkgconf-1.6.3/configure-10600- *) pkgconf-1.6.3/configure:10601: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` pkgconf-1.6.3/configure-10602- ;; ############################################## pkgconf-1.6.3/configure-10606- lt_tmp_lt_search_path_spec= pkgconf-1.6.3/configure:10607: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` pkgconf-1.6.3/configure-10608- # ...but if some path component already ends with the multilib dir we assume ############################################## pkgconf-1.6.3/configure-10648- esac pkgconf-1.6.3/configure:10649: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` pkgconf-1.6.3/configure-10650-else ############################################## pkgconf-1.6.3/configure-10788- # Create ${libname}_ixlibrary.a entries in /sys/libs. pkgconf-1.6.3/configure:10789: 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' pkgconf-1.6.3/configure-10790- ;; ############################################## pkgconf-1.6.3/configure-10824- # DLL is installed to $(libdir)/../bin by postinstall_cmds pkgconf-1.6.3/configure:10825: postinstall_cmds='base_file=`basename \$file`~ pkgconf-1.6.3/configure:10826: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ pkgconf-1.6.3/configure:10827: dldir=$destdir/`dirname \$dlpath`~ pkgconf-1.6.3/configure-10828- test -d \$dldir || mkdir -p \$dldir~ ############################################## pkgconf-1.6.3/configure-10833- fi' pkgconf-1.6.3/configure:10834: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ pkgconf-1.6.3/configure-10835- dlpath=$dir/\$dldll~ ############################################## pkgconf-1.6.3/configure-10841- # Cygwin DLLs use 'cyg' prefix rather than 'lib' pkgconf-1.6.3/configure:10842: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' pkgconf-1.6.3/configure-10843- ############################################## pkgconf-1.6.3/configure-10847- # MinGW DLLs use traditional 'lib' prefix pkgconf-1.6.3/configure:10848: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' pkgconf-1.6.3/configure-10849- ;; ############################################## pkgconf-1.6.3/configure-10851- # pw32 DLLs use 'pw' prefix rather than 'lib' pkgconf-1.6.3/configure:10852: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' pkgconf-1.6.3/configure-10853- ;; ############################################## pkgconf-1.6.3/configure-10860- libname_spec='$name' pkgconf-1.6.3/configure:10861: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' pkgconf-1.6.3/configure-10862- library_names_spec='$libname.dll.lib' ############################################## pkgconf-1.6.3/configure-10872- # Let DOS variable expansion print the short 8.3 style file name. pkgconf-1.6.3/configure:10873: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` pkgconf-1.6.3/configure-10874- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## pkgconf-1.6.3/configure-10877- # Convert to MSYS style. pkgconf-1.6.3/configure:10878: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` pkgconf-1.6.3/configure-10879- ;; ############################################## pkgconf-1.6.3/configure-10883- # like /cygdrive/c/PROGRA~1:/cygdr... pkgconf-1.6.3/configure:10884: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` pkgconf-1.6.3/configure:10885: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` pkgconf-1.6.3/configure:10886: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` pkgconf-1.6.3/configure-10887- ;; ############################################## pkgconf-1.6.3/configure-10891- # It is most probably a Windows format PATH. pkgconf-1.6.3/configure:10892: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` pkgconf-1.6.3/configure-10893- else pkgconf-1.6.3/configure:10894: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` pkgconf-1.6.3/configure-10895- fi ############################################## pkgconf-1.6.3/configure-10901- # DLL is installed to $(libdir)/../bin by postinstall_cmds pkgconf-1.6.3/configure:10902: postinstall_cmds='base_file=`basename \$file`~ pkgconf-1.6.3/configure:10903: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ pkgconf-1.6.3/configure:10904: dldir=$destdir/`dirname \$dlpath`~ pkgconf-1.6.3/configure-10905- test -d \$dldir || mkdir -p \$dldir~ pkgconf-1.6.3/configure-10906- $install_prog $dir/$dlname \$dldir/$dlname' pkgconf-1.6.3/configure:10907: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ pkgconf-1.6.3/configure-10908- dlpath=$dir/\$dldll~ ############################################## pkgconf-1.6.3/configure-10915- # Assume MSVC wrapper pkgconf-1.6.3/configure:10916: library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' pkgconf-1.6.3/configure-10917- dynamic_linker='Win32 ld.exe' ############################################## pkgconf-1.6.3/configure-10932- shlibpath_var=DYLD_LIBRARY_PATH pkgconf-1.6.3/configure:10933: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' pkgconf-1.6.3/configure-10934- ############################################## pkgconf-1.6.3/configure-11185- if test -f /etc/ld.so.conf; then pkgconf-1.6.3/configure:11186: 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' ' '` pkgconf-1.6.3/configure-11187- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## pkgconf-1.6.3/configure-11251- need_lib_prefix=no pkgconf-1.6.3/configure:11252: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then pkgconf-1.6.3/configure-11253- need_version=no ############################################## pkgconf-1.6.3/configure-11278- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec pkgconf-1.6.3/configure:11279: postinstall_cmds='base_file=`basename \$file`~ pkgconf-1.6.3/configure:11280: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ pkgconf-1.6.3/configure:11281: dldir=$destdir/`dirname \$dlpath`~ pkgconf-1.6.3/configure-11282- test -d \$dldir || mkdir -p \$dldir~ ############################################## pkgconf-1.6.3/configure-11287- fi' pkgconf-1.6.3/configure:11288: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ pkgconf-1.6.3/configure-11289- dlpath=$dir/\$dldll~ ############################################## pkgconf-1.6.3/configure-13311- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' pkgconf-1.6.3/configure:13312: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` pkgconf-1.6.3/configure-13313- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## pkgconf-1.6.3/configure-13402-if test -z "$BASH_VERSION$ZSH_VERSION" \ pkgconf-1.6.3/configure:13403: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then pkgconf-1.6.3/configure-13404- as_echo='print -r --' pkgconf-1.6.3/configure-13405- as_echo_n='print -rn --' pkgconf-1.6.3/configure:13406:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then pkgconf-1.6.3/configure-13407- as_echo='printf %s\n' ############################################## pkgconf-1.6.3/configure-13409-else pkgconf-1.6.3/configure:13410: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then pkgconf-1.6.3/configure-13411- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## pkgconf-1.6.3/configure-13419- expr "X$arg" : "X\\(.*\\)$as_nl"; pkgconf-1.6.3/configure:13420: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; pkgconf-1.6.3/configure-13421- esac; ############################################## pkgconf-1.6.3/configure-13496-# ---------------------------------------- pkgconf-1.6.3/configure:13497:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are pkgconf-1.6.3/configure-13498-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## pkgconf-1.6.3/configure-13568- { pkgconf-1.6.3/configure:13569: as_val=`expr "$@" || test $? -eq 1` pkgconf-1.6.3/configure-13570- } ############################################## pkgconf-1.6.3/configure-13672- case $as_dir in #( pkgconf-1.6.3/configure:13673: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( pkgconf-1.6.3/configure-13674- *) as_qdir=$as_dir;; ############################################## pkgconf-1.6.3/configure-13807-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 pkgconf-1.6.3/configure:13808:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" pkgconf-1.6.3/configure-13809-ac_cs_version="\\ ############################################## pkgconf-1.6.3/configure-13832- --*=?*) pkgconf-1.6.3/configure:13833: ac_option=`expr "X$1" : 'X\([^=]*\)='` pkgconf-1.6.3/configure:13834: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` pkgconf-1.6.3/configure-13835- ac_shift=: ############################################## pkgconf-1.6.3/configure-13837- --*=) pkgconf-1.6.3/configure:13838: ac_option=`expr "X$1" : 'X\([^=]*\)='` pkgconf-1.6.3/configure-13839- ac_optarg= ############################################## pkgconf-1.6.3/configure-13861- case $ac_optarg in pkgconf-1.6.3/configure:13862: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; pkgconf-1.6.3/configure-13863- '') as_fn_error $? "missing file argument" ;; ############################################## pkgconf-1.6.3/configure-13869- case $ac_optarg in pkgconf-1.6.3/configure:13870: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; pkgconf-1.6.3/configure-13871- esac ############################################## pkgconf-1.6.3/configure-13938-delay_variable_subst='$delay_variable_subst' pkgconf-1.6.3/configure:13939:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13940:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13941:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13942:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13943:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13944:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13945:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13946:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13947:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13948:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13949:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13950:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13951:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13952:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13953:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13954:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13955:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13956:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13957:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13958:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13959:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13960:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13961:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13962:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13963:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13964:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13965:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13966:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13967:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13968:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13969:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13970:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13971:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13972:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13973:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13974:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13975:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13976:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13977:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13978:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13979:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13980:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13981:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13982:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13983:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13984:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13985:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13986:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13987:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13988:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13989:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13990:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13991:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13992:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13993:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13994:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13995:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13996:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13997: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"`' pkgconf-1.6.3/configure:13998:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:13999:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14000:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14001:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14002:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14003:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14004:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14005:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14006:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14007:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14008:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14009:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14010:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14011:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14012:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14013:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14014:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14015:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14016:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14017:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14018:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14019:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14020:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14021:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14022:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14023:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14024:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14025:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14026:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14027:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14028:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14029:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14030:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14031:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14032:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14033:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14034:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14035:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14036:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14037:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14038:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14039:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14040:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14041:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14042:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14043:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14044:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14045:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14046:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14047:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14048:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14049:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14050:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14051:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14052:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14053:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14054:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14055:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14056:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14057:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14058:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14059:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14060:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14061:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14062:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14063:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14064:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14065:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14066:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14067:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14068:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14069:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14070:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14071:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14072:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure:14073:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' pkgconf-1.6.3/configure-14074- ############################################## pkgconf-1.6.3/configure-14155-striplib; do pkgconf-1.6.3/configure:14156: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in pkgconf-1.6.3/configure-14157- *[\\\\\\\`\\"\\\$]*) pkgconf-1.6.3/configure:14158: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes pkgconf-1.6.3/configure-14159- ;; ############################################## pkgconf-1.6.3/configure-14186-configure_time_lt_sys_library_path; do pkgconf-1.6.3/configure:14187: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in pkgconf-1.6.3/configure-14188- *[\\\\\\\`\\"\\\$]*) pkgconf-1.6.3/configure:14189: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes pkgconf-1.6.3/configure-14190- ;; ############################################## pkgconf-1.6.3/configure-14285-fi pkgconf-1.6.3/configure:14286:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` pkgconf-1.6.3/configure-14287-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## pkgconf-1.6.3/configure-14302- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 pkgconf-1.6.3/configure:14303:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` pkgconf-1.6.3/configure-14304-ac_delim='%!_!# ' ############################################## pkgconf-1.6.3/configure-14308- pkgconf-1.6.3/configure:14309: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` pkgconf-1.6.3/configure-14310- if test $ac_delim_n = $ac_delim_num; then ############################################## pkgconf-1.6.3/configure-14446-for ac_last_try in false false :; do pkgconf-1.6.3/configure:14447: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` pkgconf-1.6.3/configure-14448- if test -z "$ac_tt"; then ############################################## pkgconf-1.6.3/configure-14578- esac pkgconf-1.6.3/configure:14579: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac pkgconf-1.6.3/configure-14580- as_fn_append ac_file_inputs " '$ac_f'" ############################################## pkgconf-1.6.3/configure-14637-*) pkgconf-1.6.3/configure:14638: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` pkgconf-1.6.3/configure-14639- # A ".." for each directory in $ac_dir_suffix. pkgconf-1.6.3/configure:14640: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` pkgconf-1.6.3/configure-14641- case $ac_top_builddir_sub in ############################################## pkgconf-1.6.3/configure-14698-/@mandir@/p' pkgconf-1.6.3/configure:14699:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in pkgconf-1.6.3/configure-14700-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## pkgconf-1.6.3/configure-14715- pkgconf-1.6.3/configure:14716:# Neutralize VPATH when `$srcdir' = `.'. pkgconf-1.6.3/configure-14717-# Shell code in configure.ac might set extrasub. ############################################## pkgconf-1.6.3/configure-14743-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && pkgconf-1.6.3/configure:14744: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && pkgconf-1.6.3/configure-14745- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## pkgconf-1.6.3/configure-14789- * ) pkgconf-1.6.3/configure:14790: _am_stamp_count=`expr $_am_stamp_count + 1` ;; pkgconf-1.6.3/configure-14791- esac ############################################## pkgconf-1.6.3/configure-14836- # Strip MF so we end up with the name of the file. pkgconf-1.6.3/configure:14837: mf=`echo "$mf" | sed -e 's/:.*$//'` pkgconf-1.6.3/configure-14838- # Check whether this is an Automake generated Makefile or not. ############################################## pkgconf-1.6.3/configure-14873- # from the Makefile without running 'make'. pkgconf-1.6.3/configure:14874: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` pkgconf-1.6.3/configure-14875- test -z "$DEPDIR" && continue pkgconf-1.6.3/configure:14876: am__include=`sed -n 's/^am__include = //p' < "$mf"` pkgconf-1.6.3/configure-14877- test -z "$am__include" && continue pkgconf-1.6.3/configure:14878: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` pkgconf-1.6.3/configure-14879- # Find all dependency output files, they are included files with ############################################## pkgconf-1.6.3/configure-15394- *:) pkgconf-1.6.3/configure:15395: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" pkgconf-1.6.3/configure-15396- ;; pkgconf-1.6.3/configure-15397- x:*) pkgconf-1.6.3/configure:15398: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" pkgconf-1.6.3/configure-15399- ;; pkgconf-1.6.3/configure-15400- *::*) pkgconf-1.6.3/configure:15401: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" pkgconf-1.6.3/configure:15402: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" pkgconf-1.6.3/configure-15403- ;; pkgconf-1.6.3/configure-15404- *) pkgconf-1.6.3/configure:15405: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" pkgconf-1.6.3/configure-15406- ;; ############################################## pkgconf-1.6.3/configure-15421- done pkgconf-1.6.3/configure:15422: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` pkgconf-1.6.3/configure-15423-} ############################################## pkgconf-1.6.3/install-sh-234- fi pkgconf-1.6.3/install-sh:235: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; pkgconf-1.6.3/install-sh-236- *) ############################################## pkgconf-1.6.3/install-sh-281- dstdir=$dst pkgconf-1.6.3/install-sh:282: dst=$dstdir/`basename "$src"` pkgconf-1.6.3/install-sh-283- dstdir_status=0 pkgconf-1.6.3/install-sh-284- else pkgconf-1.6.3/install-sh:285: dstdir=`dirname "$dst"` pkgconf-1.6.3/install-sh-286- test -d "$dstdir" ############################################## pkgconf-1.6.3/install-sh-344- test_tmpdir="$tmpdir/a" pkgconf-1.6.3/install-sh:345: ls_ld_tmpdir=`ls -ld "$test_tmpdir"` pkgconf-1.6.3/install-sh-346- case $ls_ld_tmpdir in ############################################## pkgconf-1.6.3/install-sh-351- $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { pkgconf-1.6.3/install-sh:352: ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` pkgconf-1.6.3/install-sh-353- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## pkgconf-1.6.3/install-sh-409- case $prefix in pkgconf-1.6.3/install-sh:410: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; pkgconf-1.6.3/install-sh-411- *) qprefix=$prefix;; ############################################## pkgconf-1.6.3/install-sh-458- if $copy_on_change && pkgconf-1.6.3/install-sh:459: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && pkgconf-1.6.3/install-sh:460: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && pkgconf-1.6.3/install-sh-461- set -f && ############################################## pkgconf-1.6.3/configure.ac-40-AC_ARG_WITH([pkg-config-dir],[AC_HELP_STRING([--with-pkg-config-dir],[specify pkgconf-1.6.3/configure.ac:41: the place where pc files will be found])],PKG_DEFAULT_PATH="$withval", pkgconf-1.6.3/configure.ac-42- PKG_DEFAULT_PATH="${libdir}/pkgconfig:${datadir}/pkgconfig") ############################################## pkgconf-1.6.3/debian/pkg-config-crosswrapper-9- # i686-linux-gnu for Ubuntu i386 pkgconf-1.6.3/debian/pkg-config-crosswrapper:10: basename="`basename "$0"`" pkgconf-1.6.3/debian/pkg-config-crosswrapper-11- triplet="${basename%-pkg-config}" pkgconf-1.6.3/debian/pkg-config-crosswrapper-12- # Normalized multiarch path if any, e.g. i386-linux-gnu for i386 pkgconf-1.6.3/debian/pkg-config-crosswrapper:13: multiarch="`dpkg-architecture -t"${triplet}" -qDEB_HOST_MULTIARCH 2>/dev/null`" pkgconf-1.6.3/debian/pkg-config-crosswrapper-14- # Native multiarch path