=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== bristol-0.60.11/config.guess-38- bristol-0.60.11/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'` bristol-0.60.11/config.guess-40- ############################################## bristol-0.60.11/config.guess-108-: ${TMPDIR=/tmp} ; bristol-0.60.11/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || bristol-0.60.11/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## bristol-0.60.11/config.guess-194- *) bristol-0.60.11/config.guess:195: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` bristol-0.60.11/config.guess-196- ;; ############################################## bristol-0.60.11/config.guess-221- *4.0) bristol-0.60.11/config.guess:222: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` bristol-0.60.11/config.guess-223- ;; bristol-0.60.11/config.guess-224- *5.*) bristol-0.60.11/config.guess:225: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` bristol-0.60.11/config.guess-226- ;; ############################################## bristol-0.60.11/config.guess-231- # types through head -n 1, so we only detect the type of CPU 0. bristol-0.60.11/config.guess:232: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` bristol-0.60.11/config.guess-233- case "$ALPHA_CPU_TYPE" in ############################################## bristol-0.60.11/config.guess-269- # 1.2 uses "1.2" for uname -r. bristol-0.60.11/config.guess:270: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` bristol-0.60.11/config.guess-271- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## bristol-0.60.11/config.guess-329- s390x:SunOS:*:*) bristol-0.60.11/config.guess:330: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` bristol-0.60.11/config.guess-331- exit ;; bristol-0.60.11/config.guess-332- sun4H:SunOS:5.*:*) bristol-0.60.11/config.guess:333: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` bristol-0.60.11/config.guess-334- exit ;; bristol-0.60.11/config.guess-335- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) bristol-0.60.11/config.guess:336: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` bristol-0.60.11/config.guess-337- exit ;; ############################################## bristol-0.60.11/config.guess-354- fi bristol-0.60.11/config.guess:355: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` bristol-0.60.11/config.guess-356- exit ;; ############################################## bristol-0.60.11/config.guess-360- # it's likely to be more like Solaris than SunOS4. bristol-0.60.11/config.guess:361: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` bristol-0.60.11/config.guess-362- exit ;; ############################################## bristol-0.60.11/config.guess-369- # Japanese Language versions have a version number like `4.1.3-JL'. bristol-0.60.11/config.guess:370: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` bristol-0.60.11/config.guess-371- exit ;; ############################################## bristol-0.60.11/config.guess-375- sun*:*:4.2BSD:*) bristol-0.60.11/config.guess:376: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` bristol-0.60.11/config.guess-377- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## bristol-0.60.11/config.guess-457- $CC_FOR_BUILD -o $dummy $dummy.c && bristol-0.60.11/config.guess:458: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && bristol-0.60.11/config.guess:459: SYSTEM_NAME=`$dummy $dummyarg` && bristol-0.60.11/config.guess-460- { echo "$SYSTEM_NAME"; exit; } ############################################## bristol-0.60.11/config.guess-513- *:IRIX*:*:*) bristol-0.60.11/config.guess:514: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` bristol-0.60.11/config.guess-515- exit ;; ############################################## bristol-0.60.11/config.guess-543-EOF bristol-0.60.11/config.guess:544: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` bristol-0.60.11/config.guess-545- then ############################################## bristol-0.60.11/config.guess-556- *:AIX:*:[4567]) bristol-0.60.11/config.guess:557: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` bristol-0.60.11/config.guess-558- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## bristol-0.60.11/config.guess-591- 9000/[34678]??:HP-UX:*:*) bristol-0.60.11/config.guess:592: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` bristol-0.60.11/config.guess-593- case "${UNAME_MACHINE}" in ############################################## bristol-0.60.11/config.guess-645-EOF bristol-0.60.11/config.guess:646: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` bristol-0.60.11/config.guess-647- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## bristol-0.60.11/config.guess-673- ia64:HP-UX:*:*) bristol-0.60.11/config.guess:674: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` bristol-0.60.11/config.guess-675- echo ia64-hp-hpux${HPUX_REV} ############################################## bristol-0.60.11/config.guess-703-EOF bristol-0.60.11/config.guess:704: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && bristol-0.60.11/config.guess-705- { echo "$SYSTEM_NAME"; exit; } ############################################## bristol-0.60.11/config.guess-774- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` bristol-0.60.11/config.guess:775: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` bristol-0.60.11/config.guess-776- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## bristol-0.60.11/config.guess-779- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` bristol-0.60.11/config.guess:780: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` bristol-0.60.11/config.guess-781- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## bristol-0.60.11/config.guess-795- amd64) bristol-0.60.11/config.guess:796: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; bristol-0.60.11/config.guess-797- *) bristol-0.60.11/config.guess:798: echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; bristol-0.60.11/config.guess-799- esac ############################################## bristol-0.60.11/config.guess-850- prep*:SunOS:5.*:*) bristol-0.60.11/config.guess:851: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` bristol-0.60.11/config.guess-852- exit ;; ############################################## bristol-0.60.11/config.guess-854- # the GNU system bristol-0.60.11/config.guess:855: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` bristol-0.60.11/config.guess-856- exit ;; ############################################## bristol-0.60.11/config.guess-858- # other systems with GNU libc and userland bristol-0.60.11/config.guess:859: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu bristol-0.60.11/config.guess-860- exit ;; ############################################## bristol-0.60.11/config.guess-923-EOF bristol-0.60.11/config.guess:924: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` bristol-0.60.11/config.guess-925- echo "${UNAME_MACHINE}-pc-linux-${LIBC}" ############################################## bristol-0.60.11/config.guess-951-EOF bristol-0.60.11/config.guess:952: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` bristol-0.60.11/config.guess-953- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ############################################## bristol-0.60.11/config.guess-1036- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) bristol-0.60.11/config.guess:1037: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` bristol-0.60.11/config.guess-1038- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## bristol-0.60.11/config.guess-1306- *:DragonFly:*:*) bristol-0.60.11/config.guess:1307: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` bristol-0.60.11/config.guess-1308- exit ;; ############################################## bristol-0.60.11/config.guess-1319- i*86:skyos:*:*) bristol-0.60.11/config.guess:1320: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' bristol-0.60.11/config.guess-1321- exit ;; ############################################## bristol-0.60.11/config.guess-1450- bristol-0.60.11/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && bristol-0.60.11/config.guess-1452- { echo "$SYSTEM_NAME"; exit; } ############################################## bristol-0.60.11/depcomp-73- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} bristol-0.60.11/depcomp:74:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} bristol-0.60.11/depcomp-75- ############################################## bristol-0.60.11/depcomp-249- # Version 6 uses the directory in both cases. bristol-0.60.11/depcomp:250: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` bristol-0.60.11/depcomp-251- test "x$dir" = "x$object" && dir= bristol-0.60.11/depcomp:252: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` bristol-0.60.11/depcomp-253- if test "$libtool" = yes; then ############################################## bristol-0.60.11/depcomp-344- # Much of this is similar to the tru64 case; see comments there. bristol-0.60.11/depcomp:345: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` bristol-0.60.11/depcomp-346- test "x$dir" = "x$object" && dir= bristol-0.60.11/depcomp:347: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` bristol-0.60.11/depcomp-348- if test "$libtool" = yes; then ############################################## bristol-0.60.11/depcomp-388- # Subdirectories are respected. bristol-0.60.11/depcomp:389: dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` bristol-0.60.11/depcomp-390- test "x$dir" = "x$object" && dir= bristol-0.60.11/depcomp:391: base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` bristol-0.60.11/depcomp-392- ############################################## bristol-0.60.11/depcomp-578- done bristol-0.60.11/depcomp:579: obj_suffix=`echo "$object" | sed 's/^.*\././'` bristol-0.60.11/depcomp-580- touch "$tmpdepfile" ############################################## bristol-0.60.11/libbristol/Makefile.in-323-.c.obj: bristol-0.60.11/libbristol/Makefile.in:324:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` bristol-0.60.11/libbristol/Makefile.in-325-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## bristol-0.60.11/libbristol/Makefile.in-327-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bristol-0.60.11/libbristol/Makefile.in:328:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bristol-0.60.11/libbristol/Makefile.in-329- ############################################## bristol-0.60.11/libbristol/Makefile.in-387-GTAGS: bristol-0.60.11/libbristol/Makefile.in:388: here=`$(am__cd) $(top_builddir) && pwd` \ bristol-0.60.11/libbristol/Makefile.in-389- && $(am__cd) $(top_srcdir) \ ############################################## bristol-0.60.11/libbristol/Makefile.in-395-distdir: $(DISTFILES) bristol-0.60.11/libbristol/Makefile.in:396: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbristol/Makefile.in:397: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbristol/Makefile.in-398- list='$(DISTFILES)'; \ ############################################## bristol-0.60.11/libbristol/Makefile.in-409- if test -d $$d/$$file; then \ bristol-0.60.11/libbristol/Makefile.in:410: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ bristol-0.60.11/libbristol/Makefile.in-411- if test -d "$(distdir)/$$file"; then \ ############################################## bristol-0.60.11/INSTALL-173-directory configuration variables that were expressed in terms of bristol-0.60.11/INSTALL:174:`${prefix}'. Any directories that were specified during `configure', bristol-0.60.11/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install ############################################## bristol-0.60.11/config.sub-57- bristol-0.60.11/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'` bristol-0.60.11/config.sub-59- ############################################## bristol-0.60.11/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations. bristol-0.60.11/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` bristol-0.60.11/config.sub-124-case $maybe_os in ############################################## bristol-0.60.11/config.sub-130- os=-$maybe_os bristol-0.60.11/config.sub:131: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` bristol-0.60.11/config.sub-132- ;; ############################################## bristol-0.60.11/config.sub-134- os=-linux-android bristol-0.60.11/config.sub:135: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown bristol-0.60.11/config.sub-136- ;; bristol-0.60.11/config.sub-137- *) bristol-0.60.11/config.sub:138: basic_machine=`echo $1 | sed 's/-[^-]*$//'` bristol-0.60.11/config.sub-139- if [ $basic_machine != $1 ] bristol-0.60.11/config.sub:140: then os=`echo $1 | sed 's/.*-/-/'` bristol-0.60.11/config.sub-141- else os=; fi ############################################## bristol-0.60.11/config.sub-188- os=-sco5v6 bristol-0.60.11/config.sub:189: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bristol-0.60.11/config.sub-190- ;; ############################################## bristol-0.60.11/config.sub-192- os=-sco3.2v5 bristol-0.60.11/config.sub:193: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bristol-0.60.11/config.sub-194- ;; ############################################## bristol-0.60.11/config.sub-196- os=-sco3.2v4 bristol-0.60.11/config.sub:197: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bristol-0.60.11/config.sub-198- ;; bristol-0.60.11/config.sub-199- -sco3.2.[4-9]*) bristol-0.60.11/config.sub:200: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` bristol-0.60.11/config.sub:201: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bristol-0.60.11/config.sub-202- ;; ############################################## bristol-0.60.11/config.sub-204- # Don't forget version if it is 3.2v4 or newer. bristol-0.60.11/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bristol-0.60.11/config.sub-206- ;; ############################################## bristol-0.60.11/config.sub-208- # Don't forget version if it is 3.2v4 or newer. bristol-0.60.11/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bristol-0.60.11/config.sub-210- ;; ############################################## bristol-0.60.11/config.sub-212- os=-sco3.2v2 bristol-0.60.11/config.sub:213: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bristol-0.60.11/config.sub-214- ;; bristol-0.60.11/config.sub-215- -udk*) bristol-0.60.11/config.sub:216: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bristol-0.60.11/config.sub-217- ;; ############################################## bristol-0.60.11/config.sub-219- os=-isc2.2 bristol-0.60.11/config.sub:220: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bristol-0.60.11/config.sub-221- ;; ############################################## bristol-0.60.11/config.sub-225- -isc*) bristol-0.60.11/config.sub:226: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` bristol-0.60.11/config.sub-227- ;; ############################################## bristol-0.60.11/config.sub-237- -ptx*) bristol-0.60.11/config.sub:238: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` bristol-0.60.11/config.sub-239- ;; bristol-0.60.11/config.sub-240- -windowsnt*) bristol-0.60.11/config.sub:241: os=`echo $os | sed -e 's/windowsnt/winnt/'` bristol-0.60.11/config.sub-242- ;; ############################################## bristol-0.60.11/config.sub-363- *-*-*) bristol-0.60.11/config.sub:364: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 bristol-0.60.11/config.sub-365- exit 1 ############################################## bristol-0.60.11/config.sub-481- amd64-*) bristol-0.60.11/config.sub:482: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-483- ;; ############################################## bristol-0.60.11/config.sub-523- blackfin-*) bristol-0.60.11/config.sub:524: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-525- os=-linux ############################################## bristol-0.60.11/config.sub-531- c54x-*) bristol-0.60.11/config.sub:532: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-533- ;; bristol-0.60.11/config.sub-534- c55x-*) bristol-0.60.11/config.sub:535: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-536- ;; bristol-0.60.11/config.sub-537- c6x-*) bristol-0.60.11/config.sub:538: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-539- ;; ############################################## bristol-0.60.11/config.sub-734- i*86v32) bristol-0.60.11/config.sub:735: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` bristol-0.60.11/config.sub-736- os=-sysv32 ############################################## bristol-0.60.11/config.sub-738- i*86v4*) bristol-0.60.11/config.sub:739: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` bristol-0.60.11/config.sub-740- os=-sysv4 ############################################## bristol-0.60.11/config.sub-742- i*86v) bristol-0.60.11/config.sub:743: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` bristol-0.60.11/config.sub-744- os=-sysv ############################################## bristol-0.60.11/config.sub-746- i*86sol2) bristol-0.60.11/config.sub:747: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` bristol-0.60.11/config.sub-748- os=-solaris2 ############################################## bristol-0.60.11/config.sub-776- m68knommu-*) bristol-0.60.11/config.sub:777: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-778- os=-linux ############################################## bristol-0.60.11/config.sub-809- mips3*-*) bristol-0.60.11/config.sub:810: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` bristol-0.60.11/config.sub-811- ;; bristol-0.60.11/config.sub-812- mips3*) bristol-0.60.11/config.sub:813: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown bristol-0.60.11/config.sub-814- ;; ############################################## bristol-0.60.11/config.sub-827- ms1-*) bristol-0.60.11/config.sub:828: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` bristol-0.60.11/config.sub-829- ;; ############################################## bristol-0.60.11/config.sub-946- parisc-*) bristol-0.60.11/config.sub:947: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-948- os=-linux ############################################## bristol-0.60.11/config.sub-962- pc98-*) bristol-0.60.11/config.sub:963: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-964- ;; ############################################## bristol-0.60.11/config.sub-977- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) bristol-0.60.11/config.sub:978: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-979- ;; bristol-0.60.11/config.sub-980- pentiumpro-* | p6-* | 6x86-* | athlon-*) bristol-0.60.11/config.sub:981: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-982- ;; bristol-0.60.11/config.sub-983- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) bristol-0.60.11/config.sub:984: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-985- ;; bristol-0.60.11/config.sub-986- pentium4-*) bristol-0.60.11/config.sub:987: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-988- ;; ############################################## bristol-0.60.11/config.sub-996- ppc-* | ppcbe-*) bristol-0.60.11/config.sub:997: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-998- ;; ############################################## bristol-0.60.11/config.sub-1002- ppcle-* | powerpclittle-*) bristol-0.60.11/config.sub:1003: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-1004- ;; ############################################## bristol-0.60.11/config.sub-1006- ;; bristol-0.60.11/config.sub:1007: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-1008- ;; ############################################## bristol-0.60.11/config.sub-1012- ppc64le-* | powerpc64little-*) bristol-0.60.11/config.sub:1013: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-1014- ;; ############################################## bristol-0.60.11/config.sub-1091- strongarm-* | thumb-*) bristol-0.60.11/config.sub:1092: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` bristol-0.60.11/config.sub-1093- ;; ############################################## bristol-0.60.11/config.sub-1221- xscale-* | xscalee[bl]-*) bristol-0.60.11/config.sub:1222: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` bristol-0.60.11/config.sub-1223- ;; ############################################## bristol-0.60.11/config.sub-1298- *) bristol-0.60.11/config.sub:1299: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 bristol-0.60.11/config.sub-1300- exit 1 ############################################## bristol-0.60.11/config.sub-1306- *-digital*) bristol-0.60.11/config.sub:1307: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` bristol-0.60.11/config.sub-1308- ;; bristol-0.60.11/config.sub-1309- *-commodore*) bristol-0.60.11/config.sub:1310: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` bristol-0.60.11/config.sub-1311- ;; ############################################## bristol-0.60.11/config.sub-1327- -solaris1 | -solaris1.*) bristol-0.60.11/config.sub:1328: os=`echo $os | sed -e 's|solaris1|sunos4|'` bristol-0.60.11/config.sub-1329- ;; ############################################## bristol-0.60.11/config.sub-1339- -gnu/linux*) bristol-0.60.11/config.sub:1340: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` bristol-0.60.11/config.sub-1341- ;; ############################################## bristol-0.60.11/config.sub-1385- -nto*) bristol-0.60.11/config.sub:1386: os=`echo $os | sed -e 's|nto|nto-qnx|'` bristol-0.60.11/config.sub-1387- ;; ############################################## bristol-0.60.11/config.sub-1392- -mac*) bristol-0.60.11/config.sub:1393: os=`echo $os | sed -e 's|mac|macos|'` bristol-0.60.11/config.sub-1394- ;; ############################################## bristol-0.60.11/config.sub-1398- -linux*) bristol-0.60.11/config.sub:1399: os=`echo $os | sed -e 's|linux|linux-gnu|'` bristol-0.60.11/config.sub-1400- ;; bristol-0.60.11/config.sub-1401- -sunos5*) bristol-0.60.11/config.sub:1402: os=`echo $os | sed -e 's|sunos5|solaris2|'` bristol-0.60.11/config.sub-1403- ;; bristol-0.60.11/config.sub-1404- -sunos6*) bristol-0.60.11/config.sub:1405: os=`echo $os | sed -e 's|sunos6|solaris3|'` bristol-0.60.11/config.sub-1406- ;; ############################################## bristol-0.60.11/config.sub-1453- -sinix5.*) bristol-0.60.11/config.sub:1454: os=`echo $os | sed -e 's|sinix|sysv|'` bristol-0.60.11/config.sub-1455- ;; ############################################## bristol-0.60.11/config.sub-1509- # Get rid of the `-' at the beginning of $os. bristol-0.60.11/config.sub:1510: os=`echo $os | sed 's/[^-]*-//'` bristol-0.60.11/config.sub:1511: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 bristol-0.60.11/config.sub-1512- exit 1 ############################################## bristol-0.60.11/config.sub-1769- esac bristol-0.60.11/config.sub:1770: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` bristol-0.60.11/config.sub-1771- ;; ############################################## bristol-0.60.11/Makefile.in-108- while test -n "$$dir1"; do \ bristol-0.60.11/Makefile.in:109: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ bristol-0.60.11/Makefile.in-110- if test "$$first" != "."; then \ bristol-0.60.11/Makefile.in-111- if test "$$first" = ".."; then \ bristol-0.60.11/Makefile.in:112: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ bristol-0.60.11/Makefile.in:113: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ bristol-0.60.11/Makefile.in-114- else \ bristol-0.60.11/Makefile.in:115: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ bristol-0.60.11/Makefile.in-116- if test "$$first2" = "$$first"; then \ bristol-0.60.11/Makefile.in:117: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ bristol-0.60.11/Makefile.in-118- else \ ############################################## bristol-0.60.11/Makefile.in-123- fi; \ bristol-0.60.11/Makefile.in:124: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ bristol-0.60.11/Makefile.in-125- done; \ ############################################## bristol-0.60.11/Makefile.in-373- dot_seen=no; \ bristol-0.60.11/Makefile.in:374: target=`echo $@ | sed s/-recursive//`; \ bristol-0.60.11/Makefile.in-375- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## bristol-0.60.11/Makefile.in-408- rev="$$rev ."; \ bristol-0.60.11/Makefile.in:409: target=`echo $@ | sed s/-recursive//`; \ bristol-0.60.11/Makefile.in-410- for subdir in $$rev; do \ ############################################## bristol-0.60.11/Makefile.in-486-GTAGS: bristol-0.60.11/Makefile.in:487: here=`$(am__cd) $(top_builddir) && pwd` \ bristol-0.60.11/Makefile.in-488- && $(am__cd) $(top_srcdir) \ ############################################## bristol-0.60.11/Makefile.in-496- test -d "$(distdir)" || mkdir "$(distdir)" bristol-0.60.11/Makefile.in:497: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/Makefile.in:498: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/Makefile.in-499- list='$(DISTFILES)'; \ ############################################## bristol-0.60.11/Makefile.in-510- if test -d $$d/$$file; then \ bristol-0.60.11/Makefile.in:511: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ bristol-0.60.11/Makefile.in-512- if test -d "$(distdir)/$$file"; then \ ############################################## bristol-0.60.11/Makefile.in-621- test -d $(distdir)/_build || exit 0; \ bristol-0.60.11/Makefile.in:622: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ bristol-0.60.11/Makefile.in-623- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## bristol-0.60.11/Makefile.in-664- }; \ bristol-0.60.11/Makefile.in:665: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ bristol-0.60.11/Makefile.in-666- || { echo "ERROR: files left after uninstall:" ; \ ############################################## bristol-0.60.11/Makefile.in-676- fi bristol-0.60.11/Makefile.in:677: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ bristol-0.60.11/Makefile.in-678- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## bristol-0.60.11/missing-129- # Could not run --version or --help. This is probably someone bristol-0.60.11/missing:130: # running `$TOOL --version' or `$TOOL --help' to check whether bristol-0.60.11/missing-131- # $TOOL exists and not knowing $TOOL uses missing. ############################################## bristol-0.60.11/missing-163- from any GNU archive site." bristol-0.60.11/missing:164: files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` bristol-0.60.11/missing-165- test -z "$files" && files="config.h" ############################################## bristol-0.60.11/missing-192- proper tools for further handling them. bristol-0.60.11/missing:193: You can get \`$1' as part of \`Autoconf' from any GNU bristol-0.60.11/missing-194- archive site." bristol-0.60.11/missing-195- bristol-0.60.11/missing:196: file=`echo "$*" | sed -n "$sed_output"` bristol-0.60.11/missing:197: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` bristol-0.60.11/missing-198- if test -f "$file"; then ############################################## bristol-0.60.11/missing-221- *.y) bristol-0.60.11/missing:222: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` bristol-0.60.11/missing-223- if test -f "$SRCFILE"; then ############################################## bristol-0.60.11/missing-225- fi bristol-0.60.11/missing:226: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` bristol-0.60.11/missing-227- if test -f "$SRCFILE"; then ############################################## bristol-0.60.11/missing-251- *.l) bristol-0.60.11/missing:252: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` bristol-0.60.11/missing-253- if test -f "$SRCFILE"; then ############################################## bristol-0.60.11/missing-270- bristol-0.60.11/missing:271: file=`echo "$*" | sed -n "$sed_output"` bristol-0.60.11/missing:272: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` bristol-0.60.11/missing-273- if test -f "$file"; then ############################################## bristol-0.60.11/missing-290- # The file to touch is that specified with -o ... bristol-0.60.11/missing:291: file=`echo "$*" | sed -n "$sed_output"` bristol-0.60.11/missing:292: test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` bristol-0.60.11/missing-293- if test -z "$file"; then bristol-0.60.11/missing-294- # ... or it is the one specified with @setfilename ... bristol-0.60.11/missing:295: infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` bristol-0.60.11/missing-296- file=`sed -n ' ############################################## bristol-0.60.11/missing-302- # ... or it is derived from the source name (dir/f.texi becomes f.info) bristol-0.60.11/missing:303: test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info bristol-0.60.11/missing-304- fi ############################################## bristol-0.60.11/brighton/brightonHammondB3.c-1245-{ bristol-0.60.11/brighton/brightonHammondB3.c:1246:/*printf("doReverbParam(%i, %i, %i)\n", cont, op, value); */ bristol-0.60.11/brighton/brightonHammondB3.c-1247- if (op == 4) ############################################## bristol-0.60.11/brighton/Makefile.in-361- test -n "$(EXEEXT)" || exit 0; \ bristol-0.60.11/brighton/Makefile.in:362: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ bristol-0.60.11/brighton/Makefile.in-363- echo " rm -f" $$list; \ ############################################## bristol-0.60.11/brighton/Makefile.in-431-.c.obj: bristol-0.60.11/brighton/Makefile.in:432:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` bristol-0.60.11/brighton/Makefile.in-433-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## bristol-0.60.11/brighton/Makefile.in-435-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bristol-0.60.11/brighton/Makefile.in:436:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bristol-0.60.11/brighton/Makefile.in-437- ############################################## bristol-0.60.11/brighton/Makefile.in-495-GTAGS: bristol-0.60.11/brighton/Makefile.in:496: here=`$(am__cd) $(top_builddir) && pwd` \ bristol-0.60.11/brighton/Makefile.in-497- && $(am__cd) $(top_srcdir) \ ############################################## bristol-0.60.11/brighton/Makefile.in-503-distdir: $(DISTFILES) bristol-0.60.11/brighton/Makefile.in:504: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/brighton/Makefile.in:505: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/brighton/Makefile.in-506- list='$(DISTFILES)'; \ ############################################## bristol-0.60.11/brighton/Makefile.in-517- if test -d $$d/$$file; then \ bristol-0.60.11/brighton/Makefile.in:518: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ bristol-0.60.11/brighton/Makefile.in-519- if test -d "$(distdir)/$$file"; then \ ############################################## bristol-0.60.11/ltmain.sh-167-{ bristol-0.60.11/ltmain.sh:168: func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` bristol-0.60.11/ltmain.sh-169- if test "X$func_dirname_result" = "X${1}"; then ############################################## bristol-0.60.11/ltmain.sh-179-{ bristol-0.60.11/ltmain.sh:180: func_basename_result=`$ECHO "${1}" | $SED "$basename"` bristol-0.60.11/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation ############################################## bristol-0.60.11/ltmain.sh-198- # Extract subdirectory from the argument. bristol-0.60.11/ltmain.sh:199: func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` bristol-0.60.11/ltmain.sh-200- if test "X$func_dirname_result" = "X${1}"; then ############################################## bristol-0.60.11/ltmain.sh-204- fi bristol-0.60.11/ltmain.sh:205: func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` bristol-0.60.11/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation ############################################## bristol-0.60.11/ltmain.sh-217- case ${2} in bristol-0.60.11/ltmain.sh:218: .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; bristol-0.60.11/ltmain.sh:219: *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; bristol-0.60.11/ltmain.sh-220- esac ############################################## bristol-0.60.11/ltmain.sh-380- progdir=$func_dirname_result bristol-0.60.11/ltmain.sh:381: progdir=`cd "$progdir" && pwd` bristol-0.60.11/ltmain.sh-382- progpath="$progdir/$progname" ############################################## bristol-0.60.11/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of bristol-0.60.11/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'. `\' that '$'. bristol-0.60.11/ltmain.sh-419-bs='\\' ############################################## bristol-0.60.11/ltmain.sh-531- # ...otherwise throw away the child directory and loop bristol-0.60.11/ltmain.sh:532: my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` bristol-0.60.11/ltmain.sh-533- done bristol-0.60.11/ltmain.sh:534: my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` bristol-0.60.11/ltmain.sh-535- ############################################## bristol-0.60.11/ltmain.sh-566- # If mktemp works, use that first and foremost bristol-0.60.11/ltmain.sh:567: my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` bristol-0.60.11/ltmain.sh-568- ############################################## bristol-0.60.11/ltmain.sh-597- *[\\\`\"\$]*) bristol-0.60.11/ltmain.sh:598: func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; bristol-0.60.11/ltmain.sh-599- *) ############################################## bristol-0.60.11/ltmain.sh-702- [0-9]* | *[!a-zA-Z0-9_]*) bristol-0.60.11/ltmain.sh:703: func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` bristol-0.60.11/ltmain.sh-704- ;; ############################################## bristol-0.60.11/ltmain.sh-769- s/\$with_gnu_ld/'"$with_gnu_ld"'/ bristol-0.60.11/ltmain.sh:770: s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ bristol-0.60.11/ltmain.sh:771: s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ bristol-0.60.11/ltmain.sh-772- p ############################################## bristol-0.60.11/ltmain.sh-803- bristol-0.60.11/ltmain.sh:804: func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"` bristol-0.60.11/ltmain.sh:805: func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"` bristol-0.60.11/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation ############################################## bristol-0.60.11/ltmain.sh-816- bristol-0.60.11/ltmain.sh:817: func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"` bristol-0.60.11/ltmain.sh:818: func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"` bristol-0.60.11/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation ############################################## bristol-0.60.11/ltmain.sh-862-{ bristol-0.60.11/ltmain.sh:863: func_arith_result=`expr "${@}"` bristol-0.60.11/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation ############################################## bristol-0.60.11/ltmain.sh-870-{ bristol-0.60.11/ltmain.sh:871: func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len` bristol-0.60.11/ltmain.sh-872-} # func_len may be replaced by extended shell implementation ############################################## bristol-0.60.11/ltmain.sh-877-{ bristol-0.60.11/ltmain.sh:878: func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` bristol-0.60.11/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation ############################################## bristol-0.60.11/ltmain.sh-884-{ bristol-0.60.11/ltmain.sh:885: func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` bristol-0.60.11/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation ############################################## bristol-0.60.11/ltmain.sh-968- # quotes we have to do it in 2 steps: bristol-0.60.11/ltmain.sh:969: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` bristol-0.60.11/ltmain.sh-970- eval "$extractedcf" ############################################## bristol-0.60.11/ltmain.sh-1382- done bristol-0.60.11/ltmain.sh:1383: CC_expanded=`func_echo_all $CC` bristol-0.60.11/ltmain.sh:1384: CC_quoted_expanded=`func_echo_all $CC_quoted` bristol-0.60.11/ltmain.sh-1385- case $@ in ############################################## bristol-0.60.11/ltmain.sh-1395- # Evaluate the configuration. bristol-0.60.11/ltmain.sh:1396: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" bristol-0.60.11/ltmain.sh-1397- CC_quoted= ############################################## bristol-0.60.11/ltmain.sh-1401- done bristol-0.60.11/ltmain.sh:1402: CC_expanded=`func_echo_all $CC` bristol-0.60.11/ltmain.sh:1403: CC_quoted_expanded=`func_echo_all $CC_quoted` bristol-0.60.11/ltmain.sh-1404- case "$@ " in ############################################## bristol-0.60.11/ltmain.sh-1492- # zero AND non-empty stdout, which explains the odd construction: bristol-0.60.11/ltmain.sh:1493: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` bristol-0.60.11/ltmain.sh-1494- if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then ############################################## bristol-0.60.11/ltmain.sh-1558- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then bristol-0.60.11/ltmain.sh:1559: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` bristol-0.60.11/ltmain.sh-1560- if test "$?" -ne 0; then ############################################## bristol-0.60.11/ltmain.sh-1721- # LT_CYGPATH in this case. bristol-0.60.11/ltmain.sh:1722: func_to_host_file_result=`cygpath -m "$1"` bristol-0.60.11/ltmain.sh-1723- fi ############################################## bristol-0.60.11/ltmain.sh-1871- func_to_host_path_tmp1=$func_stripname_result bristol-0.60.11/ltmain.sh:1872: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` bristol-0.60.11/ltmain.sh-1873- func_convert_path_check : ";" \ ############################################## bristol-0.60.11/ltmain.sh-2060- *.[cCFSifmso] | \ bristol-0.60.11/ltmain.sh:2061: *.ada | *.adb | *.ads | *.asm | \ bristol-0.60.11/ltmain.sh-2062- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## bristol-0.60.11/ltmain.sh-2137- if test "$compiler_c_o" = no; then bristol-0.60.11/ltmain.sh:2138: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} bristol-0.60.11/ltmain.sh-2139- lockfile="$output_obj.lock" ############################################## bristol-0.60.11/ltmain.sh-2156-*** ERROR, $lockfile exists and contains: bristol-0.60.11/ltmain.sh:2157:`cat $lockfile 2>/dev/null` bristol-0.60.11/ltmain.sh-2158- ############################################## bristol-0.60.11/ltmain.sh-2204- if test "$need_locks" = warn && bristol-0.60.11/ltmain.sh:2205: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then bristol-0.60.11/ltmain.sh-2206- $ECHO "\ bristol-0.60.11/ltmain.sh-2207-*** ERROR, $lockfile contains: bristol-0.60.11/ltmain.sh:2208:`cat $lockfile 2>/dev/null` bristol-0.60.11/ltmain.sh-2209- ############################################## bristol-0.60.11/ltmain.sh-2253- if test "$need_locks" = warn && bristol-0.60.11/ltmain.sh:2254: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then bristol-0.60.11/ltmain.sh-2255- $ECHO "\ bristol-0.60.11/ltmain.sh-2256-*** ERROR, $lockfile contains: bristol-0.60.11/ltmain.sh:2257:`cat $lockfile 2>/dev/null` bristol-0.60.11/ltmain.sh-2258- ############################################## bristol-0.60.11/ltmain.sh-2548- test -n "$library_names" && \ bristol-0.60.11/ltmain.sh:2549: func_warning "\`$file' was not linked with \`-export-dynamic'" bristol-0.60.11/ltmain.sh-2550- continue ############################################## bristol-0.60.11/ltmain.sh-2559- if test ! -f "$dir/$dlname"; then bristol-0.60.11/ltmain.sh:2560: func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" bristol-0.60.11/ltmain.sh-2561- fi ############################################## bristol-0.60.11/ltmain.sh-2577- # Get the absolute pathname. bristol-0.60.11/ltmain.sh:2578: absdir=`cd "$dir" && pwd` bristol-0.60.11/ltmain.sh-2579- test -n "$absdir" && dir="$absdir" ############################################## bristol-0.60.11/ltmain.sh-2675- if test -n "$lt_sysroot"; then bristol-0.60.11/ltmain.sh:2676: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` bristol-0.60.11/ltmain.sh-2677- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## bristol-0.60.11/ltmain.sh-2957- # Determine the prefix the user has applied to our future dir. bristol-0.60.11/ltmain.sh:2958: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` bristol-0.60.11/ltmain.sh-2959- ############################################## bristol-0.60.11/ltmain.sh-2970- # Stick the inst_prefix_dir data into the link command. bristol-0.60.11/ltmain.sh:2971: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` bristol-0.60.11/ltmain.sh-2972- else bristol-0.60.11/ltmain.sh:2973: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` bristol-0.60.11/ltmain.sh-2974- fi ############################################## bristol-0.60.11/ltmain.sh-3130- fi bristol-0.60.11/ltmain.sh:3131: libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test bristol-0.60.11/ltmain.sh-3132- if test -n "$libdir" && test ! -f "$libfile"; then bristol-0.60.11/ltmain.sh:3133: func_warning "\`$lib' has not been installed in \`$libdir'" bristol-0.60.11/ltmain.sh-3134- finalize=no ############################################## bristol-0.60.11/ltmain.sh-3149- # Replace the output file specification. bristol-0.60.11/ltmain.sh:3150: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` bristol-0.60.11/ltmain.sh-3151- ############################################## bristol-0.60.11/ltmain.sh-3168- # Install the binary that we compiled earlier. bristol-0.60.11/ltmain.sh:3169: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` bristol-0.60.11/ltmain.sh-3170- fi ############################################## bristol-0.60.11/ltmain.sh-3241- my_pic_p="${3-no}" bristol-0.60.11/ltmain.sh:3242: my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` bristol-0.60.11/ltmain.sh-3243- my_dlsyms= ############################################## bristol-0.60.11/ltmain.sh-3297- # Add our own program objects to the symbol list. bristol-0.60.11/ltmain.sh:3298: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` bristol-0.60.11/ltmain.sh-3299- for progfile in $progfiles; do ############################################## bristol-0.60.11/ltmain.sh-3359- # Use subshell, to avoid clobbering current variable values bristol-0.60.11/ltmain.sh:3360: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` bristol-0.60.11/ltmain.sh-3361- if test -n "$dlprefile_dlname" ; then ############################################## bristol-0.60.11/ltmain.sh-3506- if test -f "$output_objdir/$my_outputname.def"; then bristol-0.60.11/ltmain.sh:3507: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` bristol-0.60.11/ltmain.sh:3508: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` bristol-0.60.11/ltmain.sh-3509- else bristol-0.60.11/ltmain.sh:3510: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` bristol-0.60.11/ltmain.sh:3511: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` bristol-0.60.11/ltmain.sh-3512- fi ############################################## bristol-0.60.11/ltmain.sh-3514- *) bristol-0.60.11/ltmain.sh:3515: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` bristol-0.60.11/ltmain.sh:3516: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` bristol-0.60.11/ltmain.sh-3517- ;; ############################################## bristol-0.60.11/ltmain.sh-3529- # Nullify the symbol file. bristol-0.60.11/ltmain.sh:3530: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` bristol-0.60.11/ltmain.sh:3531: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` bristol-0.60.11/ltmain.sh-3532- fi ############################################## bristol-0.60.11/ltmain.sh-3545- win32_libid_type="unknown" bristol-0.60.11/ltmain.sh:3546: win32_fileres=`file -L $1 2>/dev/null` bristol-0.60.11/ltmain.sh-3547- case $win32_fileres in ############################################## bristol-0.60.11/ltmain.sh-3596- $opt_debug bristol-0.60.11/ltmain.sh:3597: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` bristol-0.60.11/ltmain.sh-3598-} ############################################## bristol-0.60.11/ltmain.sh-3613- $opt_debug bristol-0.60.11/ltmain.sh:3614: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` bristol-0.60.11/ltmain.sh-3615- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## bristol-0.60.11/ltmain.sh-3668- func_to_tool_file "$1" func_convert_file_msys_to_w32 bristol-0.60.11/ltmain.sh:3669: 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)$'` bristol-0.60.11/ltmain.sh-3670- test -n "$func_cygming_gnu_implib_tmp" ############################################## bristol-0.60.11/ltmain.sh-3680- func_to_tool_file "$1" func_convert_file_msys_to_w32 bristol-0.60.11/ltmain.sh:3681: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` bristol-0.60.11/ltmain.sh-3682- test -n "$func_cygming_ms_implib_tmp" ############################################## bristol-0.60.11/ltmain.sh-3700- # binutils import library bristol-0.60.11/ltmain.sh:3701: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` bristol-0.60.11/ltmain.sh-3702- elif func_cygming_ms_implib_p "$1" ; then bristol-0.60.11/ltmain.sh-3703- # ms-generated import library bristol-0.60.11/ltmain.sh:3704: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` bristol-0.60.11/ltmain.sh-3705- else ############################################## bristol-0.60.11/ltmain.sh-3780- darwin_curdir=`pwd` bristol-0.60.11/ltmain.sh:3781: darwin_base_archive=`basename "$darwin_archive"` bristol-0.60.11/ltmain.sh:3782: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` bristol-0.60.11/ltmain.sh-3783- if test -n "$darwin_arches"; then bristol-0.60.11/ltmain.sh:3784: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` bristol-0.60.11/ltmain.sh-3785- darwin_arch= ############################################## bristol-0.60.11/ltmain.sh-3795- ## Okay now we've a bunch of thin objects, gotta fatten them up :) bristol-0.60.11/ltmain.sh:3796: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` bristol-0.60.11/ltmain.sh-3797- darwin_file= ############################################## bristol-0.60.11/ltmain.sh-3799- for darwin_file in $darwin_filelist; do bristol-0.60.11/ltmain.sh:3800: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` bristol-0.60.11/ltmain.sh-3801- $LIPO -create -output "$darwin_file" $darwin_files ############################################## bristol-0.60.11/ltmain.sh-3814- esac bristol-0.60.11/ltmain.sh:3815: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` bristol-0.60.11/ltmain.sh-3816- done ############################################## bristol-0.60.11/ltmain.sh-3885- bristol-0.60.11/ltmain.sh:3886: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` bristol-0.60.11/ltmain.sh-3887- $ECHO "\ ############################################## bristol-0.60.11/ltmain.sh-3920- --lt-dump-script) bristol-0.60.11/ltmain.sh:3921: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` bristol-0.60.11/ltmain.sh-3922- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. bristol-0.60.11/ltmain.sh:3923: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` bristol-0.60.11/ltmain.sh-3924- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## bristol-0.60.11/ltmain.sh-3947- \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" bristol-0.60.11/ltmain.sh:3948: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` bristol-0.60.11/ltmain.sh-3949- done ############################################## bristol-0.60.11/ltmain.sh-4005- # Find the directory that this script lives in. bristol-0.60.11/ltmain.sh:4006: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` bristol-0.60.11/ltmain.sh-4007- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## bristol-0.60.11/ltmain.sh-4009- # Follow symbolic links until we get to the real thisdir. bristol-0.60.11/ltmain.sh:4010: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` bristol-0.60.11/ltmain.sh-4011- while test -n \"\$file\"; do bristol-0.60.11/ltmain.sh:4012: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` bristol-0.60.11/ltmain.sh-4013- ############################################## bristol-0.60.11/ltmain.sh-4021- bristol-0.60.11/ltmain.sh:4022: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` bristol-0.60.11/ltmain.sh:4023: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` bristol-0.60.11/ltmain.sh-4024- done ############################################## bristol-0.60.11/ltmain.sh-4035- case \"\$thisdir\" in bristol-0.60.11/ltmain.sh:4036: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; bristol-0.60.11/ltmain.sh-4037- $objdir ) thisdir=. ;; ############################################## bristol-0.60.11/ltmain.sh-4041- # Try to get the absolute directory name. bristol-0.60.11/ltmain.sh:4042: absdir=\`cd \"\$thisdir\" && pwd\` bristol-0.60.11/ltmain.sh-4043- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## bristol-0.60.11/ltmain.sh-4051- if test ! -f \"\$progdir/\$program\" || bristol-0.60.11/ltmain.sh:4052: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ bristol-0.60.11/ltmain.sh-4053- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## bristol-0.60.11/ltmain.sh-4066- if test -n \"\$relink_command\"; then bristol-0.60.11/ltmain.sh:4067: if relink_command_output=\`eval \$relink_command 2>&1\`; then : bristol-0.60.11/ltmain.sh-4068- else ############################################## bristol-0.60.11/ltmain.sh-4110- # The second colon is a workaround for a bug in BeOS R4 sed bristol-0.60.11/ltmain.sh:4111: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` bristol-0.60.11/ltmain.sh-4112- ############################################## bristol-0.60.11/ltmain.sh-5085- $opt_debug bristol-0.60.11/ltmain.sh:5086: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in bristol-0.60.11/ltmain.sh-5087- *import*) : ;; ############################################## bristol-0.60.11/ltmain.sh-5307- moreargs= bristol-0.60.11/ltmain.sh:5308: for fil in `cat "$save_arg"` bristol-0.60.11/ltmain.sh-5309- do ############################################## bristol-0.60.11/ltmain.sh-5563- *) bristol-0.60.11/ltmain.sh:5564: absdir=`cd "$dir" && pwd` bristol-0.60.11/ltmain.sh-5565- test -z "$absdir" && \ ############################################## bristol-0.60.11/ltmain.sh-5584- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) bristol-0.60.11/ltmain.sh:5585: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` bristol-0.60.11/ltmain.sh-5586- case :$dllsearchpath: in ############################################## bristol-0.60.11/ltmain.sh-6016- # get the directories listed in $shlibpath_var bristol-0.60.11/ltmain.sh:6017: eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` bristol-0.60.11/ltmain.sh-6018- else ############################################## bristol-0.60.11/ltmain.sh-6331- set dummy $deplibs_check_method; shift bristol-0.60.11/ltmain.sh:6332: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` bristol-0.60.11/ltmain.sh-6333- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## bristol-0.60.11/ltmain.sh-6394- else bristol-0.60.11/ltmain.sh:6395: func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" bristol-0.60.11/ltmain.sh-6396- fi ############################################## bristol-0.60.11/ltmain.sh-6423- if test -n "$inherited_linker_flags"; then bristol-0.60.11/ltmain.sh:6424: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` bristol-0.60.11/ltmain.sh-6425- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## bristol-0.60.11/ltmain.sh-6431- fi bristol-0.60.11/ltmain.sh:6432: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bristol-0.60.11/ltmain.sh-6433- if test "$linkmode,$pass" = "lib,link" || ############################################## bristol-0.60.11/ltmain.sh-6504- *) bristol-0.60.11/ltmain.sh:6505: abs_ladir=`cd "$ladir" && pwd` bristol-0.60.11/ltmain.sh-6506- if test -z "$abs_ladir"; then ############################################## bristol-0.60.11/ltmain.sh-6757- shift bristol-0.60.11/ltmain.sh:6758: libname=`eval "\\$ECHO \"$libname_spec\""` bristol-0.60.11/ltmain.sh-6759- # use dlname if we got it. it's perfectly good, no? ############################################## bristol-0.60.11/ltmain.sh-7049- *) bristol-0.60.11/ltmain.sh:7050: absdir=`cd "$dir" && pwd` bristol-0.60.11/ltmain.sh-7051- if test -z "$absdir"; then ############################################## bristol-0.60.11/ltmain.sh-7060- depdepl= bristol-0.60.11/ltmain.sh:7061: eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` bristol-0.60.11/ltmain.sh-7062- if test -n "$deplibrary_names" ; then ############################################## bristol-0.60.11/ltmain.sh-7067- depdepl="$absdir/$objdir/$depdepl" bristol-0.60.11/ltmain.sh:7068: darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` bristol-0.60.11/ltmain.sh-7069- if test -z "$darwin_install_name"; then bristol-0.60.11/ltmain.sh:7070: darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` bristol-0.60.11/ltmain.sh-7071- fi ############################################## bristol-0.60.11/ltmain.sh-7082- else bristol-0.60.11/ltmain.sh:7083: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` bristol-0.60.11/ltmain.sh-7084- test -z "$libdir" && \ ############################################## bristol-0.60.11/ltmain.sh-7105- else bristol-0.60.11/ltmain.sh:7106: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bristol-0.60.11/ltmain.sh-7107- fi ############################################## bristol-0.60.11/ltmain.sh-7254- test "$module" = no && \ bristol-0.60.11/ltmain.sh:7255: func_fatal_help "libtool library \`$output' must begin with \`lib'" bristol-0.60.11/ltmain.sh-7256- ############################################## bristol-0.60.11/ltmain.sh-7392- if test "$age" -gt "$current"; then bristol-0.60.11/ltmain.sh:7393: func_error "AGE \`$age' is greater than the current interface number \`$current'" bristol-0.60.11/ltmain.sh-7394- func_fatal_error "\`$vinfo' is not valid version information" ############################################## bristol-0.60.11/ltmain.sh-7553- removelist= bristol-0.60.11/ltmain.sh:7554: tempremovelist=`$ECHO "$output_objdir/*"` bristol-0.60.11/ltmain.sh-7555- for p in $tempremovelist; do ############################################## bristol-0.60.11/ltmain.sh-7579- # Transform .lo files to .o files. bristol-0.60.11/ltmain.sh:7580: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` bristol-0.60.11/ltmain.sh-7581- fi ############################################## bristol-0.60.11/ltmain.sh-7584- #for path in $notinst_path; do bristol-0.60.11/ltmain.sh:7585: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` bristol-0.60.11/ltmain.sh:7586: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` bristol-0.60.11/ltmain.sh:7587: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` bristol-0.60.11/ltmain.sh-7588- #done ############################################## bristol-0.60.11/ltmain.sh-7705- if test -n "$i" ; then bristol-0.60.11/ltmain.sh:7706: libname=`eval "\\$ECHO \"$libname_spec\""` bristol-0.60.11/ltmain.sh:7707: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` bristol-0.60.11/ltmain.sh-7708- set dummy $deplib_matches; shift bristol-0.60.11/ltmain.sh-7709- deplib_match=$1 bristol-0.60.11/ltmain.sh:7710: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then bristol-0.60.11/ltmain.sh-7711- func_append newdeplibs " $i" ############################################## bristol-0.60.11/ltmain.sh-7748- if test -n "$i" ; then bristol-0.60.11/ltmain.sh:7749: libname=`eval "\\$ECHO \"$libname_spec\""` bristol-0.60.11/ltmain.sh:7750: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` bristol-0.60.11/ltmain.sh-7751- set dummy $deplib_matches; shift bristol-0.60.11/ltmain.sh-7752- deplib_match=$1 bristol-0.60.11/ltmain.sh:7753: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then bristol-0.60.11/ltmain.sh-7754- func_append newdeplibs " $i" ############################################## bristol-0.60.11/ltmain.sh-7783- set dummy $deplibs_check_method; shift bristol-0.60.11/ltmain.sh:7784: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` bristol-0.60.11/ltmain.sh-7785- for a_deplib in $deplibs; do ############################################## bristol-0.60.11/ltmain.sh-7798- if test -n "$a_deplib" ; then bristol-0.60.11/ltmain.sh:7799: libname=`eval "\\$ECHO \"$libname_spec\""` bristol-0.60.11/ltmain.sh-7800- if test -n "$file_magic_glob"; then bristol-0.60.11/ltmain.sh:7801: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` bristol-0.60.11/ltmain.sh-7802- else ############################################## bristol-0.60.11/ltmain.sh-7808- shopt -s nocaseglob bristol-0.60.11/ltmain.sh:7809: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` bristol-0.60.11/ltmain.sh-7810- $nocaseglob bristol-0.60.11/ltmain.sh-7811- else bristol-0.60.11/ltmain.sh:7812: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` bristol-0.60.11/ltmain.sh-7813- fi ############################################## bristol-0.60.11/ltmain.sh-7826- while test -h "$potlib" 2>/dev/null; do bristol-0.60.11/ltmain.sh:7827: potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` bristol-0.60.11/ltmain.sh-7828- case $potliblink in bristol-0.60.11/ltmain.sh-7829- [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; bristol-0.60.11/ltmain.sh:7830: *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; bristol-0.60.11/ltmain.sh-7831- esac ############################################## bristol-0.60.11/ltmain.sh-7867- set dummy $deplibs_check_method; shift bristol-0.60.11/ltmain.sh:7868: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` bristol-0.60.11/ltmain.sh-7869- for a_deplib in $deplibs; do ############################################## bristol-0.60.11/ltmain.sh-7882- if test -n "$a_deplib" ; then bristol-0.60.11/ltmain.sh:7883: libname=`eval "\\$ECHO \"$libname_spec\""` bristol-0.60.11/ltmain.sh-7884- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do bristol-0.60.11/ltmain.sh:7885: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` bristol-0.60.11/ltmain.sh-7886- for potent_lib in $potential_libs; do ############################################## bristol-0.60.11/ltmain.sh-7921- newdeplibs="" bristol-0.60.11/ltmain.sh:7922: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` bristol-0.60.11/ltmain.sh-7923- if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then ############################################## bristol-0.60.11/ltmain.sh-7925- # can't use Xsed below, because $i might contain '/' bristol-0.60.11/ltmain.sh:7926: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` bristol-0.60.11/ltmain.sh-7927- done ############################################## bristol-0.60.11/ltmain.sh-7951- # On Rhapsody replace the C library with the System framework bristol-0.60.11/ltmain.sh:7952: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` bristol-0.60.11/ltmain.sh-7953- ;; ############################################## bristol-0.60.11/ltmain.sh-8003- *-*-darwin*) bristol-0.60.11/ltmain.sh:8004: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bristol-0.60.11/ltmain.sh:8005: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bristol-0.60.11/ltmain.sh:8006: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bristol-0.60.11/ltmain.sh-8007- ;; ############################################## bristol-0.60.11/ltmain.sh-8130- # Use standard objects if they are pic bristol-0.60.11/ltmain.sh:8131: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` bristol-0.60.11/ltmain.sh-8132- test "X$libobjs" = "X " && libobjs= ############################################## bristol-0.60.11/ltmain.sh-8145- # exporting using user supplied symfile bristol-0.60.11/ltmain.sh:8146: if test "x`$SED 1q $export_symbols`" != xEXPORTS; then bristol-0.60.11/ltmain.sh-8147- # and it's NOT already a .def file. Must figure out ############################################## bristol-0.60.11/ltmain.sh-8642- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" bristol-0.60.11/ltmain.sh:8643: reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` bristol-0.60.11/ltmain.sh-8644- else ############################################## bristol-0.60.11/ltmain.sh-8656- # Create the old-style object. bristol-0.60.11/ltmain.sh:8657: reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test bristol-0.60.11/ltmain.sh-8658- ############################################## bristol-0.60.11/ltmain.sh-8716- # On Rhapsody replace the C library is the System framework bristol-0.60.11/ltmain.sh:8717: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` bristol-0.60.11/ltmain.sh:8718: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` bristol-0.60.11/ltmain.sh-8719- ;; ############################################## bristol-0.60.11/ltmain.sh-8734- # Time to change all our "foo.ltframework" stuff back to "-framework foo" bristol-0.60.11/ltmain.sh:8735: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bristol-0.60.11/ltmain.sh:8736: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bristol-0.60.11/ltmain.sh-8737- ;; ############################################## bristol-0.60.11/ltmain.sh-8812- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) bristol-0.60.11/ltmain.sh:8813: testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` bristol-0.60.11/ltmain.sh-8814- case :$dllsearchpath: in ############################################## bristol-0.60.11/ltmain.sh-8872- # Transform all the library objects into standard objects. bristol-0.60.11/ltmain.sh:8873: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` bristol-0.60.11/ltmain.sh:8874: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` bristol-0.60.11/ltmain.sh-8875- fi ############################################## bristol-0.60.11/ltmain.sh-8902- # Replace the output file specification. bristol-0.60.11/ltmain.sh:8903: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` bristol-0.60.11/ltmain.sh-8904- link_command="$compile_command$compile_rpath" ############################################## bristol-0.60.11/ltmain.sh-8911- func_to_tool_file "$output" bristol-0.60.11/ltmain.sh:8912: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` bristol-0.60.11/ltmain.sh-8913- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## bristol-0.60.11/ltmain.sh-8955- # Replace the output file specification. bristol-0.60.11/ltmain.sh:8956: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` bristol-0.60.11/ltmain.sh-8957- # Delete the old output file. ############################################## bristol-0.60.11/ltmain.sh-8963- func_to_tool_file "$output" bristol-0.60.11/ltmain.sh:8964: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` bristol-0.60.11/ltmain.sh-8965- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## bristol-0.60.11/ltmain.sh-8981- if test "$fast_install" = yes; then bristol-0.60.11/ltmain.sh:8982: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` bristol-0.60.11/ltmain.sh-8983- else ############################################## bristol-0.60.11/ltmain.sh-8993- # Replace the output file specification. bristol-0.60.11/ltmain.sh:8994: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` bristol-0.60.11/ltmain.sh-8995- ############################################## bristol-0.60.11/ltmain.sh-9002- func_to_tool_file "$output_objdir/$outputname" bristol-0.60.11/ltmain.sh:9003: 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'` bristol-0.60.11/ltmain.sh-9004- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## bristol-0.60.11/ltmain.sh-9023- relink_command="(cd `pwd`; $relink_command)" bristol-0.60.11/ltmain.sh:9024: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` bristol-0.60.11/ltmain.sh-9025- fi ############################################## bristol-0.60.11/ltmain.sh-9267- relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" bristol-0.60.11/ltmain.sh:9268: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` bristol-0.60.11/ltmain.sh-9269- if test "$hardcode_automatic" = yes ; then ############################################## bristol-0.60.11/ltmain.sh-9288- func_resolve_sysroot "$deplib" bristol-0.60.11/ltmain.sh:9289: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` bristol-0.60.11/ltmain.sh-9290- test -z "$libdir" && \ ############################################## bristol-0.60.11/ltmain.sh-9314- name="$func_basename_result" bristol-0.60.11/ltmain.sh:9315: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` bristol-0.60.11/ltmain.sh-9316- test -z "$libdir" && \ ############################################## bristol-0.60.11/ltmain.sh-9333- name="$func_basename_result" bristol-0.60.11/ltmain.sh:9334: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` bristol-0.60.11/ltmain.sh-9335- test -z "$libdir" && \ ############################################## bristol-0.60.11/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static bristol-0.60.11/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` bristol-0.60.11/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## bristol-0.60.11/libbristolaudio/Makefile.in-329-.c.obj: bristol-0.60.11/libbristolaudio/Makefile.in:330:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` bristol-0.60.11/libbristolaudio/Makefile.in-331-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## bristol-0.60.11/libbristolaudio/Makefile.in-333-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bristol-0.60.11/libbristolaudio/Makefile.in:334:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bristol-0.60.11/libbristolaudio/Makefile.in-335- ############################################## bristol-0.60.11/libbristolaudio/Makefile.in-393-GTAGS: bristol-0.60.11/libbristolaudio/Makefile.in:394: here=`$(am__cd) $(top_builddir) && pwd` \ bristol-0.60.11/libbristolaudio/Makefile.in-395- && $(am__cd) $(top_srcdir) \ ############################################## bristol-0.60.11/libbristolaudio/Makefile.in-401-distdir: $(DISTFILES) bristol-0.60.11/libbristolaudio/Makefile.in:402: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbristolaudio/Makefile.in:403: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbristolaudio/Makefile.in-404- list='$(DISTFILES)'; \ ############################################## bristol-0.60.11/libbristolaudio/Makefile.in-415- if test -d $$d/$$file; then \ bristol-0.60.11/libbristolaudio/Makefile.in:416: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ bristol-0.60.11/libbristolaudio/Makefile.in-417- if test -d "$(distdir)/$$file"; then \ ############################################## bristol-0.60.11/libbristolaudio/audioGUIALSA.c-288-if (audioDev->cflags & SLAB_AUDIODBG) bristol-0.60.11/libbristolaudio/audioGUIALSA.c:289:printf("setAudioALSAparam(%i)\n", devID); bristol-0.60.11/libbristolaudio/audioGUIALSA.c-290- ############################################## bristol-0.60.11/bin/Makefile.in-347- test -n "$(EXEEXT)" || exit 0; \ bristol-0.60.11/bin/Makefile.in:348: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ bristol-0.60.11/bin/Makefile.in-349- echo " rm -f" $$list; \ ############################################## bristol-0.60.11/bin/Makefile.in-370-.c.obj: bristol-0.60.11/bin/Makefile.in:371:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` bristol-0.60.11/bin/Makefile.in-372-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## bristol-0.60.11/bin/Makefile.in-374-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bristol-0.60.11/bin/Makefile.in:375:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bristol-0.60.11/bin/Makefile.in-376- ############################################## bristol-0.60.11/bin/Makefile.in-434-GTAGS: bristol-0.60.11/bin/Makefile.in:435: here=`$(am__cd) $(top_builddir) && pwd` \ bristol-0.60.11/bin/Makefile.in-436- && $(am__cd) $(top_srcdir) \ ############################################## bristol-0.60.11/bin/Makefile.in-442-distdir: $(DISTFILES) bristol-0.60.11/bin/Makefile.in:443: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/bin/Makefile.in:444: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/bin/Makefile.in-445- list='$(DISTFILES)'; \ ############################################## bristol-0.60.11/bin/Makefile.in-456- if test -d $$d/$$file; then \ bristol-0.60.11/bin/Makefile.in:457: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ bristol-0.60.11/bin/Makefile.in-458- if test -d "$(distdir)/$$file"; then \ ############################################## bristol-0.60.11/bin/startBristol.in-42-PORT=`date +%N` bristol-0.60.11/bin/startBristol.in:43:PORT=`expr $PORT % 65536` >/dev/null 2>&1 bristol-0.60.11/bin/startBristol.in-44-if [ -z $PORT ]; then bristol-0.60.11/bin/startBristol.in-45- PORT=`date +%s` bristol-0.60.11/bin/startBristol.in:46: PORT=`expr $PORT % 65536` >/dev/null 2>&1 bristol-0.60.11/bin/startBristol.in-47-fi bristol-0.60.11/bin/startBristol.in-48-if [ $PORT -lt 1024 ]; then bristol-0.60.11/bin/startBristol.in:49: PORT=`expr $PORT + 5028` bristol-0.60.11/bin/startBristol.in-50-fi ############################################## bristol-0.60.11/bin/startBristol.in-75-# bristol-0.60.11/bin/startBristol.in:76:PATH=${PATH}:`dirname $0` bristol-0.60.11/bin/startBristol.in-77- ############################################## bristol-0.60.11/bin/startBristol.in-119- # We should first take our basename and look for a binary bristol-0.60.11/bin/startBristol.in:120: BRISTOL=`dirname $0` bristol-0.60.11/bin/startBristol.in:121: BRISTOL=`dirname $BRISTOL` bristol-0.60.11/bin/startBristol.in-122- ############################################## bristol-0.60.11/bin/startBristol.in-150- if [ $index = "-host" ]; then bristol-0.60.11/bin/startBristol.in:151: host=`echo $2 | awk -F: '{print $1}'` bristol-0.60.11/bin/startBristol.in-152- if [ $host = "unix" ]; then bristol-0.60.11/bin/startBristol.in:153: localport=`echo $2 | awk -F: '{print $2}'` bristol-0.60.11/bin/startBristol.in-154- if [ -z $localport ]; then ############################################## bristol-0.60.11/bin/startBristol.in-329- if [ $? -gt 0 ]; then bristol-0.60.11/bin/startBristol.in:330: PREARGS=`cat ${BRISTOL_RC}` bristol-0.60.11/bin/startBristol.in-331- else bristol-0.60.11/bin/startBristol.in:332: PREARGS=`awk -F= '/PREARGS/ {print $2}' ${BRISTOL_RC}` bristol-0.60.11/bin/startBristol.in:333: POSTARGS=`awk -F= '/POSTARGS/ {print $2}' ${BRISTOL_RC}` bristol-0.60.11/bin/startBristol.in-334- fi ############################################## bristol-0.60.11/bin/startBristol.in-381- if [ $? -eq 0 ]; then bristol-0.60.11/bin/startBristol.in:382: JACKPARAMS=`echo $JP | awk '/JACKSTATS/'` bristol-0.60.11/bin/startBristol.in:383: RATE=`echo ${JACKPARAMS} | awk '{print $2}'` bristol-0.60.11/bin/startBristol.in:384: COUNT=`echo ${JACKPARAMS} | awk '{print $3}'` bristol-0.60.11/bin/startBristol.in-385- ############################################## bristol-0.60.11/bin/startBristol.in-423- else bristol-0.60.11/bin/startBristol.in:424: RATE=`echo ${JACKD} |grep -o -- '-r[0-9][0-9]*' |sed 's/^-r//'` bristol-0.60.11/bin/startBristol.in-425- ############################################## bristol-0.60.11/bin/startBristol.in-430- bristol-0.60.11/bin/startBristol.in:431: #COUNT=`echo ${JACKD} |grep -o -- '-p[0-9][0-9]*' |sed 's/^-p//'` bristol-0.60.11/bin/startBristol.in:432: COUNT=`echo ${JACKD} |grep -o -- '-p[0-9][0-9]*' |tail -n1 |sed 's/^-p//'` bristol-0.60.11/bin/startBristol.in-433- ############################################## bristol-0.60.11/bin/startBristol.in-499- echo -n "port looked busy, trying " bristol-0.60.11/bin/startBristol.in:500: PORT=`expr $PORT + 1` bristol-0.60.11/bin/startBristol.in-501- echo $PORT ############################################## bristol-0.60.11/bin/startBristol.in-598- bristol-0.60.11/bin/startBristol.in:599: exit `expr $engstatus + $guistatus` bristol-0.60.11/bin/startBristol.in-600- ############################################## bristol-0.60.11/libbrightonX11/Makefile.in-325-.c.obj: bristol-0.60.11/libbrightonX11/Makefile.in:326:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` bristol-0.60.11/libbrightonX11/Makefile.in-327-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## bristol-0.60.11/libbrightonX11/Makefile.in-329-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bristol-0.60.11/libbrightonX11/Makefile.in:330:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bristol-0.60.11/libbrightonX11/Makefile.in-331- ############################################## bristol-0.60.11/libbrightonX11/Makefile.in-389-GTAGS: bristol-0.60.11/libbrightonX11/Makefile.in:390: here=`$(am__cd) $(top_builddir) && pwd` \ bristol-0.60.11/libbrightonX11/Makefile.in-391- && $(am__cd) $(top_srcdir) \ ############################################## bristol-0.60.11/libbrightonX11/Makefile.in-397-distdir: $(DISTFILES) bristol-0.60.11/libbrightonX11/Makefile.in:398: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbrightonX11/Makefile.in:399: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbrightonX11/Makefile.in-400- list='$(DISTFILES)'; \ ############################################## bristol-0.60.11/libbrightonX11/Makefile.in-411- if test -d $$d/$$file; then \ bristol-0.60.11/libbrightonX11/Makefile.in:412: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ bristol-0.60.11/libbrightonX11/Makefile.in-413- if test -d "$(distdir)/$$file"; then \ ############################################## bristol-0.60.11/libbrighton/Makefile.in-364-.c.obj: bristol-0.60.11/libbrighton/Makefile.in:365:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` bristol-0.60.11/libbrighton/Makefile.in-366-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## bristol-0.60.11/libbrighton/Makefile.in-368-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bristol-0.60.11/libbrighton/Makefile.in:369:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bristol-0.60.11/libbrighton/Makefile.in-370- ############################################## bristol-0.60.11/libbrighton/Makefile.in-428-GTAGS: bristol-0.60.11/libbrighton/Makefile.in:429: here=`$(am__cd) $(top_builddir) && pwd` \ bristol-0.60.11/libbrighton/Makefile.in-430- && $(am__cd) $(top_srcdir) \ ############################################## bristol-0.60.11/libbrighton/Makefile.in-436-distdir: $(DISTFILES) bristol-0.60.11/libbrighton/Makefile.in:437: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbrighton/Makefile.in:438: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbrighton/Makefile.in-439- list='$(DISTFILES)'; \ ############################################## bristol-0.60.11/libbrighton/Makefile.in-450- if test -d $$d/$$file; then \ bristol-0.60.11/libbrighton/Makefile.in:451: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ bristol-0.60.11/libbrighton/Makefile.in-452- if test -d "$(distdir)/$$file"; then \ ############################################## bristol-0.60.11/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \ bristol-0.60.11/configure:44: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then bristol-0.60.11/configure-45- as_echo='print -r --' bristol-0.60.11/configure-46- as_echo_n='print -rn --' bristol-0.60.11/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then bristol-0.60.11/configure-48- as_echo='printf %s\n' ############################################## bristol-0.60.11/configure-50-else bristol-0.60.11/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then bristol-0.60.11/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## bristol-0.60.11/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; bristol-0.60.11/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; bristol-0.60.11/configure-62- esac; ############################################## bristol-0.60.11/configure-197- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && bristol-0.60.11/configure:198: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 bristol-0.60.11/configure-199- ############################################## bristol-0.60.11/configure-204- PATH=/empty FPATH=/empty; export PATH FPATH bristol-0.60.11/configure:205: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ bristol-0.60.11/configure:206: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 bristol-0.60.11/configure-207-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## bristol-0.60.11/configure-332- case $as_dir in #( bristol-0.60.11/configure:333: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( bristol-0.60.11/configure-334- *) as_qdir=$as_dir;; ############################################## bristol-0.60.11/configure-405- { bristol-0.60.11/configure:406: as_val=`expr "$@" || test $? -eq 1` bristol-0.60.11/configure-407- } ############################################## bristol-0.60.11/configure-412-# ---------------------------------------- bristol-0.60.11/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are bristol-0.60.11/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## bristol-0.60.11/configure-475- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && bristol-0.60.11/configure:476: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { bristol-0.60.11/configure-477- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## bristol-0.60.11/configure-903- case $ac_option in bristol-0.60.11/configure:904: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; bristol-0.60.11/configure-905- *=) ac_optarg= ;; ############################################## bristol-0.60.11/configure-947- -disable-* | --disable-*) bristol-0.60.11/configure:948: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` bristol-0.60.11/configure-949- # Reject names that are not valid shell variable names. ############################################## bristol-0.60.11/configure-952- ac_useropt_orig=$ac_useropt bristol-0.60.11/configure:953: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` bristol-0.60.11/configure-954- case $ac_user_opts in ############################################## bristol-0.60.11/configure-973- -enable-* | --enable-*) bristol-0.60.11/configure:974: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` bristol-0.60.11/configure-975- # Reject names that are not valid shell variable names. ############################################## bristol-0.60.11/configure-978- ac_useropt_orig=$ac_useropt bristol-0.60.11/configure:979: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` bristol-0.60.11/configure-980- case $ac_user_opts in ############################################## bristol-0.60.11/configure-1177- -with-* | --with-*) bristol-0.60.11/configure:1178: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` bristol-0.60.11/configure-1179- # Reject names that are not valid shell variable names. ############################################## bristol-0.60.11/configure-1182- ac_useropt_orig=$ac_useropt bristol-0.60.11/configure:1183: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` bristol-0.60.11/configure-1184- case $ac_user_opts in ############################################## bristol-0.60.11/configure-1193- -without-* | --without-*) bristol-0.60.11/configure:1194: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` bristol-0.60.11/configure-1195- # Reject names that are not valid shell variable names. ############################################## bristol-0.60.11/configure-1198- ac_useropt_orig=$ac_useropt bristol-0.60.11/configure:1199: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` bristol-0.60.11/configure-1200- case $ac_user_opts in ############################################## bristol-0.60.11/configure-1231- *=*) bristol-0.60.11/configure:1232: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` bristol-0.60.11/configure-1233- # Reject names that are not valid shell variable names. ############################################## bristol-0.60.11/configure-1252-if test -n "$ac_prev"; then bristol-0.60.11/configure:1253: ac_option=--`echo $ac_prev | sed 's/_/-/g'` bristol-0.60.11/configure-1254- as_fn_error $? "missing argument to $ac_option" ############################################## bristol-0.60.11/configure-1274- */ ) bristol-0.60.11/configure:1275: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` bristol-0.60.11/configure-1276- eval $ac_var=\$ac_val;; ############################################## bristol-0.60.11/configure-1309-ac_ls_di=`ls -di .` && bristol-0.60.11/configure:1310:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || bristol-0.60.11/configure-1311- as_fn_error $? "working directory cannot be determined" ############################################## bristol-0.60.11/configure-1365-case $srcdir in bristol-0.60.11/configure:1366:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; bristol-0.60.11/configure-1367-esac ############################################## bristol-0.60.11/configure-1408-By default, \`make install' will install all the files in bristol-0.60.11/configure:1409:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify bristol-0.60.11/configure:1410:an installation prefix other than \`$ac_default_prefix' using \`--prefix', bristol-0.60.11/configure-1411-for instance \`--prefix=\$HOME'. ############################################## bristol-0.60.11/configure-1534-*) bristol-0.60.11/configure:1535: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` bristol-0.60.11/configure-1536- # A ".." for each directory in $ac_dir_suffix. bristol-0.60.11/configure:1537: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` bristol-0.60.11/configure-1538- case $ac_top_builddir_sub in ############################################## bristol-0.60.11/configure-2018- *\'*) bristol-0.60.11/configure:2019: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; bristol-0.60.11/configure-2020- esac ############################################## bristol-0.60.11/configure-2101- case $ac_val in bristol-0.60.11/configure:2102: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; bristol-0.60.11/configure-2103- esac ############################################## bristol-0.60.11/configure-2116- case $ac_val in bristol-0.60.11/configure:2117: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; bristol-0.60.11/configure-2118- esac ############################################## bristol-0.60.11/configure-2236- set,) bristol-0.60.11/configure:2237: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 bristol-0.60.11/configure:2238:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} bristol-0.60.11/configure-2239- ac_cache_corrupted=: ;; ############################################## bristol-0.60.11/configure-2247- # differences in whitespace do not lead to failure. bristol-0.60.11/configure:2248: ac_old_val_w=`echo x $ac_old_val` bristol-0.60.11/configure:2249: ac_new_val_w=`echo x $ac_new_val` bristol-0.60.11/configure-2250- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## bristol-0.60.11/configure-2267- case $ac_new_val in bristol-0.60.11/configure:2268: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; bristol-0.60.11/configure-2269- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## bristol-0.60.11/configure-2462-if ( bristol-0.60.11/configure:2463: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` bristol-0.60.11/configure-2464- if test "$*" = "X"; then bristol-0.60.11/configure-2465- # -L didn't work. bristol-0.60.11/configure:2466: set X `ls -t "$srcdir/configure" conftest.file` bristol-0.60.11/configure-2467- fi ############################################## bristol-0.60.11/configure-2498-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' bristol-0.60.11/configure:2499:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` bristol-0.60.11/configure-2500- bristol-0.60.11/configure-2501-# expand $ac_aux_dir to an absolute path bristol-0.60.11/configure:2502:am_aux_dir=`cd $ac_aux_dir && pwd` bristol-0.60.11/configure-2503- ############################################## bristol-0.60.11/configure-2643- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue bristol-0.60.11/configure:2644: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( bristol-0.60.11/configure-2645- 'mkdir (GNU coreutils) '* | \ ############################################## bristol-0.60.11/configure-2722-set x ${MAKE-make} bristol-0.60.11/configure:2723:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` bristol-0.60.11/configure-2724-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## bristol-0.60.11/configure-2732-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. bristol-0.60.11/configure:2733:case `${MAKE-make} -f conftest.make 2>/dev/null` in bristol-0.60.11/configure-2734- *@@@%%%=?*=@@@%%%*) ############################################## bristol-0.60.11/configure-2759- bristol-0.60.11/configure:2760:if test "`cd $srcdir && pwd`" != "`pwd`"; then bristol-0.60.11/configure-2761- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## bristol-0.60.11/configure-2862-test "x$ac_build_alias" = x && bristol-0.60.11/configure:2863: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` bristol-0.60.11/configure-2864-test "x$ac_build_alias" = x && bristol-0.60.11/configure-2865- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 bristol-0.60.11/configure:2866:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || bristol-0.60.11/configure-2867- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## bristol-0.60.11/configure-2886-IFS=$ac_save_IFS bristol-0.60.11/configure:2887:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac bristol-0.60.11/configure-2888- ############################################## bristol-0.60.11/configure-2897-else bristol-0.60.11/configure:2898: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || bristol-0.60.11/configure-2899- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## bristol-0.60.11/configure-2919-IFS=$ac_save_IFS bristol-0.60.11/configure:2920:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac bristol-0.60.11/configure-2921- ############################################## bristol-0.60.11/configure-2947-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ bristol-0.60.11/configure:2948: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then bristol-0.60.11/configure-2949- ECHO='print -r --' bristol-0.60.11/configure:2950:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then bristol-0.60.11/configure-2951- ECHO='printf %s\n' ############################################## bristol-0.60.11/configure-3011-# Ignore all kinds of additional output from `make'. bristol-0.60.11/configure:3012:case `$am_make -s -f confmf 2> /dev/null` in #( bristol-0.60.11/configure-3013-*the\ am__doit\ target*) ############################################## bristol-0.60.11/configure-3021- echo '.include "confinc"' > confmf bristol-0.60.11/configure:3022: case `$am_make -s -f confmf 2> /dev/null` in #( bristol-0.60.11/configure-3023- *the\ am__doit\ target*) ############################################## bristol-0.60.11/configure-3400-$as_echo_n "checking whether the C compiler works... " >&6; } bristol-0.60.11/configure:3401:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` bristol-0.60.11/configure-3402- ############################################## bristol-0.60.11/configure-3444- then :; else bristol-0.60.11/configure:3445: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` bristol-0.60.11/configure-3446- fi ############################################## bristol-0.60.11/configure-3504- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; bristol-0.60.11/configure:3505: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` bristol-0.60.11/configure-3506- break;; ############################################## bristol-0.60.11/configure-3613- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; bristol-0.60.11/configure:3614: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` bristol-0.60.11/configure-3615- break;; ############################################## bristol-0.60.11/configure-3872- if test "$am_compiler_list" = ""; then bristol-0.60.11/configure:3873: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` bristol-0.60.11/configure-3874- fi ############################################## bristol-0.60.11/configure-3996- # Check for GNU $ac_path_SED bristol-0.60.11/configure:3997:case `"$ac_path_SED" --version 2>&1` in bristol-0.60.11/configure-3998-*GNU*) ############################################## bristol-0.60.11/configure-4072- # Check for GNU $ac_path_GREP bristol-0.60.11/configure:4073:case `"$ac_path_GREP" --version 2>&1` in bristol-0.60.11/configure-4074-*GNU*) ############################################## bristol-0.60.11/configure-4138- # Check for GNU $ac_path_EGREP bristol-0.60.11/configure:4139:case `"$ac_path_EGREP" --version 2>&1` in bristol-0.60.11/configure-4140-*GNU*) ############################################## bristol-0.60.11/configure-4205- # Check for GNU $ac_path_FGREP bristol-0.60.11/configure:4206:case `"$ac_path_FGREP" --version 2>&1` in bristol-0.60.11/configure-4207-*GNU*) ############################################## bristol-0.60.11/configure-4285- # gcc leaves a trailing carriage return which upsets mingw bristol-0.60.11/configure:4286: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; bristol-0.60.11/configure-4287- *) bristol-0.60.11/configure:4288: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; bristol-0.60.11/configure-4289- esac ############################################## bristol-0.60.11/configure-4294- # Canonicalize the pathname of ld bristol-0.60.11/configure:4295: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` bristol-0.60.11/configure-4296- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do bristol-0.60.11/configure:4297: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` bristol-0.60.11/configure-4298- done ############################################## bristol-0.60.11/configure-4329- # Break only if it was the GNU/non-GNU ld that we prefer. bristol-0.60.11/configure:4330: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in bristol-0.60.11/configure-4331- *GNU* | *'with BFD'*) ############################################## bristol-0.60.11/configure-4360- # I'd rather use --version here, but apparently some GNU lds only accept -v. bristol-0.60.11/configure:4361:case `$LD -v 2>&1 </dev/null` in bristol-0.60.11/configure-4362-*GNU* | *'with BFD'*) ############################################## bristol-0.60.11/configure-4405- # Tru64's nm complains that /dev/null is an invalid object file bristol-0.60.11/configure:4406: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in bristol-0.60.11/configure-4407- */dev/null* | *'Invalid file or object type'*) ############################################## bristol-0.60.11/configure-4411- *) bristol-0.60.11/configure:4412: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in bristol-0.60.11/configure-4413- */dev/null*) ############################################## bristol-0.60.11/configure-4539- bristol-0.60.11/configure:4540: case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in bristol-0.60.11/configure-4541- *COFF*) ############################################## bristol-0.60.11/configure-4651- # And add a safety zone bristol-0.60.11/configure:4652: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` bristol-0.60.11/configure:4653: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` bristol-0.60.11/configure-4654- ;; ############################################## bristol-0.60.11/configure-4684- if test -n "$kargmax"; then bristol-0.60.11/configure:4685: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` bristol-0.60.11/configure-4686- else ############################################## bristol-0.60.11/configure-4692- if test -n "$lt_cv_sys_max_cmd_len"; then bristol-0.60.11/configure:4693: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` bristol-0.60.11/configure:4694: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` bristol-0.60.11/configure-4695- else ############################################## bristol-0.60.11/configure-4704- # we can't tell. bristol-0.60.11/configure:4705: while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ bristol-0.60.11/configure-4706- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## bristol-0.60.11/configure-4708- do bristol-0.60.11/configure:4709: i=`expr $i + 1` bristol-0.60.11/configure-4710- teststring=$teststring$teststring ############################################## bristol-0.60.11/configure-4712- # Only check the string length outside the loop. bristol-0.60.11/configure:4713: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` bristol-0.60.11/configure-4714- teststring= ############################################## bristol-0.60.11/configure-4717- # linker. It appears as though 1/2 is a usable value. bristol-0.60.11/configure:4718: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` bristol-0.60.11/configure-4719- fi ############################################## bristol-0.60.11/configure-5153-openbsd*) bristol-0.60.11/configure:5154: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bristol-0.60.11/configure-5155- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## bristol-0.60.11/configure-5220- else bristol-0.60.11/configure:5221: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` bristol-0.60.11/configure-5222- fi ############################################## bristol-0.60.11/configure-5365- # decide which to use based on capabilities of $DLLTOOL bristol-0.60.11/configure:5366: case `$DLLTOOL --help 2>&1` in bristol-0.60.11/configure-5367- *--identify-strict*) ############################################## bristol-0.60.11/configure-5887-# If we're using GNU nm, then use its standard symbol codes. bristol-0.60.11/configure:5888:case `$NM -V 2>&1` in bristol-0.60.11/configure-5889-*GNU* | *'with BFD'*) ############################################## bristol-0.60.11/configure-5905-mingw*) bristol-0.60.11/configure:5906: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp bristol-0.60.11/configure-5907- ;; ############################################## bristol-0.60.11/configure-6124- if test "$GCC" = yes; then bristol-0.60.11/configure:6125: lt_sysroot=`$CC --print-sysroot 2>/dev/null` bristol-0.60.11/configure-6126- fi ############################################## bristol-0.60.11/configure-6128- /*) bristol-0.60.11/configure:6129: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` bristol-0.60.11/configure-6130- ;; #( ############################################## bristol-0.60.11/configure-6164- test $ac_status = 0; }; then bristol-0.60.11/configure:6165: case `/usr/bin/file conftest.$ac_objext` in bristol-0.60.11/configure-6166- *ELF-32*) ############################################## bristol-0.60.11/configure-6184- if test "$lt_cv_prog_gnu_ld" = yes; then bristol-0.60.11/configure:6185: case `/usr/bin/file conftest.$ac_objext` in bristol-0.60.11/configure-6186- *32-bit*) ############################################## bristol-0.60.11/configure-6196- else bristol-0.60.11/configure:6197: case `/usr/bin/file conftest.$ac_objext` in bristol-0.60.11/configure-6198- *32-bit*) ############################################## bristol-0.60.11/configure-7350-do : bristol-0.60.11/configure:7351: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` bristol-0.60.11/configure-7352-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## bristol-0.60.11/configure-7355- cat >>confdefs.h <<_ACEOF bristol-0.60.11/configure:7356:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 bristol-0.60.11/configure-7357-_ACEOF ############################################## bristol-0.60.11/configure-7641-done bristol-0.60.11/configure:7642:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` bristol-0.60.11/configure-7643- ############################################## bristol-0.60.11/configure-7670- "file_magic "*) bristol-0.60.11/configure:7671: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` bristol-0.60.11/configure-7672- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## bristol-0.60.11/configure-7736- "file_magic "*) bristol-0.60.11/configure:7737: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` bristol-0.60.11/configure-7738- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## bristol-0.60.11/configure-8103- *) bristol-0.60.11/configure:8104: case `$CC -V 2>&1 | sed 5q` in bristol-0.60.11/configure-8105- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) ############################################## bristol-0.60.11/configure-8463- if test "$hard_links" = no; then bristol-0.60.11/configure:8464: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 bristol-0.60.11/configure:8465:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} bristol-0.60.11/configure-8466- need_locks=warn ############################################## bristol-0.60.11/configure-8552- # shared libraries, regardless of the interface used. bristol-0.60.11/configure:8553: case `$LD -v 2>&1` in bristol-0.60.11/configure-8554- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## bristol-0.60.11/configure-8584- supports_anon_versioning=no bristol-0.60.11/configure:8585: case `$LD -v 2>&1` in bristol-0.60.11/configure-8586- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## bristol-0.60.11/configure-8653- # is EXPORTS), use it as is; otherwise, prepend... bristol-0.60.11/configure:8654: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then bristol-0.60.11/configure-8655- cp $export_symbols $output_objdir/$soname.def; ############################################## bristol-0.60.11/configure-8681- # time. Moving up from 0x10000000 also allows more sbrk(2) space. bristol-0.60.11/configure:8682: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' bristol-0.60.11/configure:8683: 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' bristol-0.60.11/configure-8684- ;; ############################################## bristol-0.60.11/configure-8699- pgcc*) # Portland Group C compiler bristol-0.60.11/configure:8700: 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' bristol-0.60.11/configure-8701- tmp_addflag=' $pic_flag' ############################################## bristol-0.60.11/configure-8704- # Portland Group f77 and f90 compilers bristol-0.60.11/configure:8705: 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' bristol-0.60.11/configure-8706- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## bristol-0.60.11/configure-8719- nvcc*) # Cuda Compiler Driver 2.2 bristol-0.60.11/configure:8720: 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' bristol-0.60.11/configure-8721- compiler_needs_object=yes ############################################## bristol-0.60.11/configure-8723- esac bristol-0.60.11/configure:8724: case `$CC -V 2>&1 | sed 5q` in bristol-0.60.11/configure-8725- *Sun\ C*) # Sun C 5.9 bristol-0.60.11/configure:8726: 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' bristol-0.60.11/configure-8727- compiler_needs_object=yes ############################################## bristol-0.60.11/configure-8791- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) bristol-0.60.11/configure:8792: case `$LD -v 2>&1` in bristol-0.60.11/configure-8793- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## bristol-0.60.11/configure-8914- # below for broken collect2 doesn't work under 4.3+ bristol-0.60.11/configure:8915: collect2name=`${CC} -print-prog-name=collect2` bristol-0.60.11/configure-8916- if test -f "$collect2name" && ############################################## bristol-0.60.11/configure-8988- }' bristol-0.60.11/configure:8989: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bristol-0.60.11/configure-8990- # Check for a 64-bit object if we didn't find anything. bristol-0.60.11/configure-8991- if test -z "$lt_cv_aix_libpath_"; then bristol-0.60.11/configure:8992: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bristol-0.60.11/configure-8993- fi ############################################## bristol-0.60.11/configure-9006- hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" bristol-0.60.11/configure:9007: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" bristol-0.60.11/configure-9008- else ############################################## bristol-0.60.11/configure-9041- }' bristol-0.60.11/configure:9042: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bristol-0.60.11/configure-9043- # Check for a 64-bit object if we didn't find anything. bristol-0.60.11/configure-9044- if test -z "$lt_cv_aix_libpath_"; then bristol-0.60.11/configure:9045: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bristol-0.60.11/configure-9046- fi ############################################## bristol-0.60.11/configure-9114- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' bristol-0.60.11/configure:9115: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then bristol-0.60.11/configure-9116- sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## bristol-0.60.11/configure-9151- # FIXME: Setting linknames here is a bad hack. bristol-0.60.11/configure:9152: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' bristol-0.60.11/configure-9153- # The linker will automatically build a .lib file if we build a DLL. ############################################## bristol-0.60.11/configure-9169- if test "$lt_cv_ld_force_load" = "yes"; then bristol-0.60.11/configure:9170: 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\"`' bristol-0.60.11/configure-9171- ############################################## bristol-0.60.11/configure-9349- if test "$GCC" = yes; then bristol-0.60.11/configure:9350: 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' bristol-0.60.11/configure-9351- # Try to use the -exported_symbol ld option, if it does not ############################################## bristol-0.60.11/configure-9377- if test "$lt_cv_irix_exported_symbol" = yes; then bristol-0.60.11/configure:9378: 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' bristol-0.60.11/configure-9379- fi bristol-0.60.11/configure-9380- else bristol-0.60.11/configure:9381: 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' bristol-0.60.11/configure:9382: 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' bristol-0.60.11/configure-9383- fi ############################################## bristol-0.60.11/configure-9417- hardcode_direct_absolute=yes bristol-0.60.11/configure:9418: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bristol-0.60.11/configure-9419- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## bristol-0.60.11/configure-9450- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' bristol-0.60.11/configure:9451: 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' bristol-0.60.11/configure-9452- else bristol-0.60.11/configure-9453- allow_undefined_flag=' -expect_unresolved \*' bristol-0.60.11/configure:9454: 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' bristol-0.60.11/configure-9455- fi ############################################## bristol-0.60.11/configure-9463- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' bristol-0.60.11/configure:9464: 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' bristol-0.60.11/configure-9465- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ############################################## bristol-0.60.11/configure-9467- allow_undefined_flag=' -expect_unresolved \*' bristol-0.60.11/configure:9468: 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' bristol-0.60.11/configure:9469: 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~ bristol-0.60.11/configure:9470: $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' bristol-0.60.11/configure-9471- ############################################## bristol-0.60.11/configure-9486- else bristol-0.60.11/configure:9487: case `$CC -V 2>&1` in bristol-0.60.11/configure-9488- *"Compilers 5.0"*) ############################################## bristol-0.60.11/configure-9885- esac bristol-0.60.11/configure:9886: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` bristol-0.60.11/configure-9887- case $lt_search_path_spec in ############################################## bristol-0.60.11/configure-9892- # okay in the real world where ";" in dirpaths is itself problematic. bristol-0.60.11/configure:9893: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` bristol-0.60.11/configure-9894- ;; bristol-0.60.11/configure-9895- *) bristol-0.60.11/configure:9896: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` bristol-0.60.11/configure-9897- ;; ############################################## bristol-0.60.11/configure-9901- lt_tmp_lt_search_path_spec= bristol-0.60.11/configure:9902: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` bristol-0.60.11/configure-9903- for lt_sys_path in $lt_search_path_spec; do ############################################## bristol-0.60.11/configure-9936- esac bristol-0.60.11/configure:9937: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` bristol-0.60.11/configure-9938-else ############################################## bristol-0.60.11/configure-10024- # Create ${libname}_ixlibrary.a entries in /sys/libs. bristol-0.60.11/configure:10025: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $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' bristol-0.60.11/configure-10026- ;; ############################################## bristol-0.60.11/configure-10060- # DLL is installed to $(libdir)/../bin by postinstall_cmds bristol-0.60.11/configure:10061: postinstall_cmds='base_file=`basename \${file}`~ bristol-0.60.11/configure:10062: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ bristol-0.60.11/configure:10063: dldir=$destdir/`dirname \$dlpath`~ bristol-0.60.11/configure-10064- test -d \$dldir || mkdir -p \$dldir~ ############################################## bristol-0.60.11/configure-10069- fi' bristol-0.60.11/configure:10070: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ bristol-0.60.11/configure-10071- dlpath=$dir/\$dldll~ ############################################## bristol-0.60.11/configure-10077- # Cygwin DLLs use 'cyg' prefix rather than 'lib' bristol-0.60.11/configure:10078: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' bristol-0.60.11/configure-10079- ############################################## bristol-0.60.11/configure-10083- # MinGW DLLs use traditional 'lib' prefix bristol-0.60.11/configure:10084: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' bristol-0.60.11/configure-10085- ;; ############################################## bristol-0.60.11/configure-10087- # pw32 DLLs use 'pw' prefix rather than 'lib' bristol-0.60.11/configure:10088: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' bristol-0.60.11/configure-10089- ;; ############################################## bristol-0.60.11/configure-10096- libname_spec='$name' bristol-0.60.11/configure:10097: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' bristol-0.60.11/configure-10098- library_names_spec='${libname}.dll.lib' ############################################## bristol-0.60.11/configure-10108- # Let DOS variable expansion print the short 8.3 style file name. bristol-0.60.11/configure:10109: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` bristol-0.60.11/configure-10110- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## bristol-0.60.11/configure-10113- # Convert to MSYS style. bristol-0.60.11/configure:10114: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` bristol-0.60.11/configure-10115- ;; ############################################## bristol-0.60.11/configure-10119- # like /cygdrive/c/PROGRA~1:/cygdr... bristol-0.60.11/configure:10120: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` bristol-0.60.11/configure:10121: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` bristol-0.60.11/configure:10122: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` bristol-0.60.11/configure-10123- ;; ############################################## bristol-0.60.11/configure-10127- # It is most probably a Windows format PATH. bristol-0.60.11/configure:10128: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` bristol-0.60.11/configure-10129- else bristol-0.60.11/configure:10130: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` bristol-0.60.11/configure-10131- fi ############################################## bristol-0.60.11/configure-10137- # DLL is installed to $(libdir)/../bin by postinstall_cmds bristol-0.60.11/configure:10138: postinstall_cmds='base_file=`basename \${file}`~ bristol-0.60.11/configure:10139: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ bristol-0.60.11/configure:10140: dldir=$destdir/`dirname \$dlpath`~ bristol-0.60.11/configure-10141- test -d \$dldir || mkdir -p \$dldir~ bristol-0.60.11/configure-10142- $install_prog $dir/$dlname \$dldir/$dlname' bristol-0.60.11/configure:10143: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ bristol-0.60.11/configure-10144- dlpath=$dir/\$dldll~ ############################################## bristol-0.60.11/configure-10151- # Assume MSVC wrapper bristol-0.60.11/configure:10152: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' bristol-0.60.11/configure-10153- dynamic_linker='Win32 ld.exe' ############################################## bristol-0.60.11/configure-10168- shlibpath_var=DYLD_LIBRARY_PATH bristol-0.60.11/configure:10169: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' bristol-0.60.11/configure-10170- ############################################## bristol-0.60.11/configure-10394- if test -f /etc/ld.so.conf; then bristol-0.60.11/configure:10395: 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' ' '` bristol-0.60.11/configure-10396- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## bristol-0.60.11/configure-10468- shlibpath_var=LD_LIBRARY_PATH bristol-0.60.11/configure:10469: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bristol-0.60.11/configure-10470- case $host_os in ############################################## bristol-0.60.11/configure-11959- if test "$am_compiler_list" = ""; then bristol-0.60.11/configure:11960: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` bristol-0.60.11/configure-11961- fi ############################################## bristol-0.60.11/configure-12062-set x ${MAKE-make} bristol-0.60.11/configure:12063:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` bristol-0.60.11/configure-12064-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## bristol-0.60.11/configure-12072-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. bristol-0.60.11/configure:12073:case `${MAKE-make} -f conftest.make 2>/dev/null` in bristol-0.60.11/configure-12074- *@@@%%%=?*=@@@%%%*) ############################################## bristol-0.60.11/configure-12545- test $ac_status = 0; }; then bristol-0.60.11/configure:12546: pkg_cv_ALSA_CFLAGS=`$PKG_CONFIG --cflags "alsa >= 1.0.0" 2>/dev/null` bristol-0.60.11/configure-12547- test "x$?" != "x0" && pkg_failed=yes ############################################## bristol-0.60.11/configure-12562- test $ac_status = 0; }; then bristol-0.60.11/configure:12563: pkg_cv_ALSA_LIBS=`$PKG_CONFIG --libs "alsa >= 1.0.0" 2>/dev/null` bristol-0.60.11/configure-12564- test "x$?" != "x0" && pkg_failed=yes ############################################## bristol-0.60.11/configure-12583- if test $_pkg_short_errors_supported = yes; then bristol-0.60.11/configure:12584: ALSA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "alsa >= 1.0.0" 2>&1` bristol-0.60.11/configure-12585- else bristol-0.60.11/configure:12586: ALSA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "alsa >= 1.0.0" 2>&1` bristol-0.60.11/configure-12587- fi ############################################## bristol-0.60.11/configure-12642- test $ac_status = 0; }; then bristol-0.60.11/configure:12643: pkg_cv_LIBLO_CFLAGS=`$PKG_CONFIG --cflags "liblo >= 0.22.0" 2>/dev/null` bristol-0.60.11/configure-12644- test "x$?" != "x0" && pkg_failed=yes ############################################## bristol-0.60.11/configure-12659- test $ac_status = 0; }; then bristol-0.60.11/configure:12660: pkg_cv_LIBLO_LIBS=`$PKG_CONFIG --libs "liblo >= 0.22.0" 2>/dev/null` bristol-0.60.11/configure-12661- test "x$?" != "x0" && pkg_failed=yes ############################################## bristol-0.60.11/configure-12680- if test $_pkg_short_errors_supported = yes; then bristol-0.60.11/configure:12681: LIBLO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "liblo >= 0.22.0" 2>&1` bristol-0.60.11/configure-12682- else bristol-0.60.11/configure:12683: LIBLO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "liblo >= 0.22.0" 2>&1` bristol-0.60.11/configure-12684- fi ############################################## bristol-0.60.11/configure-12755- test $ac_status = 0; }; then bristol-0.60.11/configure:12756: pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "jack >= 0.99.0" 2>/dev/null` bristol-0.60.11/configure-12757- test "x$?" != "x0" && pkg_failed=yes ############################################## bristol-0.60.11/configure-12772- test $ac_status = 0; }; then bristol-0.60.11/configure:12773: pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "jack >= 0.99.0" 2>/dev/null` bristol-0.60.11/configure-12774- test "x$?" != "x0" && pkg_failed=yes ############################################## bristol-0.60.11/configure-12793- if test $_pkg_short_errors_supported = yes; then bristol-0.60.11/configure:12794: JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "jack >= 0.99.0" 2>&1` bristol-0.60.11/configure-12795- else bristol-0.60.11/configure:12796: JACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "jack >= 0.99.0" 2>&1` bristol-0.60.11/configure-12797- fi ############################################## bristol-0.60.11/configure-12860- test $ac_status = 0; }; then bristol-0.60.11/configure:12861: pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "jack >= 0.109.0" 2>/dev/null` bristol-0.60.11/configure-12862- test "x$?" != "x0" && pkg_failed=yes ############################################## bristol-0.60.11/configure-12877- test $ac_status = 0; }; then bristol-0.60.11/configure:12878: pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "jack >= 0.109.0" 2>/dev/null` bristol-0.60.11/configure-12879- test "x$?" != "x0" && pkg_failed=yes ############################################## bristol-0.60.11/configure-12898- if test $_pkg_short_errors_supported = yes; then bristol-0.60.11/configure:12899: JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "jack >= 0.109.0" 2>&1` bristol-0.60.11/configure-12900- else bristol-0.60.11/configure:12901: JACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "jack >= 0.109.0" 2>&1` bristol-0.60.11/configure-12902- fi ############################################## bristol-0.60.11/configure-13143- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' bristol-0.60.11/configure:13144: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` bristol-0.60.11/configure-13145- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## bristol-0.60.11/configure-13242-if test -z "$BASH_VERSION$ZSH_VERSION" \ bristol-0.60.11/configure:13243: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then bristol-0.60.11/configure-13244- as_echo='print -r --' bristol-0.60.11/configure-13245- as_echo_n='print -rn --' bristol-0.60.11/configure:13246:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then bristol-0.60.11/configure-13247- as_echo='printf %s\n' ############################################## bristol-0.60.11/configure-13249-else bristol-0.60.11/configure:13250: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then bristol-0.60.11/configure-13251- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## bristol-0.60.11/configure-13259- expr "X$arg" : "X\\(.*\\)$as_nl"; bristol-0.60.11/configure:13260: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; bristol-0.60.11/configure-13261- esac; ############################################## bristol-0.60.11/configure-13336-# ---------------------------------------- bristol-0.60.11/configure:13337:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are bristol-0.60.11/configure-13338-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## bristol-0.60.11/configure-13408- { bristol-0.60.11/configure:13409: as_val=`expr "$@" || test $? -eq 1` bristol-0.60.11/configure-13410- } ############################################## bristol-0.60.11/configure-13512- case $as_dir in #( bristol-0.60.11/configure:13513: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( bristol-0.60.11/configure-13514- *) as_qdir=$as_dir;; ############################################## bristol-0.60.11/configure-13647-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 bristol-0.60.11/configure:13648:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" bristol-0.60.11/configure-13649-ac_cs_version="\\ ############################################## bristol-0.60.11/configure-13672- --*=?*) bristol-0.60.11/configure:13673: ac_option=`expr "X$1" : 'X\([^=]*\)='` bristol-0.60.11/configure:13674: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` bristol-0.60.11/configure-13675- ac_shift=: ############################################## bristol-0.60.11/configure-13677- --*=) bristol-0.60.11/configure:13678: ac_option=`expr "X$1" : 'X\([^=]*\)='` bristol-0.60.11/configure-13679- ac_optarg= ############################################## bristol-0.60.11/configure-13701- case $ac_optarg in bristol-0.60.11/configure:13702: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; bristol-0.60.11/configure-13703- '') as_fn_error $? "missing file argument" ;; ############################################## bristol-0.60.11/configure-13709- case $ac_optarg in bristol-0.60.11/configure:13710: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; bristol-0.60.11/configure-13711- esac ############################################## bristol-0.60.11/configure-13778-delay_variable_subst='$delay_variable_subst' bristol-0.60.11/configure:13779:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13780:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13781:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13782:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13783:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13784:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13785:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13786:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13787:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13788:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13789:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13790:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13791:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13792:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13793:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13794:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13795:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13796:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13797:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13798:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13799:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13800:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13801:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13802:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13803:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13804:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13805:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13806:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13807:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13808:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13809:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13810:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13811:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13812:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13813:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13814:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13815:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13816:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13817:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13818:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13819:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13820:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13821:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13822:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13823:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13824:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13825:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13826:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13827:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13828:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13829:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13830:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13831:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13832:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13833:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13834:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13835: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"`' bristol-0.60.11/configure:13836:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13837:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13838:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13839:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13840:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13841:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13842:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13843:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13844:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13845:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13846:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13847:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13848:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13849:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13850:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13851:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13852:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13853:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13854:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13855:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13856:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13857:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13858:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13859:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13860:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13861:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13862:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13863:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13864:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13865:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13866:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13867:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13868:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13869:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13870:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13871:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13872:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13873:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13874:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13875:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13876:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13877:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13878:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13879:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13880:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13881:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13882:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13883:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13884:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13885:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13886:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13887:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13888:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13889:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13890:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13891:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13892:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13893:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13894:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13895:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13896:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13897:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13898:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13899:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13900:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13901:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13902:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13903:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13904:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13905:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13906:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13907:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure:13908:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/configure-13909- ############################################## bristol-0.60.11/configure-13987-striplib; do bristol-0.60.11/configure:13988: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in bristol-0.60.11/configure-13989- *[\\\\\\\`\\"\\\$]*) bristol-0.60.11/configure:13990: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" bristol-0.60.11/configure-13991- ;; ############################################## bristol-0.60.11/configure-14017-sys_lib_dlsearch_path_spec; do bristol-0.60.11/configure:14018: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in bristol-0.60.11/configure-14019- *[\\\\\\\`\\"\\\$]*) bristol-0.60.11/configure:14020: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" bristol-0.60.11/configure-14021- ;; ############################################## bristol-0.60.11/configure-14127-fi bristol-0.60.11/configure:14128:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` bristol-0.60.11/configure-14129-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## bristol-0.60.11/configure-14144- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 bristol-0.60.11/configure:14145:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` bristol-0.60.11/configure-14146-ac_delim='%!_!# ' ############################################## bristol-0.60.11/configure-14150- bristol-0.60.11/configure:14151: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` bristol-0.60.11/configure-14152- if test $ac_delim_n = $ac_delim_num; then ############################################## bristol-0.60.11/configure-14288-for ac_last_try in false false :; do bristol-0.60.11/configure:14289: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` bristol-0.60.11/configure-14290- if test -z "$ac_tt"; then ############################################## bristol-0.60.11/configure-14420- esac bristol-0.60.11/configure:14421: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac bristol-0.60.11/configure-14422- as_fn_append ac_file_inputs " '$ac_f'" ############################################## bristol-0.60.11/configure-14479-*) bristol-0.60.11/configure:14480: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` bristol-0.60.11/configure-14481- # A ".." for each directory in $ac_dir_suffix. bristol-0.60.11/configure:14482: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` bristol-0.60.11/configure-14483- case $ac_top_builddir_sub in ############################################## bristol-0.60.11/configure-14540-/@mandir@/p' bristol-0.60.11/configure:14541:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in bristol-0.60.11/configure-14542-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## bristol-0.60.11/configure-14557- bristol-0.60.11/configure:14558:# Neutralize VPATH when `$srcdir' = `.'. bristol-0.60.11/configure-14559-# Shell code in configure.ac might set extrasub. ############################################## bristol-0.60.11/configure-14585-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && bristol-0.60.11/configure:14586: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && bristol-0.60.11/configure-14587- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## bristol-0.60.11/configure-14631- * ) bristol-0.60.11/configure:14632: _am_stamp_count=`expr $_am_stamp_count + 1` ;; bristol-0.60.11/configure-14633- esac ############################################## bristol-0.60.11/configure-14678- # Strip MF so we end up with the name of the file. bristol-0.60.11/configure:14679: mf=`echo "$mf" | sed -e 's/:.*$//'` bristol-0.60.11/configure-14680- # Check whether this is an Automake generated Makefile or not. ############################################## bristol-0.60.11/configure-14715- # from the Makefile without running `make'. bristol-0.60.11/configure:14716: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` bristol-0.60.11/configure-14717- test -z "$DEPDIR" && continue bristol-0.60.11/configure:14718: am__include=`sed -n 's/^am__include = //p' < "$mf"` bristol-0.60.11/configure-14719- test -z "am__include" && continue bristol-0.60.11/configure:14720: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` bristol-0.60.11/configure-14721- # When using ansi2knr, U may be empty or an underscore; expand it bristol-0.60.11/configure:14722: U=`sed -n 's/^U = //p' < "$mf"` bristol-0.60.11/configure-14723- # Find all dependency output files, they are included files with ############################################## bristol-0.60.11/configure-14776- bristol-0.60.11/configure:14777:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. bristol-0.60.11/configure-14778-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## bristol-0.60.11/aclocal.m4-97- PKG_CHECK_EXISTS([$3], bristol-0.60.11/aclocal.m4:98: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` bristol-0.60.11/aclocal.m4-99- test "x$?" != "x0" && pkg_failed=yes ], ############################################## bristol-0.60.11/aclocal.m4-146- if test $_pkg_short_errors_supported = yes; then bristol-0.60.11/aclocal.m4:147: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` bristol-0.60.11/aclocal.m4-148- else bristol-0.60.11/aclocal.m4:149: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` bristol-0.60.11/aclocal.m4-150- fi ############################################## bristol-0.60.11/aclocal.m4-233-# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to bristol-0.60.11/aclocal.m4:234:# `$srcdir', `$srcdir/..', or `$srcdir/../..'. bristol-0.60.11/aclocal.m4-235-# ############################################## bristol-0.60.11/aclocal.m4-257-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: bristol-0.60.11/aclocal.m4:258:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` bristol-0.60.11/aclocal.m4-259-# and then we would define $MISSING as ############################################## bristol-0.60.11/aclocal.m4-273-# expand $ac_aux_dir to an absolute path bristol-0.60.11/aclocal.m4:274:am_aux_dir=`cd $ac_aux_dir && pwd` bristol-0.60.11/aclocal.m4-275-]) ############################################## bristol-0.60.11/aclocal.m4-375- if test "$am_compiler_list" = ""; then bristol-0.60.11/aclocal.m4:376: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` bristol-0.60.11/aclocal.m4-377- fi ############################################## bristol-0.60.11/aclocal.m4-524- # Strip MF so we end up with the name of the file. bristol-0.60.11/aclocal.m4:525: mf=`echo "$mf" | sed -e 's/:.*$//'` bristol-0.60.11/aclocal.m4-526- # Check whether this is an Automake generated Makefile or not. ############################################## bristol-0.60.11/aclocal.m4-533- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then bristol-0.60.11/aclocal.m4:534: dirpart=`AS_DIRNAME("$mf")` bristol-0.60.11/aclocal.m4-535- else ############################################## bristol-0.60.11/aclocal.m4-539- # from the Makefile without running `make'. bristol-0.60.11/aclocal.m4:540: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` bristol-0.60.11/aclocal.m4-541- test -z "$DEPDIR" && continue bristol-0.60.11/aclocal.m4:542: am__include=`sed -n 's/^am__include = //p' < "$mf"` bristol-0.60.11/aclocal.m4-543- test -z "am__include" && continue bristol-0.60.11/aclocal.m4:544: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` bristol-0.60.11/aclocal.m4-545- # When using ansi2knr, U may be empty or an underscore; expand it bristol-0.60.11/aclocal.m4:546: U=`sed -n 's/^U = //p' < "$mf"` bristol-0.60.11/aclocal.m4-547- # Find all dependency output files, they are included files with ############################################## bristol-0.60.11/aclocal.m4-555- test -f "$dirpart/$file" && continue bristol-0.60.11/aclocal.m4:556: fdir=`AS_DIRNAME(["$file"])` bristol-0.60.11/aclocal.m4-557- AS_MKDIR_P([$dirpart/$fdir]) ############################################## bristol-0.60.11/aclocal.m4-622-AC_REQUIRE([AC_PROG_INSTALL])dnl bristol-0.60.11/aclocal.m4:623:if test "`cd $srcdir && pwd`" != "`pwd`"; then bristol-0.60.11/aclocal.m4-624- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## bristol-0.60.11/aclocal.m4-724- * ) bristol-0.60.11/aclocal.m4:725: _am_stamp_count=`expr $_am_stamp_count + 1` ;; bristol-0.60.11/aclocal.m4-726- esac bristol-0.60.11/aclocal.m4-727-done bristol-0.60.11/aclocal.m4:728:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) bristol-0.60.11/aclocal.m4-729- ############################################## bristol-0.60.11/aclocal.m4-802-# Ignore all kinds of additional output from `make'. bristol-0.60.11/aclocal.m4:803:case `$am_make -s -f confmf 2> /dev/null` in #( bristol-0.60.11/aclocal.m4-804-*the\ am__doit\ target*) ############################################## bristol-0.60.11/aclocal.m4-812- echo '.include "confinc"' > confmf bristol-0.60.11/aclocal.m4:813: case `$am_make -s -f confmf 2> /dev/null` in #( bristol-0.60.11/aclocal.m4-814- *the\ am__doit\ target*) ############################################## bristol-0.60.11/aclocal.m4-969-if ( bristol-0.60.11/aclocal.m4:970: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` bristol-0.60.11/aclocal.m4-971- if test "$[*]" = "X"; then bristol-0.60.11/aclocal.m4-972- # -L didn't work. bristol-0.60.11/aclocal.m4:973: set X `ls -t "$srcdir/configure" conftest.file` bristol-0.60.11/aclocal.m4-974- fi ############################################## bristol-0.60.11/m4/ltsugar.m4-67-m4_define([lt_combine], bristol-0.60.11/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1], bristol-0.60.11/m4/ltsugar.m4-69- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## bristol-0.60.11/m4/libtool.m4-125-done bristol-0.60.11/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` bristol-0.60.11/m4/libtool.m4-127-]) ############################################## bristol-0.60.11/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE], bristol-0.60.11/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) bristol-0.60.11/m4/libtool.m4-429- ############################################## bristol-0.60.11/m4/libtool.m4-437-# bristol-0.60.11/m4/libtool.m4:438:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' bristol-0.60.11/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## bristol-0.60.11/m4/libtool.m4-547-]], lt_decl_quote_varnames); do bristol-0.60.11/m4/libtool.m4:548: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in bristol-0.60.11/m4/libtool.m4-549- *[[\\\\\\\`\\"\\\$]]*) bristol-0.60.11/m4/libtool.m4:550: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" bristol-0.60.11/m4/libtool.m4-551- ;; ############################################## bristol-0.60.11/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do bristol-0.60.11/m4/libtool.m4:561: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in bristol-0.60.11/m4/libtool.m4-562- *[[\\\\\\\`\\"\\\$]]*) bristol-0.60.11/m4/libtool.m4:563: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" bristol-0.60.11/m4/libtool.m4-564- ;; ############################################## bristol-0.60.11/m4/libtool.m4-720- bristol-0.60.11/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. bristol-0.60.11/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## bristol-0.60.11/m4/libtool.m4-1090- if test "$lt_cv_ld_force_load" = "yes"; then bristol-0.60.11/m4/libtool.m4:1091: _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\"`' bristol-0.60.11/m4/libtool.m4-1092- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], ############################################## bristol-0.60.11/m4/libtool.m4-1143- }]' bristol-0.60.11/m4/libtool.m4:1144: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bristol-0.60.11/m4/libtool.m4-1145- # Check for a 64-bit object if we didn't find anything. bristol-0.60.11/m4/libtool.m4-1146- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then bristol-0.60.11/m4/libtool.m4:1147: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bristol-0.60.11/m4/libtool.m4-1148- fi],[]) ############################################## bristol-0.60.11/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ bristol-0.60.11/m4/libtool.m4:1180: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then bristol-0.60.11/m4/libtool.m4-1181- ECHO='print -r --' bristol-0.60.11/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then bristol-0.60.11/m4/libtool.m4-1183- ECHO='printf %s\n' ############################################## bristol-0.60.11/m4/libtool.m4-1214- PATH=/empty FPATH=/empty; export PATH FPATH bristol-0.60.11/m4/libtool.m4:1215: test "X`printf %s $ECHO`" = "X$ECHO" \ bristol-0.60.11/m4/libtool.m4:1216: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) bristol-0.60.11/m4/libtool.m4-1217- ############################################## bristol-0.60.11/m4/libtool.m4-1237- if test "$GCC" = yes; then bristol-0.60.11/m4/libtool.m4:1238: lt_sysroot=`$CC --print-sysroot 2>/dev/null` bristol-0.60.11/m4/libtool.m4-1239- fi ############################################## bristol-0.60.11/m4/libtool.m4-1241- /*) bristol-0.60.11/m4/libtool.m4:1242: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` bristol-0.60.11/m4/libtool.m4-1243- ;; #( ############################################## bristol-0.60.11/m4/libtool.m4-1270- if AC_TRY_EVAL(ac_compile); then bristol-0.60.11/m4/libtool.m4:1271: case `/usr/bin/file conftest.$ac_objext` in bristol-0.60.11/m4/libtool.m4-1272- *ELF-32*) ############################################## bristol-0.60.11/m4/libtool.m4-1286- if test "$lt_cv_prog_gnu_ld" = yes; then bristol-0.60.11/m4/libtool.m4:1287: case `/usr/bin/file conftest.$ac_objext` in bristol-0.60.11/m4/libtool.m4-1288- *32-bit*) ############################################## bristol-0.60.11/m4/libtool.m4-1298- else bristol-0.60.11/m4/libtool.m4:1299: case `/usr/bin/file conftest.$ac_objext` in bristol-0.60.11/m4/libtool.m4-1300- *32-bit*) ############################################## bristol-0.60.11/m4/libtool.m4-1650- # And add a safety zone bristol-0.60.11/m4/libtool.m4:1651: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` bristol-0.60.11/m4/libtool.m4:1652: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` bristol-0.60.11/m4/libtool.m4-1653- ;; ############################################## bristol-0.60.11/m4/libtool.m4-1683- if test -n "$kargmax"; then bristol-0.60.11/m4/libtool.m4:1684: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` bristol-0.60.11/m4/libtool.m4-1685- else ############################################## bristol-0.60.11/m4/libtool.m4-1691- if test -n "$lt_cv_sys_max_cmd_len"; then bristol-0.60.11/m4/libtool.m4:1692: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` bristol-0.60.11/m4/libtool.m4:1693: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` bristol-0.60.11/m4/libtool.m4-1694- else ############################################## bristol-0.60.11/m4/libtool.m4-1703- # we can't tell. bristol-0.60.11/m4/libtool.m4:1704: while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ bristol-0.60.11/m4/libtool.m4-1705- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## bristol-0.60.11/m4/libtool.m4-1707- do bristol-0.60.11/m4/libtool.m4:1708: i=`expr $i + 1` bristol-0.60.11/m4/libtool.m4-1709- teststring=$teststring$teststring ############################################## bristol-0.60.11/m4/libtool.m4-1711- # Only check the string length outside the loop. bristol-0.60.11/m4/libtool.m4:1712: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` bristol-0.60.11/m4/libtool.m4-1713- teststring= ############################################## bristol-0.60.11/m4/libtool.m4-1716- # linker. It appears as though 1/2 is a usable value. bristol-0.60.11/m4/libtool.m4:1717: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` bristol-0.60.11/m4/libtool.m4-1718- fi ############################################## bristol-0.60.11/m4/libtool.m4-2041- if test "$hard_links" = no; then bristol-0.60.11/m4/libtool.m4:2042: AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) bristol-0.60.11/m4/libtool.m4-2043- need_locks=warn ############################################## bristol-0.60.11/m4/libtool.m4-2172- esac bristol-0.60.11/m4/libtool.m4:2173: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` bristol-0.60.11/m4/libtool.m4-2174- case $lt_search_path_spec in ############################################## bristol-0.60.11/m4/libtool.m4-2179- # okay in the real world where ";" in dirpaths is itself problematic. bristol-0.60.11/m4/libtool.m4:2180: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` bristol-0.60.11/m4/libtool.m4-2181- ;; bristol-0.60.11/m4/libtool.m4-2182- *) bristol-0.60.11/m4/libtool.m4:2183: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` bristol-0.60.11/m4/libtool.m4-2184- ;; ############################################## bristol-0.60.11/m4/libtool.m4-2188- lt_tmp_lt_search_path_spec= bristol-0.60.11/m4/libtool.m4:2189: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` bristol-0.60.11/m4/libtool.m4-2190- for lt_sys_path in $lt_search_path_spec; do ############################################## bristol-0.60.11/m4/libtool.m4-2223- esac bristol-0.60.11/m4/libtool.m4:2224: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` bristol-0.60.11/m4/libtool.m4-2225-else ############################################## bristol-0.60.11/m4/libtool.m4-2311- # Create ${libname}_ixlibrary.a entries in /sys/libs. bristol-0.60.11/m4/libtool.m4:2312: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $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' bristol-0.60.11/m4/libtool.m4-2313- ;; ############################################## bristol-0.60.11/m4/libtool.m4-2347- # DLL is installed to $(libdir)/../bin by postinstall_cmds bristol-0.60.11/m4/libtool.m4:2348: postinstall_cmds='base_file=`basename \${file}`~ bristol-0.60.11/m4/libtool.m4:2349: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ bristol-0.60.11/m4/libtool.m4:2350: dldir=$destdir/`dirname \$dlpath`~ bristol-0.60.11/m4/libtool.m4-2351- test -d \$dldir || mkdir -p \$dldir~ ############################################## bristol-0.60.11/m4/libtool.m4-2356- fi' bristol-0.60.11/m4/libtool.m4:2357: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ bristol-0.60.11/m4/libtool.m4-2358- dlpath=$dir/\$dldll~ ############################################## bristol-0.60.11/m4/libtool.m4-2364- # Cygwin DLLs use 'cyg' prefix rather than 'lib' bristol-0.60.11/m4/libtool.m4:2365: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' bristol-0.60.11/m4/libtool.m4-2366-m4_if([$1], [],[ ############################################## bristol-0.60.11/m4/libtool.m4-2370- # MinGW DLLs use traditional 'lib' prefix bristol-0.60.11/m4/libtool.m4:2371: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' bristol-0.60.11/m4/libtool.m4-2372- ;; ############################################## bristol-0.60.11/m4/libtool.m4-2374- # pw32 DLLs use 'pw' prefix rather than 'lib' bristol-0.60.11/m4/libtool.m4:2375: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' bristol-0.60.11/m4/libtool.m4-2376- ;; ############################################## bristol-0.60.11/m4/libtool.m4-2383- libname_spec='$name' bristol-0.60.11/m4/libtool.m4:2384: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' bristol-0.60.11/m4/libtool.m4-2385- library_names_spec='${libname}.dll.lib' ############################################## bristol-0.60.11/m4/libtool.m4-2395- # Let DOS variable expansion print the short 8.3 style file name. bristol-0.60.11/m4/libtool.m4:2396: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` bristol-0.60.11/m4/libtool.m4-2397- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## bristol-0.60.11/m4/libtool.m4-2400- # Convert to MSYS style. bristol-0.60.11/m4/libtool.m4:2401: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` bristol-0.60.11/m4/libtool.m4-2402- ;; ############################################## bristol-0.60.11/m4/libtool.m4-2406- # like /cygdrive/c/PROGRA~1:/cygdr... bristol-0.60.11/m4/libtool.m4:2407: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` bristol-0.60.11/m4/libtool.m4:2408: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` bristol-0.60.11/m4/libtool.m4:2409: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` bristol-0.60.11/m4/libtool.m4-2410- ;; ############################################## bristol-0.60.11/m4/libtool.m4-2414- # It is most probably a Windows format PATH. bristol-0.60.11/m4/libtool.m4:2415: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` bristol-0.60.11/m4/libtool.m4-2416- else bristol-0.60.11/m4/libtool.m4:2417: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` bristol-0.60.11/m4/libtool.m4-2418- fi ############################################## bristol-0.60.11/m4/libtool.m4-2424- # DLL is installed to $(libdir)/../bin by postinstall_cmds bristol-0.60.11/m4/libtool.m4:2425: postinstall_cmds='base_file=`basename \${file}`~ bristol-0.60.11/m4/libtool.m4:2426: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ bristol-0.60.11/m4/libtool.m4:2427: dldir=$destdir/`dirname \$dlpath`~ bristol-0.60.11/m4/libtool.m4-2428- test -d \$dldir || mkdir -p \$dldir~ bristol-0.60.11/m4/libtool.m4-2429- $install_prog $dir/$dlname \$dldir/$dlname' bristol-0.60.11/m4/libtool.m4:2430: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ bristol-0.60.11/m4/libtool.m4-2431- dlpath=$dir/\$dldll~ ############################################## bristol-0.60.11/m4/libtool.m4-2438- # Assume MSVC wrapper bristol-0.60.11/m4/libtool.m4:2439: library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' bristol-0.60.11/m4/libtool.m4-2440- dynamic_linker='Win32 ld.exe' ############################################## bristol-0.60.11/m4/libtool.m4-2455- shlibpath_var=DYLD_LIBRARY_PATH bristol-0.60.11/m4/libtool.m4:2456: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' bristol-0.60.11/m4/libtool.m4-2457-m4_if([$1], [],[ ############################################## bristol-0.60.11/m4/libtool.m4-2662- if test -f /etc/ld.so.conf; then bristol-0.60.11/m4/libtool.m4:2663: 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' ' '` bristol-0.60.11/m4/libtool.m4-2664- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## bristol-0.60.11/m4/libtool.m4-2736- shlibpath_var=LD_LIBRARY_PATH bristol-0.60.11/m4/libtool.m4:2737: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bristol-0.60.11/m4/libtool.m4-2738- case $host_os in ############################################## bristol-0.60.11/m4/libtool.m4-2953- "file_magic "*) bristol-0.60.11/m4/libtool.m4:2954: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` bristol-0.60.11/m4/libtool.m4-2955- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## bristol-0.60.11/m4/libtool.m4-3036- # gcc leaves a trailing carriage return which upsets mingw bristol-0.60.11/m4/libtool.m4:3037: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; bristol-0.60.11/m4/libtool.m4-3038- *) bristol-0.60.11/m4/libtool.m4:3039: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; bristol-0.60.11/m4/libtool.m4-3040- esac ############################################## bristol-0.60.11/m4/libtool.m4-3045- # Canonicalize the pathname of ld bristol-0.60.11/m4/libtool.m4:3046: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` bristol-0.60.11/m4/libtool.m4-3047- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do bristol-0.60.11/m4/libtool.m4:3048: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` bristol-0.60.11/m4/libtool.m4-3049- done ############################################## bristol-0.60.11/m4/libtool.m4-3076- # Break only if it was the GNU/non-GNU ld that we prefer. bristol-0.60.11/m4/libtool.m4:3077: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in bristol-0.60.11/m4/libtool.m4-3078- *GNU* | *'with BFD'*) ############################################## bristol-0.60.11/m4/libtool.m4-3116-[# I'd rather use --version here, but apparently some GNU lds only accept -v. bristol-0.60.11/m4/libtool.m4:3117:case `$LD -v 2>&1 </dev/null` in bristol-0.60.11/m4/libtool.m4-3118-*GNU* | *'with BFD'*) ############################################## bristol-0.60.11/m4/libtool.m4-3307-openbsd*) bristol-0.60.11/m4/libtool.m4:3308: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bristol-0.60.11/m4/libtool.m4-3309- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## bristol-0.60.11/m4/libtool.m4-3371- else bristol-0.60.11/m4/libtool.m4:3372: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` bristol-0.60.11/m4/libtool.m4-3373- fi ############################################## bristol-0.60.11/m4/libtool.m4-3417- # Tru64's nm complains that /dev/null is an invalid object file bristol-0.60.11/m4/libtool.m4:3418: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in bristol-0.60.11/m4/libtool.m4-3419- */dev/null* | *'Invalid file or object type'*) ############################################## bristol-0.60.11/m4/libtool.m4-3423- *) bristol-0.60.11/m4/libtool.m4:3424: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in bristol-0.60.11/m4/libtool.m4-3425- */dev/null*) ############################################## bristol-0.60.11/m4/libtool.m4-3449- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) bristol-0.60.11/m4/libtool.m4:3450: case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in bristol-0.60.11/m4/libtool.m4-3451- *COFF*) ############################################## bristol-0.60.11/m4/libtool.m4-3508- # decide which to use based on capabilities of $DLLTOOL bristol-0.60.11/m4/libtool.m4:3509: case `$DLLTOOL --help 2>&1` in bristol-0.60.11/m4/libtool.m4-3510- *--identify-strict*) ############################################## bristol-0.60.11/m4/libtool.m4-3667-# If we're using GNU nm, then use its standard symbol codes. bristol-0.60.11/m4/libtool.m4:3668:case `$NM -V 2>&1` in bristol-0.60.11/m4/libtool.m4-3669-*GNU* | *'with BFD'*) ############################################## bristol-0.60.11/m4/libtool.m4-3685-mingw*) bristol-0.60.11/m4/libtool.m4:3686: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp bristol-0.60.11/m4/libtool.m4-3687- ;; ############################################## bristol-0.60.11/m4/libtool.m4-3738- nlist=conftest.nm bristol-0.60.11/m4/libtool.m4:3739: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then bristol-0.60.11/m4/libtool.m4-3740- # Try sorting and uniquifying the output. ############################################## bristol-0.60.11/m4/libtool.m4-4076- *) bristol-0.60.11/m4/libtool.m4:4077: case `$CC -V 2>&1 | sed 5q` in bristol-0.60.11/m4/libtool.m4-4078- *Sun\ C*) ############################################## bristol-0.60.11/m4/libtool.m4-4381- *) bristol-0.60.11/m4/libtool.m4:4382: case `$CC -V 2>&1 | sed 5q` in bristol-0.60.11/m4/libtool.m4-4383- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) ############################################## bristol-0.60.11/m4/libtool.m4-4659- # shared libraries, regardless of the interface used. bristol-0.60.11/m4/libtool.m4:4660: case `$LD -v 2>&1` in bristol-0.60.11/m4/libtool.m4-4661- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## bristol-0.60.11/m4/libtool.m4-4691- supports_anon_versioning=no bristol-0.60.11/m4/libtool.m4:4692: case `$LD -v 2>&1` in bristol-0.60.11/m4/libtool.m4-4693- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## bristol-0.60.11/m4/libtool.m4-4760- # is EXPORTS), use it as is; otherwise, prepend... bristol-0.60.11/m4/libtool.m4:4761: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then bristol-0.60.11/m4/libtool.m4-4762- cp $export_symbols $output_objdir/$soname.def; ############################################## bristol-0.60.11/m4/libtool.m4-4788- # time. Moving up from 0x10000000 also allows more sbrk(2) space. bristol-0.60.11/m4/libtool.m4:4789: _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' bristol-0.60.11/m4/libtool.m4:4790: _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' bristol-0.60.11/m4/libtool.m4-4791- ;; ############################################## bristol-0.60.11/m4/libtool.m4-4806- pgcc*) # Portland Group C compiler bristol-0.60.11/m4/libtool.m4:4807: _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' bristol-0.60.11/m4/libtool.m4-4808- tmp_addflag=' $pic_flag' ############################################## bristol-0.60.11/m4/libtool.m4-4811- # Portland Group f77 and f90 compilers bristol-0.60.11/m4/libtool.m4:4812: _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' bristol-0.60.11/m4/libtool.m4-4813- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## bristol-0.60.11/m4/libtool.m4-4826- nvcc*) # Cuda Compiler Driver 2.2 bristol-0.60.11/m4/libtool.m4:4827: _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' bristol-0.60.11/m4/libtool.m4-4828- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## bristol-0.60.11/m4/libtool.m4-4830- esac bristol-0.60.11/m4/libtool.m4:4831: case `$CC -V 2>&1 | sed 5q` in bristol-0.60.11/m4/libtool.m4-4832- *Sun\ C*) # Sun C 5.9 bristol-0.60.11/m4/libtool.m4:4833: _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' bristol-0.60.11/m4/libtool.m4-4834- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## bristol-0.60.11/m4/libtool.m4-4898- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) bristol-0.60.11/m4/libtool.m4:4899: case `$LD -v 2>&1` in bristol-0.60.11/m4/libtool.m4-4900- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## bristol-0.60.11/m4/libtool.m4-5021- # below for broken collect2 doesn't work under 4.3+ bristol-0.60.11/m4/libtool.m4:5022: collect2name=`${CC} -print-prog-name=collect2` bristol-0.60.11/m4/libtool.m4-5023- if test -f "$collect2name" && ############################################## bristol-0.60.11/m4/libtool.m4-5071- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" bristol-0.60.11/m4/libtool.m4:5072: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" bristol-0.60.11/m4/libtool.m4-5073- else ############################################## bristol-0.60.11/m4/libtool.m4-5137- _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' bristol-0.60.11/m4/libtool.m4:5138: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then bristol-0.60.11/m4/libtool.m4-5139- sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## bristol-0.60.11/m4/libtool.m4-5174- # FIXME: Setting linknames here is a bad hack. bristol-0.60.11/m4/libtool.m4:5175: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' bristol-0.60.11/m4/libtool.m4-5176- # The linker will automatically build a .lib file if we build a DLL. ############################################## bristol-0.60.11/m4/libtool.m4-5312- if test "$GCC" = yes; then bristol-0.60.11/m4/libtool.m4:5313: _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' bristol-0.60.11/m4/libtool.m4-5314- # Try to use the -exported_symbol ld option, if it does not ############################################## bristol-0.60.11/m4/libtool.m4-5335- if test "$lt_cv_irix_exported_symbol" = yes; then bristol-0.60.11/m4/libtool.m4:5336: _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' bristol-0.60.11/m4/libtool.m4-5337- fi bristol-0.60.11/m4/libtool.m4-5338- else bristol-0.60.11/m4/libtool.m4:5339: _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' bristol-0.60.11/m4/libtool.m4:5340: _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' bristol-0.60.11/m4/libtool.m4-5341- fi ############################################## bristol-0.60.11/m4/libtool.m4-5375- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes bristol-0.60.11/m4/libtool.m4:5376: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bristol-0.60.11/m4/libtool.m4-5377- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## bristol-0.60.11/m4/libtool.m4-5408- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' bristol-0.60.11/m4/libtool.m4:5409: _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' bristol-0.60.11/m4/libtool.m4-5410- else bristol-0.60.11/m4/libtool.m4-5411- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' bristol-0.60.11/m4/libtool.m4:5412: _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' bristol-0.60.11/m4/libtool.m4-5413- fi ############################################## bristol-0.60.11/m4/libtool.m4-5421- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' bristol-0.60.11/m4/libtool.m4:5422: _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' bristol-0.60.11/m4/libtool.m4-5423- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## bristol-0.60.11/m4/libtool.m4-5425- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' bristol-0.60.11/m4/libtool.m4:5426: _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' bristol-0.60.11/m4/libtool.m4:5427: _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~ bristol-0.60.11/m4/libtool.m4:5428: $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' bristol-0.60.11/m4/libtool.m4-5429- ############################################## bristol-0.60.11/m4/libtool.m4-5444- else bristol-0.60.11/m4/libtool.m4:5445: case `$CC -V 2>&1` in bristol-0.60.11/m4/libtool.m4-5446- *"Compilers 5.0"*) ############################################## bristol-0.60.11/m4/libtool.m4-5637- _LT_TAGVAR(allow_undefined_flag, $1)= bristol-0.60.11/m4/libtool.m4:5638: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) bristol-0.60.11/m4/libtool.m4-5639- then ############################################## bristol-0.60.11/m4/libtool.m4-5937- # ancient GNU ld didn't support --whole-archive et. al. bristol-0.60.11/m4/libtool.m4:5938: if eval "`$CC -print-prog-name=ld` --help 2>&1" | bristol-0.60.11/m4/libtool.m4-5939- $GREP 'no-whole-archive' > /dev/null; then ############################################## bristol-0.60.11/m4/libtool.m4-6020- # below for broken collect2 doesn't work under 4.3+ bristol-0.60.11/m4/libtool.m4:6021: collect2name=`${CC} -print-prog-name=collect2` bristol-0.60.11/m4/libtool.m4-6022- if test -f "$collect2name" && ############################################## bristol-0.60.11/m4/libtool.m4-6070- bristol-0.60.11/m4/libtool.m4:6071: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" bristol-0.60.11/m4/libtool.m4-6072- else ############################################## bristol-0.60.11/m4/libtool.m4-6136- _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' bristol-0.60.11/m4/libtool.m4:6137: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then bristol-0.60.11/m4/libtool.m4-6138- $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## bristol-0.60.11/m4/libtool.m4-6177- # is EXPORTS), use it as is; otherwise, prepend... bristol-0.60.11/m4/libtool.m4:6178: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then bristol-0.60.11/m4/libtool.m4-6179- cp $export_symbols $output_objdir/$soname.def; ############################################## bristol-0.60.11/m4/libtool.m4-6257- # dependencies. bristol-0.60.11/m4/libtool.m4:6258: 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"' bristol-0.60.11/m4/libtool.m4-6259- ;; ############################################## bristol-0.60.11/m4/libtool.m4-6322- # dependencies. bristol-0.60.11/m4/libtool.m4:6323: 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"' bristol-0.60.11/m4/libtool.m4-6324- ;; ############################################## bristol-0.60.11/m4/libtool.m4-6358- # time. Moving up from 0x10000000 also allows more sbrk(2) space. bristol-0.60.11/m4/libtool.m4:6359: _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' bristol-0.60.11/m4/libtool.m4:6360: _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' bristol-0.60.11/m4/libtool.m4-6361- ;; ############################################## bristol-0.60.11/m4/libtool.m4-6365- # SGI C++ bristol-0.60.11/m4/libtool.m4:6366: _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' bristol-0.60.11/m4/libtool.m4-6367- ############################################## bristol-0.60.11/m4/libtool.m4-6376- if test "$with_gnu_ld" = no; then bristol-0.60.11/m4/libtool.m4:6377: _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' bristol-0.60.11/m4/libtool.m4-6378- else bristol-0.60.11/m4/libtool.m4:6379: _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' bristol-0.60.11/m4/libtool.m4-6380- fi ############################################## bristol-0.60.11/m4/libtool.m4-6397- # to its proper name (with version) after linking. bristol-0.60.11/m4/libtool.m4:6398: _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' bristol-0.60.11/m4/libtool.m4:6399: _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' bristol-0.60.11/m4/libtool.m4-6400- # Commands to make compiler produce verbose output that lists ############################################## bristol-0.60.11/m4/libtool.m4-6407- # dependencies. bristol-0.60.11/m4/libtool.m4:6408: 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"' bristol-0.60.11/m4/libtool.m4-6409- ############################################## bristol-0.60.11/m4/libtool.m4-6422- # earlier do not add the objects themselves. bristol-0.60.11/m4/libtool.m4:6423: case `$CC -V 2>&1` in bristol-0.60.11/m4/libtool.m4-6424- *"Version 7."*) ############################################## bristol-0.60.11/m4/libtool.m4-6443- # Portland Group C++ compiler bristol-0.60.11/m4/libtool.m4:6444: case `$CC -V` in bristol-0.60.11/m4/libtool.m4-6445- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## bristol-0.60.11/m4/libtool.m4-6448- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ bristol-0.60.11/m4/libtool.m4:6449: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' bristol-0.60.11/m4/libtool.m4-6450- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## bristol-0.60.11/m4/libtool.m4-6452- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ bristol-0.60.11/m4/libtool.m4:6453: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ bristol-0.60.11/m4/libtool.m4-6454- $RANLIB $oldlib' ############################################## bristol-0.60.11/m4/libtool.m4-6457- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ bristol-0.60.11/m4/libtool.m4:6458: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' bristol-0.60.11/m4/libtool.m4-6459- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## bristol-0.60.11/m4/libtool.m4-6461- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ bristol-0.60.11/m4/libtool.m4:6462: $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' bristol-0.60.11/m4/libtool.m4-6463- ;; ############################################## bristol-0.60.11/m4/libtool.m4-6471- _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' bristol-0.60.11/m4/libtool.m4:6472: _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' bristol-0.60.11/m4/libtool.m4-6473- ;; ############################################## bristol-0.60.11/m4/libtool.m4-6490- # dependencies. bristol-0.60.11/m4/libtool.m4:6491: 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' bristol-0.60.11/m4/libtool.m4-6492- ;; ############################################## bristol-0.60.11/m4/libtool.m4-6505- *) bristol-0.60.11/m4/libtool.m4:6506: case `$CC -V 2>&1 | sed 5q` in bristol-0.60.11/m4/libtool.m4-6507- *Sun\ C*) ############################################## bristol-0.60.11/m4/libtool.m4-6512- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' bristol-0.60.11/m4/libtool.m4:6513: _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' bristol-0.60.11/m4/libtool.m4-6514- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## bristol-0.60.11/m4/libtool.m4-6582- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' bristol-0.60.11/m4/libtool.m4:6583: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bristol-0.60.11/m4/libtool.m4-6584- _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' ############################################## bristol-0.60.11/m4/libtool.m4-6601- # to its proper name (with version) after linking. bristol-0.60.11/m4/libtool.m4:6602: _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' bristol-0.60.11/m4/libtool.m4-6603- ############################################## bristol-0.60.11/m4/libtool.m4-6622- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' bristol-0.60.11/m4/libtool.m4:6623: _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' bristol-0.60.11/m4/libtool.m4-6624- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## bristol-0.60.11/m4/libtool.m4-6627- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' bristol-0.60.11/m4/libtool.m4:6628: _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' bristol-0.60.11/m4/libtool.m4:6629: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ bristol-0.60.11/m4/libtool.m4-6630- echo "-hidden">> $lib.exp~ bristol-0.60.11/m4/libtool.m4:6631: $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~ bristol-0.60.11/m4/libtool.m4-6632- $RM $lib.exp' ############################################## bristol-0.60.11/m4/libtool.m4-6646- # dependencies. bristol-0.60.11/m4/libtool.m4:6647: 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"' bristol-0.60.11/m4/libtool.m4-6648- ;; ############################################## bristol-0.60.11/m4/libtool.m4-6653- osf3*) bristol-0.60.11/m4/libtool.m4:6654: _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' bristol-0.60.11/m4/libtool.m4-6655- ;; bristol-0.60.11/m4/libtool.m4-6656- *) bristol-0.60.11/m4/libtool.m4:6657: _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' bristol-0.60.11/m4/libtool.m4-6658- ;; ############################################## bristol-0.60.11/m4/libtool.m4-6906- case ${2} in bristol-0.60.11/m4/libtool.m4:6907: .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; bristol-0.60.11/m4/libtool.m4:6908: *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; bristol-0.60.11/m4/libtool.m4-6909- esac ############################################## bristol-0.60.11/m4/libtool.m4-6994- bristol-0.60.11/m4/libtool.m4:6995: for p in `eval "$output_verbose_link_cmd"`; do bristol-0.60.11/m4/libtool.m4-6996- case ${prev}${p} in ############################################## bristol-0.60.11/m4/libtool.m4-7092-linux*) bristol-0.60.11/m4/libtool.m4:7093: case `$CC -V 2>&1 | sed 5q` in bristol-0.60.11/m4/libtool.m4-7094- *Sun\ C*) ############################################## bristol-0.60.11/m4/libtool.m4-7143-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then bristol-0.60.11/m4/libtool.m4:7144: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` bristol-0.60.11/m4/libtool.m4-7145-fi ############################################## bristol-0.60.11/m4/libtool.m4-7755- test $lt_ac_count -gt 10 && break bristol-0.60.11/m4/libtool.m4:7756: lt_ac_count=`expr $lt_ac_count + 1` bristol-0.60.11/m4/libtool.m4-7757- if test $lt_ac_count -gt $lt_ac_max; then ############################################## bristol-0.60.11/m4/libtool.m4-7826-# ------------------------------------------------------ bristol-0.60.11/m4/libtool.m4:7827:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and bristol-0.60.11/m4/libtool.m4-7828-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. ############################################## bristol-0.60.11/libbvg/Makefile.in-316-.c.obj: bristol-0.60.11/libbvg/Makefile.in:317:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` bristol-0.60.11/libbvg/Makefile.in-318-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## bristol-0.60.11/libbvg/Makefile.in-320-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bristol-0.60.11/libbvg/Makefile.in:321:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bristol-0.60.11/libbvg/Makefile.in-322- ############################################## bristol-0.60.11/libbvg/Makefile.in-380-GTAGS: bristol-0.60.11/libbvg/Makefile.in:381: here=`$(am__cd) $(top_builddir) && pwd` \ bristol-0.60.11/libbvg/Makefile.in-382- && $(am__cd) $(top_srcdir) \ ############################################## bristol-0.60.11/libbvg/Makefile.in-388-distdir: $(DISTFILES) bristol-0.60.11/libbvg/Makefile.in:389: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbvg/Makefile.in:390: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbvg/Makefile.in-391- list='$(DISTFILES)'; \ ############################################## bristol-0.60.11/libbvg/Makefile.in-402- if test -d $$d/$$file; then \ bristol-0.60.11/libbvg/Makefile.in:403: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ bristol-0.60.11/libbvg/Makefile.in-404- if test -d "$(distdir)/$$file"; then \ ############################################## bristol-0.60.11/libbrightonC11/Makefile.in-325-.c.obj: bristol-0.60.11/libbrightonC11/Makefile.in:326:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` bristol-0.60.11/libbrightonC11/Makefile.in-327-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## bristol-0.60.11/libbrightonC11/Makefile.in-329-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bristol-0.60.11/libbrightonC11/Makefile.in:330:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bristol-0.60.11/libbrightonC11/Makefile.in-331- ############################################## bristol-0.60.11/libbrightonC11/Makefile.in-389-GTAGS: bristol-0.60.11/libbrightonC11/Makefile.in:390: here=`$(am__cd) $(top_builddir) && pwd` \ bristol-0.60.11/libbrightonC11/Makefile.in-391- && $(am__cd) $(top_srcdir) \ ############################################## bristol-0.60.11/libbrightonC11/Makefile.in-397-distdir: $(DISTFILES) bristol-0.60.11/libbrightonC11/Makefile.in:398: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbrightonC11/Makefile.in:399: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbrightonC11/Makefile.in-400- list='$(DISTFILES)'; \ ############################################## bristol-0.60.11/libbrightonC11/Makefile.in-411- if test -d $$d/$$file; then \ bristol-0.60.11/libbrightonC11/Makefile.in:412: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ bristol-0.60.11/libbrightonC11/Makefile.in-413- if test -d "$(distdir)/$$file"; then \ ############################################## bristol-0.60.11/install-sh-229- fi bristol-0.60.11/install-sh:230: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; bristol-0.60.11/install-sh-231- *) ############################################## bristol-0.60.11/install-sh-276- dstdir=$dst bristol-0.60.11/install-sh:277: dst=$dstdir/`basename "$src"` bristol-0.60.11/install-sh-278- dstdir_status=0 ############################################## bristol-0.60.11/install-sh-358- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. bristol-0.60.11/install-sh:359: ls_ld_tmpdir=`ls -ld "$tmpdir"` bristol-0.60.11/install-sh-360- case $ls_ld_tmpdir in ############################################## bristol-0.60.11/install-sh-365- $mkdirprog -m$different_mode -p -- "$tmpdir" && { bristol-0.60.11/install-sh:366: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` bristol-0.60.11/install-sh-367- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## bristol-0.60.11/install-sh-425- case $prefix in bristol-0.60.11/install-sh:426: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; bristol-0.60.11/install-sh-427- *) qprefix=$prefix;; ############################################## bristol-0.60.11/install-sh-474- if $copy_on_change && bristol-0.60.11/install-sh:475: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && bristol-0.60.11/install-sh:476: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && bristol-0.60.11/install-sh-477- ############################################## bristol-0.60.11/libbristolmidi/Makefile.in-66-CONFIG_CLEAN_VPATH_FILES = bristol-0.60.11/libbristolmidi/Makefile.in:67:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; bristol-0.60.11/libbristolmidi/Makefile.in-68-am__vpath_adj = case $$p in \ bristol-0.60.11/libbristolmidi/Makefile.in:69: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ bristol-0.60.11/libbristolmidi/Makefile.in-70- *) f=$$p;; \ bristol-0.60.11/libbristolmidi/Makefile.in-71- esac; bristol-0.60.11/libbristolmidi/Makefile.in:72:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; bristol-0.60.11/libbristolmidi/Makefile.in-73-am__install_max = 40 bristol-0.60.11/libbristolmidi/Makefile.in-74-am__nobase_strip_setup = \ bristol-0.60.11/libbristolmidi/Makefile.in:75: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` bristol-0.60.11/libbristolmidi/Makefile.in-76-am__nobase_strip = \ ############################################## bristol-0.60.11/libbristolmidi/Makefile.in-353- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ bristol-0.60.11/libbristolmidi/Makefile.in:354: dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ bristol-0.60.11/libbristolmidi/Makefile.in-355- test "$$dir" != "$$p" || dir=.; \ ############################################## bristol-0.60.11/libbristolmidi/Makefile.in-391-.c.obj: bristol-0.60.11/libbristolmidi/Makefile.in:392:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` bristol-0.60.11/libbristolmidi/Makefile.in-393-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## bristol-0.60.11/libbristolmidi/Makefile.in-395-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bristol-0.60.11/libbristolmidi/Makefile.in:396:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bristol-0.60.11/libbristolmidi/Makefile.in-397- ############################################## bristol-0.60.11/libbristolmidi/Makefile.in-455-GTAGS: bristol-0.60.11/libbristolmidi/Makefile.in:456: here=`$(am__cd) $(top_builddir) && pwd` \ bristol-0.60.11/libbristolmidi/Makefile.in-457- && $(am__cd) $(top_srcdir) \ ############################################## bristol-0.60.11/libbristolmidi/Makefile.in-463-distdir: $(DISTFILES) bristol-0.60.11/libbristolmidi/Makefile.in:464: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbristolmidi/Makefile.in:465: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbristolmidi/Makefile.in-466- list='$(DISTFILES)'; \ ############################################## bristol-0.60.11/libbristolmidi/Makefile.in-477- if test -d $$d/$$file; then \ bristol-0.60.11/libbristolmidi/Makefile.in:478: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ bristol-0.60.11/libbristolmidi/Makefile.in-479- if test -d "$(distdir)/$$file"; then \ ############################################## bristol-0.60.11/libbristolic/Makefile.in-316-.c.obj: bristol-0.60.11/libbristolic/Makefile.in:317:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` bristol-0.60.11/libbristolic/Makefile.in-318-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## bristol-0.60.11/libbristolic/Makefile.in-320-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bristol-0.60.11/libbristolic/Makefile.in:321:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bristol-0.60.11/libbristolic/Makefile.in-322- ############################################## bristol-0.60.11/libbristolic/Makefile.in-380-GTAGS: bristol-0.60.11/libbristolic/Makefile.in:381: here=`$(am__cd) $(top_builddir) && pwd` \ bristol-0.60.11/libbristolic/Makefile.in-382- && $(am__cd) $(top_srcdir) \ ############################################## bristol-0.60.11/libbristolic/Makefile.in-388-distdir: $(DISTFILES) bristol-0.60.11/libbristolic/Makefile.in:389: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbristolic/Makefile.in:390: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/libbristolic/Makefile.in-391- list='$(DISTFILES)'; \ ############################################## bristol-0.60.11/libbristolic/Makefile.in-402- if test -d $$d/$$file; then \ bristol-0.60.11/libbristolic/Makefile.in:403: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ bristol-0.60.11/libbristolic/Makefile.in-404- if test -d "$(distdir)/$$file"; then \ ############################################## bristol-0.60.11/bristol/envelope.c-107-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/envelope.c:108: printf("env param(%i, %f)\n", index, value); bristol-0.60.11/bristol/envelope.c-109-#endif ############################################## bristol-0.60.11/bristol/lfo.c-121-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/lfo.c:122: printf("lfoparam(%x, %x, %i, %f)\n", operator, param, index, value); bristol-0.60.11/bristol/lfo.c-123-#endif ############################################## bristol-0.60.11/bristol/dca.c-92-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/dca.c:93: printf("param(%x)\n", operator); bristol-0.60.11/bristol/dca.c-94-#endif ############################################## bristol-0.60.11/bristol/prophetdco.c-147-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/prophetdco.c:148: printf("prophetdcoparam(%x, %x, %i, %f)\n", operator, param, index, value); bristol-0.60.11/bristol/prophetdco.c-149-#endif ############################################## bristol-0.60.11/bristol/aksfilter.c-110-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/aksfilter.c:111: printf("param(%x, %f)\n", index, value); bristol-0.60.11/bristol/aksfilter.c-112-#endif ############################################## bristol-0.60.11/bristol/cs80env.c-104-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/cs80env.c:105: printf("param(%x, %f)\n", operator, value); bristol-0.60.11/bristol/cs80env.c-106-#endif ############################################## bristol-0.60.11/bristol/dco.c-116-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/dco.c:117: printf("dcoparam(%x, %x, %i, %f)\n", operator, param, index, value); bristol-0.60.11/bristol/dco.c-118-#endif ############################################## bristol-0.60.11/bristol/aksenv.c-102-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/aksenv.c:103: printf("param(%x, %f)\n", operator, value); bristol-0.60.11/bristol/aksenv.c-104-#endif ############################################## bristol-0.60.11/bristol/Makefile.in-404- test -n "$(EXEEXT)" || exit 0; \ bristol-0.60.11/bristol/Makefile.in:405: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ bristol-0.60.11/bristol/Makefile.in-406- echo " rm -f" $$list; \ ############################################## bristol-0.60.11/bristol/Makefile.in-509-.c.obj: bristol-0.60.11/bristol/Makefile.in:510:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` bristol-0.60.11/bristol/Makefile.in-511-@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## bristol-0.60.11/bristol/Makefile.in-513-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bristol-0.60.11/bristol/Makefile.in:514:@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bristol-0.60.11/bristol/Makefile.in-515- ############################################## bristol-0.60.11/bristol/Makefile.in-573-GTAGS: bristol-0.60.11/bristol/Makefile.in:574: here=`$(am__cd) $(top_builddir) && pwd` \ bristol-0.60.11/bristol/Makefile.in-575- && $(am__cd) $(top_srcdir) \ ############################################## bristol-0.60.11/bristol/Makefile.in-581-distdir: $(DISTFILES) bristol-0.60.11/bristol/Makefile.in:582: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/bristol/Makefile.in:583: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ bristol-0.60.11/bristol/Makefile.in-584- list='$(DISTFILES)'; \ ############################################## bristol-0.60.11/bristol/Makefile.in-595- if test -d $$d/$$file; then \ bristol-0.60.11/bristol/Makefile.in:596: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ bristol-0.60.11/bristol/Makefile.in-597- if test -d "$(distdir)/$$file"; then \ ############################################## bristol-0.60.11/bristol/expdco.c-130-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/expdco.c:131: printf("dcoparam(%x, %x, %i, %f)\n", operator, param, index, value); bristol-0.60.11/bristol/expdco.c-132-#endif ############################################## bristol-0.60.11/bristol/aksdco.c-134-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/aksdco.c:135: printf("aksdcoparam(%x, %x, %i, %f)\n", operator, param, index, value); bristol-0.60.11/bristol/aksdco.c-136-#endif ############################################## bristol-0.60.11/bristol/noise.c-98-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/noise.c:99: printf("noiseparam(%i, %f)\n", index, value); bristol-0.60.11/bristol/noise.c-100-#endif ############################################## bristol-0.60.11/bristol/filter.c-217-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/filter.c:218: printf("param(%x, %f)\n", index, value); bristol-0.60.11/bristol/filter.c-219-#endif ############################################## bristol-0.60.11/bristol/env5stage.c-137-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/env5stage.c:138: printf("env5param(%i, %f)\n", index, value); bristol-0.60.11/bristol/env5stage.c-139-#endif ############################################## bristol-0.60.11/bristol/cs80osc.c-162-#endif bristol-0.60.11/bristol/cs80osc.c:163:printf("cs80oscparam(%i, %f) %i\n", index, value, ival); bristol-0.60.11/bristol/cs80osc.c-164- ############################################## bristol-0.60.11/bristol/sdco.c-129-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/sdco.c:130: printf("sdcoparam(%x, %x, %i, %f)\n", operator, param, index, value); bristol-0.60.11/bristol/sdco.c-131-#endif ############################################## bristol-0.60.11/bristol/junodco.c-132-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/junodco.c:133: printf("junodcoparam(%x, %x, %i, %f)\n", operator, param, index, value); bristol-0.60.11/bristol/junodco.c-134-#endif ############################################## bristol-0.60.11/bristol/junodco.c-216- case 7: /* mix PWM square */ bristol-0.60.11/bristol/junodco.c:217:printf("junodcoparam(%i, %f)\n", 3, param->param[3].float_val); bristol-0.60.11/bristol/junodco.c-218- if (value == 0) ############################################## bristol-0.60.11/bristol/resonator.c-90-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/resonator.c:91: printf("param(%x, %f)\n", operator, value); bristol-0.60.11/bristol/resonator.c:92: printf("resparam(%x, %x, %i, %f)\n", operator, param, index, value); bristol-0.60.11/bristol/resonator.c-93-#endif ############################################## bristol-0.60.11/bristol/hpf.c-92-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/hpf.c:93: printf("param(%x, %f)\n", operator, value); bristol-0.60.11/bristol/hpf.c-94-#endif ############################################## bristol-0.60.11/bristol/granulardco.c-181-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/granulardco.c:182: printf("granulardcoparam(%x, %x, %i, %f)\n", operator, param, index, value); bristol-0.60.11/bristol/granulardco.c-183-#endif bristol-0.60.11/bristol/granulardco.c:184:printf("granulardcoparam(%i, %f)\n", index, value); bristol-0.60.11/bristol/granulardco.c-185- ############################################## bristol-0.60.11/bristol/ringmod.c-97-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/ringmod.c:98: printf("ringmodparam(%x, %x, %i, %i)\n", operator, param, index, value); bristol-0.60.11/bristol/ringmod.c-99-#endif ############################################## bristol-0.60.11/bristol/filter2.c-183-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/filter2.c:184: printf("param(%x, %f)\n", index, value); bristol-0.60.11/bristol/filter2.c-185-#endif ############################################## bristol-0.60.11/bristol/electroswitch.c-97-#ifdef BRISTOL_DBG bristol-0.60.11/bristol/electroswitch.c:98: printf("eswitchparam(%x, %x, %i, %i)\n", operator, param, index, value); bristol-0.60.11/bristol/electroswitch.c-99-#endif ############################################## bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-42-PORT=`date +%N` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:43:PORT=`expr $PORT % 65536` >/dev/null 2>&1 bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-44-if [ -z $PORT ]; then bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-45- PORT=`date +%s` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:46: PORT=`expr $PORT % 65536` >/dev/null 2>&1 bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-47-fi bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-48-if [ $PORT -lt 1024 ]; then bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:49: PORT=`expr $PORT + 5028` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-50-fi ############################################## bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-75-# bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:76:PATH=${PATH}:`dirname $0` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-77- ############################################## bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-119- # We should first take our basename and look for a binary bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:120: BRISTOL=`dirname $0` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:121: BRISTOL=`dirname $BRISTOL` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-122- ############################################## bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-150- if [ $index = "-host" ]; then bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:151: host=`echo $2 | awk -F: '{print $1}'` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-152- if [ $host = "unix" ]; then bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:153: localport=`echo $2 | awk -F: '{print $2}'` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-154- if [ -z $localport ]; then ############################################## bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-329- if [ $? -gt 0 ]; then bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:330: PREARGS=`cat ${BRISTOL_RC}` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-331- else bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:332: PREARGS=`awk -F= '/PREARGS/ {print $2}' ${BRISTOL_RC}` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:333: POSTARGS=`awk -F= '/POSTARGS/ {print $2}' ${BRISTOL_RC}` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-334- fi ############################################## bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-381- if [ $? -eq 0 ]; then bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:382: JACKPARAMS=`echo $JP | awk '/JACKSTATS/'` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:383: RATE=`echo ${JACKPARAMS} | awk '{print $2}'` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:384: COUNT=`echo ${JACKPARAMS} | awk '{print $3}'` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-385- ############################################## bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-423- else bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:424: RATE=`echo ${JACKD} |grep -o -- '-r[0-9][0-9]*' |sed 's/^-r//'` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-425- ############################################## bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-430- bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:431: #COUNT=`echo ${JACKD} |grep -o -- '-p[0-9][0-9]*' |sed 's/^-p//'` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:432: COUNT=`echo ${JACKD} |grep -o -- '-p[0-9][0-9]*' |tail -n1 |sed 's/^-p//'` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-433- ############################################## bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-502- echo -n "port looked busy, trying " bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:503: PORT=`expr $PORT + 1` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-504- echo $PORT ############################################## bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-601- bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in:602: exit `expr $engstatus + $guistatus` bristol-0.60.11/.pc/01-export_statements.patch/bin/startBristol.in-603-