===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xemacs21-21.4.24/lisp/mouse.el-1673-			   (mapcar* (lambda (window old-edges)
xemacs21-21.4.24/lisp/mouse.el:1674:				      (let ((new (caddr (window-pixel-edges window))))
xemacs21-21.4.24/lisp/mouse.el-1675-					(if (/= new (caddr old-edges))
##############################################
xemacs21-21.4.24/lisp/cl.el-484-
xemacs21-21.4.24/lisp/cl.el:485:(defun caddr (x)
xemacs21-21.4.24/lisp/cl.el-486-  "Return the `car' of the `cdr' of the `cdr' of X."
##############################################
xemacs21-21.4.24/lisp/cl.el-516-
xemacs21-21.4.24/lisp/cl.el:517:(defun caaddr (x)
xemacs21-21.4.24/lisp/cl.el-518-  "Return the `car' of the `car' of the `cdr' of the `cdr' of X."
##############################################
xemacs21-21.4.24/lisp/cl.el-548-
xemacs21-21.4.24/lisp/cl.el:549:(defun cdaddr (x)
xemacs21-21.4.24/lisp/cl.el-550-  "Return the `cdr' of the `car' of the `cdr' of the `cdr' of X."
##############################################
xemacs21-21.4.24/lisp/lisp-mnt.el-557-  (let ((package	(lm-get-package-name))
xemacs21-21.4.24/lisp/lisp-mnt.el:558:	(addr		(lm-maintainer))
xemacs21-21.4.24/lisp/lisp-mnt.el-559-	(version	(lm-version)))
##############################################
xemacs21-21.4.24/lisp/cl-extra.el-800-	     (if (eq (cadr (caddr found)) 'cl-labels-args)
xemacs21-21.4.24/lisp/cl-extra.el:801:		 (cl-macroexpand-all (cadr (caddr (cadddr found))) env)
xemacs21-21.4.24/lisp/cl-extra.el-802-	       form))))
##############################################
xemacs21-21.4.24/lib-src/gnuslib.c-287-int
xemacs21-21.4.24/lib-src/gnuslib.c:288:internet_addr (char *host)
xemacs21-21.4.24/lib-src/gnuslib.c-289-{
##############################################
xemacs21-21.4.24/lib-src/gnuslib.c-292-
xemacs21-21.4.24/lib-src/gnuslib.c:293:  numeric_addr = inet_addr(host);
xemacs21-21.4.24/lib-src/gnuslib.c-294-  if (!NUMERIC_ADDR_ERROR)
##############################################
xemacs21-21.4.24/lib-src/gnuslib.c-331-  /* look up the server host's internet address */
xemacs21-21.4.24/lib-src/gnuslib.c:332:  if ((t = internet_addr(serverhost)) == -1) {
xemacs21-21.4.24/lib-src/gnuslib.c-333-    fprintf(stderr,"%s: unable to find %s in /etc/hosts or from YP\n",
##############################################
xemacs21-21.4.24/lib-src/gnuslib.c-370-  server_xauth = 
xemacs21-21.4.24/lib-src/gnuslib.c:371:    XauGetAuthByAddr(FamilyInternet, 
xemacs21-21.4.24/lib-src/gnuslib.c-372-		     sizeof(peeraddr_in.sin_addr.s_addr), 
##############################################
xemacs21-21.4.24/lib-src/ChangeLog-318-	(C_entries): Don't be fooled by things like XDEFUN.
xemacs21-21.4.24/lib-src/ChangeLog:319:	(consider_token): Discard asm pseudo function.
xemacs21-21.4.24/lib-src/ChangeLog-320-
##############################################
xemacs21-21.4.24/lib-src/update-custom.sh-47-
xemacs21-21.4.24/lib-src/update-custom.sh:48:EMACS_DIR=`cd \`dirname $EMACS\` && pwd`;
xemacs21-21.4.24/lib-src/update-custom.sh-49-# Account for various system automounter configurations
##############################################
xemacs21-21.4.24/lib-src/update-custom.sh-54-fi
xemacs21-21.4.24/lib-src/update-custom.sh:55:REAL="$EMACS_DIR/`basename $EMACS`"
xemacs21-21.4.24/lib-src/update-custom.sh-56-
##############################################
xemacs21-21.4.24/lib-src/update-custom.sh-76-lisp_prog='(princ (featurep (quote mule)))'
xemacs21-21.4.24/lib-src/update-custom.sh:77:mule_p="`$EMACS -batch -q -no-site-file -eval \"$lisp_prog\"`"
xemacs21-21.4.24/lib-src/update-custom.sh-78-if test "$mule_p" = nil ; then
##############################################
xemacs21-21.4.24/lib-src/rcs2log-133-				sf="\\([^$t]*\\)" # The selected field.
xemacs21-21.4.24/lib-src/rcs2log:134:				login=`expr "X$2" : "X$sf"`
xemacs21-21.4.24/lib-src/rcs2log-135-				lfm="$login$tab"`
xemacs21-21.4.24/lib-src/rcs2log-136-					expr "X$2" : "$uf$sf"
xemacs21-21.4.24/lib-src/rcs2log:137:				  `"$tab"`
xemacs21-21.4.24/lib-src/rcs2log-138-					expr "X$2" : "$uf$uf$sf"
##############################################
xemacs21-21.4.24/lib-src/rcs2log-219-			'
xemacs21-21.4.24/lib-src/rcs2log:220:			d=`$AWK "$e" <"$changelog"` || exit
xemacs21-21.4.24/lib-src/rcs2log-221-			case $d in
##############################################
xemacs21-21.4.24/lib-src/rcs2log-237-		'
xemacs21-21.4.24/lib-src/rcs2log:238:		logTZ=`tail "$changelog" | sed -n "$extractTZ"`
xemacs21-21.4.24/lib-src/rcs2log-239-		case $logTZ in
##############################################
xemacs21-21.4.24/lib-src/rcs2log-258-			# remote repository
xemacs21-21.4.24/lib-src/rcs2log:259:			pository=`expr "X$repository" : '.*:\(/.*\)'`;;
xemacs21-21.4.24/lib-src/rcs2log-260-		*)
##############################################
xemacs21-21.4.24/lib-src/rcs2log-277-			case $pository in
xemacs21-21.4.24/lib-src/rcs2log:278:			*//) pository=`expr "X$pository" : 'X\(.*\)/'`;;
xemacs21-21.4.24/lib-src/rcs2log-279-			*/) break;;
##############################################
xemacs21-21.4.24/lib-src/rcs2log-286-	# Use $rlog's -zLT option, if $rlog supports it.
xemacs21-21.4.24/lib-src/rcs2log:287:	case `$rlog -zLT 2>&1` in
xemacs21-21.4.24/lib-src/rcs2log-288-	*' option'*) ;;
##############################################
xemacs21-21.4.24/lib-src/rcs2log-377-EOF
xemacs21-21.4.24/lib-src/rcs2log:378:		loginFullnameMailaddrs=`cat $llogout`;;
xemacs21-21.4.24/lib-src/rcs2log-379-	esac
##############################################
xemacs21-21.4.24/lib-src/rcs2log-421-	initialize_author_script='s/["\\]/\\&/g; s/.*/author[\"&\"] = 1/'
xemacs21-21.4.24/lib-src/rcs2log:422:	initialize_author=`sed -e "$initialize_author_script" <$llogout`
xemacs21-21.4.24/lib-src/rcs2log-423-	awkscript='
##############################################
xemacs21-21.4.24/lib-src/update-autoloads.sh-45-
xemacs21-21.4.24/lib-src/update-autoloads.sh:46:EMACS_DIR=`cd \`dirname $EMACS\` && pwd`;
xemacs21-21.4.24/lib-src/update-autoloads.sh-47-CANON_PWD=`pwd`
##############################################
xemacs21-21.4.24/lib-src/update-autoloads.sh-55-fi
xemacs21-21.4.24/lib-src/update-autoloads.sh:56:REAL="$EMACS_DIR/`basename $EMACS`"
xemacs21-21.4.24/lib-src/update-autoloads.sh-57-
##############################################
xemacs21-21.4.24/lib-src/update-autoloads.sh-89-lisp_prog='(princ (featurep (quote mule)))'
xemacs21-21.4.24/lib-src/update-autoloads.sh:90:mule_p="`$EMACS -batch -q -no-site-file -eval \"$lisp_prog\"`"
xemacs21-21.4.24/lib-src/update-autoloads.sh-91-if test "$mule_p" = nil ; then
##############################################
xemacs21-21.4.24/lib-src/rcs-checkin-51-	rlog -R "$file" >/dev/null 2>&1 ||
xemacs21-21.4.24/lib-src/rcs-checkin:52:	rcs -i -q -t-"`sed 1q $file`" "$file" || exit
xemacs21-21.4.24/lib-src/rcs-checkin-53-
##############################################
xemacs21-21.4.24/lib-src/rcs-checkin-62-	?*)
xemacs21-21.4.24/lib-src/rcs-checkin:63:		oldfiles_by_date=`ls -rt $file $oldfiles`
xemacs21-21.4.24/lib-src/rcs-checkin-64-		test " $oldfiles
##############################################
xemacs21-21.4.24/lib-src/rcs-checkin-86-		mv "$oldfile" "$file" || exit
xemacs21-21.4.24/lib-src/rcs-checkin:87:		ls_l=`ls -l "$file"` || exit
xemacs21-21.4.24/lib-src/rcs-checkin:88:		owner=-w`expr " $ls_l" : " $ls_owner_pattern"` || owner=
xemacs21-21.4.24/lib-src/rcs-checkin-89-		echo "Formerly ${oldfile}" | ci -d -l -q $owner "$file" || exit
##############################################
xemacs21-21.4.24/lib-src/rcs-checkin-93-	mv "$file.~-~" "$file" || exit
xemacs21-21.4.24/lib-src/rcs-checkin:94:	ls_l=`ls -l "$file"` || exit
xemacs21-21.4.24/lib-src/rcs-checkin:95:	owner=-w`expr " $ls_l" : " $ls_owner_pattern"` || owner=
xemacs21-21.4.24/lib-src/rcs-checkin-96-	ci -d -q -u $owner -m"entered into RCS" "$file" || exit
##############################################
xemacs21-21.4.24/lib-src/vcdiff-73-  if [ -d SCCS ]; then
xemacs21-21.4.24/lib-src/vcdiff:74:    if [ $f = `echo $f | sed -e 's|SCCS/s.||'` ]; then
xemacs21-21.4.24/lib-src/vcdiff-75-      f="SCCS/s.$f"
##############################################
xemacs21-21.4.24/lib-src/vcdiff-85-			'')
xemacs21-21.4.24/lib-src/vcdiff:86:				workfile=`expr " /$f" : '.*/s.\(.*\)'`
xemacs21-21.4.24/lib-src/vcdiff-87-				;;
##############################################
xemacs21-21.4.24/lib-src/gnuserv.c-607-
xemacs21-21.4.24/lib-src/gnuserv.c:608:  if ((t = internet_addr(hostname)) == -1)  {
xemacs21-21.4.24/lib-src/gnuserv.c-609-      fprintf(stderr,"%s: unable to find %s in /etc/hosts or from YP",
##############################################
xemacs21-21.4.24/lib-src/gnuserv.c-617-
xemacs21-21.4.24/lib-src/gnuserv.c:618:  server_xauth = XauGetAuthByAddr (FamilyInternet,
xemacs21-21.4.24/lib-src/gnuserv.c-619-				   sizeof(host_addr), (char *)&host_addr,
##############################################
xemacs21-21.4.24/lib-src/gnuserv.c-634-      while ((fscanf(host_file,"%s",hostname) != EOF))	{ /* find a host */
xemacs21-21.4.24/lib-src/gnuserv.c:635:	t = internet_addr(hostname);
xemacs21-21.4.24/lib-src/gnuserv.c-636-	if (t != -1)/* get its addr */
##############################################
xemacs21-21.4.24/lib-src/gnuserv.h-219-#ifdef INTERNET_DOMAIN_SOCKETS
xemacs21-21.4.24/lib-src/gnuserv.h:220:int internet_addr (char *host);
xemacs21-21.4.24/lib-src/gnuserv.h-221-#endif
##############################################
xemacs21-21.4.24/lib-src/Makefile.in.in-242-	./make-path ${archlibdir}
xemacs21-21.4.24/lib-src/Makefile.in.in:243:	if test "`(cd ${archlibdir} && $(pwd))`" != "`$(pwd)`"; then \
xemacs21-21.4.24/lib-src/Makefile.in.in-244-	  for f in ${PRIVATE_INSTALLABLE_EXES}; do \
##############################################
xemacs21-21.4.24/lib-src/Makefile.in.in-247-	fi
xemacs21-21.4.24/lib-src/Makefile.in.in:248:	if test "`(cd ${archlibdir} && $(pwd))`" \
xemacs21-21.4.24/lib-src/Makefile.in.in:249:	     != "`(cd ${srcdir}     && $(pwd))`"; then \
xemacs21-21.4.24/lib-src/Makefile.in.in-250-	  for f in ${PRIVATE_INSTALLABLE_SCRIPTS}; do \
##############################################
xemacs21-21.4.24/build-msw-release.sh-104-# figure out the ini file.
xemacs21-21.4.24/build-msw-release.sh:105:cygwin_tarball_size=`ls -l windows/cygwin32/${cygwin_tarball} | awk '{ print $5; }'`
xemacs21-21.4.24/build-msw-release.sh:106:win32_tarball_size=`ls -l windows/win32/${win32_tarball} | awk '{ print $5; }'`
xemacs21-21.4.24/build-msw-release.sh-107-
##############################################
xemacs21-21.4.24/src/extents.h-261-
xemacs21-21.4.24/src/extents.h:262:INLINE_HEADER Lisp_Object * extent_no_chase_plist_addr (EXTENT e);
xemacs21-21.4.24/src/extents.h-263-INLINE_HEADER Lisp_Object *
xemacs21-21.4.24/src/extents.h:264:extent_no_chase_plist_addr (EXTENT e)
xemacs21-21.4.24/src/extents.h-265-{
##############################################
xemacs21-21.4.24/src/extents.h-268-
xemacs21-21.4.24/src/extents.h:269:#define extent_no_chase_plist(e) (*extent_no_chase_plist_addr (e))
xemacs21-21.4.24/src/extents.h-270-
xemacs21-21.4.24/src/extents.h:271:#define extent_plist_addr(e) extent_no_chase_plist_addr (extent_ancestor (e))
xemacs21-21.4.24/src/extents.h-272-#define extent_plist_slot(e) extent_no_chase_plist (extent_ancestor (e))
##############################################
xemacs21-21.4.24/src/getloadavg.c-23-
xemacs21-21.4.24/src/getloadavg.c:24:   FIXUP_KERNEL_SYMBOL_ADDR()	Adjust address in returned struct nlist.
xemacs21-21.4.24/src/getloadavg.c-25-   KERNEL_FILE			Pathname of the kernel to nlist.
##############################################
xemacs21-21.4.24/src/getloadavg.c-332-#if defined(sgi) || (defined(mips) && !defined(BSD))
xemacs21-21.4.24/src/getloadavg.c:333:#define FIXUP_KERNEL_SYMBOL_ADDR(nl) ((nl)[0].n_value &= ~(1 << 31))
xemacs21-21.4.24/src/getloadavg.c-334-#endif
##############################################
xemacs21-21.4.24/src/getloadavg.c-810-#ifdef FIXUP_KERNEL_SYMBOL_ADDR
xemacs21-21.4.24/src/getloadavg.c:811:	    FIXUP_KERNEL_SYMBOL_ADDR (nl);
xemacs21-21.4.24/src/getloadavg.c-812-#endif
##############################################
xemacs21-21.4.24/src/unexfreebsd.c-544-  else
xemacs21-21.4.24/src/unexfreebsd.c:545:    plt_end = (caddr_t) N_DATADDR (old_hdr);
xemacs21-21.4.24/src/unexfreebsd.c-546-
##############################################
xemacs21-21.4.24/src/unexfreebsd.c-551-  /* never protect ABOVE the end of data emacs_edata specified */
xemacs21-21.4.24/src/unexfreebsd.c:552:  mprotect_top_addr = MIN (emacs_edata, N_DATADDR (old_hdr) + old_hdr.a_data);
xemacs21-21.4.24/src/unexfreebsd.c-553-#endif
##############################################
xemacs21-21.4.24/src/unexfreebsd.c-562-  new_edata = (unsigned long) MASK_UP (current_break, n_pagsiz);
xemacs21-21.4.24/src/unexfreebsd.c:563:  new_hdr.a_data = new_edata - ((unsigned long) N_DATADDR (old_hdr));
xemacs21-21.4.24/src/unexfreebsd.c-564-  new_hdr.a_bss  = 0;
##############################################
xemacs21-21.4.24/src/unexfreebsd.c-574-    long old_datoff = N_DATOFF (old_hdr);
xemacs21-21.4.24/src/unexfreebsd.c:575:    long old_dataddr = N_DATADDR (old_hdr);
xemacs21-21.4.24/src/unexfreebsd.c-576-    long new_treloff = N_RELOFF (new_hdr);
##############################################
xemacs21-21.4.24/src/unexfreebsd.c-641-	 old file into file offsets */
xemacs21-21.4.24/src/unexfreebsd.c:642:      ts.txtaddr = N_TXTADDR (old_hdr);
xemacs21-21.4.24/src/unexfreebsd.c-643-      ts.txtoff = N_TXTOFF (old_hdr);
xemacs21-21.4.24/src/unexfreebsd.c:644:      ts.dataddr = N_DATADDR (old_hdr);
xemacs21-21.4.24/src/unexfreebsd.c-645-      ts.datoff = N_DATOFF (old_hdr);
xemacs21-21.4.24/src/unexfreebsd.c:646:      ts.bssaddr = N_DATADDR (old_hdr) + old_hdr.a_data;
xemacs21-21.4.24/src/unexfreebsd.c-647-      ts.endaddr = ts.bssaddr + old_hdr.a_bss;
##############################################
xemacs21-21.4.24/src/unexencap.c-82-        fread(&header, sizeof(header), 1, original);
xemacs21-21.4.24/src/unexencap.c:83:        data_begin=(char *)N_DATADDR(header);
xemacs21-21.4.24/src/unexencap.c-84-        data_end = sbrk(0);
##############################################
xemacs21-21.4.24/src/extents.c-269-   "Array positions" are used externally and are of type int. */
xemacs21-21.4.24/src/extents.c:270:#define GAP_ARRAY_MEMEL_ADDR(ga, memel) ((ga)->array + (ga)->elsize*(memel))
xemacs21-21.4.24/src/extents.c-271-
##############################################
xemacs21-21.4.24/src/extents.c-282-   (i.e. after) that position. */
xemacs21-21.4.24/src/extents.c:283:#define GAP_ARRAY_EL_ADDR(ga, pos) ((pos) < (ga)->gap ? \
xemacs21-21.4.24/src/extents.c:284:  GAP_ARRAY_MEMEL_ADDR(ga, pos) : \
xemacs21-21.4.24/src/extents.c:285:  GAP_ARRAY_MEMEL_ADDR(ga, (pos) + (ga)->gapsize))
xemacs21-21.4.24/src/extents.c-286-
##############################################
xemacs21-21.4.24/src/extents.c-345-
xemacs21-21.4.24/src/extents.c:346:#define EXTENT_GAP_ARRAY_AT(ga, pos) (* (EXTENT *) GAP_ARRAY_EL_ADDR(ga, pos))
xemacs21-21.4.24/src/extents.c-347-
##############################################
xemacs21-21.4.24/src/extents.c-510-    {
xemacs21-21.4.24/src/extents.c:511:      memmove (GAP_ARRAY_MEMEL_ADDR (ga, pos + gapsize),
xemacs21-21.4.24/src/extents.c:512:	       GAP_ARRAY_MEMEL_ADDR (ga, pos),
xemacs21-21.4.24/src/extents.c-513-	       (gap - pos)*ga->elsize);
##############################################
xemacs21-21.4.24/src/extents.c-518-    {
xemacs21-21.4.24/src/extents.c:519:      memmove (GAP_ARRAY_MEMEL_ADDR (ga, gap),
xemacs21-21.4.24/src/extents.c:520:	       GAP_ARRAY_MEMEL_ADDR (ga, gap + gapsize),
xemacs21-21.4.24/src/extents.c-521-	       (pos - gap)*ga->elsize);
##############################################
xemacs21-21.4.24/src/extents.c-579-
xemacs21-21.4.24/src/extents.c:580:  memcpy (GAP_ARRAY_MEMEL_ADDR (ga, ga->gap), (char *) elptr,
xemacs21-21.4.24/src/extents.c-581-	  numels*ga->elsize);
##############################################
xemacs21-21.4.24/src/extents.c-3182-
xemacs21-21.4.24/src/extents.c:3183:  return external_remprop (extent_plist_addr (ext), prop, 0, ERROR_ME);
xemacs21-21.4.24/src/extents.c-3184-}
##############################################
xemacs21-21.4.24/src/extents.c-5433-
xemacs21-21.4.24/src/extents.c:5434:      external_plist_put (extent_plist_addr (e), property, value, 0, ERROR_ME);
xemacs21-21.4.24/src/extents.c-5435-    }
##############################################
xemacs21-21.4.24/src/extents.c-5525-    {
xemacs21-21.4.24/src/extents.c:5526:      Lisp_Object value = external_plist_get (extent_plist_addr (e),
xemacs21-21.4.24/src/extents.c-5527-					      property, 0, ERROR_ME);
##############################################
xemacs21-21.4.24/src/redisplay.c-4014-				       min (pos + size - *offset, max_pos));
xemacs21-21.4.24/src/redisplay.c:4015:		  const Bufbyte *tmp_last = charptr_n_addr (last, *offset);
xemacs21-21.4.24/src/redisplay.c-4016-
##############################################
xemacs21-21.4.24/src/redisplay.c-4090-		    {
xemacs21-21.4.24/src/redisplay.c:4091:		      const Bufbyte *tmp_str = charptr_n_addr (str, *offset);
xemacs21-21.4.24/src/redisplay.c-4092-
##############################################
xemacs21-21.4.24/src/redisplay.c-4136-		{
xemacs21-21.4.24/src/redisplay.c:4137:		  const Bufbyte *tmp_str = charptr_n_addr (str, *offset);
xemacs21-21.4.24/src/redisplay.c-4138-
##############################################
xemacs21-21.4.24/src/redisplay.c-4331-	    const Bufbyte *tmp_str =
xemacs21-21.4.24/src/redisplay.c:4332:	      charptr_n_addr ((const Bufbyte *) str, *offset);
xemacs21-21.4.24/src/redisplay.c-4333-
##############################################
xemacs21-21.4.24/src/redisplay.c-4969-	    {
xemacs21-21.4.24/src/redisplay.c:4970:	      const Bufbyte* endb = charptr_n_addr (string_data (s), bi_string_zv);
xemacs21-21.4.24/src/redisplay.c-4971-	      DEC_CHARPTR (endb);
##############################################
xemacs21-21.4.24/src/process-nt.c-1161-  {
xemacs21-21.4.24/src/process-nt.c:1162:    unsigned long inaddr = inet_addr (XSTRING_DATA (host));
xemacs21-21.4.24/src/process-nt.c-1163-    if (inaddr != INADDR_NONE)
##############################################
xemacs21-21.4.24/src/insdel.c-228-   BUFFER_ALLOC needs it to be. */
xemacs21-21.4.24/src/insdel.c:229:#define BUF_BEG_ADDR(buf) ((buf)->text->beg)
xemacs21-21.4.24/src/insdel.c-230-
xemacs21-21.4.24/src/insdel.c-231-/* Set the address of beginning of buffer. */
xemacs21-21.4.24/src/insdel.c:232:#define SET_BUF_BEG_ADDR(buf, addr) do { (buf)->text->beg = (addr); } while (0)
xemacs21-21.4.24/src/insdel.c-233-
##############################################
xemacs21-21.4.24/src/insdel.c-244-#define BI_BUF_GPT(buf) ((buf)->text->gpt + 0)
xemacs21-21.4.24/src/insdel.c:245:#define BUF_GPT_ADDR(buf) (BUF_BEG_ADDR (buf) + BI_BUF_GPT (buf) - 1)
xemacs21-21.4.24/src/insdel.c-246-
##############################################
xemacs21-21.4.24/src/insdel.c-275-# define GAP_CAN_HOLD_SIZE_P(buf, len) (BUF_GAP_SIZE (buf) >= (len) + 1)
xemacs21-21.4.24/src/insdel.c:276:# define SET_GAP_SENTINEL(buf) (*BUF_GPT_ADDR (buf) = 0)
xemacs21-21.4.24/src/insdel.c-277-# define BUF_END_SENTINEL_SIZE 1
xemacs21-21.4.24/src/insdel.c-278-# define SET_END_SENTINEL(buf) \
xemacs21-21.4.24/src/insdel.c:279:  (*(BUF_BEG_ADDR (buf) + BUF_GAP_SIZE (buf) + BI_BUF_Z (buf) - 1) = 0)
xemacs21-21.4.24/src/insdel.c-280-#else
##############################################
xemacs21-21.4.24/src/insdel.c-1650-
xemacs21-21.4.24/src/insdel.c:1651:  from = BUF_GPT_ADDR (buf);
xemacs21-21.4.24/src/insdel.c-1652-  to = from + BUF_GAP_SIZE (buf);
##############################################
xemacs21-21.4.24/src/insdel.c-1721-
xemacs21-21.4.24/src/insdel.c:1722:  to = BUF_GPT_ADDR (buf);
xemacs21-21.4.24/src/insdel.c-1723-  from = to + BUF_GAP_SIZE (buf);
##############################################
xemacs21-21.4.24/src/insdel.c-1798-{
xemacs21-21.4.24/src/insdel.c:1799:  if (! BUF_BEG_ADDR (buf))
xemacs21-21.4.24/src/insdel.c-1800-    ABORT ();
##############################################
xemacs21-21.4.24/src/insdel.c-1880-
xemacs21-21.4.24/src/insdel.c:1881:      SET_BUF_BEG_ADDR (buf, result);
xemacs21-21.4.24/src/insdel.c-1882-    }
##############################################
xemacs21-21.4.24/src/insdel.c-2504-
xemacs21-21.4.24/src/insdel.c:2505:  memcpy (BUF_GPT_ADDR (buf), nonreloc + offset, length);
xemacs21-21.4.24/src/insdel.c-2506-
##############################################
xemacs21-21.4.24/src/insdel.c-3268-      BUFFER_ALLOC (b->text->beg, BUF_GAP_SIZE (b) + BUF_END_SENTINEL_SIZE);
xemacs21-21.4.24/src/insdel.c:3269:      if (! BUF_BEG_ADDR (b))
xemacs21-21.4.24/src/insdel.c-3270-	memory_full ();
##############################################
xemacs21-21.4.24/src/s/freebsd.h-85-#define N_PAGSIZ(x) __LDPGSZ
xemacs21-21.4.24/src/s/freebsd.h:86:#define N_BSSADDR(x) (N_ALIGN(x, N_DATADDR(x)+x.a_data))
xemacs21-21.4.24/src/s/freebsd.h-87-#define N_TRELOFF(x) N_RELOFF(x)
##############################################
xemacs21-21.4.24/src/s/dgux5-4r2.h-25-
xemacs21-21.4.24/src/s/dgux5-4r2.h:26:/* In DGUX 5.4R2.xx the function inet_addr() returns a `struct
xemacs21-21.4.24/src/s/dgux5-4r2.h-27-   in_addr' instead of the more common `unsigned long'.
##############################################
xemacs21-21.4.24/src/s/umax.h-92-
xemacs21-21.4.24/src/s/umax.h:93:#define C_SWITCH_ASM -q nodirect_code
xemacs21-21.4.24/src/s/umax.h-94-
##############################################
xemacs21-21.4.24/src/s/isc2-2.h-56-
xemacs21-21.4.24/src/s/isc2-2.h:57:/* Inhibit asm code in netinet/in.h.  Strictly speaking, only necessary
xemacs21-21.4.24/src/s/isc2-2.h-58-   when -traditional is being used, but it doesn't hurt to
##############################################
xemacs21-21.4.24/src/s/sco5.h-133-   Works fine with egcs and gcc 2.8.x. */
xemacs21-21.4.24/src/s/sco5.h:134:#define LIB_GCC "`$(LD) $(LDFLAGS) -print-libgcc-file-name`"
##############################################
xemacs21-21.4.24/src/s/umips.h-54-/* High order bit must be stripped off nlist return values */
xemacs21-21.4.24/src/s/umips.h:55:#define FIXUP_KERNEL_SYMBOL_ADDR(NL)  (NL)[0].n_value &= 0x7fffffff;
##############################################
xemacs21-21.4.24/src/s/linux.h-87-/* Ask GCC where to find libgcc.a.  */
xemacs21-21.4.24/src/s/linux.h:88:#define LIB_GCC "`$(CC) $(C_SWITCH_X_SITE) -print-libgcc-file-name`"
xemacs21-21.4.24/src/s/linux.h-89-
##############################################
xemacs21-21.4.24/src/s/linux.h-168-#define ADJUST_EXEC_HEADER \
xemacs21-21.4.24/src/s/linux.h:169:  unexec_text_start = N_TXTADDR(ohdr) + A_TEXT_OFFSET(ohdr)
xemacs21-21.4.24/src/s/linux.h-170-
##############################################
xemacs21-21.4.24/src/s/netbsd.h-68-#define N_PAGSIZ(x) __LDPGSZ
xemacs21-21.4.24/src/s/netbsd.h:69:#define N_BSSADDR(x) (N_ALIGN(x, N_DATADDR(x)+x.a_data))
xemacs21-21.4.24/src/s/netbsd.h-70-/* #define N_TRELOFF(x) N_RELOFF(x) */
##############################################
xemacs21-21.4.24/src/search.c-746-	{
xemacs21-21.4.24/src/search.c:747:	  Bufbyte *bufptr = (Bufbyte *) memchr (charptr_n_addr (s, st),
xemacs21-21.4.24/src/search.c-748-						(int) target, lim - st);
##############################################
xemacs21-21.4.24/src/dired.c-404-
xemacs21-21.4.24/src/dired.c:405:		      if (0 > scmp (charptr_n_addr (d_name, skip),
xemacs21-21.4.24/src/dired.c-406-				    XSTRING_DATA (elt),
##############################################
xemacs21-21.4.24/src/unexsunos4.c-486-  else
xemacs21-21.4.24/src/unexsunos4.c:487:    plt_end = (caddr_t) N_DATADDR (old_hdr);
xemacs21-21.4.24/src/unexsunos4.c-488-
##############################################
xemacs21-21.4.24/src/unexsunos4.c-492-  /* never protect ABOVE the end of data emacs_edata specified */
xemacs21-21.4.24/src/unexsunos4.c:493:  mprotect_top_addr = MIN (emacs_edata, N_DATADDR (old_hdr) + old_hdr.a_data);
xemacs21-21.4.24/src/unexsunos4.c-494-
##############################################
xemacs21-21.4.24/src/unexsunos4.c-501-  new_hdr.a_data = (((unsigned long) MASK_UP (current_break, n_pagsiz)) - 
xemacs21-21.4.24/src/unexsunos4.c:502:                    ((unsigned long) N_DATADDR (old_hdr)));
xemacs21-21.4.24/src/unexsunos4.c-503-  new_hdr.a_bss  = 0;
##############################################
xemacs21-21.4.24/src/unexsunos4.c-513-    long old_datoff = N_DATOFF (old_hdr);
xemacs21-21.4.24/src/unexsunos4.c:514:    long old_dataddr = N_DATADDR (old_hdr);
xemacs21-21.4.24/src/unexsunos4.c-515-    long new_treloff = N_TRELOFF (new_hdr);
##############################################
xemacs21-21.4.24/src/unexsunos4.c-568-                  (char *) (new_base_addr + N_STROFF(new_hdr)),
xemacs21-21.4.24/src/unexsunos4.c:569:                  N_DATADDR (new_hdr) + new_hdr.a_data,
xemacs21-21.4.24/src/unexsunos4.c:570:                  N_BSSADDR (new_hdr) + new_hdr.a_bss,
xemacs21-21.4.24/src/unexsunos4.c-571-                  0, !!dynamic_addr);
##############################################
xemacs21-21.4.24/src/unexsunos4.c-576-                    (char *) (new_base_addr + ld2->ld_symbols),
xemacs21-21.4.24/src/unexsunos4.c:577:                    N_DATADDR (new_hdr) + new_hdr.a_data,
xemacs21-21.4.24/src/unexsunos4.c:578:                    N_BSSADDR (new_hdr) + new_hdr.a_bss,
xemacs21-21.4.24/src/unexsunos4.c-579-                    1, !!dynamic_addr);
##############################################
xemacs21-21.4.24/src/unexsunos4.c-592-         old file into file offsets */
xemacs21-21.4.24/src/unexsunos4.c:593:      ts.txtaddr = N_TXTADDR (old_hdr);
xemacs21-21.4.24/src/unexsunos4.c-594-      ts.txtoff = N_TXTOFF (old_hdr);
xemacs21-21.4.24/src/unexsunos4.c:595:      ts.dataddr = N_DATADDR (old_hdr);
xemacs21-21.4.24/src/unexsunos4.c-596-      ts.datoff = N_DATOFF (old_hdr);
xemacs21-21.4.24/src/unexsunos4.c:597:      ts.bssaddr = N_BSSADDR (old_hdr);
xemacs21-21.4.24/src/unexsunos4.c-598-    
##############################################
xemacs21-21.4.24/src/process-unix.c-478-      /* Attempt to interpret host as numeric inet address */
xemacs21-21.4.24/src/process-unix.c:479:      numeric_addr = inet_addr ((char *) XSTRING_DATA (host));
xemacs21-21.4.24/src/process-unix.c-480-      if (NUMERIC_ADDR_ERROR)
##############################################
xemacs21-21.4.24/src/process-unix.c-2014-  sa.sin_port = theport;
xemacs21-21.4.24/src/process-unix.c:2015:  sa.sin_addr.s_addr = inet_addr ((char *) XSTRING_DATA (dest));
xemacs21-21.4.24/src/process-unix.c-2016-
##############################################
xemacs21-21.4.24/src/process-unix.c-2034-  /* join multicast group */
xemacs21-21.4.24/src/process-unix.c:2035:  imr.imr_multiaddr.s_addr = inet_addr ((char *) XSTRING_DATA (dest));
xemacs21-21.4.24/src/process-unix.c-2036-  imr.imr_interface.s_addr = htonl (INADDR_ANY);
##############################################
xemacs21-21.4.24/src/buffer.h-342-
xemacs21-21.4.24/src/buffer.h:343:   charptr_n_addr (ptr, n):
xemacs21-21.4.24/src/buffer.h-344-	Return a pointer to the beginning of the character offset N
##############################################
xemacs21-21.4.24/src/buffer.h-479-INLINE_HEADER const Bufbyte *
xemacs21-21.4.24/src/buffer.h:480:charptr_n_addr (const Bufbyte *ptr, Charcount offset);
xemacs21-21.4.24/src/buffer.h-481-INLINE_HEADER const Bufbyte *
xemacs21-21.4.24/src/buffer.h:482:charptr_n_addr (const Bufbyte *ptr, Charcount offset)
xemacs21-21.4.24/src/buffer.h-483-{
##############################################
xemacs21-21.4.24/src/buffer.h-539-#define charptr_emchar_n(ptr, offset) \
xemacs21-21.4.24/src/buffer.h:540:  charptr_emchar (charptr_n_addr (ptr, offset))
xemacs21-21.4.24/src/buffer.h-541-
##############################################
xemacs21-21.4.24/src/.gdbinit-203-define leval
xemacs21-21.4.24/src/.gdbinit:204:ldp Feval(Fcar(Fread_from_string(build_string($arg0),Qnil,Qnil)))
xemacs21-21.4.24/src/.gdbinit-205-end
##############################################
xemacs21-21.4.24/src/m/delta88k.h-66-
xemacs21-21.4.24/src/m/delta88k.h:67:/* BEM:  Distributed asm alloca doesn't work.  Don't know about libPW.a.
xemacs21-21.4.24/src/m/delta88k.h-68-   C ALLOCA is safe and fast enough for now. */
##############################################
xemacs21-21.4.24/src/ecrt0.c-56-#ifdef __GNUC__
xemacs21-21.4.24/src/ecrt0.c:57:#define asm __asm
xemacs21-21.4.24/src/ecrt0.c-58-#endif
##############################################
xemacs21-21.4.24/src/ecrt0.c-316-#ifdef m68k			/* Can't do it all from C */
xemacs21-21.4.24/src/ecrt0.c:317:	asm ("	global	_start");
xemacs21-21.4.24/src/ecrt0.c:318:	asm ("	text");
xemacs21-21.4.24/src/ecrt0.c:319:	asm ("_start:");
xemacs21-21.4.24/src/ecrt0.c-320-#ifndef NU
xemacs21-21.4.24/src/ecrt0.c-321-#ifdef STRIDE
xemacs21-21.4.24/src/ecrt0.c:322:	asm ("	comm	havefpu%,2");
xemacs21-21.4.24/src/ecrt0.c-323-#else /* m68k, not STRIDE */
xemacs21-21.4.24/src/ecrt0.c:324:	asm ("  comm	splimit%,4");
xemacs21-21.4.24/src/ecrt0.c-325-#endif /* STRIDE */
xemacs21-21.4.24/src/ecrt0.c:326:	asm ("	global	exit");
xemacs21-21.4.24/src/ecrt0.c:327:	asm ("	text");
xemacs21-21.4.24/src/ecrt0.c-328-#ifdef STRIDE
xemacs21-21.4.24/src/ecrt0.c:329:	asm ("	trap	&3");
xemacs21-21.4.24/src/ecrt0.c:330:	asm ("	mov.w	%d0,havefpu%");
xemacs21-21.4.24/src/ecrt0.c-331-#else /* m68k, not STRIDE */
xemacs21-21.4.24/src/ecrt0.c:332:  	asm ("	mov.l	%d0,splimit%");
xemacs21-21.4.24/src/ecrt0.c-333-#endif /* STRIDE */
xemacs21-21.4.24/src/ecrt0.c-334-#endif /* not NU */
xemacs21-21.4.24/src/ecrt0.c:335:	asm ("	jsr	start1");
xemacs21-21.4.24/src/ecrt0.c:336:	asm ("	mov.l	%d0,(%sp)");
xemacs21-21.4.24/src/ecrt0.c:337:	asm ("	jsr	exit");
xemacs21-21.4.24/src/ecrt0.c:338:	asm ("	mov.l	&1,%d0");	/* d0 = 1 => exit */
xemacs21-21.4.24/src/ecrt0.c:339:	asm ("	trap	&0");
xemacs21-21.4.24/src/ecrt0.c-340-#else /* m68000, not m68k */
##############################################
xemacs21-21.4.24/src/ecrt0.c-349-#endif
xemacs21-21.4.24/src/ecrt0.c:350:	asm ("	.globl  is68020");
xemacs21-21.4.24/src/ecrt0.c:351:	asm ("is68020:");
xemacs21-21.4.24/src/ecrt0.c-352-#ifndef BSD4_3
xemacs21-21.4.24/src/ecrt0.c:353:	asm ("	.long   0x00000000");
xemacs21-21.4.24/src/ecrt0.c:354:	asm ("	.long   0xffffffff");
xemacs21-21.4.24/src/ecrt0.c-355-/* End of stuff added by ESM */
xemacs21-21.4.24/src/ecrt0.c-356-#endif
xemacs21-21.4.24/src/ecrt0.c:357:	asm ("	.text");
xemacs21-21.4.24/src/ecrt0.c:358:	asm ("	.globl	__start");
xemacs21-21.4.24/src/ecrt0.c:359:	asm ("__start:");
xemacs21-21.4.24/src/ecrt0.c:360:	asm ("	.word 0");
xemacs21-21.4.24/src/ecrt0.c:361:	asm ("	link	a6,#0");
xemacs21-21.4.24/src/ecrt0.c:362:	asm ("	jbsr	_start1");
xemacs21-21.4.24/src/ecrt0.c:363:	asm ("	unlk	a6");
xemacs21-21.4.24/src/ecrt0.c:364:	asm ("	rts");
xemacs21-21.4.24/src/ecrt0.c-365-#if defined(BSD4_3) && !defined(__GNUC__)
##############################################
xemacs21-21.4.24/src/ecrt0.c-612-#ifdef USG5_4
xemacs21-21.4.24/src/ecrt0.c:613:asm (".pushsection \".text\"");
xemacs21-21.4.24/src/ecrt0.c-614-#endif /* USG5_4 */
xemacs21-21.4.24/src/ecrt0.c:615:#endif /* no_toplevel_asm */
xemacs21-21.4.24/src/ecrt0.c-616-#ifdef USG5_4
xemacs21-21.4.24/src/ecrt0.c:617:asm (".global _start");
xemacs21-21.4.24/src/ecrt0.c:618:asm (".text");
xemacs21-21.4.24/src/ecrt0.c:619:asm ("_start:");
xemacs21-21.4.24/src/ecrt0.c:620:asm ("	mov	0, %fp");
xemacs21-21.4.24/src/ecrt0.c:621:asm ("	ld	[%sp + 64], %o0");
xemacs21-21.4.24/src/ecrt0.c:622:asm ("	add	%sp, 68, %o1");
xemacs21-21.4.24/src/ecrt0.c:623:asm ("	sll	%o0, 2,	%o2");
xemacs21-21.4.24/src/ecrt0.c:624:asm ("	add	%o2, 4,	%o2");
xemacs21-21.4.24/src/ecrt0.c:625:asm ("	add	%o1, %o2, %o2");
xemacs21-21.4.24/src/ecrt0.c:626:asm ("	sethi	%hi(_environ), %o3");
xemacs21-21.4.24/src/ecrt0.c:627:asm ("	st	%o2, [%o3+%lo(_environ)]");
xemacs21-21.4.24/src/ecrt0.c:628:asm ("	andn	%sp, 7,	%sp");
xemacs21-21.4.24/src/ecrt0.c:629:asm ("	call	main");
xemacs21-21.4.24/src/ecrt0.c:630:asm ("	sub	%sp, 24, %sp");
xemacs21-21.4.24/src/ecrt0.c:631:asm ("	call	_exit");
xemacs21-21.4.24/src/ecrt0.c:632:asm ("	nop");
xemacs21-21.4.24/src/ecrt0.c-633-#else
xemacs21-21.4.24/src/ecrt0.c:634:asm (".global __start");
xemacs21-21.4.24/src/ecrt0.c:635:asm (".text");
xemacs21-21.4.24/src/ecrt0.c:636:asm ("__start:");
xemacs21-21.4.24/src/ecrt0.c:637:asm ("	mov	0, %fp");
xemacs21-21.4.24/src/ecrt0.c:638:asm ("	ld	[%sp + 64], %o0");
xemacs21-21.4.24/src/ecrt0.c:639:asm ("	add	%sp, 68, %o1");
xemacs21-21.4.24/src/ecrt0.c:640:asm ("	sll	%o0, 2,	%o2");
xemacs21-21.4.24/src/ecrt0.c:641:asm ("	add	%o2, 4,	%o2");
xemacs21-21.4.24/src/ecrt0.c:642:asm ("	add	%o1, %o2, %o2");
xemacs21-21.4.24/src/ecrt0.c:643:asm ("	sethi	%hi(_environ), %o3");
xemacs21-21.4.24/src/ecrt0.c:644:asm ("	st	%o2, [%o3+%lo(_environ)]");
xemacs21-21.4.24/src/ecrt0.c:645:asm ("	andn	%sp, 7,	%sp");
xemacs21-21.4.24/src/ecrt0.c:646:asm ("	call	_main");
xemacs21-21.4.24/src/ecrt0.c:647:asm ("	sub	%sp, 24, %sp");
xemacs21-21.4.24/src/ecrt0.c:648:asm ("	call	__exit");
xemacs21-21.4.24/src/ecrt0.c:649:asm ("	nop");
xemacs21-21.4.24/src/ecrt0.c-650-#endif /* USG5_4 */
##############################################
xemacs21-21.4.24/src/ecrt0.c-652-#ifdef USG5_4
xemacs21-21.4.24/src/ecrt0.c:653:asm (".popsection");
xemacs21-21.4.24/src/ecrt0.c-654-#endif /* USG5_4 */
xemacs21-21.4.24/src/ecrt0.c-655-} /* no_toplevel_asm_wrapper() */
xemacs21-21.4.24/src/ecrt0.c:656:#endif /* no_toplevel_asm */
xemacs21-21.4.24/src/ecrt0.c-657-#endif /* sparc */
##############################################
xemacs21-21.4.24/src/Makefile.in.in-536-QUANTIFY_PROG     = quantify
xemacs21-21.4.24/src/Makefile.in.in:537:QUANTIFY_HOME     = `$(QUANTIFY_PROG) -print-home-dir`
xemacs21-21.4.24/src/Makefile.in.in-538-QUANTIFY_FLAGS    = -cache-dir=./purecache -always-use-cache-dir=yes
##############################################
xemacs21-21.4.24/src/lisp.h-1189-#define XSTRING_BYTE(s, i) string_byte (XSTRING (s), i)
xemacs21-21.4.24/src/lisp.h:1190:#define string_byte_addr(s, i) (&((s)->data[i]))
xemacs21-21.4.24/src/lisp.h-1191-#define set_string_length(s, len) ((void) ((s)->size = (len)))
##############################################
xemacs21-21.4.24/src/lisp.h-1206-# define string_char(s, i) charptr_emchar_n (string_data (s), i)
xemacs21-21.4.24/src/lisp.h:1207:# define string_char_addr(s, i) charptr_n_addr (string_data (s), i)
xemacs21-21.4.24/src/lisp.h-1208-void set_string_char (Lisp_String *s, Charcount i, Emchar c);
##############################################
xemacs21-21.4.24/src/lisp.h-1213-# define string_char(s, i) ((Emchar) string_byte (s, i))
xemacs21-21.4.24/src/lisp.h:1214:# define string_char_addr(s, i) string_byte_addr (s, i)
xemacs21-21.4.24/src/lisp.h-1215-# define set_string_char(s, i, c) set_string_byte (s, i, (Bufbyte)c)
##############################################
xemacs21-21.4.24/ChangeLog-4724-	  needed by XFree86
xemacs21-21.4.24/ChangeLog:4725:	- Consistently use idiom foo=`echo '' $foo | sed -s 's:^ ::' -e ...`
xemacs21-21.4.24/ChangeLog-4726-	- Immediately exit if SIZEOF_* tests fail.
##############################################
xemacs21-21.4.24/ChangeLog-4858-	* configure.in: Use a different mechanism for removing extra white
xemacs21-21.4.24/ChangeLog:4859:	space.  Avoid using foo=`echo $bar`, which loses with various echos.
xemacs21-21.4.24/ChangeLog-4860-	- new M4 macro XE_SPACE(var, words...)
##############################################
xemacs21-21.4.24/man/internals/internals.texi-2798-@example
xemacs21-21.4.24/man/internals/internals.texi:2799:Bufbyte *charptr_n_addr (Bufbyte *p, Charcount cc);
xemacs21-21.4.24/man/internals/internals.texi-2800-@end example
##############################################
xemacs21-21.4.24/man/lispref/strings.texi-798-
xemacs21-21.4.24/man/lispref/strings.texi:799:(format "In directory `%2$s', the file `%1$s' was not found."
xemacs21-21.4.24/man/lispref/strings.texi-800-        "ignatius.c" "loyola/")
##############################################
xemacs21-21.4.24/man/xemacs/programs.texi-58-* Fortran::		Fortran mode and its special features.
xemacs21-21.4.24/man/xemacs/programs.texi:59:* Asm Mode::            Asm mode and its special features.
xemacs21-21.4.24/man/xemacs/programs.texi-60-@end menu
##############################################
xemacs21-21.4.24/man/xemacs/programs.texi-1700-
xemacs21-21.4.24/man/xemacs/programs.texi:1701:@node Fortran, Asm Mode, CC Mode, Programs
xemacs21-21.4.24/man/xemacs/programs.texi-1702-@section Fortran Mode
##############################################
xemacs21-21.4.24/man/xemacs/programs.texi-2037-
xemacs21-21.4.24/man/xemacs/programs.texi:2038:@node Asm Mode,  , Fortran, Programs
xemacs21-21.4.24/man/xemacs/programs.texi:2039:@section Asm Mode
xemacs21-21.4.24/man/xemacs/programs.texi-2040-
xemacs21-21.4.24/man/xemacs/programs.texi:2041:@cindex Asm mode
xemacs21-21.4.24/man/xemacs/programs.texi:2042:Asm mode is a major mode for editing files of assembler code.  It
xemacs21-21.4.24/man/xemacs/programs.texi-2043-defines these commands:
##############################################
xemacs21-21.4.24/man/xemacs/xemacs.texi-464-* Fortran::		Fortran mode and its special features.
xemacs21-21.4.24/man/xemacs/xemacs.texi:465:* Asm Mode::            Asm mode and its special features.
xemacs21-21.4.24/man/xemacs/xemacs.texi-466-
##############################################
xemacs21-21.4.24/man/cl.texi-5222-     @print{} (setq list (if (memq 'x list) list (cons 'x list)))
xemacs21-21.4.24/man/cl.texi:5223:(cl-prettyexpand '(caddr (member* 'a list)) t)
xemacs21-21.4.24/man/cl.texi-5224-     @print{} (car (cdr (cdr (memq 'a list))))
##############################################
xemacs21-21.4.24/man/texinfo.tex-4018-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
xemacs21-21.4.24/man/texinfo.tex:4019:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
xemacs21-21.4.24/man/texinfo.tex-4020-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=13 \let~=\tie
##############################################
xemacs21-21.4.24/config.guess-40-
xemacs21-21.4.24/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
xemacs21-21.4.24/config.guess-42-
##############################################
xemacs21-21.4.24/config.guess-171-	# The OS release
xemacs21-21.4.24/config.guess:172:	release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
xemacs21-21.4.24/config.guess-173-	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
##############################################
xemacs21-21.4.24/config.guess-179-	if test $UNAME_RELEASE = "V4.0"; then
xemacs21-21.4.24/config.guess:180:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
xemacs21-21.4.24/config.guess-181-	fi
##############################################
xemacs21-21.4.24/config.guess-212-	if test "$?" = 0 ; then
xemacs21-21.4.24/config.guess:213:		case `./$dummy` in
xemacs21-21.4.24/config.guess-214-			0-0)
##############################################
xemacs21-21.4.24/config.guess-234-	rm -f $dummy.s $dummy
xemacs21-21.4.24/config.guess:235:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
xemacs21-21.4.24/config.guess-236-	exit 0 ;;
##############################################
xemacs21-21.4.24/config.guess-293-    sun4H:SunOS:5.*:*)
xemacs21-21.4.24/config.guess:294:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xemacs21-21.4.24/config.guess-295-	exit 0 ;;
xemacs21-21.4.24/config.guess-296-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
xemacs21-21.4.24/config.guess:297:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xemacs21-21.4.24/config.guess-298-	exit 0 ;;
xemacs21-21.4.24/config.guess-299-    i86pc:SunOS:5.*:*)
xemacs21-21.4.24/config.guess:300:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xemacs21-21.4.24/config.guess-301-	exit 0 ;;
##############################################
xemacs21-21.4.24/config.guess-305-	# it's likely to be more like Solaris than SunOS4.
xemacs21-21.4.24/config.guess:306:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xemacs21-21.4.24/config.guess-307-	exit 0 ;;
##############################################
xemacs21-21.4.24/config.guess-314-	# Japanese Language versions have a version number like `4.1.3-JL'.
xemacs21-21.4.24/config.guess:315:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
xemacs21-21.4.24/config.guess-316-	exit 0 ;;
##############################################
xemacs21-21.4.24/config.guess-320-    sun*:*:4.2BSD:*)
xemacs21-21.4.24/config.guess:321:	UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
xemacs21-21.4.24/config.guess-322-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
xemacs21-21.4.24/config.guess-413-	$CC_FOR_BUILD $dummy.c -o $dummy \
xemacs21-21.4.24/config.guess:414:	  && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
xemacs21-21.4.24/config.guess-415-	  && rm $dummy.c $dummy && exit 0
##############################################
xemacs21-21.4.24/config.guess-460-    *:IRIX*:*:*)
xemacs21-21.4.24/config.guess:461:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
xemacs21-21.4.24/config.guess-462-	exit 0 ;;
##############################################
xemacs21-21.4.24/config.guess-491-    *:AIX:*:4)
xemacs21-21.4.24/config.guess:492:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
xemacs21-21.4.24/config.guess-493-	if /usr/sbin/lsattr -EHl ${IBM_CPU_ID} | grep POWER >/dev/null 2>&1; then
##############################################
xemacs21-21.4.24/config.guess-539-    9000/[34678]??:HP-UX:*:*)
xemacs21-21.4.24/config.guess:540:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xemacs21-21.4.24/config.guess-541-	case "${UNAME_MACHINE}" in
##############################################
xemacs21-21.4.24/config.guess-594-EOF
xemacs21-21.4.24/config.guess:595:	(CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy`
xemacs21-21.4.24/config.guess-596-	if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
##############################################
xemacs21-21.4.24/config.guess-602-    ia64:HP-UX:*:*)
xemacs21-21.4.24/config.guess:603:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xemacs21-21.4.24/config.guess-604-	echo ia64-hp-hpux${HPUX_REV}
##############################################
xemacs21-21.4.24/config.guess-710-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
xemacs21-21.4.24/config.guess:711:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
xemacs21-21.4.24/config.guess-712-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xemacs21-21.4.24/config.guess-726-    *:FreeBSD:*:*)
xemacs21-21.4.24/config.guess:727:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
xemacs21-21.4.24/config.guess-728-	exit 0 ;;
xemacs21-21.4.24/config.guess-729-    *:OpenBSD:*:*)
xemacs21-21.4.24/config.guess:730:	echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
xemacs21-21.4.24/config.guess-731-	exit 0 ;;
##############################################
xemacs21-21.4.24/config.guess-753-    prep*:SunOS:5.*:*)
xemacs21-21.4.24/config.guess:754:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xemacs21-21.4.24/config.guess-755-	exit 0 ;;
xemacs21-21.4.24/config.guess-756-    *:GNU:*:*)
xemacs21-21.4.24/config.guess:757:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
xemacs21-21.4.24/config.guess-758-	exit 0 ;;
##############################################
xemacs21-21.4.24/config.guess-879-		if test "$?" = 0 ; then
xemacs21-21.4.24/config.guess:880:			case `./$dummy` in
xemacs21-21.4.24/config.guess-881-			0-0)
##############################################
xemacs21-21.4.24/config.guess-1011-    i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*)
xemacs21-21.4.24/config.guess:1012:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
xemacs21-21.4.24/config.guess-1013-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
xemacs21-21.4.24/configure-148-  ac_prog=$0
xemacs21-21.4.24/configure:149:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
xemacs21-21.4.24/configure-150-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
xemacs21-21.4.24/configure-164-fi
xemacs21-21.4.24/configure:165:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
xemacs21-21.4.24/configure-166-
##############################################
xemacs21-21.4.24/configure-206-
xemacs21-21.4.24/configure:207:progname="`echo $0 | sed 's:^\./\./:\./:'`"
xemacs21-21.4.24/configure-208-
##############################################
xemacs21-21.4.24/configure-278-   *)
xemacs21-21.4.24/configure:279:   quoted_i="`echo '' $i | sed -e 's:^ ::' -e $quoted_sed_magic`"
xemacs21-21.4.24/configure-280-   quoted_arguments="$quoted_arguments '$quoted_i'" ;;
##############################################
xemacs21-21.4.24/configure-290-        -*=*)
xemacs21-21.4.24/configure:291:	  opt=`echo '' $arg | sed -e 's:^ ::' -e 's:^-*\([^=]*\)=.*$:\1:'`
xemacs21-21.4.24/configure:292:	  val=`echo '' $arg | sed -e 's:^ ::' -e 's:^-*[^=]*=\(.*\)$:\1:'`
xemacs21-21.4.24/configure-293-	  valomitted=no
##############################################
xemacs21-21.4.24/configure-295-                                                                          -*)
xemacs21-21.4.24/configure:296:                                 	  opt=`echo '' $arg | sed -e 's:^ ::' -e 's:^-*\(.*\)$:\1:'`
xemacs21-21.4.24/configure-297-          val="yes" valomitted=yes
##############################################
xemacs21-21.4.24/configure-301-            optname="$opt"
xemacs21-21.4.24/configure:302:      opt="`echo '' $opt | sed -e 's:^ ::' | tr - _`"
xemacs21-21.4.24/configure-303-
xemacs21-21.4.24/configure-304-            case "${valomitted}-${opt}" in yes-without_* )
xemacs21-21.4.24/configure:305:	opt=`echo $opt | sed 's/without/with/'`
xemacs21-21.4.24/configure-306-	valomitted="no" val="no" ;;
##############################################
xemacs21-21.4.24/configure-375-	    * ) (echo "$progname: Usage error:"
xemacs21-21.4.24/configure:376:echo " " "The \`--$optname' option requires a boolean value: \`yes' or \`no'."
xemacs21-21.4.24/configure-377-echo "  Use \`$progname --help' to show usage.") >&2 && exit 1 ;;
##############################################
xemacs21-21.4.24/configure-421-	  esac
xemacs21-21.4.24/configure:422:	  case "$opt" in use_* ) opt="`echo $opt | sed s/use/with/`" ;; esac
xemacs21-21.4.24/configure-423-          eval "$opt=\"$val\""
##############################################
xemacs21-21.4.24/configure-429-	  with_database_gdbm=no
xemacs21-21.4.24/configure:430:	  for x in `echo "$val" | sed -e 's/,/ /g'` ; do
xemacs21-21.4.24/configure-431-	    case "$x" in
##############################################
xemacs21-21.4.24/configure-452-        	"with_sound" )
xemacs21-21.4.24/configure:453:	        	  for x in `echo "$val" | sed -e 's/,/ /g'` ; do
xemacs21-21.4.24/configure-454-	    case "$x" in
##############################################
xemacs21-21.4.24/configure-532-	  	  	  
xemacs21-21.4.24/configure:533:	  for x in `echo "$val" | sed -e 's/,/ /g'` ; do
xemacs21-21.4.24/configure-534-	    case "$x" in
##############################################
xemacs21-21.4.24/configure-811-    "" )
xemacs21-21.4.24/configure:812:    for dir in "`echo $0 | sed 's|//|/|' | sed 's|/[^/]*$||'`" "." ".." ; do
xemacs21-21.4.24/configure-813-      if test -f "$dir/src/lisp.h" -a \
##############################################
xemacs21-21.4.24/configure-843-if test -z "$configuration"; then
xemacs21-21.4.24/configure:844:    configuration=`${CONFIG_SHELL-/bin/sh} $srcdir/config.guess`
xemacs21-21.4.24/configure-845-  if test -z "$configuration"; then
##############################################
xemacs21-21.4.24/configure-880-absolute_pwd="`pwd`";
xemacs21-21.4.24/configure:881:if test -n "$PWD" -a "`cd $PWD && pwd`" = "$absolute_pwd"
xemacs21-21.4.24/configure-882-then blddir="$PWD"
##############################################
xemacs21-21.4.24/configure-893-  .  ) srcdir="$blddir" ;;
xemacs21-21.4.24/configure:894:  *  ) srcdir="`cd $srcdir && pwd`"; if test -d "/net"; then
xemacs21-21.4.24/configure-895-  if test -d "/tmp_mnt/net"; then tdir="tmp_mnt/net"; else tdir="tmp_mnt"; fi
##############################################
xemacs21-21.4.24/configure-900-
xemacs21-21.4.24/configure:901:if test `pwd` != `sh -c cd $srcdir && pwd`  \
xemacs21-21.4.24/configure-902-   && test -f "$srcdir/src/config.h"; then
##############################################
xemacs21-21.4.24/configure-1119-echo "configure:1120: checking "host system type"" >&5
xemacs21-21.4.24/configure:1120:internal_configuration=`echo $configuration | sed 's/-\(workshop\)//'`
xemacs21-21.4.24/configure:1121:canonical=`${CONFIG_SHELL-/bin/sh} $srcdir/config.sub "$internal_configuration"`
xemacs21-21.4.24/configure:1122:configuration=`echo "$configuration" | sed 's/^\([^-][^-]*-[^-][^-]*-[^-][^-]*\)-.*$/\1/'`
xemacs21-21.4.24/configure:1123:canonical=`echo "$canonical" | sed 's/^\([^-][^-]*-[^-][^-]*-[^-][^-]*\)-.*$/\1/'`
xemacs21-21.4.24/configure-1124-echo "$ac_t""$configuration" 1>&6
##############################################
xemacs21-21.4.24/configure-1414-        case "$canonical" in *-sunos5*)
xemacs21-21.4.24/configure:1415:      canonical=`echo $canonical | sed -e s/sunos5/solaris2/`;;
xemacs21-21.4.24/configure-1416-    esac
##############################################
xemacs21-21.4.24/configure-1524-
xemacs21-21.4.24/configure:1525:test -z "$machine" && machine=`echo $canonical | sed 's/-.*$//'`
xemacs21-21.4.24/configure-1526-
##############################################
xemacs21-21.4.24/configure-1596-
xemacs21-21.4.24/configure:1597:stack_trace_eye_catcher=`echo ${PROGNAME}_${version}_${canonical} | sed 'y/.-/__/'`
xemacs21-21.4.24/configure-1598-{ test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-1842-echo 'void f(){}' > conftest.c
xemacs21-21.4.24/configure:1843:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
xemacs21-21.4.24/configure-1844-  ac_cv_prog_cc_g=yes
##############################################
xemacs21-21.4.24/configure-2055-echo 'void f(){}' > conftest.c
xemacs21-21.4.24/configure:2056:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
xemacs21-21.4.24/configure-2057-  ac_cv_prog_cc_g=yes
##############################################
xemacs21-21.4.24/configure-2268-echo 'void f(){}' > conftest.c
xemacs21-21.4.24/configure:2269:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
xemacs21-21.4.24/configure-2270-  ac_cv_prog_cc_g=yes
##############################################
xemacs21-21.4.24/configure-2322-{ (eval echo configure:2323: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:2323:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-2324-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-2339-{ (eval echo configure:2340: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:2340:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-2341-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-2356-{ (eval echo configure:2357: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:2357:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-2358-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-2717-
xemacs21-21.4.24/configure:2718:CPP=`eval "echo $CPP $CPPFLAGS"`
xemacs21-21.4.24/configure-2719-eval `$CPP -Isrc $tempcname \
##############################################
xemacs21-21.4.24/configure-2737-  cygwin_include=`eval gcc -print-search-dirs | sed -ne s'/install: //p'`
xemacs21-21.4.24/configure:2738:  cygwin_include=`eval "cd $cygwin_include/../../../..; pwd"`
xemacs21-21.4.24/configure-2739-  cygwin_include="-I$cygwin_include/include" ;
##############################################
xemacs21-21.4.24/configure-2825-echo "configure:2826: checking for buggy gcc versions" >&5
xemacs21-21.4.24/configure:2826:GCC_VERSION=`$CC --version`
xemacs21-21.4.24/configure-2827-case `uname -s`:`uname -m`:$GCC_VERSION in
##############################################
xemacs21-21.4.24/configure-3035-
xemacs21-21.4.24/configure:3036:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-3037-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-3053- test -z "$linker" &&  linker='$(CC) -nostdlib'
xemacs21-21.4.24/configure:3054: test -z "$lib_gcc" && lib_gcc='`$(CC) -print-libgcc-file-name`'
xemacs21-21.4.24/configure-3055-fi
##############################################
xemacs21-21.4.24/configure-3061-
xemacs21-21.4.24/configure:3062:case "$site_libraries" in *:* ) site_libraries="`echo '' $site_libraries | sed -e 's/^ //' -e 's/:/ /g'`";; esac
xemacs21-21.4.24/configure-3063-if test -n "$site_libraries"; then
##############################################
xemacs21-21.4.24/configure-3074-
xemacs21-21.4.24/configure:3075:case "$site_includes" in *:* ) site_includes="`echo '' $site_includes | sed -e 's/^ //' -e 's/:/ /g'`";; esac
xemacs21-21.4.24/configure-3076-if test -n "$site_includes"; then
##############################################
xemacs21-21.4.24/configure-3087-
xemacs21-21.4.24/configure:3088:case "$site_prefixes" in *:* ) site_prefixes="`echo '' $site_prefixes | sed -e 's/^ //' -e 's/:/ /g'`";; esac
xemacs21-21.4.24/configure-3089-if test -n "$site_prefixes"; then
##############################################
xemacs21-21.4.24/configure-3095-    elif test ! -d "$lib_dir"; then
xemacs21-21.4.24/configure:3096:      { echo "Error:" "Invalid site prefix \`$dir': no such directory \`$lib_dir'" >&2; exit 1; }
xemacs21-21.4.24/configure-3097-    else
##############################################
xemacs21-21.4.24/configure-3110-
xemacs21-21.4.24/configure:3111:case "$site_runtime_libraries" in *:* ) site_runtime_libraries="`echo '' $site_runtime_libraries | sed -e 's/^ //' -e 's/:/ /g'`";; esac
xemacs21-21.4.24/configure-3112-if test -n "$site_runtime_libraries"; then
xemacs21-21.4.24/configure:3113:  LD_RUN_PATH="`echo $site_runtime_libraries | sed -e 's/  */:/g'`"
xemacs21-21.4.24/configure-3114-  export LD_RUN_PATH
##############################################
xemacs21-21.4.24/configure-3192-if test "$add_runtime_path" = "yes" -a -n "$dash_r"; then
xemacs21-21.4.24/configure:3193:    ld_switch_site=`echo   '' $ld_switch_site   | sed -e 's:^ ::' -e "s/$dash_r[^ ]*//g"`
xemacs21-21.4.24/configure:3194:  ld_switch_x_site=`echo '' $ld_switch_x_site | sed -e 's:^ ::' -e "s/$dash_r[^ ]*//g"`
xemacs21-21.4.24/configure-3195-  
##############################################
xemacs21-21.4.24/configure-3202-    xe_runpath_link='${CC-cc} -o conftest -v $CFLAGS '"$xe_ldflags"' conftest.$ac_ext 2>&1 1>/dev/null'
xemacs21-21.4.24/configure:3203:    for arg in `eval "$xe_runpath_link" | grep ' -L'`; do
xemacs21-21.4.24/configure-3204-      case "$arg" in P,* | -L* | -R* )
xemacs21-21.4.24/configure:3205:        for dir in `echo '' "$arg" | sed -e 's:^ ::' -e 's/^..//' -e 'y/:/ /'`; do
xemacs21-21.4.24/configure-3206-          {
##############################################
xemacs21-21.4.24/configure-3209-	"$xe_runpath_dir" != "/usr/lib" -a \
xemacs21-21.4.24/configure:3210:	-n "`ls ${xe_runpath_dir}/*.s[ol] 2>/dev/null`" && \
xemacs21-21.4.24/configure-3211-  eval "$xe_add_unique_runpath_dir"
##############################################
xemacs21-21.4.24/configure-3220-      case "$arg" in -L*) {
xemacs21-21.4.24/configure:3221:xe_runpath_dir=`echo '' "$arg" | sed -e 's:^ ::' -e 's/^-L//'`
xemacs21-21.4.24/configure-3222-  test "$xe_runpath_dir" != "/lib"     -a \
xemacs21-21.4.24/configure-3223-	"$xe_runpath_dir" != "/usr/lib" -a \
xemacs21-21.4.24/configure:3224:	-n "`ls ${xe_runpath_dir}/*.s[ol] 2>/dev/null`" && \
xemacs21-21.4.24/configure-3225-  eval "$xe_add_unique_runpath_dir"
##############################################
xemacs21-21.4.24/configure-3298-
xemacs21-21.4.24/configure:3299:if eval "test \"`echo '$ac_cv_func_'malloc_set_state`\" = yes"; then
xemacs21-21.4.24/configure-3300-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-3511-do
xemacs21-21.4.24/configure:3512:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-3513-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-3522-{ (eval echo configure:3523: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:3523:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-3524-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-3534-rm -f conftest*
xemacs21-21.4.24/configure:3535:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-3536-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:3537:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
xemacs21-21.4.24/configure-3538-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-3606-{ (eval echo configure:3607: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:3607:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-3608-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-3838-
xemacs21-21.4.24/configure:3839:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xemacs21-21.4.24/configure-3840-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:3841:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xemacs21-21.4.24/configure-3842-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-4400-echo "configure:4401: checking whether ${MAKE-make} sets \${MAKE}" >&5
xemacs21-21.4.24/configure:4401:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-4402-
##############################################
xemacs21-21.4.24/configure-4407-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xemacs21-21.4.24/configure:4408:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
xemacs21-21.4.24/configure-4409-if test -n "$ac_maketemp"; then
##############################################
xemacs21-21.4.24/configure-4414-rm -f conftestmake
xemacs21-21.4.24/configure:4415:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
xemacs21-21.4.24/configure-4416-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-4748-fi
xemacs21-21.4.24/configure:4749:for ac_dir in  . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
xemacs21-21.4.24/configure-4750-  test -d $ac_dir || continue
##############################################
xemacs21-21.4.24/configure-4753-  (echo 2 > $ac_dir/conftest9012346) 2>/dev/null
xemacs21-21.4.24/configure:4754:  val=`cat $ac_dir/conftest9012345 2>/dev/null`
xemacs21-21.4.24/configure-4755-  if test ! -f $ac_dir/conftest9012345 || test "$val" != 1; then
##############################################
xemacs21-21.4.24/configure-4813-
xemacs21-21.4.24/configure:4814:if eval "test \"`echo '$ac_cv_func_'sin`\" = yes"; then
xemacs21-21.4.24/configure-4815-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-4848-
xemacs21-21.4.24/configure:4849:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-4850-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-4945-
xemacs21-21.4.24/configure:4946:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xemacs21-21.4.24/configure-4947-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:4948:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xemacs21-21.4.24/configure-4949-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-5044-
xemacs21-21.4.24/configure:5045:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-5046-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-5103-   do
xemacs21-21.4.24/configure:5104:      possible_version=`${possible} --version 2> /dev/null`
xemacs21-21.4.24/configure-5105-      if test "x${possible_version}" != "x"; then
##############################################
xemacs21-21.4.24/configure-5115-if test "${GNOME_CONFIG}" != "no"; then
xemacs21-21.4.24/configure:5116:      GNOME_LIBS=`${GNOME_CONFIG} --libs gnomeui`
xemacs21-21.4.24/configure:5117:      GNOME_CFLAGS=`${GNOME_CONFIG} --cflags gnomeui`
xemacs21-21.4.24/configure-5118-      { test "$extra_verbose" = "yes" && cat << \EOF
##############################################
xemacs21-21.4.24/configure-5134-   do
xemacs21-21.4.24/configure:5135:      possible_version=`${possible} --version 2> /dev/null`
xemacs21-21.4.24/configure-5136-      if test "x${possible_version}" != "x"; then
##############################################
xemacs21-21.4.24/configure-5154-echo "configure:5155: checking gtk version" >&5
xemacs21-21.4.24/configure:5155:      GTK_VERSION=`${GTK_CONFIG} --version`
xemacs21-21.4.24/configure-5156-      echo "$ac_t""${GTK_VERSION}" 1>&6
##############################################
xemacs21-21.4.24/configure-5159-echo "configure:5160: checking gtk libs" >&5
xemacs21-21.4.24/configure:5160:      GTK_LIBS=`${GTK_CONFIG} --libs`
xemacs21-21.4.24/configure-5161-      libs_gtk="$libs_gtk ${GTK_LIBS}" &&  if test "$extra_verbose" = "yes"; then echo "    Appending \"${GTK_LIBS}\" to \$libs_gtk"; fi
##############################################
xemacs21-21.4.24/configure-5165-echo "configure:5166: checking gtk cflags" >&5
xemacs21-21.4.24/configure:5166:      GTK_CFLAGS=`${GTK_CONFIG} --cflags`
xemacs21-21.4.24/configure-5167-      if test "$GCC" = "yes"; then
##############################################
xemacs21-21.4.24/configure-5198-
xemacs21-21.4.24/configure:5199:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-5200-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-5236-
xemacs21-21.4.24/configure:5237:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-5238-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-5284-
xemacs21-21.4.24/configure:5285:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xemacs21-21.4.24/configure-5286-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:5287:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xemacs21-21.4.24/configure-5288-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-5350-do
xemacs21-21.4.24/configure:5351:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-5352-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-5361-{ (eval echo configure:5362: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:5362:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-5363-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-5373-rm -f conftest*
xemacs21-21.4.24/configure:5374:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-5375-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:5376:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
xemacs21-21.4.24/configure-5377-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-5415-
xemacs21-21.4.24/configure:5416:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-5417-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-5449-
xemacs21-21.4.24/configure:5450:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-5451-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-5483-
xemacs21-21.4.24/configure:5484:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-5485-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-5581-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xemacs21-21.4.24/configure:5582:    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
xemacs21-21.4.24/configure-5583-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
##############################################
xemacs21-21.4.24/configure-5617-{ (eval echo configure:5618: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:5618:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-5619-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-5704-# Check X11 before X11Rn because it is often a symlink to the current release.
xemacs21-21.4.24/configure:5705:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
xemacs21-21.4.24/configure-5706-    /usr/X11/lib          \
##############################################
xemacs21-21.4.24/configure-5898-
xemacs21-21.4.24/configure:5899:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-5900-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-5938-
xemacs21-21.4.24/configure:5939:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-5940-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-5992-
xemacs21-21.4.24/configure:5993:if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
xemacs21-21.4.24/configure-5994-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6030-
xemacs21-21.4.24/configure:6031:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-6032-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6085-
xemacs21-21.4.24/configure:6086:if eval "test \"`echo '$ac_cv_func_'connect`\" = yes"; then
xemacs21-21.4.24/configure-6087-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6125-
xemacs21-21.4.24/configure:6126:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-6127-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6174-
xemacs21-21.4.24/configure:6175:if eval "test \"`echo '$ac_cv_func_'remove`\" = yes"; then
xemacs21-21.4.24/configure-6176-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6212-
xemacs21-21.4.24/configure:6213:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-6214-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6261-
xemacs21-21.4.24/configure:6262:if eval "test \"`echo '$ac_cv_func_'shmat`\" = yes"; then
xemacs21-21.4.24/configure-6263-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6299-
xemacs21-21.4.24/configure:6300:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-6301-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6351-
xemacs21-21.4.24/configure:6352:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-6353-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6394-{ (eval echo configure:6395: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:6395:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-6396-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-6406-rm -f conftest*
xemacs21-21.4.24/configure:6407:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-6408-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6438-
xemacs21-21.4.24/configure:6439:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-6440-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6454-                   "/usr/lib/Motif1.2" "/usr/lib/Motif1.1"; do
xemacs21-21.4.24/configure:6455:      inc_dir=`echo $lib_dir | sed -e 's/lib/include/'`
xemacs21-21.4.24/configure-6456-      if test -d "$lib_dir" -a -d "$inc_dir"; then
##############################################
xemacs21-21.4.24/configure-6490-if test "$add_runtime_path" = "yes" -a -n "$dash_r"; then
xemacs21-21.4.24/configure:6491:    ld_switch_site=`echo   '' $ld_switch_site   | sed -e 's:^ ::' -e "s/$dash_r[^ ]*//g"`
xemacs21-21.4.24/configure:6492:  ld_switch_x_site=`echo '' $ld_switch_x_site | sed -e 's:^ ::' -e "s/$dash_r[^ ]*//g"`
xemacs21-21.4.24/configure-6493-  
##############################################
xemacs21-21.4.24/configure-6500-    xe_runpath_link='${CC-cc} -o conftest -v $CFLAGS '"$xe_ldflags"' conftest.$ac_ext 2>&1 1>/dev/null'
xemacs21-21.4.24/configure:6501:    for arg in `eval "$xe_runpath_link" | grep ' -L'`; do
xemacs21-21.4.24/configure-6502-      case "$arg" in P,* | -L* | -R* )
xemacs21-21.4.24/configure:6503:        for dir in `echo '' "$arg" | sed -e 's:^ ::' -e 's/^..//' -e 'y/:/ /'`; do
xemacs21-21.4.24/configure-6504-          {
##############################################
xemacs21-21.4.24/configure-6507-	"$xe_runpath_dir" != "/usr/lib" -a \
xemacs21-21.4.24/configure:6508:	-n "`ls ${xe_runpath_dir}/*.s[ol] 2>/dev/null`" && \
xemacs21-21.4.24/configure-6509-  eval "$xe_add_unique_runpath_dir"
##############################################
xemacs21-21.4.24/configure-6518-      case "$arg" in -L*) {
xemacs21-21.4.24/configure:6519:xe_runpath_dir=`echo '' "$arg" | sed -e 's:^ ::' -e 's/^-L//'`
xemacs21-21.4.24/configure-6520-  test "$xe_runpath_dir" != "/lib"     -a \
xemacs21-21.4.24/configure-6521-	"$xe_runpath_dir" != "/usr/lib" -a \
xemacs21-21.4.24/configure:6522:	-n "`ls ${xe_runpath_dir}/*.s[ol] 2>/dev/null`" && \
xemacs21-21.4.24/configure-6523-  eval "$xe_add_unique_runpath_dir"
##############################################
xemacs21-21.4.24/configure-6566-    done
xemacs21-21.4.24/configure:6567:    bitmapdirs=`echo "$bitmapdirs" | sed s/.$//`
xemacs21-21.4.24/configure-6568-  fi
##############################################
xemacs21-21.4.24/configure-6588-      # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xemacs21-21.4.24/configure:6589:      xmkmf_defines=`${MAKE-make} xetest 2>/dev/null | grep -v make`
xemacs21-21.4.24/configure-6590-    fi
##############################################
xemacs21-21.4.24/configure-6596-      -D* )
xemacs21-21.4.24/configure:6597:	sym=`echo '' $word | sed -e 's:^ *-D::' -e 's:=.*::'`
xemacs21-21.4.24/configure-6598-	case "$word" in
xemacs21-21.4.24/configure:6599:	  -D*=* ) val=`echo '' $word | sed -e 's:^.*=::'` ;;
xemacs21-21.4.24/configure-6600-	  *     ) val=1 ;;
##############################################
xemacs21-21.4.24/configure-6636-{ (eval echo configure:6637: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:6637:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-6638-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-6648-rm -f conftest*
xemacs21-21.4.24/configure:6649:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-6650-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6687-
xemacs21-21.4.24/configure:6688:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-6689-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6728-
xemacs21-21.4.24/configure:6729:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-6730-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6771-
xemacs21-21.4.24/configure:6772:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-6773-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6810-
xemacs21-21.4.24/configure:6811:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-6812-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-6896-
xemacs21-21.4.24/configure:6897:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xemacs21-21.4.24/configure-6898-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:6899:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xemacs21-21.4.24/configure-6900-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-6915-do
xemacs21-21.4.24/configure:6916:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-6917-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-6926-{ (eval echo configure:6927: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:6927:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-6928-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-6938-rm -f conftest*
xemacs21-21.4.24/configure:6939:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-6940-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:6941:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
xemacs21-21.4.24/configure-6942-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-6995-
xemacs21-21.4.24/configure:6996:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xemacs21-21.4.24/configure-6997-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:6998:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xemacs21-21.4.24/configure-6999-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-7075-
xemacs21-21.4.24/configure:7076:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-7077-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-7126-
xemacs21-21.4.24/configure:7127:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-7128-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-7139-echo "configure:7140: checking for name of AIX gcc threads option" >&5
xemacs21-21.4.24/configure:7140:      case `$CC -v --help 2>&1` in
xemacs21-21.4.24/configure-7141-        *-mthreads*) aix_threads=-mthreads ;;
##############################################
xemacs21-21.4.24/configure-7223-
xemacs21-21.4.24/configure:7224:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-7225-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-7362-{ (eval echo configure:7363: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:7363:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-7364-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-7374-rm -f conftest*
xemacs21-21.4.24/configure:7375:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-7376-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-7437-{ (eval echo configure:7438: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:7438:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-7439-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-7449-rm -f conftest*
xemacs21-21.4.24/configure:7450:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-7451-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-7469-    builtin and then its argument prototype would still apply.  */
xemacs21-21.4.24/configure:7470:char XauGetAuthByAddr();
xemacs21-21.4.24/configure-7471-
xemacs21-21.4.24/configure-7472-int main() {
xemacs21-21.4.24/configure:7473:XauGetAuthByAddr()
xemacs21-21.4.24/configure-7474-; return 0; }
##############################################
xemacs21-21.4.24/configure-7487-
xemacs21-21.4.24/configure:7488:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-7489-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-7518-      for dir in "" "Tt/" "desktop/" ; do
xemacs21-21.4.24/configure:7519:    ac_safe=`echo "${dir}tt_c.h" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-7520-echo $ac_n "checking for ${dir}tt_c.h""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-7529-{ (eval echo configure:7530: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:7530:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-7531-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-7541-rm -f conftest*
xemacs21-21.4.24/configure:7542:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-7543-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-7592-
xemacs21-21.4.24/configure:7593:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-7594-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-7646-{ (eval echo configure:7647: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:7647:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-7648-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-7658-rm -f conftest*
xemacs21-21.4.24/configure:7659:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-7660-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-7696-
xemacs21-21.4.24/configure:7697:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-7698-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-7789-{ (eval echo configure:7790: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:7790:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-7791-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-7801-rm -f conftest*
xemacs21-21.4.24/configure:7802:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-7803-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-7820-{ (eval echo configure:7821: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:7821:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-7822-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-7832-rm -f conftest*
xemacs21-21.4.24/configure:7833:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-7834-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-7881-
xemacs21-21.4.24/configure:7882:if eval "test \"`echo '$ac_cv_func_'ldap_open`\" = yes"; then
xemacs21-21.4.24/configure-7883-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-7918-
xemacs21-21.4.24/configure:7919:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-7920-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-7956-
xemacs21-21.4.24/configure:7957:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-7958-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-7994-
xemacs21-21.4.24/configure:7995:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-7996-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-8032-
xemacs21-21.4.24/configure:8033:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-8034-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-8200-
xemacs21-21.4.24/configure:8201:if eval "test \"`echo '$ac_cv_func_'ldap_open`\" = yes"; then
xemacs21-21.4.24/configure-8202-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-8266-
xemacs21-21.4.24/configure:8267:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xemacs21-21.4.24/configure-8268-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:8269:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xemacs21-21.4.24/configure-8270-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-8289-  for header_dir in "" "pgsql/" "postgresql/"; do
xemacs21-21.4.24/configure:8290:    ac_safe=`echo "${header_dir}libpq-fe.h" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-8291-echo $ac_n "checking for ${header_dir}libpq-fe.h""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-8300-{ (eval echo configure:8301: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:8301:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-8302-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-8312-rm -f conftest*
xemacs21-21.4.24/configure:8313:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-8314-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-8351-
xemacs21-21.4.24/configure:8352:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-8353-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-8400-
xemacs21-21.4.24/configure:8401:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-8402-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-8444-      cygwin_top=`eval gcc -print-search-dirs | sed -ne s'/install: //p'`
xemacs21-21.4.24/configure:8445:      cygwin_top=`eval "cd $cygwin_top/../../../..; pwd"`
xemacs21-21.4.24/configure-8446-      case "$window_system" in
##############################################
xemacs21-21.4.24/configure-8564-{ (eval echo configure:8565: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:8565:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-8566-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-8576-rm -f conftest*
xemacs21-21.4.24/configure:8577:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-8578-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-8614-
xemacs21-21.4.24/configure:8615:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-8616-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-8682-
xemacs21-21.4.24/configure:8683:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-8684-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-8717-
xemacs21-21.4.24/configure:8718:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-8719-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-8752-
xemacs21-21.4.24/configure:8753:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-8754-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-8779-{ (eval echo configure:8780: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:8780:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-8781-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-8791-rm -f conftest*
xemacs21-21.4.24/configure:8792:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-8793-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-8829-
xemacs21-21.4.24/configure:8830:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-8831-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-8890-
xemacs21-21.4.24/configure:8891:if eval "test \"`echo '$ac_cv_func_'pow`\" = yes"; then
xemacs21-21.4.24/configure-8892-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-8909-{ (eval echo configure:8910: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:8910:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-8911-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-8921-rm -f conftest*
xemacs21-21.4.24/configure:8922:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-8923-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-8959-
xemacs21-21.4.24/configure:8960:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-8961-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9033-{ (eval echo configure:9034: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:9034:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-9035-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-9045-rm -f conftest*
xemacs21-21.4.24/configure:9046:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-9047-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9083-
xemacs21-21.4.24/configure:9084:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-9085-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9119-{ (eval echo configure:9120: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:9120:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-9121-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-9131-rm -f conftest*
xemacs21-21.4.24/configure:9132:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-9133-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9169-
xemacs21-21.4.24/configure:9170:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-9171-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9218-echo "configure:9219: checking for XawScrollbarSetThumb in -l$athena_variant" >&5
xemacs21-21.4.24/configure:9219:ac_lib_var=`echo $athena_variant'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-9220-
##############################################
xemacs21-21.4.24/configure-9245-
xemacs21-21.4.24/configure:9246:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-9247-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9250-echo "configure:9251: checking for $athena_3d_function in -l$athena_variant" >&5
xemacs21-21.4.24/configure:9251:ac_lib_var=`echo $athena_variant'_'$athena_3d_function | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-9252-
##############################################
xemacs21-21.4.24/configure-9277-
xemacs21-21.4.24/configure:9278:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-9279-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9297-echo "configure:9298: checking for $athena_3d_function in -l$athena_variant" >&5
xemacs21-21.4.24/configure:9298:ac_lib_var=`echo $athena_variant'_'$athena_3d_function | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-9299-
##############################################
xemacs21-21.4.24/configure-9324-
xemacs21-21.4.24/configure:9325:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-9326-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9331-echo "configure:9332: checking for $athena_3d_function in -lXaw" >&5
xemacs21-21.4.24/configure:9332:ac_lib_var=`echo Xaw'_'$athena_3d_function | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-9333-
##############################################
xemacs21-21.4.24/configure-9358-
xemacs21-21.4.24/configure:9359:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-9360-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9386-{ (eval echo configure:9387: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:9387:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-9388-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-9398-rm -f conftest*
xemacs21-21.4.24/configure:9399:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-9400-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9414-{ (eval echo configure:9415: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:9415:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-9416-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-9426-rm -f conftest*
xemacs21-21.4.24/configure:9427:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-9428-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9437-  else
xemacs21-21.4.24/configure:9438:            ac_safe=`echo "X11/$athena_variant/XawInit.h" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-9439-echo $ac_n "checking for X11/$athena_variant/XawInit.h""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-9448-{ (eval echo configure:9449: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:9449:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-9450-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-9460-rm -f conftest*
xemacs21-21.4.24/configure:9461:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-9462-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:9463:  ac_safe=`echo "X11/$athena_variant/ThreeD.h" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-9464-echo $ac_n "checking for X11/$athena_variant/ThreeD.h""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-9473-{ (eval echo configure:9474: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:9474:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-9475-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-9485-rm -f conftest*
xemacs21-21.4.24/configure:9486:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-9487-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9498-        if test -z "$athena_h_path"; then
xemacs21-21.4.24/configure:9499:      ac_safe=`echo "$athena_variant/XawInit.h" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-9500-echo $ac_n "checking for $athena_variant/XawInit.h""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-9509-{ (eval echo configure:9510: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:9510:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-9511-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-9521-rm -f conftest*
xemacs21-21.4.24/configure:9522:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-9523-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:9524:  ac_safe=`echo "$athena_variant/ThreeD.h" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-9525-echo $ac_n "checking for $athena_variant/ThreeD.h""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-9534-{ (eval echo configure:9535: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:9535:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-9536-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-9546-rm -f conftest*
xemacs21-21.4.24/configure:9547:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-9548-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9571-{ (eval echo configure:9572: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:9572:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-9573-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-9583-rm -f conftest*
xemacs21-21.4.24/configure:9584:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-9585-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9596-{ (eval echo configure:9597: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:9597:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-9598-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-9608-rm -f conftest*
xemacs21-21.4.24/configure:9609:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-9610-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9636-{ (eval echo configure:9637: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:9637:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-9638-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-9648-rm -f conftest*
xemacs21-21.4.24/configure:9649:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-9650-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9661-{ (eval echo configure:9662: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:9662:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-9663-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-9673-rm -f conftest*
xemacs21-21.4.24/configure:9674:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-9675-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9701-{ (eval echo configure:9702: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:9702:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-9703-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-9713-rm -f conftest*
xemacs21-21.4.24/configure:9714:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-9715-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9787-{ (eval echo configure:9788: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:9788:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-9789-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-9799-rm -f conftest*
xemacs21-21.4.24/configure:9800:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-9801-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-9831-
xemacs21-21.4.24/configure:9832:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-9833-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-10329-do
xemacs21-21.4.24/configure:10330:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-10331-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-10340-{ (eval echo configure:10341: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:10341:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-10342-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-10352-rm -f conftest*
xemacs21-21.4.24/configure:10353:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-10354-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:10355:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
xemacs21-21.4.24/configure-10356-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-10398-
xemacs21-21.4.24/configure:10399:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-10400-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-10453-
xemacs21-21.4.24/configure:10454:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-10455-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-10493-
xemacs21-21.4.24/configure:10494:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-10495-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-10532-
xemacs21-21.4.24/configure:10533:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-10534-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-10616-
xemacs21-21.4.24/configure:10617:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-10618-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-10653-{ (eval echo configure:10654: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:10654:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-10655-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-10665-rm -f conftest*
xemacs21-21.4.24/configure:10666:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-10667-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-10684-{ (eval echo configure:10685: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:10685:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-10686-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-10696-rm -f conftest*
xemacs21-21.4.24/configure:10697:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-10698-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-10745-
xemacs21-21.4.24/configure:10746:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xemacs21-21.4.24/configure-10747-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:10748:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xemacs21-21.4.24/configure-10749-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-10791-
xemacs21-21.4.24/configure:10792:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-10793-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-10842-
xemacs21-21.4.24/configure:10843:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-10844-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-10876-
xemacs21-21.4.24/configure:10877:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-10878-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-10910-
xemacs21-21.4.24/configure:10911:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-10912-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-10944-
xemacs21-21.4.24/configure:10945:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-10946-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-10981-echo "configure:10982: checking for jl_fi_dic_list in -l$libwnn" >&5
xemacs21-21.4.24/configure:10982:ac_lib_var=`echo $libwnn'_'jl_fi_dic_list | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-10983-
##############################################
xemacs21-21.4.24/configure-11008-
xemacs21-21.4.24/configure:11009:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-11010-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-11040-{ (eval echo configure:11041: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:11041:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-11042-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-11052-rm -f conftest*
xemacs21-21.4.24/configure:11053:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-11054-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-11075-{ (eval echo configure:11076: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:11076:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-11077-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-11087-rm -f conftest*
xemacs21-21.4.24/configure:11088:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-11089-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-11111-{ (eval echo configure:11112: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:11112:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-11113-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-11123-rm -f conftest*
xemacs21-21.4.24/configure:11124:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-11125-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-11161-
xemacs21-21.4.24/configure:11162:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-11163-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-11200-
xemacs21-21.4.24/configure:11201:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-11202-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-11265-
xemacs21-21.4.24/configure:11266:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-11267-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-11275-if test "$add_runtime_path" = "yes" -a -n "$dash_r"; then
xemacs21-21.4.24/configure:11276:    ld_switch_site=`echo   '' $ld_switch_site   | sed -e 's:^ ::' -e "s/$dash_r[^ ]*//g"`
xemacs21-21.4.24/configure:11277:  ld_switch_x_site=`echo '' $ld_switch_x_site | sed -e 's:^ ::' -e "s/$dash_r[^ ]*//g"`
xemacs21-21.4.24/configure-11278-  
##############################################
xemacs21-21.4.24/configure-11285-    xe_runpath_link='${CC-cc} -o conftest -v $CFLAGS '"$xe_ldflags"' conftest.$ac_ext 2>&1 1>/dev/null'
xemacs21-21.4.24/configure:11286:    for arg in `eval "$xe_runpath_link" | grep ' -L'`; do
xemacs21-21.4.24/configure-11287-      case "$arg" in P,* | -L* | -R* )
xemacs21-21.4.24/configure:11288:        for dir in `echo '' "$arg" | sed -e 's:^ ::' -e 's/^..//' -e 'y/:/ /'`; do
xemacs21-21.4.24/configure-11289-          {
##############################################
xemacs21-21.4.24/configure-11292-	"$xe_runpath_dir" != "/usr/lib" -a \
xemacs21-21.4.24/configure:11293:	-n "`ls ${xe_runpath_dir}/*.s[ol] 2>/dev/null`" && \
xemacs21-21.4.24/configure-11294-  eval "$xe_add_unique_runpath_dir"
##############################################
xemacs21-21.4.24/configure-11303-      case "$arg" in -L*) {
xemacs21-21.4.24/configure:11304:xe_runpath_dir=`echo '' "$arg" | sed -e 's:^ ::' -e 's/^-L//'`
xemacs21-21.4.24/configure-11305-  test "$xe_runpath_dir" != "/lib"     -a \
xemacs21-21.4.24/configure-11306-	"$xe_runpath_dir" != "/usr/lib" -a \
xemacs21-21.4.24/configure:11307:	-n "`ls ${xe_runpath_dir}/*.s[ol] 2>/dev/null`" && \
xemacs21-21.4.24/configure-11308-  eval "$xe_add_unique_runpath_dir"
##############################################
xemacs21-21.4.24/configure-11377-
xemacs21-21.4.24/configure:11378:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xemacs21-21.4.24/configure-11379-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:11380:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xemacs21-21.4.24/configure-11381-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-11444-
xemacs21-21.4.24/configure:11445:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xemacs21-21.4.24/configure-11446-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:11447:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xemacs21-21.4.24/configure-11448-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-11499-
xemacs21-21.4.24/configure:11500:if eval "test \"`echo '$ac_cv_func_'openpty`\" = yes"; then
xemacs21-21.4.24/configure-11501-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-11535-
xemacs21-21.4.24/configure:11536:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-11537-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-11556-do
xemacs21-21.4.24/configure:11557:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-11558-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-11567-{ (eval echo configure:11568: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:11568:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-11569-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-11579-rm -f conftest*
xemacs21-21.4.24/configure:11580:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-11581-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:11582:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
xemacs21-21.4.24/configure-11583-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-11600-do
xemacs21-21.4.24/configure:11601:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-11602-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-11611-{ (eval echo configure:11612: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:11612:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-11613-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-11623-rm -f conftest*
xemacs21-21.4.24/configure:11624:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-11625-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:11626:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
xemacs21-21.4.24/configure-11627-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-11680-
xemacs21-21.4.24/configure:11681:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xemacs21-21.4.24/configure-11682-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:11683:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xemacs21-21.4.24/configure-11684-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-11698-do
xemacs21-21.4.24/configure:11699:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-11700-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-11709-{ (eval echo configure:11710: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:11710:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-11711-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-11721-rm -f conftest*
xemacs21-21.4.24/configure:11722:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-11723-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:11724:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
xemacs21-21.4.24/configure-11725-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-11782-
xemacs21-21.4.24/configure:11783:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xemacs21-21.4.24/configure-11784-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:11785:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xemacs21-21.4.24/configure-11786-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-11802-do
xemacs21-21.4.24/configure:11803:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-11804-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-11813-{ (eval echo configure:11814: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:11814:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-11815-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-11825-rm -f conftest*
xemacs21-21.4.24/configure:11826:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-11827-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:11828:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
xemacs21-21.4.24/configure-11829-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-11876-
xemacs21-21.4.24/configure:11877:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-11878-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-11897-do
xemacs21-21.4.24/configure:11898:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-11899-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-11908-{ (eval echo configure:11909: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:11909:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-11910-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-11920-rm -f conftest*
xemacs21-21.4.24/configure:11921:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-11922-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:11923:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
xemacs21-21.4.24/configure-11924-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-11967-
xemacs21-21.4.24/configure:11968:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-11969-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-12382-
xemacs21-21.4.24/configure:12383:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xemacs21-21.4.24/configure-12384-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-12462-{ (eval echo configure:12463: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:12463:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-12464-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-12474-rm -f conftest*
xemacs21-21.4.24/configure:12475:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-12476-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-12691-
xemacs21-21.4.24/configure:12692:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xemacs21-21.4.24/configure-12693-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:12694:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xemacs21-21.4.24/configure-12695-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-12906-{ (eval echo configure:12907: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:12907:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-12908-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-12918-rm -f conftest*
xemacs21-21.4.24/configure:12919:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-12920-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-12957-{ (eval echo configure:12958: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:12958:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-12959-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-12969-rm -f conftest*
xemacs21-21.4.24/configure:12970:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-12971-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13025-
xemacs21-21.4.24/configure:13026:if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
xemacs21-21.4.24/configure-13027-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13038-{ (eval echo configure:13039: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:13039:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-13040-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-13050-rm -f conftest*
xemacs21-21.4.24/configure:13051:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-13052-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13063-{ (eval echo configure:13064: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:13064:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-13065-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-13075-rm -f conftest*
xemacs21-21.4.24/configure:13076:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-13077-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13198-
xemacs21-21.4.24/configure:13199:if eval "test \"`echo '$ac_cv_func_'msgget`\" = yes"; then
xemacs21-21.4.24/configure-13200-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13211-{ (eval echo configure:13212: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:13212:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-13213-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-13223-rm -f conftest*
xemacs21-21.4.24/configure:13224:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-13225-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13236-{ (eval echo configure:13237: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:13237:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-13238-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-13248-rm -f conftest*
xemacs21-21.4.24/configure:13249:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-13250-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13282-{ (eval echo configure:13283: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:13283:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-13284-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-13294-rm -f conftest*
xemacs21-21.4.24/configure:13295:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-13296-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13317-{ (eval echo configure:13318: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:13318:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-13319-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-13329-rm -f conftest*
xemacs21-21.4.24/configure:13330:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-13331-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13358-{ (eval echo configure:13359: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:13359:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-13360-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-13370-rm -f conftest*
xemacs21-21.4.24/configure:13371:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-13372-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13403-{ (eval echo configure:13404: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:13404:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-13405-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-13415-rm -f conftest*
xemacs21-21.4.24/configure:13416:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-13417-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13486-
xemacs21-21.4.24/configure:13487:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-13488-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13533-
xemacs21-21.4.24/configure:13534:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-13535-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13564-    for dir in "machine" "sys" "linux"; do
xemacs21-21.4.24/configure:13565:      ac_safe=`echo "${dir}/soundcard.h" | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-13566-echo $ac_n "checking for ${dir}/soundcard.h""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-13575-{ (eval echo configure:13576: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:13576:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-13577-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-13587-rm -f conftest*
xemacs21-21.4.24/configure:13588:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-13589-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13637-{ (eval echo configure:13638: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:13638:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-13639-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-13649-rm -f conftest*
xemacs21-21.4.24/configure:13650:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-13651-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13682-
xemacs21-21.4.24/configure:13683:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-13684-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13766-    save_c_switch_site="$c_switch_site" save_LIBS="$LIBS"
xemacs21-21.4.24/configure:13767:    c_switch_site="$c_switch_site `esd-config --cflags`" &&  if test "$extra_verbose" = "yes"; then echo "    Appending \"`esd-config --cflags`\" to \$c_switch_site"; fi
xemacs21-21.4.24/configure:13768:    LIBS="`esd-config --libs` $LIBS" &&  if test "$extra_verbose" = "yes"; then echo "    Prepending \"`esd-config --libs`\" to \$LIBS"; fi
xemacs21-21.4.24/configure-13769-    echo $ac_n "checking for esd_play_stream""... $ac_c" 1>&6
##############################################
xemacs21-21.4.24/configure-13806-
xemacs21-21.4.24/configure:13807:if eval "test \"`echo '$ac_cv_func_'esd_play_stream`\" = yes"; then
xemacs21-21.4.24/configure-13808-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13890-
xemacs21-21.4.24/configure:13891:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-13892-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13920-{ (eval echo configure:13921: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:13921:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-13922-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-13932-rm -f conftest*
xemacs21-21.4.24/configure:13933:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-13934-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13950-{ (eval echo configure:13951: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:13951:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-13952-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-13962-rm -f conftest*
xemacs21-21.4.24/configure:13963:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-13964-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-13988-{ (eval echo configure:13989: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:13989:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-13990-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-14000-rm -f conftest*
xemacs21-21.4.24/configure:14001:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-14002-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-14023-echo "configure:14024: checking for tgetent in -l$lib" >&5
xemacs21-21.4.24/configure:14024:ac_lib_var=`echo $lib'_'tgetent | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-14025-
##############################################
xemacs21-21.4.24/configure-14050-
xemacs21-21.4.24/configure:14051:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-14052-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-14091-
xemacs21-21.4.24/configure:14092:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-14093-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-14152-
xemacs21-21.4.24/configure:14153:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-14154-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-14186-
xemacs21-21.4.24/configure:14187:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-14188-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-14232-{ (eval echo configure:14233: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:14233:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-14234-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-14244-rm -f conftest*
xemacs21-21.4.24/configure:14245:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-14246-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-14277-
xemacs21-21.4.24/configure:14278:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-14279-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-14343-
xemacs21-21.4.24/configure:14344:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-14345-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-14375-{ (eval echo configure:14376: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:14376:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-14377-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-14387-rm -f conftest*
xemacs21-21.4.24/configure:14388:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-14389-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-14432-
xemacs21-21.4.24/configure:14433:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-14434-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-14485-
xemacs21-21.4.24/configure:14486:if eval "test \"`echo '$ac_cv_func_'dbm_open`\" = yes"; then
xemacs21-21.4.24/configure-14487-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-14521-
xemacs21-21.4.24/configure:14522:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-14523-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-14885-
xemacs21-21.4.24/configure:14886:if eval "test \"`echo '$ac_cv_func_'$dbfunc`\" = yes"; then
xemacs21-21.4.24/configure-14887-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-14894-echo "configure:14895: checking for $dbfunc in -ldb" >&5
xemacs21-21.4.24/configure:14895:ac_lib_var=`echo db'_'$dbfunc | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure-14896-
##############################################
xemacs21-21.4.24/configure-14921-
xemacs21-21.4.24/configure:14922:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-14923-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-15001-
xemacs21-21.4.24/configure:15002:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-15003-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-15069-{ (eval echo configure:15070: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xemacs21-21.4.24/configure:15070:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xemacs21-21.4.24/configure-15071-if test -z "$ac_err"; then
##############################################
xemacs21-21.4.24/configure-15081-rm -f conftest*
xemacs21-21.4.24/configure:15082:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
xemacs21-21.4.24/configure-15083-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-15171-
xemacs21-21.4.24/configure:15172:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-15173-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-15214-
xemacs21-21.4.24/configure:15215:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure-15216-  echo "$ac_t""yes" 1>&6
##############################################
xemacs21-21.4.24/configure-15253-*-*-linux-gnu*) ;;
xemacs21-21.4.24/configure:15254:*-*-linux*) xehost=`echo $xehost | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
xemacs21-21.4.24/configure-15255-esac
xemacs21-21.4.24/configure-15256-
xemacs21-21.4.24/configure:15257:xehost_cpu=`echo $xehost | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xemacs21-21.4.24/configure:15258:xehost_vendor=`echo $xehost | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xemacs21-21.4.24/configure:15259:xehost_os=`echo $xehost | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xemacs21-21.4.24/configure-15260-
##############################################
xemacs21-21.4.24/configure-15528-echo "configure:15529: checking for ld used by GCC" >&5
xemacs21-21.4.24/configure:15529:    ac_prog=`($CC -print-prog-name=ld) 2>&5`
xemacs21-21.4.24/configure-15530-    case "$ac_prog" in
##############################################
xemacs21-21.4.24/configure-15867-
xemacs21-21.4.24/configure:15868:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
xemacs21-21.4.24/configure-15869-  echo "$ac_t""yes" 1>&6
xemacs21-21.4.24/configure:15870:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
xemacs21-21.4.24/configure-15871-  { test "$extra_verbose" = "yes" && cat << EOF
##############################################
xemacs21-21.4.24/configure-16013-for dir in $MAKE_SUBDIR; do
xemacs21-21.4.24/configure:16014:  case "$dir" in */* )     ( for d in `echo $dir | sed 's:/: :g'` ; do
xemacs21-21.4.24/configure-16015-        test -d "$d" || mkdir "$d"; cd "$d"
##############################################
xemacs21-21.4.24/configure-16540-case "$CC" in
xemacs21-21.4.24/configure:16541:  gcc*)	echo "  Compiler version:                  `$CC --version | sed 1q`"
xemacs21-21.4.24/configure:16542:        echo "  Compiler specs file:               `$CC -v 2>&1 | sed 's/.* \([^ ]\)/\1/' | sed 1q`"
xemacs21-21.4.24/configure-16543-	;;
##############################################
xemacs21-21.4.24/configure-16545-	*-*-aix*   ) 
xemacs21-21.4.24/configure:16546:          	  realcc=`which $CC`
xemacs21-21.4.24/configure-16547-	  	  if test -L $realcc ; then
xemacs21-21.4.24/configure:16548:	    ccdir=`dirname $realcc`
xemacs21-21.4.24/configure:16549:	    ccprog=`/bin/ls -l $realcc | sed 's/.* \([^ ]\)/\1/'`
xemacs21-21.4.24/configure-16550-	    	    case $ccprog in
##############################################
xemacs21-21.4.24/configure-16554-	  fi
xemacs21-21.4.24/configure:16555:	  lpp=`lslpp -wqc $realcc | cut -f2 -d:`
xemacs21-21.4.24/configure-16556-	  if test ! -z "$lpp" ; then
xemacs21-21.4.24/configure:16557:	    lppstr=`lslpp -Lqc $lpp`
xemacs21-21.4.24/configure:16558:	    lpplev=`echo "$lppstr" | cut -f3 -d:`
xemacs21-21.4.24/configure:16559:	    lppdesc=`echo "$lppstr" | cut -f8 -d:`
xemacs21-21.4.24/configure-16560-	  fi
##############################################
xemacs21-21.4.24/configure-16568-	*-*-solaris*)
xemacs21-21.4.24/configure:16569:	  ccvers=`$CC -V 2>&1 | sed 1q`
xemacs21-21.4.24/configure-16570-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/configure-16575-	alpha*-dec-osf*)
xemacs21-21.4.24/configure:16576:	  ccvers=`$CC -V | tr '\n' ' '`
xemacs21-21.4.24/configure-16577-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/configure-16582-	mips-sgi-irix*)
xemacs21-21.4.24/configure:16583:	  ccvers=`$CC -version`
xemacs21-21.4.24/configure-16584-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/configure-16589-		i[3-9]86-pc-linux)
xemacs21-21.4.24/configure:16590:	  ccvers=`$CC -V 2>&1 | sed -n 's@^Intel.*Version @@'p`
xemacs21-21.4.24/configure-16591-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/configure-16620-	*-*-solaris*)
xemacs21-21.4.24/configure:16621:	  libc=`pkginfo -l SUNWcsl | grep VERSION: | awk '{print $2}'`
xemacs21-21.4.24/configure-16622-	  echo "  libc:                              SUNWcsl $libc"
##############################################
xemacs21-21.4.24/configure-16632-		  (cd /usr/.smdb.;
xemacs21-21.4.24/configure:16633:		libc=` grep -h libc.so *.inv | awk '$9 == "f" {print $12}' | tr '\n' ','`
xemacs21-21.4.24/configure-16634-		echo "  libc:                              $libc"
##############################################
xemacs21-21.4.24/configure-16834-test -n "$prefix" &&
xemacs21-21.4.24/configure:16835:  prefix=`echo '' "$prefix" | sed -e 's:^ ::' -e 's,\([^/]\)/*$,\1,'`
xemacs21-21.4.24/configure-16836-test -n "$exec_prefix" &&
xemacs21-21.4.24/configure:16837:  exec_prefix=`echo '' "$exec_prefix" | sed -e 's:^ ::' -e 's,\([^/]\)/*$,\1,'`
xemacs21-21.4.24/configure-16838-
##############################################
xemacs21-21.4.24/configure-16902-
xemacs21-21.4.24/configure:16903:trap 'rm -fr `echo "$ac_output_files src/config.h lwlib/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
xemacs21-21.4.24/configure-16904-EOF
##############################################
xemacs21-21.4.24/configure-17062-    fi
xemacs21-21.4.24/configure:17063:    ac_file=`expr $ac_file + 1`
xemacs21-21.4.24/configure-17064-    ac_beg=$ac_end
xemacs21-21.4.24/configure:17065:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
xemacs21-21.4.24/configure-17066-  fi
##############################################
xemacs21-21.4.24/configure-17080-  case "$ac_file" in
xemacs21-21.4.24/configure:17081:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
xemacs21-21.4.24/configure:17082:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
xemacs21-21.4.24/configure-17083-  *) ac_file_in="${ac_file}.in" ;;
##############################################
xemacs21-21.4.24/configure-17088-  # Remove last slash and all that follows it.  Not all systems have dirname.
xemacs21-21.4.24/configure:17089:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
xemacs21-21.4.24/configure-17090-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
xemacs21-21.4.24/configure-17092-    test ! -d "$ac_dir" && mkdir "$ac_dir"
xemacs21-21.4.24/configure:17093:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
xemacs21-21.4.24/configure-17094-    # A "../" for each directory in $ac_dir_suffix.
xemacs21-21.4.24/configure:17095:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
xemacs21-21.4.24/configure-17096-  else
##############################################
xemacs21-21.4.24/configure-17102-      if test -z "$ac_dots"; then top_srcdir=.
xemacs21-21.4.24/configure:17103:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
xemacs21-21.4.24/configure-17104-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
xemacs21-21.4.24/configure-17116-  rm -f "$ac_file"
xemacs21-21.4.24/configure:17117:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
xemacs21-21.4.24/configure-17118-  case "$ac_file" in
##############################################
xemacs21-21.4.24/configure-17123-
xemacs21-21.4.24/configure:17124:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
xemacs21-21.4.24/configure-17125-  sed -e "$ac_comsub
##############################################
xemacs21-21.4.24/configure-17162-  case "$ac_file" in
xemacs21-21.4.24/configure:17163:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
xemacs21-21.4.24/configure:17164:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
xemacs21-21.4.24/configure-17165-  *) ac_file_in="${ac_file}.in" ;;
##############################################
xemacs21-21.4.24/configure-17170-  rm -f conftest.frag conftest.in conftest.out
xemacs21-21.4.24/configure:17171:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
xemacs21-21.4.24/configure-17172-  cat $ac_file_inputs > conftest.in
##############################################
xemacs21-21.4.24/configure-17230-    # Remove last slash and all that follows it.  Not all systems have dirname.
xemacs21-21.4.24/configure:17231:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
xemacs21-21.4.24/configure-17232-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
xemacs21-21.4.24/etc/TUTORIAL.ko-88-
xemacs21-21.4.24/etc/TUTORIAL.ko:89:       >> C-f (C8& (C;g?kGO?) (CG`@G (CA_0#A$557N (C@L5?GO0m, C-p (C@87N (C8nG`A$55
xemacs21-21.4.24/etc/TUTORIAL.ko-90-          (C@'7N (C@L5?GO?) (C:8<<?d. (CD?<-@'D!@G (C:/H-?! (CAV@GGO<<?d.
##############################################
xemacs21-21.4.24/etc/TUTORIAL.ko-132-
xemacs21-21.4.24/etc/TUTORIAL.ko:133:     (C>F7!?! (C4\<xGQ (C@L5?A6@[?! (C4kGX<- (C?d>`GU4O4Y. (C@L (CA_?!4B, (C4\>n3* (CG`
xemacs21-21.4.24/etc/TUTORIAL.ko-134-(C4\@'7N@G (C@L5?8m7I>n55 (CFwGT5G>n (C@V=@4O4Y.
##############################################
xemacs21-21.4.24/etc/TUTORIAL.ko-226-(CBz=@4O4Y. (C4+?! (C:8@L4B (C9.@Z ('A','7','*','(C$"'(C5n)(C@: Emacs(C?! (C@GGO?) (CEX=:
xemacs21-21.4.24/etc/TUTORIAL.ko:227:(CF.6s0m (C0#AV5G0m,(C1W4k7N (C;p@T5K4O4Y. (CG`@G (C3!@: (C03G`9.@Z7N (C3*E83*0m, (C@L
xemacs21-21.4.24/etc/TUTORIAL.ko-228-(C0M@; (C@T7BGO4B5%4B<Return> (C@; (CE8@LGAGU4O4Y.
##############################################
xemacs21-21.4.24/etc/TUTORIAL.ko-238-       >> (C?@8%BJ86Ax@; (C3Q@; (C6'1nAv (CEX=:F.8& (CE8@LGAGO<<?d. (CEX=:F.0! (CGQ
xemacs21-21.4.24/etc/TUTORIAL.ko:239:          (CG`@G (CFx (C@L;s@87N (C1f0T (C5G8i, (C1W (CG`@: (CH-8i@87N:NEM (C:q>nA.3*?M
xemacs21-21.4.24/etc/TUTORIAL.ko-240-	  "(C0h<S"(C5K4O4Y. (C?l4\?! (C@V4B '\'(C1bH#4B, (C1W (CG`@L (C0h<S5G0m (C@V4B
##############################################
xemacs21-21.4.24/etc/TUTORIAL.ko-252-       >> (CD?<-8& (CG`@G (C<15N7N (C@L5?GO0m, <Delete> (C8& (C@T7BGO<<?d. (C@L0M@: 
xemacs21-21.4.24/etc/TUTORIAL.ko:253:          (C1W (CG`@G (CAw@|@G (CG` (C4\6tAv@=@; (C;hA&GO9G7N, (C1W (CG`@L (C>U@G (CG`0z
xemacs21-21.4.24/etc/TUTORIAL.ko-254-	  (C@L>nA. (C9v834O4Y. (C@L>nAx (CG`@L (CH-8i@G (CFx:84Y (C1f0T (C5G8i, (C0h<S
##############################################
xemacs21-21.4.24/etc/TUTORIAL.ko-263-
xemacs21-21.4.24/etc/TUTORIAL.ko:264:     (C5N03@G (CG` (C;g@L?! (C0x9iG`@; (C885i0m (C=M@: (C0f?l?!4B, (C5N9xB0 (CG`@G (C<15N
xemacs21-21.4.24/etc/TUTORIAL.ko-265-(C7N (C0!<-, C-o (C8& (C@T7BGU4O4Y.
##############################################
xemacs21-21.4.24/etc/TUTORIAL.ko-295-     (CC99xB0@G C-k (C7N (C1W (CG`@G (C3;?k@L (C;hA&5G0m, (CGQ9x4u C-k (C8& (C@T7BGO8i, 
xemacs21-21.4.24/etc/TUTORIAL.ko:296:(C1W (CG` (C@Z=E@L (C;hA&5K4O4Y. (C88>`, C-k (C?! (C9]:9H8<v8& (CAvA$GQ (C0f?l?!4B, (C1W
xemacs21-21.4.24/etc/TUTORIAL.ko:297:(CH8<v88E-@G (CG`@L((C3;?k0z (CG`@Z=E0! (C5?=C?!)(C;hA&5K4O4Y.
xemacs21-21.4.24/etc/TUTORIAL.ko-298-
##############################################
xemacs21-21.4.24/etc/TUTORIAL.ko-315-
xemacs21-21.4.24/etc/TUTORIAL.ko:316:       >> (CG`@; (C;hA&GO0m, (CD?<-8& (C@L5?=CE00m, (C4Y8% (CG`@; (C;hA&GO<<?d. C-y 
xemacs21-21.4.24/etc/TUTORIAL.ko:317:          (C8& (CG`GO8i, 2(C9xB0@G (CG`@L (C3*?I4O4Y.
xemacs21-21.4.24/etc/TUTORIAL.ko-318-
##############################################
xemacs21-21.4.24/etc/TUTORIAL.ko-323-(C4B C-x u(C7N (C0mD(4O4Y. (C:8Ek@: (C@_8x5H (C8m7I>n8& (C9+H?7N (CGO4B (C@[5?@; (CGU4O4Y. 
xemacs21-21.4.24/etc/TUTORIAL.ko:324:(C9]:9GX<- UNDO(C8& (CG`GO7A0m (CGR (C6'4B, (C8n9x@L3* (C1W (C8m7I>n8& (CG`GO8i (C5G557O 
xemacs21-21.4.24/etc/TUTORIAL.ko-325-(C5G>n (C@V=@4O4Y.
##############################################
xemacs21-21.4.24/etc/TUTORIAL.ko-442-
xemacs21-21.4.24/etc/TUTORIAL.ko:443:     (C88>`, (C>n62 (CH-@O@G (CEX=:F.?! (C:/0f@; (CG`GO0m3*<-, (C4Y8% (CH-@O@; (C2(3;>z
xemacs21-21.4.24/etc/TUTORIAL.ko-444-(C4Y0m (CG_4Y8i, (CCVCJ@G (CH-@O@: (C<<@L:j5G>n (C@VAv (C>J=@4O4Y. (C1W (C:/0f@: Emacs
##############################################
xemacs21-21.4.24/etc/check_cygwin_setup.sh-22-
xemacs21-21.4.24/etc/check_cygwin_setup.sh:23:OSversion="`uname -v | sed 's/^\(.\).*$/\1/'`"
xemacs21-21.4.24/etc/check_cygwin_setup.sh-24-
xemacs21-21.4.24/etc/check_cygwin_setup.sh-25-shell=`type sh | sed 's/sh is //'`
xemacs21-21.4.24/etc/check_cygwin_setup.sh:26:distdir=`dirname $shell | sed 's!^//\(.\)/\(.*\)!\1:/\2!'`
xemacs21-21.4.24/etc/check_cygwin_setup.sh-27-
##############################################
xemacs21-21.4.24/etc/check_cygwin_setup.sh-66-	    then
xemacs21-21.4.24/etc/check_cygwin_setup.sh:67:		distdir=`mount | grep "$distdir" | sed -e "s/ .*$//"`
xemacs21-21.4.24/etc/check_cygwin_setup.sh-68-		echo "Retrieving termcap from $distdir/../etc"
##############################################
xemacs21-21.4.24/etc/TUTORIAL.ja-645-XEmacs B$r=*N;$9$k$3$H$J$/!"%3%^%s%I%7%'%k$KLa$k$3$H$,$G$-$^$9!#BgJ}$N
xemacs21-21.4.24/etc/TUTORIAL.ja:646:BI8=`E*$J%7%'%k$J$i!"`fg' B%3%^%s%I$b$7$/$O `%emacs' B$K$h$C$F XEmacs B$r
xemacs21-21.4.24/etc/TUTORIAL.ja-647-B:F3+$G$-$^$9!#
##############################################
xemacs21-21.4.24/etc/TUTORIAL.ja-733-XEmacs B$K$OB?$/$N<oN`$N%a%8%c!<%b!<%I$,$"$j$^$9!#Lisp mode B$dText mode 
xemacs21-21.4.24/etc/TUTORIAL.ja:734:B$N$h$&$K!"$I$s$J%W%m%0%i%`8@8l$d$I$s$J<oN`$NJ8>O$rJT=8Cf$+$r0UL#$9$k$b
xemacs21-21.4.24/etc/TUTORIAL.ja-735-B$N$b$"$j$^$9!#$$$D$G$bI,$:$$$:$l$+$N%a%8%c!<%b!<%I$N>uBV$K$J$C$F$$$^$9!#
##############################################
xemacs21-21.4.24/etc/xemacs-fe.sh-52-# Name by which this script was invoked.
xemacs21-21.4.24/etc/xemacs-fe.sh:53:progname=`echo "$0" | sed -e 's/[^\/]*\///g'`
xemacs21-21.4.24/etc/xemacs-fe.sh-54-
##############################################
xemacs21-21.4.24/etc/xemacs-fe.sh-69-    # sed is more portable than `dirname'
xemacs21-21.4.24/etc/xemacs-fe.sh:70:    dir=`echo "$0" | sed -e 's/\/*$//' -e 's/\/[^\/]*$//'`
xemacs21-21.4.24/etc/xemacs-fe.sh-71-    if test -f "$dir/$1"; then
##############################################
xemacs21-21.4.24/etc/xemacs-fe.sh-160-
xemacs21-21.4.24/etc/xemacs-fe.sh:161:PROGNAME=`echo "$progname" | sed -e "$sed_upcase" -e 's/-/_/g'`
xemacs21-21.4.24/etc/xemacs-fe.sh-162-eval version=\"\$${PROGNAME}VERSION\"
##############################################
xemacs21-21.4.24/etc/xemacs-fe.sh-175-      * )
xemacs21-21.4.24/etc/xemacs-fe.sh:176:        variant=`echo "$VARIANT" | sed -e "$sed_upcase"`
xemacs21-21.4.24/etc/xemacs-fe.sh-177-        eval version=\"\$${variant}VERSION\"
##############################################
xemacs21-21.4.24/etc/ETAGS.ChangeLog-543-	(C_entries): Don't be fooled by things like XDEFUN.
xemacs21-21.4.24/etc/ETAGS.ChangeLog:544:	(consider_token): Discard asm pseudo function.
xemacs21-21.4.24/etc/ETAGS.ChangeLog-545-
##############################################
xemacs21-21.4.24/aclocal.m4-48-*-*-linux-gnu*) ;;
xemacs21-21.4.24/aclocal.m4:49:*-*-linux*) xehost=`echo $xehost | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
xemacs21-21.4.24/aclocal.m4-50-esac
##############################################
xemacs21-21.4.24/aclocal.m4-52-changequote(<<, >>)dnl
xemacs21-21.4.24/aclocal.m4:53:xehost_cpu=`echo $xehost | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xemacs21-21.4.24/aclocal.m4:54:xehost_vendor=`echo $xehost | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xemacs21-21.4.24/aclocal.m4:55:xehost_os=`echo $xehost | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xemacs21-21.4.24/aclocal.m4-56-changequote([, ])dnl
##############################################
xemacs21-21.4.24/aclocal.m4-310-    AC_MSG_CHECKING(for ld used by GCC)
xemacs21-21.4.24/aclocal.m4:311:    ac_prog=`($CC -print-prog-name=ld) 2>&5`
xemacs21-21.4.24/aclocal.m4-312-    case "$ac_prog" in
##############################################
xemacs21-21.4.24/config.sub-53-
xemacs21-21.4.24/config.sub:54:me=`echo "$0" | sed -e 's,.*/,,'`
xemacs21-21.4.24/config.sub-55-
##############################################
xemacs21-21.4.24/config.sub-117-# Here we must recognize all the valid KERNEL-OS combinations.
xemacs21-21.4.24/config.sub:118:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
xemacs21-21.4.24/config.sub-119-case $maybe_os in
##############################################
xemacs21-21.4.24/config.sub-121-    os=-$maybe_os
xemacs21-21.4.24/config.sub:122:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
xemacs21-21.4.24/config.sub-123-    ;;
xemacs21-21.4.24/config.sub-124-  *)
xemacs21-21.4.24/config.sub:125:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
xemacs21-21.4.24/config.sub-126-    if [ $basic_machine != $1 ]
xemacs21-21.4.24/config.sub:127:    then os=`echo $1 | sed 's/.*-/-/'`
xemacs21-21.4.24/config.sub-128-    else os=; fi
##############################################
xemacs21-21.4.24/config.sub-164-		os=-sco3.2v5
xemacs21-21.4.24/config.sub:165:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xemacs21-21.4.24/config.sub-166-		;;
##############################################
xemacs21-21.4.24/config.sub-168-		os=-sco3.2v4
xemacs21-21.4.24/config.sub:169:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xemacs21-21.4.24/config.sub-170-		;;
xemacs21-21.4.24/config.sub-171-	-sco3.2.[4-9]*)
xemacs21-21.4.24/config.sub:172:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
xemacs21-21.4.24/config.sub:173:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xemacs21-21.4.24/config.sub-174-		;;
##############################################
xemacs21-21.4.24/config.sub-176-		# Don't forget version if it is 3.2v4 or newer.
xemacs21-21.4.24/config.sub:177:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xemacs21-21.4.24/config.sub-178-		;;
##############################################
xemacs21-21.4.24/config.sub-180-		os=-sco3.2v2
xemacs21-21.4.24/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xemacs21-21.4.24/config.sub-182-		;;
xemacs21-21.4.24/config.sub-183-	-udk*)
xemacs21-21.4.24/config.sub:184:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xemacs21-21.4.24/config.sub-185-		;;
##############################################
xemacs21-21.4.24/config.sub-187-		os=-isc2.2
xemacs21-21.4.24/config.sub:188:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xemacs21-21.4.24/config.sub-189-		;;
##############################################
xemacs21-21.4.24/config.sub-193-	-isc*)
xemacs21-21.4.24/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xemacs21-21.4.24/config.sub-195-		;;
##############################################
xemacs21-21.4.24/config.sub-199-	-ptx*)
xemacs21-21.4.24/config.sub:200:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
xemacs21-21.4.24/config.sub-201-		;;
xemacs21-21.4.24/config.sub-202-	-windowsnt*)
xemacs21-21.4.24/config.sub:203:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
xemacs21-21.4.24/config.sub-204-		;;
##############################################
xemacs21-21.4.24/config.sub-253-	*-*-*)
xemacs21-21.4.24/config.sub:254:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xemacs21-21.4.24/config.sub-255-		exit 1
##############################################
xemacs21-21.4.24/config.sub-507-	i[34567]86v32)
xemacs21-21.4.24/config.sub:508:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xemacs21-21.4.24/config.sub-509-		os=-sysv32
##############################################
xemacs21-21.4.24/config.sub-511-	i[34567]86v4*)
xemacs21-21.4.24/config.sub:512:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xemacs21-21.4.24/config.sub-513-		os=-sysv4
##############################################
xemacs21-21.4.24/config.sub-515-	i[34567]86v)
xemacs21-21.4.24/config.sub:516:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xemacs21-21.4.24/config.sub-517-		os=-sysv
##############################################
xemacs21-21.4.24/config.sub-519-	i[34567]86sol2)
xemacs21-21.4.24/config.sub:520:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xemacs21-21.4.24/config.sub-521-		os=-solaris2
##############################################
xemacs21-21.4.24/config.sub-575-	mips3*-*)
xemacs21-21.4.24/config.sub:576:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
xemacs21-21.4.24/config.sub-577-		;;
xemacs21-21.4.24/config.sub-578-	mips3*)
xemacs21-21.4.24/config.sub:579:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
xemacs21-21.4.24/config.sub-580-		;;
##############################################
xemacs21-21.4.24/config.sub-702-	pentium-* | p5-* | k5-* | k6-* | nexgen-*)
xemacs21-21.4.24/config.sub:703:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
xemacs21-21.4.24/config.sub-704-		;;
xemacs21-21.4.24/config.sub-705-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
xemacs21-21.4.24/config.sub:706:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
xemacs21-21.4.24/config.sub-707-		;;
xemacs21-21.4.24/config.sub-708-	pentiumii-* | pentium2-*)
xemacs21-21.4.24/config.sub:709:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
xemacs21-21.4.24/config.sub-710-		;;
##############################################
xemacs21-21.4.24/config.sub-717-	        ;;
xemacs21-21.4.24/config.sub:718:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
xemacs21-21.4.24/config.sub-719-		;;
##############################################
xemacs21-21.4.24/config.sub-723-	ppcle-* | powerpclittle-*)
xemacs21-21.4.24/config.sub:724:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
xemacs21-21.4.24/config.sub-725-		;;
##############################################
xemacs21-21.4.24/config.sub-958-	*)
xemacs21-21.4.24/config.sub:959:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xemacs21-21.4.24/config.sub-960-		exit 1
##############################################
xemacs21-21.4.24/config.sub-966-	*-digital*)
xemacs21-21.4.24/config.sub:967:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
xemacs21-21.4.24/config.sub-968-		;;
xemacs21-21.4.24/config.sub-969-	*-commodore*)
xemacs21-21.4.24/config.sub:970:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
xemacs21-21.4.24/config.sub-971-		;;
##############################################
xemacs21-21.4.24/config.sub-984-	-solaris1 | -solaris1.*)
xemacs21-21.4.24/config.sub:985:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
xemacs21-21.4.24/config.sub-986-		;;
##############################################
xemacs21-21.4.24/config.sub-996-	-gnu/linux*)
xemacs21-21.4.24/config.sub:997:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
xemacs21-21.4.24/config.sub-998-		;;
##############################################
xemacs21-21.4.24/config.sub-1037-	-mac*)
xemacs21-21.4.24/config.sub:1038:		os=`echo $os | sed -e 's|mac|macos|'`
xemacs21-21.4.24/config.sub-1039-		;;
xemacs21-21.4.24/config.sub-1040-	-linux*)
xemacs21-21.4.24/config.sub:1041:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
xemacs21-21.4.24/config.sub-1042-		;;
xemacs21-21.4.24/config.sub-1043-	-sunos5*)
xemacs21-21.4.24/config.sub:1044:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
xemacs21-21.4.24/config.sub-1045-		;;
xemacs21-21.4.24/config.sub-1046-	-sunos6*)
xemacs21-21.4.24/config.sub:1047:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
xemacs21-21.4.24/config.sub-1048-		;;
##############################################
xemacs21-21.4.24/config.sub-1083-	-sinix5.*)
xemacs21-21.4.24/config.sub:1084:		os=`echo $os | sed -e 's|sinix|sysv|'`
xemacs21-21.4.24/config.sub-1085-		;;
##############################################
xemacs21-21.4.24/config.sub-1122-		# Get rid of the `-' at the beginning of $os.
xemacs21-21.4.24/config.sub:1123:		os=`echo $os | sed 's/[^-]*-//'`
xemacs21-21.4.24/config.sub:1124:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
xemacs21-21.4.24/config.sub-1125-		exit 1
##############################################
xemacs21-21.4.24/config.sub-1342-		esac
xemacs21-21.4.24/config.sub:1343:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
xemacs21-21.4.24/config.sub-1344-		;;
##############################################
xemacs21-21.4.24/install.sh-71-
xemacs21-21.4.24/install.sh:72:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
xemacs21-21.4.24/install.sh-73-	    shift
##############################################
xemacs21-21.4.24/install.sh-75-
xemacs21-21.4.24/install.sh:76:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
xemacs21-21.4.24/install.sh-77-	    shift
##############################################
xemacs21-21.4.24/install.sh-136-	then
xemacs21-21.4.24/install.sh:137:		dst="$dst"/`basename $src`
xemacs21-21.4.24/install.sh-138-	else
##############################################
xemacs21-21.4.24/install.sh-143-## this sed command emulates the dirname command
xemacs21-21.4.24/install.sh:144:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
xemacs21-21.4.24/install.sh-145-
##############################################
xemacs21-21.4.24/install.sh-157-IFS='%'
xemacs21-21.4.24/install.sh:158:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
xemacs21-21.4.24/install.sh-159-IFS="${oIFS}"
##############################################
xemacs21-21.4.24/install.sh-191-	then
xemacs21-21.4.24/install.sh:192:		dstfile=`basename $dst`
xemacs21-21.4.24/install.sh-193-	else
##############################################
xemacs21-21.4.24/install.sh-201-	then
xemacs21-21.4.24/install.sh:202:		dstfile=`basename $dst`
xemacs21-21.4.24/install.sh-203-	else
##############################################
xemacs21-21.4.24/Makefile.in.in-420-	    archlibdir=${archlibdir}) ; done
xemacs21-21.4.24/Makefile.in.in:421:	if test "`(cd ${archlibdir} && $(pwd))`" != \
xemacs21-21.4.24/Makefile.in.in:422:		"`(cd ./lib-src && $(pwd))`"; then \
xemacs21-21.4.24/Makefile.in.in-423-	   if test -f ../Installation; then \
##############################################
xemacs21-21.4.24/Makefile.in.in-427-	   ${INSTALL_DATA} lib-src/DOC ${docdir}/DOC; \
xemacs21-21.4.24/Makefile.in.in:428:	   for subdir in `find ${archlibdir} -type d ! -name RCS ! -name SCCS ! -name CVS -print` ; \
xemacs21-21.4.24/Makefile.in.in-429-	     do (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ; done ; \
##############################################
xemacs21-21.4.24/Makefile.in.in-431-#ifdef PDUMP
xemacs21-21.4.24/Makefile.in.in:432:	${INSTALL_DATA} src/${PROGNAME}.dmp ${bindir}/${PROGNAME}-${version}-`src/${PROGNAME} -sd`.dmp
xemacs21-21.4.24/Makefile.in.in-433-#endif
##############################################
xemacs21-21.4.24/Makefile.in.in-462-	 for dir in ${COPYDIR} ; do \
xemacs21-21.4.24/Makefile.in.in:463:	   if test "`(cd $$1 && $(pwd))`" != \
xemacs21-21.4.24/Makefile.in.in:464:		   "`(cd $${dir} && $(pwd))`"; then \
xemacs21-21.4.24/Makefile.in.in-465-	     : do nothing - echo "rm -rf $$1" ; \
##############################################
xemacs21-21.4.24/Makefile.in.in-475-	   test -d $${dir} \
xemacs21-21.4.24/Makefile.in.in:476:	     -a "`(cd $${dir} && $(pwd))`" != \
xemacs21-21.4.24/Makefile.in.in:477:		"`(cd $${dest} && $(pwd))`" \
xemacs21-21.4.24/Makefile.in.in-478-	   && (echo "Copying $${dir}..." ; \
##############################################
xemacs21-21.4.24/Makefile.in.in-481-	       chmod 0755 $${dest}; \
xemacs21-21.4.24/Makefile.in.in:482:	       for subdir in `find $${dest} -type d ! -name RCS ! -name SCCS ! -name CVS -print` ; do \
xemacs21-21.4.24/Makefile.in.in-483-		 (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ; \
##############################################
xemacs21-21.4.24/Makefile.in.in-485-	 done
xemacs21-21.4.24/Makefile.in.in:486:	if test "`(cd ${srcdir}/info && $(pwd))`" != \
xemacs21-21.4.24/Makefile.in.in:487:		"`(cd ${infodir} && $(pwd))`" && cd ${srcdir}/info; then \
xemacs21-21.4.24/Makefile.in.in-488-	  if test ! -f ${infodir}/dir -a -f dir ; then \
##############################################
xemacs21-21.4.24/Makefile.in.in-532-##	for dir in ${lispdir} ${etcdir} ; do 		\
xemacs21-21.4.24/Makefile.in.in:533:##	  case `(cd $${dir} ; $(pwd))` in			\
xemacs21-21.4.24/Makefile.in.in:534:##	    `(cd ${srcdir} ; $(pwd))`* ) ;;		\
xemacs21-21.4.24/Makefile.in.in-535-##	    * ) $(RM) $${dir} ;;			\
##############################################
xemacs21-21.4.24/Makefile.in.in-653-	$(RM) ${srcdir}/TAGS
xemacs21-21.4.24/Makefile.in.in:654:	@PATH=`$(pwd)`/lib-src:$$PATH HOME=/-=-; export PATH HOME; \
xemacs21-21.4.24/Makefile.in.in-655-	  echo "Using etags from `which etags`."
xemacs21-21.4.24/Makefile.in.in:656:	PATH=`$(pwd)`/lib-src:$$PATH ; export PATH; cd ${srcdir} && \
xemacs21-21.4.24/Makefile.in.in-657-	find src lwlib lib-src ${PRUNE_VC} -name '*.[ch]' -print | \
##############################################
xemacs21-21.4.24/Makefile.in.in-674-	ident="@(#)RELEASE VERSION XEmacs ${version} $${date}"; \
xemacs21-21.4.24/Makefile.in.in:675:	for f in `file lib-src/* src/${PROGNAME} | grep ELF | sed -e 's/:.*//'`; do \
xemacs21-21.4.24/Makefile.in.in:676:	  mcs -da "$${ident} `echo $${f} | sed 's/.*\///'`" $${f}; \
xemacs21-21.4.24/Makefile.in.in-677-	done
##############################################
xemacs21-21.4.24/debian/ConfigMakefile-11-	fi
xemacs21-21.4.24/debian/ConfigMakefile:12:	if test "`pwd | perl -pe 's/.*(debian)$$/$$1/'`" != "debian" ; then \
xemacs21-21.4.24/debian/ConfigMakefile-13-	  echo "Must be run in debian directory.  Quitting..." ; \
##############################################
xemacs21-21.4.24/debian/convert-in-file-31-  print STDERR "Removing file $output_file\n";
xemacs21-21.4.24/debian/convert-in-file:32:  system("rm", "-f", $output_file);
xemacs21-21.4.24/debian/convert-in-file-33-}
##############################################
xemacs21-21.4.24/debian/find-major-version-21-
xemacs21-21.4.24/debian/find-major-version:22:#echo `echo $DIR | perl -pe 's/.*xemacs([0-9]*)-.*/$1/;'`
xemacs21-21.4.24/debian/find-major-version-23-
xemacs21-21.4.24/debian/find-major-version:24:#echo `dpkg-parsechangelog | egrep "^Version:" | perl -pe 's/Version:\s*([0-9]+)(\.[0-9]+)?(-.*)?-([0-9]+)/$1/;'`
xemacs21-21.4.24/debian/find-major-version-25-
##############################################
xemacs21-21.4.24/debian/find-version-31-
xemacs21-21.4.24/debian/find-version:32:#echo `echo $DIR | perl -pe 's/.*xemacs[0-9]*-(.*)/$1/;'`
xemacs21-21.4.24/debian/find-version-33-
xemacs21-21.4.24/debian/find-version:34:#echo `dpkg-parsechangelog | egrep "^Version:" | perl -pe 's/Version:\s*([0-9]+)(\.[0-9]+)?(-.*)?-([0-9]+)/$1$2/;'`
xemacs21-21.4.24/debian/find-version-35-
##############################################
xemacs21-21.4.24/debian/move-el-files-23-
xemacs21-21.4.24/debian/move-el-files:24:transfer_dirs=`cd $start_dir ; find . -type d` ; export transfer_dirs
xemacs21-21.4.24/debian/move-el-files-25-(
##############################################
xemacs21-21.4.24/debian/postinst-base-15-for i in mule mule-canna-wnn gnome-mule gnome-mule-canna-wnn ; do
xemacs21-21.4.24/debian/postinst-base:16:  STAT=`dpkg -s xemacs@MAJVERSION@-$i 2> /dev/null | perl -ne 'next if $_ !~ m/^Status/; $_ =~ s/^Status:\s*(.*)/$1/; print;'`
xemacs21-21.4.24/debian/postinst-base-17-  if [ "REPLACE_ME" != "$i" -a "$STAT" = "install ok installed" ] ; then
##############################################
xemacs21-21.4.24/debian/postinst-base-22-for i in nomule gnome-nomule ; do
xemacs21-21.4.24/debian/postinst-base:23:  STAT=`dpkg -s xemacs@MAJVERSION@-$i 2> /dev/null | perl -ne 'next if $_ !~ m/^Status/; $_ =~ s/^Status:\s*(.*)/$1/; print;'`
xemacs21-21.4.24/debian/postinst-base-24-  if [ "REPLACE_ME" != "$i" -a "$STAT" = "install ok installed" ] ; then
##############################################
xemacs21-21.4.24/debian/prerm-base-11-for i in mule nomule mule-canna-wnn gnome-mule gnome-nomule gnome-mule-canna-wnn ; do
xemacs21-21.4.24/debian/prerm-base:12:  STAT=`dpkg -s xemacs@MAJVERSION@-$i 2>/dev/null | perl -ne 'next if $_ !~ m/^Status/; $_ =~ s/^Status:\s*(.*)/$1/; print;'`
xemacs21-21.4.24/debian/prerm-base-13-  if [ "REPLACE_ME" != "$i" -a "$STAT" = "install ok installed" ] ; then
##############################################
xemacs21-21.4.24/.pc/01_align_t.dpatch/src/lisp.h-1182-#define XSTRING_BYTE(s, i) string_byte (XSTRING (s), i)
xemacs21-21.4.24/.pc/01_align_t.dpatch/src/lisp.h:1183:#define string_byte_addr(s, i) (&((s)->data[i]))
xemacs21-21.4.24/.pc/01_align_t.dpatch/src/lisp.h-1184-#define set_string_length(s, len) ((void) ((s)->size = (len)))
##############################################
xemacs21-21.4.24/.pc/01_align_t.dpatch/src/lisp.h-1199-# define string_char(s, i) charptr_emchar_n (string_data (s), i)
xemacs21-21.4.24/.pc/01_align_t.dpatch/src/lisp.h:1200:# define string_char_addr(s, i) charptr_n_addr (string_data (s), i)
xemacs21-21.4.24/.pc/01_align_t.dpatch/src/lisp.h-1201-void set_string_char (Lisp_String *s, Charcount i, Emchar c);
##############################################
xemacs21-21.4.24/.pc/01_align_t.dpatch/src/lisp.h-1206-# define string_char(s, i) ((Emchar) string_byte (s, i))
xemacs21-21.4.24/.pc/01_align_t.dpatch/src/lisp.h:1207:# define string_char_addr(s, i) string_byte_addr (s, i)
xemacs21-21.4.24/.pc/01_align_t.dpatch/src/lisp.h-1208-# define set_string_char(s, i, c) set_string_byte (s, i, (Bufbyte)c)
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-84-EOF
xemacs21-21.4.24/.pc/02-move-dump/configure.in:85:if AC_TRY_EVAL(ac_link) && test -s conftest && (./conftest; exit $?) 2>&AC_FD_CC
xemacs21-21.4.24/.pc/02-move-dump/configure.in-86-then
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-154-dnl may have different results.
xemacs21-21.4.24/.pc/02-move-dump/configure.in:155:ac_lib_var=`echo $1['_']$2 | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-156-AC_CACHE_VAL(ac_cv_lib_$ac_lib_var,
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-173-])dnl
xemacs21-21.4.24/.pc/02-move-dump/configure.in:174:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/.pc/02-move-dump/configure.in-175-  AC_MSG_RESULT(yes)
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-208-
xemacs21-21.4.24/.pc/02-move-dump/configure.in:209:dnl The construct foo=`echo $w1 $w2 $w3` fails on some systems if $w1 = -e or -n
xemacs21-21.4.24/.pc/02-move-dump/configure.in-210-dnl So we use the following instead.
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-240-define([XE_STRIP_4TH_COMPONENT],
xemacs21-21.4.24/.pc/02-move-dump/configure.in:241:[$1=`echo "$$1" | sed '[s/^\([^-][^-]*-[^-][^-]*-[^-][^-]*\)-.*$/\1/]'`])
xemacs21-21.4.24/.pc/02-move-dump/configure.in-242-
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-310-dnl apply * to a \( \) group.  Bleah.
xemacs21-21.4.24/.pc/02-move-dump/configure.in:311:progname="`echo $0 | sed 's:^\./\./:\./:'`"
xemacs21-21.4.24/.pc/02-move-dump/configure.in-312-
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-411-   *)
xemacs21-21.4.24/.pc/02-move-dump/configure.in:412:   quoted_i="`echo '' $i | sed -e 's:^ ::' -e $quoted_sed_magic`"
xemacs21-21.4.24/.pc/02-move-dump/configure.in-413-   quoted_arguments="$quoted_arguments '$quoted_i'" ;;
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-431-        -*=*)
xemacs21-21.4.24/.pc/02-move-dump/configure.in:432:	  opt=`echo '' $arg | sed -e 's:^ ::' -e 's:^-*\([[^=]]*\)=.*$:\1:'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in:433:	  val=`echo '' $arg | sed -e 's:^ ::' -e 's:^-*[[^=]]*=\(.*\)$:\1:'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-434-	  valomitted=no
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-445-           dnl argument - see below.
xemacs21-21.4.24/.pc/02-move-dump/configure.in:446:	  opt=`echo '' $arg | sed -e 's:^ ::' -e 's:^-*\(.*\)$:\1:'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-447-          val="yes" valomitted=yes
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-452-      optname="$opt"
xemacs21-21.4.24/.pc/02-move-dump/configure.in:453:      opt="`echo '' $opt | sed -e 's:^ ::' | tr - _`"
xemacs21-21.4.24/.pc/02-move-dump/configure.in-454-
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-456-      case "${valomitted}-${opt}" in yes-without_* )
xemacs21-21.4.24/.pc/02-move-dump/configure.in:457:	opt=`echo $opt | sed 's/without/with/'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-458-	valomitted="no" val="no" ;;
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-529-	    n | no )		val=no	;;
xemacs21-21.4.24/.pc/02-move-dump/configure.in:530:	    * ) USAGE_ERROR("The \`--$optname' option requires a boolean value: \`yes' or \`no'.") ;;
xemacs21-21.4.24/.pc/02-move-dump/configure.in-531-	  esac
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-575-	  esac
xemacs21-21.4.24/.pc/02-move-dump/configure.in:576:	  case "$opt" in use_* ) opt="`echo $opt | sed s/use/with/`" ;; esac
xemacs21-21.4.24/.pc/02-move-dump/configure.in-577-          eval "$opt=\"$val\""
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-584-	  with_database_gdbm=no
xemacs21-21.4.24/.pc/02-move-dump/configure.in:585:	  for x in `echo "$val" | sed -e 's/,/ /g'` ; do
xemacs21-21.4.24/.pc/02-move-dump/configure.in-586-	    case "$x" in
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-606-        dnl or their negatives: none,nonative,nonas,noesd
xemacs21-21.4.24/.pc/02-move-dump/configure.in:607:	  for x in `echo "$val" | sed -e 's/,/ /g'` ; do
xemacs21-21.4.24/.pc/02-move-dump/configure.in-608-	    case "$x" in
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-689-
xemacs21-21.4.24/.pc/02-move-dump/configure.in:690:	  for x in `echo "$val" | sed -e 's/,/ /g'` ; do
xemacs21-21.4.24/.pc/02-move-dump/configure.in-691-	    case "$x" in
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-875-  "" )
xemacs21-21.4.24/.pc/02-move-dump/configure.in:876:    for dir in "`echo $0 | sed 's|//|/|' | sed 's|/[[^/]]*$||'`" "." ".." ; do
xemacs21-21.4.24/.pc/02-move-dump/configure.in-877-      if test -f "$dir/src/lisp.h" -a \
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-906-  dnl Guess the configuration
xemacs21-21.4.24/.pc/02-move-dump/configure.in:907:  configuration=`${CONFIG_SHELL-/bin/sh} $srcdir/config.guess`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-908-  if test -z "$configuration"; then
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-940-absolute_pwd="`pwd`";
xemacs21-21.4.24/.pc/02-move-dump/configure.in:941:if test -n "$PWD" -a "`cd $PWD && pwd`" = "$absolute_pwd"
xemacs21-21.4.24/.pc/02-move-dump/configure.in-942-then blddir="$PWD"
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-952-  .  ) srcdir="$blddir" ;;
xemacs21-21.4.24/.pc/02-move-dump/configure.in:953:  *  ) srcdir="`cd $srcdir && pwd`"; CANONICALIZE_PATH(srcdir) ;;
xemacs21-21.4.24/.pc/02-move-dump/configure.in-954-esac
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-956-dnl Check if the source directory already has a configured system in it.
xemacs21-21.4.24/.pc/02-move-dump/configure.in:957:if test `pwd` != `sh -c cd $srcdir && pwd`  \
xemacs21-21.4.24/.pc/02-move-dump/configure.in-958-   && test -f "$srcdir/src/config.h"; then
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-1051-dnl allow -workshop suffix on configuration name
xemacs21-21.4.24/.pc/02-move-dump/configure.in:1052:internal_configuration=`echo $configuration | sed 's/-\(workshop\)//'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in:1053:canonical=`${CONFIG_SHELL-/bin/sh} $srcdir/config.sub "$internal_configuration"`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-1054-XE_STRIP_4TH_COMPONENT(configuration)
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-1438-    case "$canonical" in *-sunos5*)
xemacs21-21.4.24/.pc/02-move-dump/configure.in:1439:      canonical=`echo $canonical | sed -e s/sunos5/solaris2/`;;
xemacs21-21.4.24/.pc/02-move-dump/configure.in-1440-    esac
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-1563-dnl Initialize machine from $canonical if not in our database above.
xemacs21-21.4.24/.pc/02-move-dump/configure.in:1564:test -z "$machine" && machine=`echo $canonical | sed 's/-.*$//'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-1565-
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-1624-
xemacs21-21.4.24/.pc/02-move-dump/configure.in:1625:stack_trace_eye_catcher=`echo ${PROGNAME}_${version}_${canonical} | sed 'y/.-/__/'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-1626-AC_DEFINE_UNQUOTED(STACK_TRACE_EYE_CATCHER, $stack_trace_eye_catcher)
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-1868-dnl to get its actual value...
xemacs21-21.4.24/.pc/02-move-dump/configure.in:1869:CPP=`eval "echo $CPP $CPPFLAGS"`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-1870-define(TAB, [	])dnl
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-1900-  cygwin_include=`eval gcc -print-search-dirs | sed -ne s'/install: //p'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in:1901:  cygwin_include=`eval "cd $cygwin_include/../../../..; pwd"`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-1902-  cygwin_include="-I$cygwin_include/include" ;
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-1977-AC_MSG_CHECKING(for buggy gcc versions)
xemacs21-21.4.24/.pc/02-move-dump/configure.in:1978:GCC_VERSION=`$CC --version`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-1979-case `uname -s`:`uname -m`:$GCC_VERSION in
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2125- test -z "$linker" &&  linker='$(CC) -nostdlib'
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2126: test -z "$lib_gcc" && lib_gcc='`$(CC) -print-libgcc-file-name`'
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2127-fi
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2137-define(COLON_TO_SPACE,
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2138:  [case "$[$1]" in *:* [)] [$1]="`echo '' $[$1] | sed -e 's/^ //' -e 's/:/ /g'`";; esac])dnl
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2139-
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2180-    elif test ! -d "$lib_dir"; then
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2181:      XE_DIE("Invalid site prefix \`$dir': no such directory \`$lib_dir'")
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2182-    else
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2204-if test -n "$site_runtime_libraries"; then
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2205:  LD_RUN_PATH="`echo $site_runtime_libraries | sed -e 's/  */:/g'`"
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2206-  export LD_RUN_PATH
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2281-	"$xe_runpath_dir" != "/usr/lib" -a \
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2282:	-n "`ls ${xe_runpath_dir}/*.s[[ol]] 2>/dev/null`" && \
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2283-  eval "$xe_add_unique_runpath_dir"
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2289-  dnl Remove runtime paths from current ld switches
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2290:  ld_switch_site=`echo   '' $ld_switch_site   | sed -e 's:^ ::' -e "s/$dash_r[[^ ]]*//g"`
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2291:  ld_switch_x_site=`echo '' $ld_switch_x_site | sed -e 's:^ ::' -e "s/$dash_r[[^ ]]*//g"`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2292-  dnl PRINT_VAR(ld_switch_site ld_switch_x_site)
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2304-    xe_runpath_link='${CC-cc} -o conftest -v $CFLAGS '"$xe_ldflags"' conftest.$ac_ext 2>&1 1>/dev/null'
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2305:    for arg in `eval "$xe_runpath_link" | grep ' -L'`; do
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2306-      case "$arg" in P,* | -L* | -R* )
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2307:        for dir in `echo '' "$arg" | sed -e 's:^ ::' -e 's/^..//' -e 'y/:/ /'`; do
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2308-          XE_ADD_RUNPATH_DIR("$dir")
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2316-    for arg in $ld_switch_site $ld_switch_x_site; do
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2317:      case "$arg" in -L*) XE_ADD_RUNPATH_DIR(`echo '' "$arg" | sed -e 's:^ ::' -e 's/^-L//'`);; esac
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2318-    done
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2611-   do
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2612:      possible_version=`${possible} --version 2> /dev/null`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2613-      if test "x${possible_version}" != "x"; then
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2623-if test "${GNOME_CONFIG}" != "no"; then
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2624:      GNOME_LIBS=`${GNOME_CONFIG} --libs gnomeui`
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2625:      GNOME_CFLAGS=`${GNOME_CONFIG} --cflags gnomeui`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2626-      AC_DEFINE(HAVE_GNOME)
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2634-   do
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2635:      possible_version=`${possible} --version 2> /dev/null`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2636-      if test "x${possible_version}" != "x"; then
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2653-      AC_MSG_CHECKING(gtk version)
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2654:      GTK_VERSION=`${GTK_CONFIG} --version`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2655-      AC_MSG_RESULT(${GTK_VERSION})
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2657-      AC_MSG_CHECKING(gtk libs)
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2658:      GTK_LIBS=`${GTK_CONFIG} --libs`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2659-      XE_APPEND(${GTK_LIBS}, libs_gtk)
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2662-      AC_MSG_CHECKING(gtk cflags)
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2663:      GTK_CFLAGS=`${GTK_CONFIG} --cflags`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2664-      if test "$GCC" = "yes"; then
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2778-                   "/usr/lib/Motif1.2" "/usr/lib/Motif1.1"; do
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2779:      inc_dir=`echo $lib_dir | sed -e 's/lib/include/'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2780-      if test -d "$lib_dir" -a -d "$inc_dir"; then
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2839-    done
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2840:    bitmapdirs=`echo "$bitmapdirs" | sed s/.$//`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2841-  fi
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2854-      # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2855:      xmkmf_defines=`${MAKE-make} xetest 2>/dev/null | grep -v make`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2856-    fi
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2862-      -D* )
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2863:	sym=`echo '' $word | sed -e 's:^ *-D::' -e 's:=.*::'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2864-	case "$word" in
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2865:	  -D*=* ) val=`echo '' $word | sed -e 's:^.*=::'` ;;
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2866-	  *     ) val=1 ;;
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2953-      AC_MSG_CHECKING(for name of AIX gcc threads option)
xemacs21-21.4.24/.pc/02-move-dump/configure.in:2954:      case `$CC -v --help 2>&1` in
xemacs21-21.4.24/.pc/02-move-dump/configure.in-2955-        *-mthreads*) aix_threads=-mthreads ;;
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-3367-      cygwin_top=`eval gcc -print-search-dirs | sed -ne s'/install: //p'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in:3368:      cygwin_top=`eval "cd $cygwin_top/../../../..; pwd"`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-3369-      case "$window_system" in
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-4810-  case "$dir" in */* ) dnl Implement mkdir -p
xemacs21-21.4.24/.pc/02-move-dump/configure.in:4811:    ( for d in `echo $dir | sed 's:/: :g'` ; do
xemacs21-21.4.24/.pc/02-move-dump/configure.in-4812-        test -d "$d" || mkdir "$d"; cd "$d"
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5178-case "$CC" in
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5179:  gcc*)	echo "  Compiler version:                  `$CC --version | sed 1q`"
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5180:        echo "  Compiler specs file:               `$CC -v 2>&1 | sed 's/.* \([[^ ]]\)/\1/' | sed 1q`"
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5181-	;;
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5185-          dnl Yes, it's this ugly for AIX...
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5186:	  realcc=`which $CC`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5187-	  dnl Might be a symlink created by replaceCset command
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5188-	  if test -L $realcc ; then
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5189:	    ccdir=`dirname $realcc`
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5190:	    ccprog=`/bin/ls -l $realcc | sed 's/.* \([[^ ]]\)/\1/'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5191-	    dnl This doesn't handle ../../xlc type stuff, but I've not seen one...
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5196-	  fi
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5197:	  lpp=`lslpp -wqc $realcc | cut -f2 -d:`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5198-	  if test ! -z "$lpp" ; then
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5199:	    lppstr=`lslpp -Lqc $lpp`
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5200:	    lpplev=`echo "$lppstr" | cut -f3 -d:`
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5201:	    lppdesc=`echo "$lppstr" | cut -f8 -d:`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5202-	  fi
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5210-	*-*-solaris*)
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5211:	  ccvers=`$CC -V 2>&1 | sed 1q`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5212-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5217-	alpha*-dec-osf*)
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5218:	  ccvers=`$CC -V | tr '\n' ' '`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5219-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5224-	mips-sgi-irix*)
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5225:	  ccvers=`$CC -version`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5226-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5232-	i[[3-9]]86-pc-linux)
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5233:	  ccvers=`$CC -V 2>&1 | sed -n 's@^Intel.*Version @@'p`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5234-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5265-	*-*-solaris*)
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5266:	  libc=`pkginfo -l SUNWcsl | grep VERSION: | awk '{print $2}'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5267-	  echo "  libc:                              SUNWcsl $libc"
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5278-	  (cd /usr/.smdb.;
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5279:		libc=` grep -h libc.so *.inv | awk '$9 == "f" {print $12}' | tr '\n' ','`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5280-		echo "  libc:                              $libc"
##############################################
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5485-test -n "$prefix" &&
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5486:  prefix=`echo '' "$prefix" | sed -e 's:^ ::' -e 's,\([[^/]]\)/*$,\1,'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5487-test -n "$exec_prefix" &&
xemacs21-21.4.24/.pc/02-move-dump/configure.in:5488:  exec_prefix=`echo '' "$exec_prefix" | sed -e 's:^ ::' -e 's,\([[^/]]\)/*$,\1,'`
xemacs21-21.4.24/.pc/02-move-dump/configure.in-5489-
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-84-EOF
xemacs21-21.4.24/.pc/emacsen-common/configure.in:85:if AC_TRY_EVAL(ac_link) && test -s conftest && (./conftest; exit $?) 2>&AC_FD_CC
xemacs21-21.4.24/.pc/emacsen-common/configure.in-86-then
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-154-dnl may have different results.
xemacs21-21.4.24/.pc/emacsen-common/configure.in:155:ac_lib_var=`echo $1['_']$2 | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-156-AC_CACHE_VAL(ac_cv_lib_$ac_lib_var,
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-173-])dnl
xemacs21-21.4.24/.pc/emacsen-common/configure.in:174:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/.pc/emacsen-common/configure.in-175-  AC_MSG_RESULT(yes)
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-208-
xemacs21-21.4.24/.pc/emacsen-common/configure.in:209:dnl The construct foo=`echo $w1 $w2 $w3` fails on some systems if $w1 = -e or -n
xemacs21-21.4.24/.pc/emacsen-common/configure.in-210-dnl So we use the following instead.
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-240-define([XE_STRIP_4TH_COMPONENT],
xemacs21-21.4.24/.pc/emacsen-common/configure.in:241:[$1=`echo "$$1" | sed '[s/^\([^-][^-]*-[^-][^-]*-[^-][^-]*\)-.*$/\1/]'`])
xemacs21-21.4.24/.pc/emacsen-common/configure.in-242-
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-310-dnl apply * to a \( \) group.  Bleah.
xemacs21-21.4.24/.pc/emacsen-common/configure.in:311:progname="`echo $0 | sed 's:^\./\./:\./:'`"
xemacs21-21.4.24/.pc/emacsen-common/configure.in-312-
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-411-   *)
xemacs21-21.4.24/.pc/emacsen-common/configure.in:412:   quoted_i="`echo '' $i | sed -e 's:^ ::' -e $quoted_sed_magic`"
xemacs21-21.4.24/.pc/emacsen-common/configure.in-413-   quoted_arguments="$quoted_arguments '$quoted_i'" ;;
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-431-        -*=*)
xemacs21-21.4.24/.pc/emacsen-common/configure.in:432:	  opt=`echo '' $arg | sed -e 's:^ ::' -e 's:^-*\([[^=]]*\)=.*$:\1:'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in:433:	  val=`echo '' $arg | sed -e 's:^ ::' -e 's:^-*[[^=]]*=\(.*\)$:\1:'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-434-	  valomitted=no
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-445-           dnl argument - see below.
xemacs21-21.4.24/.pc/emacsen-common/configure.in:446:	  opt=`echo '' $arg | sed -e 's:^ ::' -e 's:^-*\(.*\)$:\1:'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-447-          val="yes" valomitted=yes
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-452-      optname="$opt"
xemacs21-21.4.24/.pc/emacsen-common/configure.in:453:      opt="`echo '' $opt | sed -e 's:^ ::' | tr - _`"
xemacs21-21.4.24/.pc/emacsen-common/configure.in-454-
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-456-      case "${valomitted}-${opt}" in yes-without_* )
xemacs21-21.4.24/.pc/emacsen-common/configure.in:457:	opt=`echo $opt | sed 's/without/with/'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-458-	valomitted="no" val="no" ;;
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-529-	    n | no )		val=no	;;
xemacs21-21.4.24/.pc/emacsen-common/configure.in:530:	    * ) USAGE_ERROR("The \`--$optname' option requires a boolean value: \`yes' or \`no'.") ;;
xemacs21-21.4.24/.pc/emacsen-common/configure.in-531-	  esac
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-575-	  esac
xemacs21-21.4.24/.pc/emacsen-common/configure.in:576:	  case "$opt" in use_* ) opt="`echo $opt | sed s/use/with/`" ;; esac
xemacs21-21.4.24/.pc/emacsen-common/configure.in-577-          eval "$opt=\"$val\""
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-584-	  with_database_gdbm=no
xemacs21-21.4.24/.pc/emacsen-common/configure.in:585:	  for x in `echo "$val" | sed -e 's/,/ /g'` ; do
xemacs21-21.4.24/.pc/emacsen-common/configure.in-586-	    case "$x" in
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-606-        dnl or their negatives: none,nonative,nonas,noesd
xemacs21-21.4.24/.pc/emacsen-common/configure.in:607:	  for x in `echo "$val" | sed -e 's/,/ /g'` ; do
xemacs21-21.4.24/.pc/emacsen-common/configure.in-608-	    case "$x" in
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-689-
xemacs21-21.4.24/.pc/emacsen-common/configure.in:690:	  for x in `echo "$val" | sed -e 's/,/ /g'` ; do
xemacs21-21.4.24/.pc/emacsen-common/configure.in-691-	    case "$x" in
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-875-  "" )
xemacs21-21.4.24/.pc/emacsen-common/configure.in:876:    for dir in "`echo $0 | sed 's|//|/|' | sed 's|/[[^/]]*$||'`" "." ".." ; do
xemacs21-21.4.24/.pc/emacsen-common/configure.in-877-      if test -f "$dir/src/lisp.h" -a \
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-906-  dnl Guess the configuration
xemacs21-21.4.24/.pc/emacsen-common/configure.in:907:  configuration=`${CONFIG_SHELL-/bin/sh} $srcdir/config.guess`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-908-  if test -z "$configuration"; then
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-940-absolute_pwd="`pwd`";
xemacs21-21.4.24/.pc/emacsen-common/configure.in:941:if test -n "$PWD" -a "`cd $PWD && pwd`" = "$absolute_pwd"
xemacs21-21.4.24/.pc/emacsen-common/configure.in-942-then blddir="$PWD"
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-952-  .  ) srcdir="$blddir" ;;
xemacs21-21.4.24/.pc/emacsen-common/configure.in:953:  *  ) srcdir="`cd $srcdir && pwd`"; CANONICALIZE_PATH(srcdir) ;;
xemacs21-21.4.24/.pc/emacsen-common/configure.in-954-esac
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-956-dnl Check if the source directory already has a configured system in it.
xemacs21-21.4.24/.pc/emacsen-common/configure.in:957:if test `pwd` != `sh -c cd $srcdir && pwd`  \
xemacs21-21.4.24/.pc/emacsen-common/configure.in-958-   && test -f "$srcdir/src/config.h"; then
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-1051-dnl allow -workshop suffix on configuration name
xemacs21-21.4.24/.pc/emacsen-common/configure.in:1052:internal_configuration=`echo $configuration | sed 's/-\(workshop\)//'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in:1053:canonical=`${CONFIG_SHELL-/bin/sh} $srcdir/config.sub "$internal_configuration"`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-1054-XE_STRIP_4TH_COMPONENT(configuration)
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-1438-    case "$canonical" in *-sunos5*)
xemacs21-21.4.24/.pc/emacsen-common/configure.in:1439:      canonical=`echo $canonical | sed -e s/sunos5/solaris2/`;;
xemacs21-21.4.24/.pc/emacsen-common/configure.in-1440-    esac
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-1563-dnl Initialize machine from $canonical if not in our database above.
xemacs21-21.4.24/.pc/emacsen-common/configure.in:1564:test -z "$machine" && machine=`echo $canonical | sed 's/-.*$//'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-1565-
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-1624-
xemacs21-21.4.24/.pc/emacsen-common/configure.in:1625:stack_trace_eye_catcher=`echo ${PROGNAME}_${version}_${canonical} | sed 'y/.-/__/'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-1626-AC_DEFINE_UNQUOTED(STACK_TRACE_EYE_CATCHER, $stack_trace_eye_catcher)
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-1868-dnl to get its actual value...
xemacs21-21.4.24/.pc/emacsen-common/configure.in:1869:CPP=`eval "echo $CPP $CPPFLAGS"`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-1870-define(TAB, [	])dnl
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-1900-  cygwin_include=`eval gcc -print-search-dirs | sed -ne s'/install: //p'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in:1901:  cygwin_include=`eval "cd $cygwin_include/../../../..; pwd"`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-1902-  cygwin_include="-I$cygwin_include/include" ;
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-1977-AC_MSG_CHECKING(for buggy gcc versions)
xemacs21-21.4.24/.pc/emacsen-common/configure.in:1978:GCC_VERSION=`$CC --version`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-1979-case `uname -s`:`uname -m`:$GCC_VERSION in
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2125- test -z "$linker" &&  linker='$(CC) -nostdlib'
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2126: test -z "$lib_gcc" && lib_gcc='`$(CC) -print-libgcc-file-name`'
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2127-fi
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2137-define(COLON_TO_SPACE,
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2138:  [case "$[$1]" in *:* [)] [$1]="`echo '' $[$1] | sed -e 's/^ //' -e 's/:/ /g'`";; esac])dnl
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2139-
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2180-    elif test ! -d "$lib_dir"; then
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2181:      XE_DIE("Invalid site prefix \`$dir': no such directory \`$lib_dir'")
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2182-    else
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2204-if test -n "$site_runtime_libraries"; then
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2205:  LD_RUN_PATH="`echo $site_runtime_libraries | sed -e 's/  */:/g'`"
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2206-  export LD_RUN_PATH
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2281-	"$xe_runpath_dir" != "/usr/lib" -a \
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2282:	-n "`ls ${xe_runpath_dir}/*.s[[ol]] 2>/dev/null`" && \
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2283-  eval "$xe_add_unique_runpath_dir"
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2289-  dnl Remove runtime paths from current ld switches
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2290:  ld_switch_site=`echo   '' $ld_switch_site   | sed -e 's:^ ::' -e "s/$dash_r[[^ ]]*//g"`
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2291:  ld_switch_x_site=`echo '' $ld_switch_x_site | sed -e 's:^ ::' -e "s/$dash_r[[^ ]]*//g"`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2292-  dnl PRINT_VAR(ld_switch_site ld_switch_x_site)
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2304-    xe_runpath_link='${CC-cc} -o conftest -v $CFLAGS '"$xe_ldflags"' conftest.$ac_ext 2>&1 1>/dev/null'
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2305:    for arg in `eval "$xe_runpath_link" | grep ' -L'`; do
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2306-      case "$arg" in P,* | -L* | -R* )
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2307:        for dir in `echo '' "$arg" | sed -e 's:^ ::' -e 's/^..//' -e 'y/:/ /'`; do
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2308-          XE_ADD_RUNPATH_DIR("$dir")
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2316-    for arg in $ld_switch_site $ld_switch_x_site; do
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2317:      case "$arg" in -L*) XE_ADD_RUNPATH_DIR(`echo '' "$arg" | sed -e 's:^ ::' -e 's/^-L//'`);; esac
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2318-    done
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2611-   do
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2612:      possible_version=`${possible} --version 2> /dev/null`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2613-      if test "x${possible_version}" != "x"; then
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2623-if test "${GNOME_CONFIG}" != "no"; then
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2624:      GNOME_LIBS=`${GNOME_CONFIG} --libs gnomeui`
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2625:      GNOME_CFLAGS=`${GNOME_CONFIG} --cflags gnomeui`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2626-      AC_DEFINE(HAVE_GNOME)
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2634-   do
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2635:      possible_version=`${possible} --version 2> /dev/null`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2636-      if test "x${possible_version}" != "x"; then
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2653-      AC_MSG_CHECKING(gtk version)
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2654:      GTK_VERSION=`${GTK_CONFIG} --version`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2655-      AC_MSG_RESULT(${GTK_VERSION})
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2657-      AC_MSG_CHECKING(gtk libs)
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2658:      GTK_LIBS=`${GTK_CONFIG} --libs`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2659-      XE_APPEND(${GTK_LIBS}, libs_gtk)
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2662-      AC_MSG_CHECKING(gtk cflags)
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2663:      GTK_CFLAGS=`${GTK_CONFIG} --cflags`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2664-      if test "$GCC" = "yes"; then
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2778-                   "/usr/lib/Motif1.2" "/usr/lib/Motif1.1"; do
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2779:      inc_dir=`echo $lib_dir | sed -e 's/lib/include/'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2780-      if test -d "$lib_dir" -a -d "$inc_dir"; then
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2839-    done
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2840:    bitmapdirs=`echo "$bitmapdirs" | sed s/.$//`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2841-  fi
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2854-      # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2855:      xmkmf_defines=`${MAKE-make} xetest 2>/dev/null | grep -v make`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2856-    fi
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2862-      -D* )
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2863:	sym=`echo '' $word | sed -e 's:^ *-D::' -e 's:=.*::'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2864-	case "$word" in
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2865:	  -D*=* ) val=`echo '' $word | sed -e 's:^.*=::'` ;;
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2866-	  *     ) val=1 ;;
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2953-      AC_MSG_CHECKING(for name of AIX gcc threads option)
xemacs21-21.4.24/.pc/emacsen-common/configure.in:2954:      case `$CC -v --help 2>&1` in
xemacs21-21.4.24/.pc/emacsen-common/configure.in-2955-        *-mthreads*) aix_threads=-mthreads ;;
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-3367-      cygwin_top=`eval gcc -print-search-dirs | sed -ne s'/install: //p'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in:3368:      cygwin_top=`eval "cd $cygwin_top/../../../..; pwd"`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-3369-      case "$window_system" in
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-4810-  case "$dir" in */* ) dnl Implement mkdir -p
xemacs21-21.4.24/.pc/emacsen-common/configure.in:4811:    ( for d in `echo $dir | sed 's:/: :g'` ; do
xemacs21-21.4.24/.pc/emacsen-common/configure.in-4812-        test -d "$d" || mkdir "$d"; cd "$d"
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5179-case "$CC" in
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5180:  gcc*)	echo "  Compiler version:                  `$CC --version | sed 1q`"
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5181:        echo "  Compiler specs file:               `$CC -v 2>&1 | sed 's/.* \([[^ ]]\)/\1/' | sed 1q`"
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5182-	;;
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5186-          dnl Yes, it's this ugly for AIX...
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5187:	  realcc=`which $CC`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5188-	  dnl Might be a symlink created by replaceCset command
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5189-	  if test -L $realcc ; then
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5190:	    ccdir=`dirname $realcc`
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5191:	    ccprog=`/bin/ls -l $realcc | sed 's/.* \([[^ ]]\)/\1/'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5192-	    dnl This doesn't handle ../../xlc type stuff, but I've not seen one...
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5197-	  fi
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5198:	  lpp=`lslpp -wqc $realcc | cut -f2 -d:`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5199-	  if test ! -z "$lpp" ; then
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5200:	    lppstr=`lslpp -Lqc $lpp`
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5201:	    lpplev=`echo "$lppstr" | cut -f3 -d:`
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5202:	    lppdesc=`echo "$lppstr" | cut -f8 -d:`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5203-	  fi
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5211-	*-*-solaris*)
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5212:	  ccvers=`$CC -V 2>&1 | sed 1q`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5213-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5218-	alpha*-dec-osf*)
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5219:	  ccvers=`$CC -V | tr '\n' ' '`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5220-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5225-	mips-sgi-irix*)
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5226:	  ccvers=`$CC -version`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5227-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5233-	i[[3-9]]86-pc-linux)
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5234:	  ccvers=`$CC -V 2>&1 | sed -n 's@^Intel.*Version @@'p`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5235-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5266-	*-*-solaris*)
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5267:	  libc=`pkginfo -l SUNWcsl | grep VERSION: | awk '{print $2}'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5268-	  echo "  libc:                              SUNWcsl $libc"
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5279-	  (cd /usr/.smdb.;
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5280:		libc=` grep -h libc.so *.inv | awk '$9 == "f" {print $12}' | tr '\n' ','`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5281-		echo "  libc:                              $libc"
##############################################
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5486-test -n "$prefix" &&
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5487:  prefix=`echo '' "$prefix" | sed -e 's:^ ::' -e 's,\([[^/]]\)/*$,\1,'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5488-test -n "$exec_prefix" &&
xemacs21-21.4.24/.pc/emacsen-common/configure.in:5489:  exec_prefix=`echo '' "$exec_prefix" | sed -e 's:^ ::' -e 's,\([[^/]]\)/*$,\1,'`
xemacs21-21.4.24/.pc/emacsen-common/configure.in-5490-
##############################################
xemacs21-21.4.24/configure.in-84-EOF
xemacs21-21.4.24/configure.in:85:if AC_TRY_EVAL(ac_link) && test -s conftest && (./conftest; exit $?) 2>&AC_FD_CC
xemacs21-21.4.24/configure.in-86-then
##############################################
xemacs21-21.4.24/configure.in-154-dnl may have different results.
xemacs21-21.4.24/configure.in:155:ac_lib_var=`echo $1['_']$2 | sed 'y%./+-%__p_%'`
xemacs21-21.4.24/configure.in-156-AC_CACHE_VAL(ac_cv_lib_$ac_lib_var,
##############################################
xemacs21-21.4.24/configure.in-173-])dnl
xemacs21-21.4.24/configure.in:174:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes" ; then
xemacs21-21.4.24/configure.in-175-  AC_MSG_RESULT(yes)
##############################################
xemacs21-21.4.24/configure.in-208-
xemacs21-21.4.24/configure.in:209:dnl The construct foo=`echo $w1 $w2 $w3` fails on some systems if $w1 = -e or -n
xemacs21-21.4.24/configure.in-210-dnl So we use the following instead.
##############################################
xemacs21-21.4.24/configure.in-240-define([XE_STRIP_4TH_COMPONENT],
xemacs21-21.4.24/configure.in:241:[$1=`echo "$$1" | sed '[s/^\([^-][^-]*-[^-][^-]*-[^-][^-]*\)-.*$/\1/]'`])
xemacs21-21.4.24/configure.in-242-
##############################################
xemacs21-21.4.24/configure.in-310-dnl apply * to a \( \) group.  Bleah.
xemacs21-21.4.24/configure.in:311:progname="`echo $0 | sed 's:^\./\./:\./:'`"
xemacs21-21.4.24/configure.in-312-
##############################################
xemacs21-21.4.24/configure.in-411-   *)
xemacs21-21.4.24/configure.in:412:   quoted_i="`echo '' $i | sed -e 's:^ ::' -e $quoted_sed_magic`"
xemacs21-21.4.24/configure.in-413-   quoted_arguments="$quoted_arguments '$quoted_i'" ;;
##############################################
xemacs21-21.4.24/configure.in-431-        -*=*)
xemacs21-21.4.24/configure.in:432:	  opt=`echo '' $arg | sed -e 's:^ ::' -e 's:^-*\([[^=]]*\)=.*$:\1:'`
xemacs21-21.4.24/configure.in:433:	  val=`echo '' $arg | sed -e 's:^ ::' -e 's:^-*[[^=]]*=\(.*\)$:\1:'`
xemacs21-21.4.24/configure.in-434-	  valomitted=no
##############################################
xemacs21-21.4.24/configure.in-445-           dnl argument - see below.
xemacs21-21.4.24/configure.in:446:	  opt=`echo '' $arg | sed -e 's:^ ::' -e 's:^-*\(.*\)$:\1:'`
xemacs21-21.4.24/configure.in-447-          val="yes" valomitted=yes
##############################################
xemacs21-21.4.24/configure.in-452-      optname="$opt"
xemacs21-21.4.24/configure.in:453:      opt="`echo '' $opt | sed -e 's:^ ::' | tr - _`"
xemacs21-21.4.24/configure.in-454-
##############################################
xemacs21-21.4.24/configure.in-456-      case "${valomitted}-${opt}" in yes-without_* )
xemacs21-21.4.24/configure.in:457:	opt=`echo $opt | sed 's/without/with/'`
xemacs21-21.4.24/configure.in-458-	valomitted="no" val="no" ;;
##############################################
xemacs21-21.4.24/configure.in-529-	    n | no )		val=no	;;
xemacs21-21.4.24/configure.in:530:	    * ) USAGE_ERROR("The \`--$optname' option requires a boolean value: \`yes' or \`no'.") ;;
xemacs21-21.4.24/configure.in-531-	  esac
##############################################
xemacs21-21.4.24/configure.in-575-	  esac
xemacs21-21.4.24/configure.in:576:	  case "$opt" in use_* ) opt="`echo $opt | sed s/use/with/`" ;; esac
xemacs21-21.4.24/configure.in-577-          eval "$opt=\"$val\""
##############################################
xemacs21-21.4.24/configure.in-584-	  with_database_gdbm=no
xemacs21-21.4.24/configure.in:585:	  for x in `echo "$val" | sed -e 's/,/ /g'` ; do
xemacs21-21.4.24/configure.in-586-	    case "$x" in
##############################################
xemacs21-21.4.24/configure.in-606-        dnl or their negatives: none,nonative,nonas,noesd
xemacs21-21.4.24/configure.in:607:	  for x in `echo "$val" | sed -e 's/,/ /g'` ; do
xemacs21-21.4.24/configure.in-608-	    case "$x" in
##############################################
xemacs21-21.4.24/configure.in-689-
xemacs21-21.4.24/configure.in:690:	  for x in `echo "$val" | sed -e 's/,/ /g'` ; do
xemacs21-21.4.24/configure.in-691-	    case "$x" in
##############################################
xemacs21-21.4.24/configure.in-875-  "" )
xemacs21-21.4.24/configure.in:876:    for dir in "`echo $0 | sed 's|//|/|' | sed 's|/[[^/]]*$||'`" "." ".." ; do
xemacs21-21.4.24/configure.in-877-      if test -f "$dir/src/lisp.h" -a \
##############################################
xemacs21-21.4.24/configure.in-906-  dnl Guess the configuration
xemacs21-21.4.24/configure.in:907:  configuration=`${CONFIG_SHELL-/bin/sh} $srcdir/config.guess`
xemacs21-21.4.24/configure.in-908-  if test -z "$configuration"; then
##############################################
xemacs21-21.4.24/configure.in-940-absolute_pwd="`pwd`";
xemacs21-21.4.24/configure.in:941:if test -n "$PWD" -a "`cd $PWD && pwd`" = "$absolute_pwd"
xemacs21-21.4.24/configure.in-942-then blddir="$PWD"
##############################################
xemacs21-21.4.24/configure.in-952-  .  ) srcdir="$blddir" ;;
xemacs21-21.4.24/configure.in:953:  *  ) srcdir="`cd $srcdir && pwd`"; CANONICALIZE_PATH(srcdir) ;;
xemacs21-21.4.24/configure.in-954-esac
##############################################
xemacs21-21.4.24/configure.in-956-dnl Check if the source directory already has a configured system in it.
xemacs21-21.4.24/configure.in:957:if test `pwd` != `sh -c cd $srcdir && pwd`  \
xemacs21-21.4.24/configure.in-958-   && test -f "$srcdir/src/config.h"; then
##############################################
xemacs21-21.4.24/configure.in-1051-dnl allow -workshop suffix on configuration name
xemacs21-21.4.24/configure.in:1052:internal_configuration=`echo $configuration | sed 's/-\(workshop\)//'`
xemacs21-21.4.24/configure.in:1053:canonical=`${CONFIG_SHELL-/bin/sh} $srcdir/config.sub "$internal_configuration"`
xemacs21-21.4.24/configure.in-1054-XE_STRIP_4TH_COMPONENT(configuration)
##############################################
xemacs21-21.4.24/configure.in-1438-    case "$canonical" in *-sunos5*)
xemacs21-21.4.24/configure.in:1439:      canonical=`echo $canonical | sed -e s/sunos5/solaris2/`;;
xemacs21-21.4.24/configure.in-1440-    esac
##############################################
xemacs21-21.4.24/configure.in-1563-dnl Initialize machine from $canonical if not in our database above.
xemacs21-21.4.24/configure.in:1564:test -z "$machine" && machine=`echo $canonical | sed 's/-.*$//'`
xemacs21-21.4.24/configure.in-1565-
##############################################
xemacs21-21.4.24/configure.in-1624-
xemacs21-21.4.24/configure.in:1625:stack_trace_eye_catcher=`echo ${PROGNAME}_${version}_${canonical} | sed 'y/.-/__/'`
xemacs21-21.4.24/configure.in-1626-AC_DEFINE_UNQUOTED(STACK_TRACE_EYE_CATCHER, $stack_trace_eye_catcher)
##############################################
xemacs21-21.4.24/configure.in-1868-dnl to get its actual value...
xemacs21-21.4.24/configure.in:1869:CPP=`eval "echo $CPP $CPPFLAGS"`
xemacs21-21.4.24/configure.in-1870-define(TAB, [	])dnl
##############################################
xemacs21-21.4.24/configure.in-1900-  cygwin_include=`eval gcc -print-search-dirs | sed -ne s'/install: //p'`
xemacs21-21.4.24/configure.in:1901:  cygwin_include=`eval "cd $cygwin_include/../../../..; pwd"`
xemacs21-21.4.24/configure.in-1902-  cygwin_include="-I$cygwin_include/include" ;
##############################################
xemacs21-21.4.24/configure.in-1977-AC_MSG_CHECKING(for buggy gcc versions)
xemacs21-21.4.24/configure.in:1978:GCC_VERSION=`$CC --version`
xemacs21-21.4.24/configure.in-1979-case `uname -s`:`uname -m`:$GCC_VERSION in
##############################################
xemacs21-21.4.24/configure.in-2125- test -z "$linker" &&  linker='$(CC) -nostdlib'
xemacs21-21.4.24/configure.in:2126: test -z "$lib_gcc" && lib_gcc='`$(CC) -print-libgcc-file-name`'
xemacs21-21.4.24/configure.in-2127-fi
##############################################
xemacs21-21.4.24/configure.in-2137-define(COLON_TO_SPACE,
xemacs21-21.4.24/configure.in:2138:  [case "$[$1]" in *:* [)] [$1]="`echo '' $[$1] | sed -e 's/^ //' -e 's/:/ /g'`";; esac])dnl
xemacs21-21.4.24/configure.in-2139-
##############################################
xemacs21-21.4.24/configure.in-2180-    elif test ! -d "$lib_dir"; then
xemacs21-21.4.24/configure.in:2181:      XE_DIE("Invalid site prefix \`$dir': no such directory \`$lib_dir'")
xemacs21-21.4.24/configure.in-2182-    else
##############################################
xemacs21-21.4.24/configure.in-2204-if test -n "$site_runtime_libraries"; then
xemacs21-21.4.24/configure.in:2205:  LD_RUN_PATH="`echo $site_runtime_libraries | sed -e 's/  */:/g'`"
xemacs21-21.4.24/configure.in-2206-  export LD_RUN_PATH
##############################################
xemacs21-21.4.24/configure.in-2281-	"$xe_runpath_dir" != "/usr/lib" -a \
xemacs21-21.4.24/configure.in:2282:	-n "`ls ${xe_runpath_dir}/*.s[[ol]] 2>/dev/null`" && \
xemacs21-21.4.24/configure.in-2283-  eval "$xe_add_unique_runpath_dir"
##############################################
xemacs21-21.4.24/configure.in-2289-  dnl Remove runtime paths from current ld switches
xemacs21-21.4.24/configure.in:2290:  ld_switch_site=`echo   '' $ld_switch_site   | sed -e 's:^ ::' -e "s/$dash_r[[^ ]]*//g"`
xemacs21-21.4.24/configure.in:2291:  ld_switch_x_site=`echo '' $ld_switch_x_site | sed -e 's:^ ::' -e "s/$dash_r[[^ ]]*//g"`
xemacs21-21.4.24/configure.in-2292-  dnl PRINT_VAR(ld_switch_site ld_switch_x_site)
##############################################
xemacs21-21.4.24/configure.in-2304-    xe_runpath_link='${CC-cc} -o conftest -v $CFLAGS '"$xe_ldflags"' conftest.$ac_ext 2>&1 1>/dev/null'
xemacs21-21.4.24/configure.in:2305:    for arg in `eval "$xe_runpath_link" | grep ' -L'`; do
xemacs21-21.4.24/configure.in-2306-      case "$arg" in P,* | -L* | -R* )
xemacs21-21.4.24/configure.in:2307:        for dir in `echo '' "$arg" | sed -e 's:^ ::' -e 's/^..//' -e 'y/:/ /'`; do
xemacs21-21.4.24/configure.in-2308-          XE_ADD_RUNPATH_DIR("$dir")
##############################################
xemacs21-21.4.24/configure.in-2316-    for arg in $ld_switch_site $ld_switch_x_site; do
xemacs21-21.4.24/configure.in:2317:      case "$arg" in -L*) XE_ADD_RUNPATH_DIR(`echo '' "$arg" | sed -e 's:^ ::' -e 's/^-L//'`);; esac
xemacs21-21.4.24/configure.in-2318-    done
##############################################
xemacs21-21.4.24/configure.in-2611-   do
xemacs21-21.4.24/configure.in:2612:      possible_version=`${possible} --version 2> /dev/null`
xemacs21-21.4.24/configure.in-2613-      if test "x${possible_version}" != "x"; then
##############################################
xemacs21-21.4.24/configure.in-2623-if test "${GNOME_CONFIG}" != "no"; then
xemacs21-21.4.24/configure.in:2624:      GNOME_LIBS=`${GNOME_CONFIG} --libs gnomeui`
xemacs21-21.4.24/configure.in:2625:      GNOME_CFLAGS=`${GNOME_CONFIG} --cflags gnomeui`
xemacs21-21.4.24/configure.in-2626-      AC_DEFINE(HAVE_GNOME)
##############################################
xemacs21-21.4.24/configure.in-2634-   do
xemacs21-21.4.24/configure.in:2635:      possible_version=`${possible} --version 2> /dev/null`
xemacs21-21.4.24/configure.in-2636-      if test "x${possible_version}" != "x"; then
##############################################
xemacs21-21.4.24/configure.in-2653-      AC_MSG_CHECKING(gtk version)
xemacs21-21.4.24/configure.in:2654:      GTK_VERSION=`${GTK_CONFIG} --version`
xemacs21-21.4.24/configure.in-2655-      AC_MSG_RESULT(${GTK_VERSION})
##############################################
xemacs21-21.4.24/configure.in-2657-      AC_MSG_CHECKING(gtk libs)
xemacs21-21.4.24/configure.in:2658:      GTK_LIBS=`${GTK_CONFIG} --libs`
xemacs21-21.4.24/configure.in-2659-      XE_APPEND(${GTK_LIBS}, libs_gtk)
##############################################
xemacs21-21.4.24/configure.in-2662-      AC_MSG_CHECKING(gtk cflags)
xemacs21-21.4.24/configure.in:2663:      GTK_CFLAGS=`${GTK_CONFIG} --cflags`
xemacs21-21.4.24/configure.in-2664-      if test "$GCC" = "yes"; then
##############################################
xemacs21-21.4.24/configure.in-2778-                   "/usr/lib/Motif1.2" "/usr/lib/Motif1.1"; do
xemacs21-21.4.24/configure.in:2779:      inc_dir=`echo $lib_dir | sed -e 's/lib/include/'`
xemacs21-21.4.24/configure.in-2780-      if test -d "$lib_dir" -a -d "$inc_dir"; then
##############################################
xemacs21-21.4.24/configure.in-2839-    done
xemacs21-21.4.24/configure.in:2840:    bitmapdirs=`echo "$bitmapdirs" | sed s/.$//`
xemacs21-21.4.24/configure.in-2841-  fi
##############################################
xemacs21-21.4.24/configure.in-2854-      # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xemacs21-21.4.24/configure.in:2855:      xmkmf_defines=`${MAKE-make} xetest 2>/dev/null | grep -v make`
xemacs21-21.4.24/configure.in-2856-    fi
##############################################
xemacs21-21.4.24/configure.in-2862-      -D* )
xemacs21-21.4.24/configure.in:2863:	sym=`echo '' $word | sed -e 's:^ *-D::' -e 's:=.*::'`
xemacs21-21.4.24/configure.in-2864-	case "$word" in
xemacs21-21.4.24/configure.in:2865:	  -D*=* ) val=`echo '' $word | sed -e 's:^.*=::'` ;;
xemacs21-21.4.24/configure.in-2866-	  *     ) val=1 ;;
##############################################
xemacs21-21.4.24/configure.in-2957-      AC_MSG_CHECKING(for name of AIX gcc threads option)
xemacs21-21.4.24/configure.in:2958:      case `$CC -v --help 2>&1` in
xemacs21-21.4.24/configure.in-2959-        *-mthreads*) aix_threads=-mthreads ;;
##############################################
xemacs21-21.4.24/configure.in-3371-      cygwin_top=`eval gcc -print-search-dirs | sed -ne s'/install: //p'`
xemacs21-21.4.24/configure.in:3372:      cygwin_top=`eval "cd $cygwin_top/../../../..; pwd"`
xemacs21-21.4.24/configure.in-3373-      case "$window_system" in
##############################################
xemacs21-21.4.24/configure.in-4814-  case "$dir" in */* ) dnl Implement mkdir -p
xemacs21-21.4.24/configure.in:4815:    ( for d in `echo $dir | sed 's:/: :g'` ; do
xemacs21-21.4.24/configure.in-4816-        test -d "$d" || mkdir "$d"; cd "$d"
##############################################
xemacs21-21.4.24/configure.in-5183-case "$CC" in
xemacs21-21.4.24/configure.in:5184:  gcc*)	echo "  Compiler version:                  `$CC --version | sed 1q`"
xemacs21-21.4.24/configure.in:5185:        echo "  Compiler specs file:               `$CC -v 2>&1 | sed 's/.* \([[^ ]]\)/\1/' | sed 1q`"
xemacs21-21.4.24/configure.in-5186-	;;
##############################################
xemacs21-21.4.24/configure.in-5190-          dnl Yes, it's this ugly for AIX...
xemacs21-21.4.24/configure.in:5191:	  realcc=`which $CC`
xemacs21-21.4.24/configure.in-5192-	  dnl Might be a symlink created by replaceCset command
xemacs21-21.4.24/configure.in-5193-	  if test -L $realcc ; then
xemacs21-21.4.24/configure.in:5194:	    ccdir=`dirname $realcc`
xemacs21-21.4.24/configure.in:5195:	    ccprog=`/bin/ls -l $realcc | sed 's/.* \([[^ ]]\)/\1/'`
xemacs21-21.4.24/configure.in-5196-	    dnl This doesn't handle ../../xlc type stuff, but I've not seen one...
##############################################
xemacs21-21.4.24/configure.in-5201-	  fi
xemacs21-21.4.24/configure.in:5202:	  lpp=`lslpp -wqc $realcc | cut -f2 -d:`
xemacs21-21.4.24/configure.in-5203-	  if test ! -z "$lpp" ; then
xemacs21-21.4.24/configure.in:5204:	    lppstr=`lslpp -Lqc $lpp`
xemacs21-21.4.24/configure.in:5205:	    lpplev=`echo "$lppstr" | cut -f3 -d:`
xemacs21-21.4.24/configure.in:5206:	    lppdesc=`echo "$lppstr" | cut -f8 -d:`
xemacs21-21.4.24/configure.in-5207-	  fi
##############################################
xemacs21-21.4.24/configure.in-5215-	*-*-solaris*)
xemacs21-21.4.24/configure.in:5216:	  ccvers=`$CC -V 2>&1 | sed 1q`
xemacs21-21.4.24/configure.in-5217-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/configure.in-5222-	alpha*-dec-osf*)
xemacs21-21.4.24/configure.in:5223:	  ccvers=`$CC -V | tr '\n' ' '`
xemacs21-21.4.24/configure.in-5224-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/configure.in-5229-	mips-sgi-irix*)
xemacs21-21.4.24/configure.in:5230:	  ccvers=`$CC -version`
xemacs21-21.4.24/configure.in-5231-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/configure.in-5237-	i[[3-9]]86-pc-linux)
xemacs21-21.4.24/configure.in:5238:	  ccvers=`$CC -V 2>&1 | sed -n 's@^Intel.*Version @@'p`
xemacs21-21.4.24/configure.in-5239-	  if test ! -z "$ccvers" ; then
##############################################
xemacs21-21.4.24/configure.in-5270-	*-*-solaris*)
xemacs21-21.4.24/configure.in:5271:	  libc=`pkginfo -l SUNWcsl | grep VERSION: | awk '{print $2}'`
xemacs21-21.4.24/configure.in-5272-	  echo "  libc:                              SUNWcsl $libc"
##############################################
xemacs21-21.4.24/configure.in-5283-	  (cd /usr/.smdb.;
xemacs21-21.4.24/configure.in:5284:		libc=` grep -h libc.so *.inv | awk '$9 == "f" {print $12}' | tr '\n' ','`
xemacs21-21.4.24/configure.in-5285-		echo "  libc:                              $libc"
##############################################
xemacs21-21.4.24/configure.in-5490-test -n "$prefix" &&
xemacs21-21.4.24/configure.in:5491:  prefix=`echo '' "$prefix" | sed -e 's:^ ::' -e 's,\([[^/]]\)/*$,\1,'`
xemacs21-21.4.24/configure.in-5492-test -n "$exec_prefix" &&
xemacs21-21.4.24/configure.in:5493:  exec_prefix=`echo '' "$exec_prefix" | sed -e 's:^ ::' -e 's,\([[^/]]\)/*$,\1,'`
xemacs21-21.4.24/configure.in-5494-