=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== the-3.3~rc1/uncomm.the-13-/* .pas - (* *) */ the-3.3~rc1/uncomm.the:14:/* .asm - ; */ the-3.3~rc1/uncomm.the-15-/* .htm - <!-- --> */ ############################################## the-3.3~rc1/install-sh-89- the-3.3~rc1/install-sh:90: -t=*) transformarg=`echo $1 | sed 's/-t=//'` the-3.3~rc1/install-sh-91- shift ############################################## the-3.3~rc1/install-sh-93- the-3.3~rc1/install-sh:94: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` the-3.3~rc1/install-sh-95- shift ############################################## the-3.3~rc1/install-sh-154- then the-3.3~rc1/install-sh:155: dst="$dst"/`basename $src` the-3.3~rc1/install-sh-156- else ############################################## the-3.3~rc1/install-sh-161-## this sed command emulates the dirname command the-3.3~rc1/install-sh:162:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` the-3.3~rc1/install-sh-163- ############################################## the-3.3~rc1/install-sh-175-IFS='%' the-3.3~rc1/install-sh:176:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` the-3.3~rc1/install-sh-177-IFS="${oIFS}" ############################################## the-3.3~rc1/install-sh-209- then the-3.3~rc1/install-sh:210: dstfile=`basename $dst` the-3.3~rc1/install-sh-211- else ############################################## the-3.3~rc1/install-sh-219- then the-3.3~rc1/install-sh:220: dstfile=`basename $dst` the-3.3~rc1/install-sh-221- else ############################################## the-3.3~rc1/contrib/checker.c-14- the-3.3~rc1/contrib/checker.c:15:#define CHECK_WIN(win) stubs_chkr_check_addr(win,sizeof(WINDOW),CHKR_TW,"win") the-3.3~rc1/contrib/checker.c-16- ############################################## the-3.3~rc1/contrib/checker.c-34- the-3.3~rc1/contrib/checker.c:35: stubs_chkr_check_addr(contents, sizeof (char **), CHKR_MW, "contents"); the-3.3~rc1/contrib/checker.c:36: stubs_chkr_check_addr(length, sizeof (long *), CHKR_MW, "length"); the-3.3~rc1/contrib/checker.c-37- if ((rc = PDC_getclipboard(contents,length)) == PDC_CLIP_SUCCESS) ############################################## the-3.3~rc1/contrib/checker.c-44-{ the-3.3~rc1/contrib/checker.c:45: stubs_chkr_check_addr(contents, length, CHKR_RO, "contents"); the-3.3~rc1/contrib/checker.c-46- return(PDC_setclipboard(contents,length)); ############################################## the-3.3~rc1/contrib/checker.c-133- if (argv != NULL) the-3.3~rc1/contrib/checker.c:134: stubs_chkr_check_addr(argv, sizeof(char *) * argc, CHKR_RO, "argv"); the-3.3~rc1/contrib/checker.c-135- for (i = 0;i <argc,i++) ############################################## the-3.3~rc1/contrib/checker.c-221- int retval; the-3.3~rc1/contrib/checker.c:222: stubs_chkr_check_addr(total, sizeof (int), CHKR_MW, "total"); the-3.3~rc1/contrib/checker.c:223: stubs_chkr_check_addr(viewport, sizeof (int), CHKR_MW, "viewport"); the-3.3~rc1/contrib/checker.c:224: stubs_chkr_check_addr(cur, sizeof (int), CHKR_MW, "cur"); the-3.3~rc1/contrib/checker.c-225- retval = sb_get_horz(total,viewport,cur); ############################################## the-3.3~rc1/contrib/checker.c-238- int retval; the-3.3~rc1/contrib/checker.c:239: stubs_chkr_check_addr(total, sizeof (int), CHKR_MW, "total"); the-3.3~rc1/contrib/checker.c:240: stubs_chkr_check_addr(viewport, sizeof (int), CHKR_MW, "viewport"); the-3.3~rc1/contrib/checker.c:241: stubs_chkr_check_addr(cur, sizeof (int), CHKR_MW, "cur"); the-3.3~rc1/contrib/checker.c-242- retval = sb_get_vert(total,viewport,cur); ############################################## the-3.3~rc1/contrib/checker.c-325- CHECK_WIN(win); the-3.3~rc1/contrib/checker.c:326: stubs_chkr_check_addr(ch, sizeof (chtype) * n, CHKR_MW, "ch"); the-3.3~rc1/contrib/checker.c-327- return(waddchnstr(win,ch,n)); ############################################## the-3.3~rc1/contrib/checker.c-397- CHECK_WIN(win); the-3.3~rc1/contrib/checker.c:398: stubs_chkr_check_addr(y, sizeof (int), CHKR_MW, "y"); the-3.3~rc1/contrib/checker.c:399: stubs_chkr_check_addr(x, sizeof (int), CHKR_MW, "x"); the-3.3~rc1/contrib/checker.c-400- wmouse_position(win,y,x); ############################################## the-3.3~rc1/common/config.guess-40- the-3.3~rc1/common/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'` the-3.3~rc1/common/config.guess-42- ############################################## the-3.3~rc1/common/config.guess-109-: ${TMPDIR=/tmp} ; the-3.3~rc1/common/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || the-3.3~rc1/common/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## the-3.3~rc1/common/config.guess-195- *) the-3.3~rc1/common/config.guess:196: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` the-3.3~rc1/common/config.guess-197- ;; ############################################## the-3.3~rc1/common/config.guess-222- *4.0) the-3.3~rc1/common/config.guess:223: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` the-3.3~rc1/common/config.guess-224- ;; the-3.3~rc1/common/config.guess-225- *5.*) the-3.3~rc1/common/config.guess:226: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` the-3.3~rc1/common/config.guess-227- ;; ############################################## the-3.3~rc1/common/config.guess-232- # types through head -n 1, so we only detect the type of CPU 0. the-3.3~rc1/common/config.guess:233: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` the-3.3~rc1/common/config.guess-234- case "$ALPHA_CPU_TYPE" in ############################################## the-3.3~rc1/common/config.guess-270- # 1.2 uses "1.2" for uname -r. the-3.3~rc1/common/config.guess:271: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` the-3.3~rc1/common/config.guess-272- exit ;; ############################################## the-3.3~rc1/common/config.guess-327- sun4H:SunOS:5.*:*) the-3.3~rc1/common/config.guess:328: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` the-3.3~rc1/common/config.guess-329- exit ;; the-3.3~rc1/common/config.guess-330- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) the-3.3~rc1/common/config.guess:331: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` the-3.3~rc1/common/config.guess-332- exit ;; the-3.3~rc1/common/config.guess-333- i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) the-3.3~rc1/common/config.guess:334: echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` the-3.3~rc1/common/config.guess-335- exit ;; ############################################## the-3.3~rc1/common/config.guess-339- # it's likely to be more like Solaris than SunOS4. the-3.3~rc1/common/config.guess:340: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` the-3.3~rc1/common/config.guess-341- exit ;; ############################################## the-3.3~rc1/common/config.guess-348- # Japanese Language versions have a version number like `4.1.3-JL'. the-3.3~rc1/common/config.guess:349: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` the-3.3~rc1/common/config.guess-350- exit ;; ############################################## the-3.3~rc1/common/config.guess-354- sun*:*:4.2BSD:*) the-3.3~rc1/common/config.guess:355: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` the-3.3~rc1/common/config.guess-356- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## the-3.3~rc1/common/config.guess-436- $CC_FOR_BUILD -o $dummy $dummy.c && the-3.3~rc1/common/config.guess:437: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && the-3.3~rc1/common/config.guess:438: SYSTEM_NAME=`$dummy $dummyarg` && the-3.3~rc1/common/config.guess-439- { echo "$SYSTEM_NAME"; exit; } ############################################## the-3.3~rc1/common/config.guess-492- *:IRIX*:*:*) the-3.3~rc1/common/config.guess:493: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` the-3.3~rc1/common/config.guess-494- exit ;; ############################################## the-3.3~rc1/common/config.guess-522-EOF the-3.3~rc1/common/config.guess:523: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` the-3.3~rc1/common/config.guess-524- then ############################################## the-3.3~rc1/common/config.guess-535- *:AIX:*:[456]) the-3.3~rc1/common/config.guess:536: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` the-3.3~rc1/common/config.guess-537- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## the-3.3~rc1/common/config.guess-570- 9000/[34678]??:HP-UX:*:*) the-3.3~rc1/common/config.guess:571: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` the-3.3~rc1/common/config.guess-572- case "${UNAME_MACHINE}" in ############################################## the-3.3~rc1/common/config.guess-624-EOF the-3.3~rc1/common/config.guess:625: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` the-3.3~rc1/common/config.guess-626- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## the-3.3~rc1/common/config.guess-652- ia64:HP-UX:*:*) the-3.3~rc1/common/config.guess:653: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` the-3.3~rc1/common/config.guess-654- echo ia64-hp-hpux${HPUX_REV} ############################################## the-3.3~rc1/common/config.guess-682-EOF the-3.3~rc1/common/config.guess:683: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && the-3.3~rc1/common/config.guess-684- { echo "$SYSTEM_NAME"; exit; } ############################################## the-3.3~rc1/common/config.guess-753- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` the-3.3~rc1/common/config.guess:754: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` the-3.3~rc1/common/config.guess-755- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## the-3.3~rc1/common/config.guess-758- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` the-3.3~rc1/common/config.guess:759: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` the-3.3~rc1/common/config.guess-760- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## the-3.3~rc1/common/config.guess-773- pc98) the-3.3~rc1/common/config.guess:774: echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; the-3.3~rc1/common/config.guess-775- amd64) the-3.3~rc1/common/config.guess:776: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; the-3.3~rc1/common/config.guess-777- *) the-3.3~rc1/common/config.guess:778: echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; the-3.3~rc1/common/config.guess-779- esac ############################################## the-3.3~rc1/common/config.guess-824- prep*:SunOS:5.*:*) the-3.3~rc1/common/config.guess:825: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` the-3.3~rc1/common/config.guess-826- exit ;; ############################################## the-3.3~rc1/common/config.guess-828- # the GNU system the-3.3~rc1/common/config.guess:829: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` the-3.3~rc1/common/config.guess-830- exit ;; ############################################## the-3.3~rc1/common/config.guess-832- # other systems with GNU libc and userland the-3.3~rc1/common/config.guess:833: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu the-3.3~rc1/common/config.guess-834- exit ;; ############################################## the-3.3~rc1/common/config.guess-1067- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) the-3.3~rc1/common/config.guess:1068: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` the-3.3~rc1/common/config.guess-1069- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## the-3.3~rc1/common/config.guess-1311- *:DragonFly:*:*) the-3.3~rc1/common/config.guess:1312: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` the-3.3~rc1/common/config.guess-1313- exit ;; ############################################## the-3.3~rc1/common/config.guess-1324- i*86:skyos:*:*) the-3.3~rc1/common/config.guess:1325: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' the-3.3~rc1/common/config.guess-1326- exit ;; ############################################## the-3.3~rc1/common/config.guess-1449- the-3.3~rc1/common/config.guess:1450:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && the-3.3~rc1/common/config.guess-1451- { echo "$SYSTEM_NAME"; exit; } ############################################## the-3.3~rc1/common/config.sub-56- the-3.3~rc1/common/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'` the-3.3~rc1/common/config.sub-58- ############################################## the-3.3~rc1/common/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations. the-3.3~rc1/common/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` the-3.3~rc1/common/config.sub-122-case $maybe_os in ############################################## the-3.3~rc1/common/config.sub-126- os=-$maybe_os the-3.3~rc1/common/config.sub:127: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` the-3.3~rc1/common/config.sub-128- ;; the-3.3~rc1/common/config.sub-129- *) the-3.3~rc1/common/config.sub:130: basic_machine=`echo $1 | sed 's/-[^-]*$//'` the-3.3~rc1/common/config.sub-131- if [ $basic_machine != $1 ] the-3.3~rc1/common/config.sub:132: then os=`echo $1 | sed 's/.*-/-/'` the-3.3~rc1/common/config.sub-133- else os=; fi ############################################## the-3.3~rc1/common/config.sub-177- os=-sco5v6 the-3.3~rc1/common/config.sub:178: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` the-3.3~rc1/common/config.sub-179- ;; ############################################## the-3.3~rc1/common/config.sub-181- os=-sco3.2v5 the-3.3~rc1/common/config.sub:182: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` the-3.3~rc1/common/config.sub-183- ;; ############################################## the-3.3~rc1/common/config.sub-185- os=-sco3.2v4 the-3.3~rc1/common/config.sub:186: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` the-3.3~rc1/common/config.sub-187- ;; the-3.3~rc1/common/config.sub-188- -sco3.2.[4-9]*) the-3.3~rc1/common/config.sub:189: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` the-3.3~rc1/common/config.sub:190: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` the-3.3~rc1/common/config.sub-191- ;; ############################################## the-3.3~rc1/common/config.sub-193- # Don't forget version if it is 3.2v4 or newer. the-3.3~rc1/common/config.sub:194: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` the-3.3~rc1/common/config.sub-195- ;; ############################################## the-3.3~rc1/common/config.sub-197- # Don't forget version if it is 3.2v4 or newer. the-3.3~rc1/common/config.sub:198: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` the-3.3~rc1/common/config.sub-199- ;; ############################################## the-3.3~rc1/common/config.sub-201- os=-sco3.2v2 the-3.3~rc1/common/config.sub:202: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` the-3.3~rc1/common/config.sub-203- ;; the-3.3~rc1/common/config.sub-204- -udk*) the-3.3~rc1/common/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` the-3.3~rc1/common/config.sub-206- ;; ############################################## the-3.3~rc1/common/config.sub-208- os=-isc2.2 the-3.3~rc1/common/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` the-3.3~rc1/common/config.sub-210- ;; ############################################## the-3.3~rc1/common/config.sub-214- -isc*) the-3.3~rc1/common/config.sub:215: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` the-3.3~rc1/common/config.sub-216- ;; ############################################## the-3.3~rc1/common/config.sub-220- -ptx*) the-3.3~rc1/common/config.sub:221: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` the-3.3~rc1/common/config.sub-222- ;; the-3.3~rc1/common/config.sub-223- -windowsnt*) the-3.3~rc1/common/config.sub:224: os=`echo $os | sed -e 's/windowsnt/winnt/'` the-3.3~rc1/common/config.sub-225- ;; ############################################## the-3.3~rc1/common/config.sub-312- *-*-*) the-3.3~rc1/common/config.sub:313: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 the-3.3~rc1/common/config.sub-314- exit 1 ############################################## the-3.3~rc1/common/config.sub-420- amd64-*) the-3.3~rc1/common/config.sub:421: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` the-3.3~rc1/common/config.sub-422- ;; ############################################## the-3.3~rc1/common/config.sub-458- blackfin-*) the-3.3~rc1/common/config.sub:459: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` the-3.3~rc1/common/config.sub-460- os=-linux ############################################## the-3.3~rc1/common/config.sub-649- i*86v32) the-3.3~rc1/common/config.sub:650: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` the-3.3~rc1/common/config.sub-651- os=-sysv32 ############################################## the-3.3~rc1/common/config.sub-653- i*86v4*) the-3.3~rc1/common/config.sub:654: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` the-3.3~rc1/common/config.sub-655- os=-sysv4 ############################################## the-3.3~rc1/common/config.sub-657- i*86v) the-3.3~rc1/common/config.sub:658: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` the-3.3~rc1/common/config.sub-659- os=-sysv ############################################## the-3.3~rc1/common/config.sub-661- i*86sol2) the-3.3~rc1/common/config.sub:662: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` the-3.3~rc1/common/config.sub-663- os=-solaris2 ############################################## the-3.3~rc1/common/config.sub-691- m68knommu-*) the-3.3~rc1/common/config.sub:692: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` the-3.3~rc1/common/config.sub-693- os=-linux ############################################## the-3.3~rc1/common/config.sub-721- mips3*-*) the-3.3~rc1/common/config.sub:722: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` the-3.3~rc1/common/config.sub-723- ;; the-3.3~rc1/common/config.sub-724- mips3*) the-3.3~rc1/common/config.sub:725: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown the-3.3~rc1/common/config.sub-726- ;; ############################################## the-3.3~rc1/common/config.sub-739- ms1-*) the-3.3~rc1/common/config.sub:740: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` the-3.3~rc1/common/config.sub-741- ;; ############################################## the-3.3~rc1/common/config.sub-844- parisc-*) the-3.3~rc1/common/config.sub:845: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` the-3.3~rc1/common/config.sub-846- os=-linux ############################################## the-3.3~rc1/common/config.sub-860- pc98-*) the-3.3~rc1/common/config.sub:861: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` the-3.3~rc1/common/config.sub-862- ;; ############################################## the-3.3~rc1/common/config.sub-875- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) the-3.3~rc1/common/config.sub:876: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` the-3.3~rc1/common/config.sub-877- ;; the-3.3~rc1/common/config.sub-878- pentiumpro-* | p6-* | 6x86-* | athlon-*) the-3.3~rc1/common/config.sub:879: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` the-3.3~rc1/common/config.sub-880- ;; the-3.3~rc1/common/config.sub-881- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) the-3.3~rc1/common/config.sub:882: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` the-3.3~rc1/common/config.sub-883- ;; the-3.3~rc1/common/config.sub-884- pentium4-*) the-3.3~rc1/common/config.sub:885: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` the-3.3~rc1/common/config.sub-886- ;; ############################################## the-3.3~rc1/common/config.sub-893- ;; the-3.3~rc1/common/config.sub:894: ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` the-3.3~rc1/common/config.sub-895- ;; ############################################## the-3.3~rc1/common/config.sub-899- ppcle-* | powerpclittle-*) the-3.3~rc1/common/config.sub:900: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` the-3.3~rc1/common/config.sub-901- ;; ############################################## the-3.3~rc1/common/config.sub-903- ;; the-3.3~rc1/common/config.sub:904: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` the-3.3~rc1/common/config.sub-905- ;; ############################################## the-3.3~rc1/common/config.sub-909- ppc64le-* | powerpc64little-*) the-3.3~rc1/common/config.sub:910: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` the-3.3~rc1/common/config.sub-911- ;; ############################################## the-3.3~rc1/common/config.sub-1197- *) the-3.3~rc1/common/config.sub:1198: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 the-3.3~rc1/common/config.sub-1199- exit 1 ############################################## the-3.3~rc1/common/config.sub-1205- *-digital*) the-3.3~rc1/common/config.sub:1206: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` the-3.3~rc1/common/config.sub-1207- ;; the-3.3~rc1/common/config.sub-1208- *-commodore*) the-3.3~rc1/common/config.sub:1209: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` the-3.3~rc1/common/config.sub-1210- ;; ############################################## the-3.3~rc1/common/config.sub-1223- -solaris1 | -solaris1.*) the-3.3~rc1/common/config.sub:1224: os=`echo $os | sed -e 's|solaris1|sunos4|'` the-3.3~rc1/common/config.sub-1225- ;; ############################################## the-3.3~rc1/common/config.sub-1235- -gnu/linux*) the-3.3~rc1/common/config.sub:1236: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` the-3.3~rc1/common/config.sub-1237- ;; ############################################## the-3.3~rc1/common/config.sub-1279- -nto*) the-3.3~rc1/common/config.sub:1280: os=`echo $os | sed -e 's|nto|nto-qnx|'` the-3.3~rc1/common/config.sub-1281- ;; ############################################## the-3.3~rc1/common/config.sub-1286- -mac*) the-3.3~rc1/common/config.sub:1287: os=`echo $os | sed -e 's|mac|macos|'` the-3.3~rc1/common/config.sub-1288- ;; ############################################## the-3.3~rc1/common/config.sub-1292- -linux*) the-3.3~rc1/common/config.sub:1293: os=`echo $os | sed -e 's|linux|linux-gnu|'` the-3.3~rc1/common/config.sub-1294- ;; the-3.3~rc1/common/config.sub-1295- -sunos5*) the-3.3~rc1/common/config.sub:1296: os=`echo $os | sed -e 's|sunos5|solaris2|'` the-3.3~rc1/common/config.sub-1297- ;; the-3.3~rc1/common/config.sub-1298- -sunos6*) the-3.3~rc1/common/config.sub:1299: os=`echo $os | sed -e 's|sunos6|solaris3|'` the-3.3~rc1/common/config.sub-1300- ;; ############################################## the-3.3~rc1/common/config.sub-1347- -sinix5.*) the-3.3~rc1/common/config.sub:1348: os=`echo $os | sed -e 's|sinix|sysv|'` the-3.3~rc1/common/config.sub-1349- ;; ############################################## the-3.3~rc1/common/config.sub-1398- # Get rid of the `-' at the beginning of $os. the-3.3~rc1/common/config.sub:1399: os=`echo $os | sed 's/[^-]*-//'` the-3.3~rc1/common/config.sub:1400: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 the-3.3~rc1/common/config.sub-1401- exit 1 ############################################## the-3.3~rc1/common/config.sub-1649- esac the-3.3~rc1/common/config.sub:1650: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` the-3.3~rc1/common/config.sub-1651- ;; ############################################## the-3.3~rc1/common/accommon.m4-58- REXX_INCLUDES=`regina-config --cflags` the-3.3~rc1/common/accommon.m4:59: numlines=`regina-config --libs$bitflag | wc -l` the-3.3~rc1/common/accommon.m4-60- if test $numlines -eq 1; then the-3.3~rc1/common/accommon.m4:61: REXX_LIBS=`regina-config --libs$bitflag` the-3.3~rc1/common/accommon.m4-62- else ############################################## the-3.3~rc1/common/accommon.m4-91- *freebsd*) the-3.3~rc1/common/accommon.m4:92: REXX_LIBS="`echo ${REXX_LIBS} | sed -e s/-pthread//`" the-3.3~rc1/common/accommon.m4-93- ;; ############################################## the-3.3~rc1/common/accommon.m4-106- REXX_INCLUDES=`rexxtrans-config --cflags` the-3.3~rc1/common/accommon.m4:107: numlines=`rexxtrans-config --libs$bitflag | wc -l` the-3.3~rc1/common/accommon.m4-108- if test $numlines -eq 1; then the-3.3~rc1/common/accommon.m4:109: REXX_LIBS=`rexxtrans-config --libs$bitflag` the-3.3~rc1/common/accommon.m4-110- else ############################################## the-3.3~rc1/common/accommon.m4-151-dnl if we are using ooRexx 4.0 treat it as another interpreter :-( the-3.3~rc1/common/accommon.m4:152: REXX_MAJOR=`echo $REXX_VER | cut -d. -f1` the-3.3~rc1/common/accommon.m4-153- if test "x$REXX_MAJOR" = "x4"; then ############################################## the-3.3~rc1/common/accommon.m4-416-if test "x$mh_x11_dir" != "x" ; then the-3.3~rc1/common/accommon.m4:417: mh_x11_dir_no_x11=`echo $mh_x11_dir | sed 's/\/X11$//'` the-3.3~rc1/common/accommon.m4-418-dnl ############################################## the-3.3~rc1/common/accommon.m4-606-AC_MSG_RESULT($mh_where_found) the-3.3~rc1/common/accommon.m4:607:mh_solaris_path=`echo $mh_solaris_path | sed 's/^://'` the-3.3~rc1/common/accommon.m4-608-if test "$mh_solaris_flag" = yes ; then ############################################## the-3.3~rc1/common/accommon.m4-617- for mh_acdir in $mh_where_found_dirs ; do the-3.3~rc1/common/accommon.m4:618: for mh_xaw in `ls $mh_acdir/libXaw.*` ; do the-3.3~rc1/common/accommon.m4-619- nm $mh_xaw | grep XtShellStrings | grep -qv extern ############################################## the-3.3~rc1/common/accommon.m4-774- AC_MSG_CHECKING(for $mh_keydef in keysym.h) the-3.3~rc1/common/accommon.m4:775: mh_upper_name="HAVE_`echo $mh_keydef | tr '[a-z]' '[A-Z]'`" the-3.3~rc1/common/accommon.m4-776- AC_TRY_COMPILE([#include <keysym.h>], ############################################## the-3.3~rc1/common/accommon.m4-799-if test "$mh_td" = yes ; then the-3.3~rc1/common/accommon.m4:800: TD_upper=`echo $td | tr a-z A-Z` the-3.3~rc1/common/accommon.m4-801- AC_DEFINE_UNQUOTED(${TD_upper}_TYPEDEFED, 1) ############################################## the-3.3~rc1/common/accommon.m4-817- AC_MSG_CHECKING(for $mh_keydef in keysym.h) the-3.3~rc1/common/accommon.m4:818: mh_upper_name="HAVE_`echo $mh_keydef | tr '[a-z]' '[A-Z]'`" the-3.3~rc1/common/accommon.m4-819- AC_TRY_COMPILE([#include <keysym.h>], ############################################## the-3.3~rc1/common/accommon.m4-1167- slash="\\" the-3.3~rc1/common/accommon.m4:1168: mh_dyncomp="`egrep -c $slash$a conftest.tmp`" the-3.3~rc1/common/accommon.m4-1169- if test "$mh_dyncomp" = "0"; then ############################################## the-3.3~rc1/common/accommon.m4-1201- fi the-3.3~rc1/common/accommon.m4:1202: this=`echo $EXPS | cut -d, -f1` the-3.3~rc1/common/accommon.m4:1203: EXPS=`echo $EXPS | cut -d, -f2-` the-3.3~rc1/common/accommon.m4-1204- if test "$AIX_DYN" = "yes"; then ############################################## the-3.3~rc1/common/accommon.m4-1293-])dnl the-3.3~rc1/common/accommon.m4:1294:if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then the-3.3~rc1/common/accommon.m4-1295- O2SHO="" ############################################## the-3.3~rc1/common/accommon.m4-1300-else the-3.3~rc1/common/accommon.m4:1301: O2SHO="-mv \`basename "$'@'" .sho\`.o "$'@' the-3.3~rc1/common/accommon.m4:1302: O2SAVE="-mv \`basename "$'@'" .sho\`.o \`basename "$'@'" .sho\`.o.save" the-3.3~rc1/common/accommon.m4:1303: SAVE2O="-mv \`basename "$'@'" .sho\`.o.save \`basename "$'@'" .sho\`.o" the-3.3~rc1/common/accommon.m4-1304- CC2O="" ############################################## the-3.3~rc1/common/path.nsh-179- Push "$0;" the-3.3~rc1/common/path.nsh:180: Call un.StrStr ; Find `$0;` in $1 the-3.3~rc1/common/path.nsh-181- Pop $2 ; pos of our dir ############################################## the-3.3~rc1/configure-47-if test -z "$BASH_VERSION$ZSH_VERSION" \ the-3.3~rc1/configure:48: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then the-3.3~rc1/configure-49- as_echo='print -r --' the-3.3~rc1/configure-50- as_echo_n='print -rn --' the-3.3~rc1/configure:51:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then the-3.3~rc1/configure-52- as_echo='printf %s\n' ############################################## the-3.3~rc1/configure-54-else the-3.3~rc1/configure:55: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then the-3.3~rc1/configure-56- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## the-3.3~rc1/configure-64- expr "X$arg" : "X\\(.*\\)$as_nl"; the-3.3~rc1/configure:65: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; the-3.3~rc1/configure-66- esac; ############################################## the-3.3~rc1/configure-174- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && the-3.3~rc1/configure:175: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 the-3.3~rc1/configure-176-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## the-3.3~rc1/configure-291- case $as_dir in #( the-3.3~rc1/configure:292: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( the-3.3~rc1/configure-293- *) as_qdir=$as_dir;; ############################################## the-3.3~rc1/configure-356- { the-3.3~rc1/configure:357: as_val=`expr "$@" || test $? -eq 1` the-3.3~rc1/configure-358- } ############################################## the-3.3~rc1/configure-363-# --------------------------------- the-3.3~rc1/configure:364:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are the-3.3~rc1/configure-365-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## the-3.3~rc1/configure-426- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && the-3.3~rc1/configure:427: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { the-3.3~rc1/configure-428- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## the-3.3~rc1/configure-517- esac; the-3.3~rc1/configure:518: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( the-3.3~rc1/configure-519- ???[sx]*):;;*)false;;esac;fi ############################################## the-3.3~rc1/configure-813- case $ac_option in the-3.3~rc1/configure:814: *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; the-3.3~rc1/configure-815- *) ac_optarg=yes ;; ############################################## the-3.3~rc1/configure-856- -disable-* | --disable-*) the-3.3~rc1/configure:857: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` the-3.3~rc1/configure-858- # Reject names that are not valid shell variable names. ############################################## the-3.3~rc1/configure-861- ac_useropt_orig=$ac_useropt the-3.3~rc1/configure:862: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` the-3.3~rc1/configure-863- case $ac_user_opts in ############################################## the-3.3~rc1/configure-882- -enable-* | --enable-*) the-3.3~rc1/configure:883: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` the-3.3~rc1/configure-884- # Reject names that are not valid shell variable names. ############################################## the-3.3~rc1/configure-887- ac_useropt_orig=$ac_useropt the-3.3~rc1/configure:888: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` the-3.3~rc1/configure-889- case $ac_user_opts in ############################################## the-3.3~rc1/configure-1086- -with-* | --with-*) the-3.3~rc1/configure:1087: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` the-3.3~rc1/configure-1088- # Reject names that are not valid shell variable names. ############################################## the-3.3~rc1/configure-1091- ac_useropt_orig=$ac_useropt the-3.3~rc1/configure:1092: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` the-3.3~rc1/configure-1093- case $ac_user_opts in ############################################## the-3.3~rc1/configure-1102- -without-* | --without-*) the-3.3~rc1/configure:1103: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` the-3.3~rc1/configure-1104- # Reject names that are not valid shell variable names. ############################################## the-3.3~rc1/configure-1107- ac_useropt_orig=$ac_useropt the-3.3~rc1/configure:1108: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` the-3.3~rc1/configure-1109- case $ac_user_opts in ############################################## the-3.3~rc1/configure-1140- *=*) the-3.3~rc1/configure:1141: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` the-3.3~rc1/configure-1142- # Reject names that are not valid shell variable names. ############################################## the-3.3~rc1/configure-1161-if test -n "$ac_prev"; then the-3.3~rc1/configure:1162: ac_option=--`echo $ac_prev | sed 's/_/-/g'` the-3.3~rc1/configure-1163- as_fn_error "missing argument to $ac_option" ############################################## the-3.3~rc1/configure-1183- */ ) the-3.3~rc1/configure:1184: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` the-3.3~rc1/configure-1185- eval $ac_var=\$ac_val;; ############################################## the-3.3~rc1/configure-1220-ac_ls_di=`ls -di .` && the-3.3~rc1/configure:1221:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || the-3.3~rc1/configure-1222- as_fn_error "working directory cannot be determined" ############################################## the-3.3~rc1/configure-1276-case $srcdir in the-3.3~rc1/configure:1277:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; the-3.3~rc1/configure-1278-esac ############################################## the-3.3~rc1/configure-1319-By default, \`make install' will install all the files in the-3.3~rc1/configure:1320:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify the-3.3~rc1/configure:1321:an installation prefix other than \`$ac_default_prefix' using \`--prefix', the-3.3~rc1/configure-1322-for instance \`--prefix=\$HOME'. ############################################## the-3.3~rc1/configure-1428-*) the-3.3~rc1/configure:1429: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` the-3.3~rc1/configure-1430- # A ".." for each directory in $ac_dir_suffix. the-3.3~rc1/configure:1431: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` the-3.3~rc1/configure-1432- case $ac_top_builddir_sub in ############################################## the-3.3~rc1/configure-1972- *\'*) the-3.3~rc1/configure:1973: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; the-3.3~rc1/configure-1974- esac ############################################## the-3.3~rc1/configure-2059- case $ac_val in the-3.3~rc1/configure:2060: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; the-3.3~rc1/configure-2061- esac ############################################## the-3.3~rc1/configure-2076- case $ac_val in the-3.3~rc1/configure:2077: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; the-3.3~rc1/configure-2078- esac ############################################## the-3.3~rc1/configure-2189- set,) the-3.3~rc1/configure:2190: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 the-3.3~rc1/configure:2191:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} the-3.3~rc1/configure-2192- ac_cache_corrupted=: ;; ############################################## the-3.3~rc1/configure-2200- # differences in whitespace do not lead to failure. the-3.3~rc1/configure:2201: ac_old_val_w=`echo x $ac_old_val` the-3.3~rc1/configure:2202: ac_new_val_w=`echo x $ac_new_val` the-3.3~rc1/configure-2203- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## the-3.3~rc1/configure-2220- case $ac_new_val in the-3.3~rc1/configure:2221: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; the-3.3~rc1/configure-2222- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## the-3.3~rc1/configure-2656-$as_echo_n "checking whether the C compiler works... " >&6; } the-3.3~rc1/configure:2657:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` the-3.3~rc1/configure-2658- ############################################## the-3.3~rc1/configure-2700- then :; else the-3.3~rc1/configure:2701: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` the-3.3~rc1/configure-2702- fi ############################################## the-3.3~rc1/configure-2761- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; the-3.3~rc1/configure:2762: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` the-3.3~rc1/configure-2763- break;; ############################################## the-3.3~rc1/configure-2870- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; the-3.3~rc1/configure:2871: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` the-3.3~rc1/configure-2872- break;; ############################################## the-3.3~rc1/configure-3193-test "x$ac_build_alias" = x && the-3.3~rc1/configure:3194: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` the-3.3~rc1/configure-3195-test "x$ac_build_alias" = x && the-3.3~rc1/configure-3196- as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 the-3.3~rc1/configure:3197:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || the-3.3~rc1/configure-3198- as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## the-3.3~rc1/configure-3217-IFS=$ac_save_IFS the-3.3~rc1/configure:3218:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac the-3.3~rc1/configure-3219- ############################################## the-3.3~rc1/configure-3228-else the-3.3~rc1/configure:3229: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || the-3.3~rc1/configure-3230- as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## the-3.3~rc1/configure-3250-IFS=$ac_save_IFS the-3.3~rc1/configure:3251:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac the-3.3~rc1/configure-3252- ############################################## the-3.3~rc1/configure-3261-else the-3.3~rc1/configure:3262: ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || the-3.3~rc1/configure-3263- as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 ############################################## the-3.3~rc1/configure-3283-IFS=$ac_save_IFS the-3.3~rc1/configure:3284:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac the-3.3~rc1/configure-3285- ############################################## the-3.3~rc1/configure-3889- REXX_INCLUDES=`regina-config --cflags` the-3.3~rc1/configure:3890: numlines=`regina-config --libs$bitflag | wc -l` the-3.3~rc1/configure-3891- if test $numlines -eq 1; then the-3.3~rc1/configure:3892: REXX_LIBS=`regina-config --libs$bitflag` the-3.3~rc1/configure-3893- else ############################################## the-3.3~rc1/configure-4177- *freebsd*) the-3.3~rc1/configure:4178: REXX_LIBS="`echo ${REXX_LIBS} | sed -e s/-pthread//`" the-3.3~rc1/configure-4179- ;; ############################################## the-3.3~rc1/configure-4229- REXX_INCLUDES=`rexxtrans-config --cflags` the-3.3~rc1/configure:4230: numlines=`rexxtrans-config --libs$bitflag | wc -l` the-3.3~rc1/configure-4231- if test $numlines -eq 1; then the-3.3~rc1/configure:4232: REXX_LIBS=`rexxtrans-config --libs$bitflag` the-3.3~rc1/configure-4233- else ############################################## the-3.3~rc1/configure-4419- REXX_VER=`oorexx-config --version` the-3.3~rc1/configure:4420: REXX_MAJOR=`echo $REXX_VER | cut -d. -f1` the-3.3~rc1/configure-4421- if test "x$REXX_MAJOR" = "x4"; then ############################################## the-3.3~rc1/configure-4771- else the-3.3~rc1/configure:4772: as_ac_Lib=`$as_echo "ac_cv_lib_$mh_lib''_main" | $as_tr_sh` the-3.3~rc1/configure-4773-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$mh_lib" >&5 ############################################## the-3.3~rc1/configure-5364-$as_echo "$mh_where_found" >&6; } the-3.3~rc1/configure:5365:mh_solaris_path=`echo $mh_solaris_path | sed 's/^://'` the-3.3~rc1/configure-5366-if test "$mh_solaris_flag" = yes ; then ############################################## the-3.3~rc1/configure-5375- for mh_acdir in $mh_where_found_dirs ; do the-3.3~rc1/configure:5376: for mh_xaw in `ls $mh_acdir/libXaw.*` ; do the-3.3~rc1/configure-5377- nm $mh_xaw | grep XtShellStrings | grep -qv extern ############################################## the-3.3~rc1/configure-5411-set x ${MAKE-make} the-3.3~rc1/configure:5412:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` the-3.3~rc1/configure-5413-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : ############################################## the-3.3~rc1/configure-5421-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. the-3.3~rc1/configure:5422:case `${MAKE-make} -f conftest.make 2>/dev/null` in the-3.3~rc1/configure-5423- *@@@%%%=?*=@@@%%%*) ############################################## the-3.3~rc1/configure-5617- # Check for GNU $ac_path_GREP the-3.3~rc1/configure:5618:case `"$ac_path_GREP" --version 2>&1` in the-3.3~rc1/configure-5619-*GNU*) ############################################## the-3.3~rc1/configure-5683- # Check for GNU $ac_path_EGREP the-3.3~rc1/configure:5684:case `"$ac_path_EGREP" --version 2>&1` in the-3.3~rc1/configure-5685-*GNU*) ############################################## the-3.3~rc1/configure-5844-do : the-3.3~rc1/configure:5845: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` the-3.3~rc1/configure-5846-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## the-3.3~rc1/configure-5850- cat >>confdefs.h <<_ACEOF the-3.3~rc1/configure:5851:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 the-3.3~rc1/configure-5852-_ACEOF ############################################## the-3.3~rc1/configure-5885-do : the-3.3~rc1/configure:5886: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` the-3.3~rc1/configure-5887-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## the-3.3~rc1/configure-5890- cat >>confdefs.h <<_ACEOF the-3.3~rc1/configure:5891:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 the-3.3~rc1/configure-5892-_ACEOF ############################################## the-3.3~rc1/configure-6310- for ac_func in _getb67 GETB67 getb67; do the-3.3~rc1/configure:6311: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` the-3.3~rc1/configure-6312-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## the-3.3~rc1/configure-6454-do : the-3.3~rc1/configure:6455: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` the-3.3~rc1/configure-6456-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## the-3.3~rc1/configure-6459- cat >>confdefs.h <<_ACEOF the-3.3~rc1/configure:6460:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 the-3.3~rc1/configure-6461-_ACEOF ############################################## the-3.3~rc1/configure-7841-DEBUGGING="" the-3.3~rc1/configure:7842:cflags_g="`echo $CFLAGS | grep -c '\-g'`" the-3.3~rc1/configure:7843:cflags_O="`echo $CFLAGS | grep -c '\-O'`" the-3.3~rc1/configure-7844- ############################################## the-3.3~rc1/configure-7851- if test "$cflags_O" != "0"; then the-3.3~rc1/configure:7852: CFLAGS="`echo ${CFLAGS} | sed -e s/-O.//`" the-3.3~rc1/configure-7853- fi ############################################## the-3.3~rc1/configure-7859- if test "$cflags_g" != "0"; then the-3.3~rc1/configure:7860: CFLAGS="`echo ${CFLAGS} | sed -e s/-g//`" the-3.3~rc1/configure-7861- fi ############################################## the-3.3~rc1/configure-7943-do : the-3.3~rc1/configure:7944: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` the-3.3~rc1/configure-7945-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## the-3.3~rc1/configure-7948- cat >>confdefs.h <<_ACEOF the-3.3~rc1/configure:7949:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 the-3.3~rc1/configure-7950-_ACEOF ############################################## the-3.3~rc1/configure-8380- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' the-3.3~rc1/configure:8381: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` the-3.3~rc1/configure-8382- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## the-3.3~rc1/configure-8447-if test -z "$BASH_VERSION$ZSH_VERSION" \ the-3.3~rc1/configure:8448: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then the-3.3~rc1/configure-8449- as_echo='print -r --' the-3.3~rc1/configure-8450- as_echo_n='print -rn --' the-3.3~rc1/configure:8451:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then the-3.3~rc1/configure-8452- as_echo='printf %s\n' ############################################## the-3.3~rc1/configure-8454-else the-3.3~rc1/configure:8455: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then the-3.3~rc1/configure-8456- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## the-3.3~rc1/configure-8464- expr "X$arg" : "X\\(.*\\)$as_nl"; the-3.3~rc1/configure:8465: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; the-3.3~rc1/configure-8466- esac; ############################################## the-3.3~rc1/configure-8540-# --------------------------------- the-3.3~rc1/configure:8541:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are the-3.3~rc1/configure-8542-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## the-3.3~rc1/configure-8612- { the-3.3~rc1/configure:8613: as_val=`expr "$@" || test $? -eq 1` the-3.3~rc1/configure-8614- } ############################################## the-3.3~rc1/configure-8716- case $as_dir in #( the-3.3~rc1/configure:8717: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( the-3.3~rc1/configure-8718- *) as_qdir=$as_dir;; ############################################## the-3.3~rc1/configure-8773- esac; the-3.3~rc1/configure:8774: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( the-3.3~rc1/configure-8775- ???[sx]*):;;*)false;;esac;fi ############################################## the-3.3~rc1/configure-8859-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 the-3.3~rc1/configure:8860:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" the-3.3~rc1/configure-8861-ac_cs_version="\\ ############################################## the-3.3~rc1/configure-8882- --*=*) the-3.3~rc1/configure:8883: ac_option=`expr "X$1" : 'X\([^=]*\)='` the-3.3~rc1/configure:8884: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` the-3.3~rc1/configure-8885- ac_shift=: ############################################## the-3.3~rc1/configure-8906- case $ac_optarg in the-3.3~rc1/configure:8907: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; the-3.3~rc1/configure-8908- esac ############################################## the-3.3~rc1/configure-8913- case $ac_optarg in the-3.3~rc1/configure:8914: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; the-3.3~rc1/configure-8915- esac ############################################## the-3.3~rc1/configure-9032-fi the-3.3~rc1/configure:9033:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` the-3.3~rc1/configure-9034-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## the-3.3~rc1/configure-9049- as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 the-3.3~rc1/configure:9050:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` the-3.3~rc1/configure-9051-ac_delim='%!_!# ' ############################################## the-3.3~rc1/configure-9055- the-3.3~rc1/configure:9056: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` the-3.3~rc1/configure-9057- if test $ac_delim_n = $ac_delim_num; then ############################################## the-3.3~rc1/configure-9185-for ac_last_try in false false :; do the-3.3~rc1/configure:9186: ac_t=`sed -n "/$ac_delim/p" confdefs.h` the-3.3~rc1/configure-9187- if test -z "$ac_t"; then ############################################## the-3.3~rc1/configure-9317- esac the-3.3~rc1/configure:9318: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac the-3.3~rc1/configure-9319- as_fn_append ac_file_inputs " '$ac_f'" ############################################## the-3.3~rc1/configure-9376-*) the-3.3~rc1/configure:9377: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` the-3.3~rc1/configure-9378- # A ".." for each directory in $ac_dir_suffix. the-3.3~rc1/configure:9379: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` the-3.3~rc1/configure-9380- case $ac_top_builddir_sub in ############################################## the-3.3~rc1/configure-9432-/@mandir@/p' the-3.3~rc1/configure:9433:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in the-3.3~rc1/configure-9434-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## the-3.3~rc1/configure-9449- the-3.3~rc1/configure:9450:# Neutralize VPATH when `$srcdir' = `.'. the-3.3~rc1/configure-9451-# Shell code in configure.ac might set extrasub. ############################################## the-3.3~rc1/configure-9476-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && the-3.3~rc1/configure:9477: { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && the-3.3~rc1/configure:9478: { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && the-3.3~rc1/configure-9479- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' ############################################## the-3.3~rc1/comm.the-13-/* .pas - (* *) */ the-3.3~rc1/comm.the:14:/* .asm - ; */ the-3.3~rc1/comm.the-15-/* .htm - <!-- --> */ ############################################## the-3.3~rc1/debian/divbot.png.uu-1-begin 644 divbot.png the-3.3~rc1/debian/divbot.png.uu:2:MB5!.1PT*&@H````-24A$4@```'@````*"`0```#5AU*3`````F)+1T0``*J- the-3.3~rc1/debian/divbot.png.uu:3:M(S(````)<$A9<P```$@```!(`$;):SX````S241!5'C:8V3XS\#`P,#`L)^1 the-3.3~rc1/debian/divbot.png.uu:4:M840`IH%VP*B'1ST\ZN%1#Y,"&&&E]$@!(RZ&1ST\W`$`BHL"T7.TZ=<````` the-3.3~rc1/debian/divbot.png.uu-5-(245.1*Y"8((` ############################################## the-3.3~rc1/debian/the64.png.uu-1-begin 644 the64.png the-3.3~rc1/debian/the64.png.uu:2:MB5!.1PT*&@H````-24A$4@```$````!``@,```#7!YE-````#%!,5$7___\` the-3.3~rc1/debian/the64.png.uu:3:M````___+Q<:UG?X?`````7123E,`0.;89@````%B2T=$`Q$,3/(````)<$A9 the-3.3~rc1/debian/the64.png.uu:4:M<P```$@```!(`$;):SX```#6241!5'C:W=0Q#H)`$`70M;"V\CQZ!`O1A(+I the-3.3~rc1/debian/the64.png.uu-5-MO82GX`@4KH5'P/-0V=`0DV'_K,`P)FQAYS2SO)#=)9./<RZ;RJ%6"O:`]<4/ the-3.3~rc1/debian/the64.png.uu:6:M=3L`MGZJ(^`4%O)^Z"4@5U#-H`GPU-`%>`E4P3+F-JS>%CA"$:!#&X`BT+_" the-3.3~rc1/debian/the64.png.uu-7-MP\)]!I\Q_03$J'8)9-+5$F#;/`F%!9H!#DZ`/9:^[Y&&QD)G-N4D+-_#LWR^ ############################################## the-3.3~rc1/debian/divtop.png.uu-1-begin 644 divtop.png the-3.3~rc1/debian/divtop.png.uu:2:MB5!.1PT*&@H````-24A$4@```'@````*"`0```#5AU*3`````F)+1T0``*J- the-3.3~rc1/debian/divtop.png.uu:3:M(S(````)<$A9<P```$@```!(`$;):SX````O241!5'C:8V3XSS"B`--`.V#4 the-3.3~rc1/debian/divtop.png.uu-4-MPZ,>IBY@@3'V,PZT4^@#1EP,CWIXN(-1#P]W```(`P'5C?.X)P````!)14Y$ ############################################## the-3.3~rc1/.pc/az-patch-01/Makefile.in-326- for a in $(srcdir)/*.tld; do \ the-3.3~rc1/.pc/az-patch-01/Makefile.in:327: bn=`basename $$a`; \ the-3.3~rc1/.pc/az-patch-01/Makefile.in-328- $(INSTALL) -m 644 -c $$a $(DESTDIR)$(datadir)/THE/$$bn; \ ############################################## the-3.3~rc1/.pc/az-patch-01/Makefile.in-330- for a in $(srcdir)/syntax/*.syntax; do \ the-3.3~rc1/.pc/az-patch-01/Makefile.in:331: bn=`basename $$a`; \ the-3.3~rc1/.pc/az-patch-01/Makefile.in-332- $(INSTALL) -m 644 -c $$a $(DESTDIR)$(datadir)/THE/$$bn; \ ############################################## the-3.3~rc1/.pc/az-patch-01/Makefile.in-356- for a in $(srcdir)/*.tld; do \ the-3.3~rc1/.pc/az-patch-01/Makefile.in:357: bn=`basename $$a`; \ the-3.3~rc1/.pc/az-patch-01/Makefile.in-358- rm -f $(DESTDIR)$(datadir)/THE/$$bn; \ ############################################## the-3.3~rc1/.pc/az-patch-01/Makefile.in-360- for a in $(srcdir)/syntax/*.syntax; do \ the-3.3~rc1/.pc/az-patch-01/Makefile.in:361: bn=`basename $$a`; \ the-3.3~rc1/.pc/az-patch-01/Makefile.in-362- rm -f $(DESTDIR)$(datadir)/THE/$$bn; \ ############################################## the-3.3~rc1/.pc/az-patch-01/Makefile.in-397- for a in $(srcdir)/*.tld; do \ the-3.3~rc1/.pc/az-patch-01/Makefile.in:398: bn=`basename $$a`; \ the-3.3~rc1/.pc/az-patch-01/Makefile.in-399- $(INSTALL) -m 644 -c $$a ./tmpdir/share/THE/$$bn; \ ############################################## the-3.3~rc1/.pc/az-patch-01/Makefile.in-401- for a in $(srcdir)/syntax/*.syntax; do \ the-3.3~rc1/.pc/az-patch-01/Makefile.in:402: bn=`basename $$a`; \ the-3.3~rc1/.pc/az-patch-01/Makefile.in-403- $(INSTALL) -m 644 -c $$a $(DESTDIR)$(datadir)/THE/$$bn; \ ############################################## the-3.3~rc1/.pc/az-patch-01/Makefile.in-435- for a in $(srcdir)/*.tld; do \ the-3.3~rc1/.pc/az-patch-01/Makefile.in:436: bn=`basename $$a`; \ the-3.3~rc1/.pc/az-patch-01/Makefile.in-437- $(INSTALL) -m 644 -c $$a ./tmpdir/share/THE/$$bn; \ ############################################## the-3.3~rc1/.pc/az-patch-01/Makefile.in-439- for a in $(srcdir)/syntax/*.syntax; do \ the-3.3~rc1/.pc/az-patch-01/Makefile.in:440: bn=`basename $$a`; \ the-3.3~rc1/.pc/az-patch-01/Makefile.in-441- $(INSTALL) -m 644 -c $$a $(DESTDIR)$(datadir)/THE/$$bn; \ ############################################## the-3.3~rc1/Makefile.in-326- for a in $(srcdir)/*.tld; do \ the-3.3~rc1/Makefile.in:327: bn=`basename $$a`; \ the-3.3~rc1/Makefile.in-328- $(INSTALL) -m 644 -c $$a $(DESTDIR)$(datadir)/THE/$$bn; \ ############################################## the-3.3~rc1/Makefile.in-330- for a in $(srcdir)/syntax/*.syntax; do \ the-3.3~rc1/Makefile.in:331: bn=`basename $$a`; \ the-3.3~rc1/Makefile.in-332- $(INSTALL) -m 644 -c $$a $(DESTDIR)$(datadir)/THE/$$bn; \ ############################################## the-3.3~rc1/Makefile.in-356- for a in $(srcdir)/*.tld; do \ the-3.3~rc1/Makefile.in:357: bn=`basename $$a`; \ the-3.3~rc1/Makefile.in-358- rm -f $(DESTDIR)$(datadir)/THE/$$bn; \ ############################################## the-3.3~rc1/Makefile.in-360- for a in $(srcdir)/syntax/*.syntax; do \ the-3.3~rc1/Makefile.in:361: bn=`basename $$a`; \ the-3.3~rc1/Makefile.in-362- rm -f $(DESTDIR)$(datadir)/THE/$$bn; \ ############################################## the-3.3~rc1/Makefile.in-397- for a in $(srcdir)/*.tld; do \ the-3.3~rc1/Makefile.in:398: bn=`basename $$a`; \ the-3.3~rc1/Makefile.in-399- $(INSTALL) -m 644 -c $$a ./tmpdir/share/THE/$$bn; \ ############################################## the-3.3~rc1/Makefile.in-401- for a in $(srcdir)/syntax/*.syntax; do \ the-3.3~rc1/Makefile.in:402: bn=`basename $$a`; \ the-3.3~rc1/Makefile.in-403- $(INSTALL) -m 644 -c $$a $(DESTDIR)$(datadir)/THE/$$bn; \ ############################################## the-3.3~rc1/Makefile.in-435- for a in $(srcdir)/*.tld; do \ the-3.3~rc1/Makefile.in:436: bn=`basename $$a`; \ the-3.3~rc1/Makefile.in-437- $(INSTALL) -m 644 -c $$a ./tmpdir/share/THE/$$bn; \ ############################################## the-3.3~rc1/Makefile.in-439- for a in $(srcdir)/syntax/*.syntax; do \ the-3.3~rc1/Makefile.in:440: bn=`basename $$a`; \ the-3.3~rc1/Makefile.in-441- $(INSTALL) -m 644 -c $$a $(DESTDIR)$(datadir)/THE/$$bn; \