===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gcl-2.6.12/add-defs-70- echo "TK_XLIBSW=${TK_XLIBSW}" >> makedefs
gcl-2.6.12/add-defs:71: TK_XLIB_DIR=`echo ${TK_XLIBSW} | sed  "s:-L\\([^ ]*\\) .*:\\1:g"`
gcl-2.6.12/add-defs-72- echo "TK_XLIB_DIR=${TK_XLIB_DIR}" >> makedefs 
##############################################
gcl-2.6.12/ansi-tests/cl-symbols.lsp-179-(deftest symbol-caadar (test-if-not-in-cl-package "caadar") nil)
gcl-2.6.12/ansi-tests/cl-symbols.lsp:180:(deftest symbol-caaddr (test-if-not-in-cl-package "caaddr") nil)
gcl-2.6.12/ansi-tests/cl-symbols.lsp-181-(deftest symbol-caadr (test-if-not-in-cl-package "caadr") nil)
##############################################
gcl-2.6.12/ansi-tests/cl-symbols.lsp-187-(deftest symbol-cadddr (test-if-not-in-cl-package "cadddr") nil)
gcl-2.6.12/ansi-tests/cl-symbols.lsp:188:(deftest symbol-caddr (test-if-not-in-cl-package "caddr") nil)
gcl-2.6.12/ansi-tests/cl-symbols.lsp-189-(deftest symbol-cadr (test-if-not-in-cl-package "cadr") nil)
##############################################
gcl-2.6.12/ansi-tests/cl-symbols.lsp-200-(deftest symbol-cdadar (test-if-not-in-cl-package "cdadar") nil)
gcl-2.6.12/ansi-tests/cl-symbols.lsp:201:(deftest symbol-cdaddr (test-if-not-in-cl-package "cdaddr") nil)
gcl-2.6.12/ansi-tests/cl-symbols.lsp-202-(deftest symbol-cdadr (test-if-not-in-cl-package "cdadr") nil)
##############################################
gcl-2.6.12/ansi-tests/cons-test-01.lsp-265-(deftest cons.34
gcl-2.6.12/ansi-tests/cons-test-01.lsp:266:  (caddr (cons 'a (cons 'b (cons 'c 'd))))
gcl-2.6.12/ansi-tests/cons-test-01.lsp-267-  c)
##############################################
gcl-2.6.12/cmpnew/makefile-31-fns:	../cmpnew/gcl_collectfn.o
gcl-2.6.12/cmpnew/makefile:32:	$(MAKE) fns1 -e "FNS=`echo ${OBJS} | sed -e 's:\.o:\.fn:g'`"
gcl-2.6.12/cmpnew/makefile-33-
##############################################
gcl-2.6.12/cmpnew/makefile-47-newfn:	
gcl-2.6.12/cmpnew/makefile:48:	$(MAKE) `echo $(OBJS) | sed -e 's:\.o:.fn:g'`
gcl-2.6.12/cmpnew/makefile-49-
##############################################
gcl-2.6.12/cmpnew/gcl_cmpeval.lsp-635-  `(progn (si:putprop ',name
gcl-2.6.12/cmpnew/gcl_cmpeval.lsp:636:                      (caddr (si:defmacro* ',name ',vl ',body))
gcl-2.6.12/cmpnew/gcl_cmpeval.lsp-637-                      'compiler-macro)
##############################################
gcl-2.6.12/cmpnew/gcl_cmpflet.lsp-315-    (push (list (car def)
gcl-2.6.12/cmpnew/gcl_cmpflet.lsp:316:                (caddr (si:defmacro* (car def) (cadr def) (cddr def))))
gcl-2.6.12/cmpnew/gcl_cmpflet.lsp-317-          *funs*))
##############################################
gcl-2.6.12/cmpnew/gcl_cmpcall.lsp-192-                  )))
gcl-2.6.12/cmpnew/gcl_cmpcall.lsp:193:         (c2lambda-expr lambda-list (caddr (cddr lambda-expr)))
gcl-2.6.12/cmpnew/gcl_cmpcall.lsp-194-         )
##############################################
gcl-2.6.12/cmpnew/gcl_cmpcall.lsp-201-	      
gcl-2.6.12/cmpnew/gcl_cmpcall.lsp:202:	 (c2let (car lambda-list) args (caddr (cddr lambda-expr)))))
gcl-2.6.12/cmpnew/gcl_cmpcall.lsp-203-  )
##############################################
gcl-2.6.12/cmpnew/gcl_cmpfun.lsp-684-                     (1 (cons 'cadr (cdr args)))
gcl-2.6.12/cmpnew/gcl_cmpfun.lsp:685:                     (2 (cons 'caddr (cdr args)))
gcl-2.6.12/cmpnew/gcl_cmpfun.lsp-686-                     (3 (cons 'cadddr (cdr args)))
##############################################
gcl-2.6.12/cmpnew/gcl_cmpfun.lsp-688-                     (5 (list 'cadr (cons 'cddddr (cdr args))))
gcl-2.6.12/cmpnew/gcl_cmpfun.lsp:689:                     (6 (list 'caddr (cons 'cddddr (cdr args))))
gcl-2.6.12/cmpnew/gcl_cmpfun.lsp-690-                     (7 (list 'cadddr (cons 'cddddr (cdr args))))
##############################################
gcl-2.6.12/cmpnew/gcl_cmplam.lsp-648-  (dolist** (kwd keywords)
gcl-2.6.12/cmpnew/gcl_cmplam.lsp:649:    (cond ((and (eq (caaddr kwd) 'LOCATION) (null (caddr (caddr kwd))))
gcl-2.6.12/cmpnew/gcl_cmplam.lsp-650-           ;;; Cnil has been set if keyword parameter is not supplied.
##############################################
gcl-2.6.12/cmpnew/gcl_cmplam.lsp-886-            (when (cadddr kwd) (c2dm-reserve-v (cadddr kwd))))
gcl-2.6.12/cmpnew/gcl_cmplam.lsp:887:  (dolist** (aux (caddr (cddddr vl)))
gcl-2.6.12/cmpnew/gcl_cmplam.lsp-888-            (c2dm-reserve-v (car aux)))
##############################################
gcl-2.6.12/cmpnew/gcl_cmplam.lsp-901-                        (allow-other-keys (cadr (cddddr vl)))
gcl-2.6.12/cmpnew/gcl_cmplam.lsp:902:                        (auxs (caddr (cddddr vl)))
gcl-2.6.12/cmpnew/gcl_cmplam.lsp-903-                        )
##############################################
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp-564-;;CAADDR
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp:565: (push '((t) t #.(flags)"caaddr(#0)")
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp-566-   (get 'caaddr 'inline-safe))
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp:567:(push '((t) t #.(flags)"CMPcaaddr(#0)")
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp-568-   (get 'caaddr 'inline-unsafe))
##############################################
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp-612-;;CADDR
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp:613: (push '((t) t #.(flags)"caddr(#0)")
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp-614-   (get 'caddr 'inline-safe))
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp:615:(push '((t) t #.(flags)"CMPcaddr(#0)")
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp-616-   (get 'caddr 'inline-unsafe))
##############################################
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp-654-;;CDADDR
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp:655: (push '((t) t #.(flags)"cdaddr(#0)")
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp-656-   (get 'cdaddr 'inline-safe))
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp:657:(push '((t) t #.(flags)"CMPcdaddr(#0)")
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp-658-   (get 'cdaddr 'inline-unsafe))
##############################################
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp-848-                                             'FIXNUM-VALUE)
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp:849:                                            (EQUAL (CADDR (CADR LOC1))
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp-850-                                             2))
##############################################
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp-1260-;;THIRD
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp:1261: (push '((t) t #.(flags)"caddr(#0)")
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp-1262-   (get 'third 'inline-safe))
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp:1263:(push '((t) t #.(flags)"CMPcaddr(#0)")
gcl-2.6.12/cmpnew/gcl_cmpopt.lsp-1264-   (get 'third 'inline-unsafe))
##############################################
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-408-    (push (list (car def)
gcl-2.6.12/cmpnew/gcl_cmptop.lsp:409:                (caddr (si:defmacro* (car def) (cadr def) (cddr def))))
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-410-          *funs*))
##############################################
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-794-		  (setf (var-loc (car v)) (cdr v)))
gcl-2.6.12/cmpnew/gcl_cmptop.lsp:795:              (c2expr (caddr (cddr lambda-expr)))
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-796-              
##############################################
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-989-      
gcl-2.6.12/cmpnew/gcl_cmptop.lsp:990:      (setq deflt (mapcar 'caddr (ll-keywords ll)))
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-991-      (let ((vkdefaults nil)
##############################################
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-1099-      (wt-nl "goto TTL;") (wt-nl1 "TTL:;"))
gcl-2.6.12/cmpnew/gcl_cmptop.lsp:1100:    (c2expr (caddr (cddr lambda-expr)))
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-1101-    
##############################################
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-1133-         (when *compiler-push-events* (wt-nl "ihs_check;"))
gcl-2.6.12/cmpnew/gcl_cmptop.lsp:1134:         (c2lambda-expr (lambda-list lambda-expr) (caddr (cddr lambda-expr)) fname)
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-1135-         (wt-nl1 "}")
##############################################
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-1234-	(t
gcl-2.6.12/cmpnew/gcl_cmptop.lsp:1235:	 (let ((addr (make-info))
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-1236-	       (data (make-info)))
##############################################
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-1318-  (maybe-eval (not (macro-function n)) (cons 'defmacro w));FIXME?
gcl-2.6.12/cmpnew/gcl_cmptop.lsp:1319:  (t1expr `(defun ,n ,@(if macp args (cddr (caddr (si::defmacro* n (pop args) args))))))
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-1320-  (setf (symbol-plist n) l)
##############################################
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-1625-	(when *compiler-push-events* (wt-nl "ihs_check;"))
gcl-2.6.12/cmpnew/gcl_cmptop.lsp:1626:	(c2expr (caddr (cddr lambda-expr)))
gcl-2.6.12/cmpnew/gcl_cmptop.lsp:1627:	;(c2lambda-expr (lambda-list lambda-expr) (caddr (cddr lambda-expr)))
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-1628-;;; Use base if defined for lint
##############################################
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-1677-   (if closure-p
gcl-2.6.12/cmpnew/gcl_cmptop.lsp:1678:       (c2lambda-expr (lambda-list lambda-expr) (caddr (cddr lambda-expr)))
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-1679-     (c2lambda-expr (lambda-list lambda-expr)
gcl-2.6.12/cmpnew/gcl_cmptop.lsp:1680:		    (caddr (cddr lambda-expr)) fun))
gcl-2.6.12/cmpnew/gcl_cmptop.lsp-1681-   (wt-nl1 "}")
##############################################
gcl-2.6.12/cmpnew/gcl_cmpmain.lsp-75- (multiple-value-bind
gcl-2.6.12/cmpnew/gcl_cmpmain.lsp:76:  (code result) (system (mysub (ts string) "$" "\\$"))
gcl-2.6.12/cmpnew/gcl_cmpmain.lsp-77-    (unless (and (zerop code) (zerop result))
##############################################
gcl-2.6.12/comp/lisp-decls.doc-81-(proclaim2 CAADAR (T) T #.(flags ans constantp))   ;Mv touched?
gcl-2.6.12/comp/lisp-decls.doc:82:(proclaim2 CAADDR (T) T #.(flags ans constantp))   ;Mv touched?
gcl-2.6.12/comp/lisp-decls.doc-83-(proclaim2 CAADR (T) T #.(flags ans constantp))   ;Mv touched?
##############################################
gcl-2.6.12/comp/lisp-decls.doc-89-(proclaim2 CADDDR (T) T #.(flags ans constantp))   ;Mv touched?
gcl-2.6.12/comp/lisp-decls.doc:90:(proclaim2 CADDR (T) T #.(flags ans constantp))   ;Mv touched?
gcl-2.6.12/comp/lisp-decls.doc-91-(proclaim2 CADR (T) T #.(flags ans constantp))   ;Mv touched?
##############################################
gcl-2.6.12/comp/lisp-decls.doc-96-(proclaim2 CDADAR (T) T #.(flags ans constantp))   ;Mv touched?
gcl-2.6.12/comp/lisp-decls.doc:97:(proclaim2 CDADDR (T) T #.(flags ans constantp))   ;Mv touched?
gcl-2.6.12/comp/lisp-decls.doc-98-(proclaim2 CDADR (T) T #.(flags ans constantp))   ;Mv touched?
##############################################
gcl-2.6.12/comp/opts.lsp-134-(defopt CAADDR
gcl-2.6.12/comp/opts.lsp:135: ((t) t #.(flags) "Mcaaddr($0)"))
gcl-2.6.12/comp/opts.lsp-136-(defopt CAADR
##############################################
gcl-2.6.12/comp/opts.lsp-150-(defopt CADDR
gcl-2.6.12/comp/opts.lsp:151: ((t) t #.(flags) "Mcaddr($0)"))
gcl-2.6.12/comp/opts.lsp-152-(defopt CADR
##############################################
gcl-2.6.12/comp/opts.lsp-164-(defopt CDADDR
gcl-2.6.12/comp/opts.lsp:165: ((t) t #.(flags) "Mcdaddr($0)"))
gcl-2.6.12/comp/opts.lsp-166-(defopt CDADR
##############################################
gcl-2.6.12/comp/opts.lsp-473-(defopt THIRD
gcl-2.6.12/comp/opts.lsp:474: ((t) t #.(flags) "Mcaddr($0)"))
gcl-2.6.12/comp/opts.lsp-475-(defopt TRUNCATE
##############################################
gcl-2.6.12/configure-new.ac-18-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/configure-new.ac:19:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/configure-new.ac-20-else
##############################################
gcl-2.6.12/configure-new.ac-29-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/configure-new.ac:30:	    system=MP-RAS-`${AWK} '{print $3}' /etc/.relid'`
gcl-2.6.12/configure-new.ac-31-	fi
##############################################
gcl-2.6.12/configure-new.ac-317-				echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/configure-new.ac:318:				MP=`$GCC [[ -Wl,-M ]] -static -o foo foo.c -lbfd -liberty 2>&1 | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/configure-new.ac-319-				rm -f foo.c foo
gcl-2.6.12/configure-new.ac:320:				BFDLIB=`echo $MP | tr ' ' '\012' | grep libbfd.a`
gcl-2.6.12/configure-new.ac:321:				IBRLIB=`echo $MP | tr ' ' '\012' | grep libiberty.a`
gcl-2.6.12/configure-new.ac-322-			fi
##############################################
gcl-2.6.12/configure-new.ac-705-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/configure-new.ac:706:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d `
gcl-2.6.12/configure-new.ac-707-else
##############################################
gcl-2.6.12/configure-new.ac-726-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/configure-new.ac:727:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d `
gcl-2.6.12/configure-new.ac-728-else
##############################################
gcl-2.6.12/configure-new.ac-754-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/configure-new.ac:755:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d `
gcl-2.6.12/configure-new.ac-756-fi
##############################################
gcl-2.6.12/configure-new.ac-789-if test "${TCLSH}" = "" ; then true ; else
gcl-2.6.12/configure-new.ac:790:TCL_CONFIG_PREFIX=`${TCLSH} < conftest.tcl`
gcl-2.6.12/configure-new.ac-791-fi
##############################################
gcl-2.6.12/configure-new.ac-818-#if test "${TKSH}" = "" ; then true ; else
gcl-2.6.12/configure-new.ac:819:#TK_CONFIG_PREFIX=`${TKSH} < conftest.tcl`
gcl-2.6.12/configure-new.ac-820-#fi
##############################################
gcl-2.6.12/configure-new.ac-822-if test "${TCLSH}" = "" ; then true ; else
gcl-2.6.12/configure-new.ac:823:	TK_CONFIG_PREFIX=`echo tcl_findLibrary \"tk\" \"${TCL_VERSION}\" \"\" \"tkConfig.sh\" \"TK_LIBRARY\" tk_library | ${TCLSH} 2>&1 | ${AWK} '/"source / {if (i++) next;sub("/[[^/]]*$","",$2);print $2}'`
gcl-2.6.12/configure-new.ac-824-fi
##############################################
gcl-2.6.12/configure-new.ac-860-if test "$have_ieee" = "0" ; then
gcl-2.6.12/configure-new.ac:861: TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/configure-new.ac-862-fi
##############################################
gcl-2.6.12/configure-new.ac-864-if test "$have_dl" = "0" ; then
gcl-2.6.12/configure-new.ac:865: TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/configure-new.ac-866-fi
##############################################
gcl-2.6.12/elisp/dbl.el-673-    (if arg (setq comm (nth arg dbl-commands)))
gcl-2.6.12/elisp/dbl.el:674:    (setq addr (dbl-read-address))
gcl-2.6.12/elisp/dbl.el-675-    (if (eq (current-buffer) current-dbl-buffer)
##############################################
gcl-2.6.12/gcl-tk/demos/mkSearch.tcl-124-# at periodic intervals.  It normally reschedules itself after each
gcl-2.6.12/gcl-tk/demos/mkSearch.tcl:125:# execution but if an error occurs (e.g. because the window was
gcl-2.6.12/gcl-tk/demos/mkSearch.tcl-126-# deleted) then it doesn't reschedule itself.
##############################################
gcl-2.6.12/gcl-tk/guis.c-56-#ifdef PLATFORM_NEXT
gcl-2.6.12/gcl-tk/guis.c:57:extern unsigned long inet_addr( char *cp );
gcl-2.6.12/gcl-tk/guis.c-58-extern char *inet_ntoa ( struct in_addr in );
##############################################
gcl-2.6.12/gcl-tk/guis.c-349-  addr.sin_port = htons((unsigned short)(name & 0xffff));
gcl-2.6.12/gcl-tk/guis.c:350:  addr.sin_addr.s_addr = inet_addr( host_id );
gcl-2.6.12/gcl-tk/guis.c-351-  memset( addr.sin_zero, 0, 8 );
##############################################
gcl-2.6.12/gmp4/ChangeLog-539-
gcl-2.6.12/gmp4/ChangeLog:540:	* mpn/powerpc64/mode64/dive_1.asm (mpn_divexact_1): Add 'toc'
gcl-2.6.12/gmp4/ChangeLog-541-	parameter to PROLOGUE.
gcl-2.6.12/gmp4/ChangeLog:542:	* mpn/powerpc64/mode64/divrem_1.asm (mpn_divrem_1): Likewise.
gcl-2.6.12/gmp4/ChangeLog:543:	* mpn/powerpc64/mode64/divrem_2.asm (mpn_divrem_2): Likewise.
gcl-2.6.12/gmp4/ChangeLog:544:	* mpn/powerpc64/mode64/gcd_1.asm (mpn_gcd_1): Likewise.
gcl-2.6.12/gmp4/ChangeLog:545:	* mpn/powerpc64/mode64/invert_limb.asm (mpn_invert_limb): Likewise.
gcl-2.6.12/gmp4/ChangeLog:546:	* mpn/powerpc64/mode64/mod_1_1.asm (mpn_mod_1_1p_cps): Likewise.
gcl-2.6.12/gmp4/ChangeLog:547:	* mpn/powerpc64/mode64/mod_1_4.asm (mpn_mod_1s_4p_cps): Likewise.
gcl-2.6.12/gmp4/ChangeLog:548:	* mpn/powerpc64/mode64/mode1o.asm (mpn_modexact_1c_odd): Likewise.
gcl-2.6.12/gmp4/ChangeLog:549:	* mpn/powerpc64/mode64/p7/gcd_1.asm (mpn_gcd_1): Likewise.
gcl-2.6.12/gmp4/ChangeLog:550:	* mpn/powerpc64/p6/lshift.asm (mpn_lshift): Likewise.
gcl-2.6.12/gmp4/ChangeLog:551:	* mpn/powerpc64/p6/lshiftc.asm (mpn_lshiftc): Likewise.
gcl-2.6.12/gmp4/ChangeLog:552:	* mpn/powerpc64/p6/rshift.asm (mpn_rshift): Likewise.
gcl-2.6.12/gmp4/ChangeLog:553:	* mpn/powerpc64/vmx/popcount.asm (mpn_popcount): Likewise.
gcl-2.6.12/gmp4/ChangeLog-554-
##############################################
gcl-2.6.12/gmp4/ChangeLog-561-
gcl-2.6.12/gmp4/ChangeLog:562:	* mpn/generic/div_qr_1.c: Make constant args asm inlines become limbs.
gcl-2.6.12/gmp4/ChangeLog-563-	* mpn/generic/div_qr_1n_pi1.c: Likewise.
##############################################
gcl-2.6.12/gmp4/ChangeLog-592-	* configure.ac: Set symbol OPENBSD for x86-openbsd hosts.
gcl-2.6.12/gmp4/ChangeLog:593:	* mpn/x86_64/fat/fat_entry.asm (PRETEND_PIC): New name for
gcl-2.6.12/gmp4/ChangeLog-594-	PIC_OR_DARWIN.
##############################################
gcl-2.6.12/gmp4/ChangeLog-889-
gcl-2.6.12/gmp4/ChangeLog:890:	* mpn/x86_64/fastsse/copyi.asm Use "test R8(reg)" instead of "bt".
gcl-2.6.12/gmp4/ChangeLog-891-	* mpn/x86_64/fastsse/copyd-palignr.asm: Likewise.
##############################################
gcl-2.6.12/gmp4/ChangeLog-1439-	 (lzcnt): New.
gcl-2.6.12/gmp4/ChangeLog:1440:	* mpn/sparc64/ultrasparct3/missing.asm (__gmpn_lzcnt): New function.
gcl-2.6.12/gmp4/ChangeLog-1441-
##############################################
gcl-2.6.12/gmp4/ChangeLog-1563-
gcl-2.6.12/gmp4/ChangeLog:1564:	* tests/Makefile.am (EXTRA_libtests_la_SOURCES): Add arm32call.asm and
gcl-2.6.12/gmp4/ChangeLog-1565-	arm32check.c.
##############################################
gcl-2.6.12/gmp4/ChangeLog-1578-
gcl-2.6.12/gmp4/ChangeLog:1579:	* tests/x86call.asm: Modernise asm syntax.
gcl-2.6.12/gmp4/ChangeLog-1580-	* tests/amd64call.asm: Likewise.
##############################################
gcl-2.6.12/gmp4/ChangeLog-1618-
gcl-2.6.12/gmp4/ChangeLog:1619:	* mpn/arm64/aors_n.asm (ADDSUB): Remove unused definition.
gcl-2.6.12/gmp4/ChangeLog-1620-
##############################################
gcl-2.6.12/gmp4/ChangeLog-1625-	* mpn/x86_64/missing.asm: Move from mulx/adx since we cannot currently
gcl-2.6.12/gmp4/ChangeLog:1626:	prune missing.asm from path.
gcl-2.6.12/gmp4/ChangeLog-1627-	* mpn/x86_64/mulx/adx/missing-call.m4: Likewise.
##############################################
gcl-2.6.12/gmp4/ChangeLog-1713-	* mpn/sparc64/ultrasparct3/missing.asm: Simulate some v9-2011 insns.
gcl-2.6.12/gmp4/ChangeLog:1714:	* mpn/sparc64/ultrasparct3/missing.m4: Inline or invoke missing.asm for
gcl-2.6.12/gmp4/ChangeLog-1715-	v9-2011 insn.
##############################################
gcl-2.6.12/gmp4/ChangeLog-2474-	From Andoni Morales Alastruey:
gcl-2.6.12/gmp4/ChangeLog:2475:	* longlong.h: Conditionalise ARM asm on !__thumb__.
gcl-2.6.12/gmp4/ChangeLog-2476-
##############################################
gcl-2.6.12/gmp4/ChangeLog-2611-
gcl-2.6.12/gmp4/ChangeLog:2612:	* longlong.h: De-support old POWER asm syntax.
gcl-2.6.12/gmp4/ChangeLog-2613-
##############################################
gcl-2.6.12/gmp4/ChangeLog-3373-
gcl-2.6.12/gmp4/ChangeLog:3374:	* mpn/x86_64/nano/gcd_1.asm: New file, grabbing core2 asm file.
gcl-2.6.12/gmp4/ChangeLog-3375-
##############################################
gcl-2.6.12/gmp4/ChangeLog-3387-	* mpn/x86_64/core2/gcd_1.asm: New file.
gcl-2.6.12/gmp4/ChangeLog:3388:	* mpn/x86_64/k10/gcd_1.asm: New file, grabbing core2 asm file.
gcl-2.6.12/gmp4/ChangeLog-3389-	* mpn/x86_64/bd1/gcd_1.asm: Likewise.
##############################################
gcl-2.6.12/gmp4/ChangeLog-3403-
gcl-2.6.12/gmp4/ChangeLog:3404:	* mpn/x86_64/fat/fat_entry.asm (FAT_INIT): Expand before fat_init to
gcl-2.6.12/gmp4/ChangeLog-3405-	reduce branch offsets.  Pass plain 0,1,3... in %al since we'd else run
##############################################
gcl-2.6.12/gmp4/ChangeLog-3407-
gcl-2.6.12/gmp4/ChangeLog:3408:	* mpn/x86_64/fat/fat_entry.asm (fat_init): Scale passed index value.
gcl-2.6.12/gmp4/ChangeLog:3409:	* mpn/x86/fat/fat_entry.asm (fat_init): Use movzbl for expanding index
gcl-2.6.12/gmp4/ChangeLog-3410-	value.
##############################################
gcl-2.6.12/gmp4/ChangeLog-4612-
gcl-2.6.12/gmp4/ChangeLog:4613:	* longlong.h (s390x): Add __CLOBBER_CC for relevant asm patterns.
gcl-2.6.12/gmp4/ChangeLog-4614-	* mpn/generic/mod_1_1.c (s390x add_mssaaaa): Likewise.
##############################################
gcl-2.6.12/gmp4/ChangeLog-4962-	* config.guess: Don't print newline in x86 cpuid function.
gcl-2.6.12/gmp4/ChangeLog:4963:	Rewrite x86-64 cpu recognition asm code to work under Windoze.
gcl-2.6.12/gmp4/ChangeLog-4964-
##############################################
gcl-2.6.12/gmp4/ChangeLog-5141-
gcl-2.6.12/gmp4/ChangeLog:5142:	* mpn/x86_64/fat/fat_entry.asm (PIC_OR_DARWIN): New symbol.  Use it to
gcl-2.6.12/gmp4/ChangeLog-5143-	work around Darwin problems.
##############################################
gcl-2.6.12/gmp4/ChangeLog-5219-
gcl-2.6.12/gmp4/ChangeLog:5220:	* mpn/x86_64/invert_limb.asm [PIC]: Declare mpn_invert_limb_table
gcl-2.6.12/gmp4/ChangeLog-5221-	as .protected.
##############################################
gcl-2.6.12/gmp4/ChangeLog-5239-
gcl-2.6.12/gmp4/ChangeLog:5240:	* mpn/x86_64/invert_limb_table.asm (mpn_invert_limb_table): New
gcl-2.6.12/gmp4/ChangeLog-5241-	file. Extracted approximation table from invert_limb.asm, renamed
##############################################
gcl-2.6.12/gmp4/ChangeLog-5337-
gcl-2.6.12/gmp4/ChangeLog:5338:	* mpn/generic/mod_1_1.c: Disable powerpc asm for _LONG_LONG_LIMB.
gcl-2.6.12/gmp4/ChangeLog-5339-	* mpn/generic/div_qr_2.c: Likewise.
gcl-2.6.12/gmp4/ChangeLog-5340-
gcl-2.6.12/gmp4/ChangeLog:5341:	* mpn/generic/div_qr_2.c: Use asm just for gcc.
gcl-2.6.12/gmp4/ChangeLog-5342-	Make powerpc add_sssaaaa work for 32-bit case, and use less strict
##############################################
gcl-2.6.12/gmp4/ChangeLog-5534-
gcl-2.6.12/gmp4/ChangeLog:5535:	* Move new aorrlsh_n.asm to new k8 dir.  Revert
gcl-2.6.12/gmp4/ChangeLog-5536-	mpn/x86_64/aorrlsh_n.asm.
##############################################
gcl-2.6.12/gmp4/ChangeLog-5547-
gcl-2.6.12/gmp4/ChangeLog:5548:	* mpn/x86_64/core2/aorrlsh_n.asm: New file, grabbing another asm file.
gcl-2.6.12/gmp4/ChangeLog-5549-
##############################################
gcl-2.6.12/gmp4/ChangeLog-5633-
gcl-2.6.12/gmp4/ChangeLog:5634:	* mpn/x86_64/mod_1_1.asm (mpn_mod_1_1p_cps): Eliminated a neg and
gcl-2.6.12/gmp4/ChangeLog-5635-	two mov instructions.
gcl-2.6.12/gmp4/ChangeLog-5636-
gcl-2.6.12/gmp4/ChangeLog:5637:	* mpn/x86/k7/mod_1_1.asm (mpn_mod_1_1p_cps): Simplified
gcl-2.6.12/gmp4/ChangeLog:5638:	computation, analogous to recent x86_64/mod_1_1.asm changes.
gcl-2.6.12/gmp4/ChangeLog-5639-	(mpn_mod_1_1p): Corresponding changes. Don't shift b.
##############################################
gcl-2.6.12/gmp4/ChangeLog-5683-
gcl-2.6.12/gmp4/ChangeLog:5684:	* mpn/x86_64/mod_1_1.asm (mpn_mod_1_1p_cps): Simplified
gcl-2.6.12/gmp4/ChangeLog-5685-	computation of B2modb, use B^2 mod (normalized b).
##############################################
gcl-2.6.12/gmp4/ChangeLog-5775-
gcl-2.6.12/gmp4/ChangeLog:5776:	* mpn/x86/k7/mod_1_1.asm (mpn_mod_1_1p): Rewrite using the same
gcl-2.6.12/gmp4/ChangeLog-5777-	algorithm as the x86_64 version.
##############################################
gcl-2.6.12/gmp4/ChangeLog-5784-
gcl-2.6.12/gmp4/ChangeLog:5785:	* mpn/x86_64/mod_1_1.asm (mpn_mod_1_1p): Shaved off one
gcl-2.6.12/gmp4/ChangeLog-5786-	instruction and one register in the inner loop. Rearranged
##############################################
gcl-2.6.12/gmp4/ChangeLog-5799-
gcl-2.6.12/gmp4/ChangeLog:5800:	* mpn/x86_64/mod_1_1.asm (mpn_mod_1_1p): Rewrite.
gcl-2.6.12/gmp4/ChangeLog-5801-
##############################################
gcl-2.6.12/gmp4/ChangeLog-5803-
gcl-2.6.12/gmp4/ChangeLog:5804:	* mpn/x86/atom/lshiftc.asm: New file (a copy of lshift.asm with a handful of neg added).
gcl-2.6.12/gmp4/ChangeLog-5805-
##############################################
gcl-2.6.12/gmp4/ChangeLog-5949-
gcl-2.6.12/gmp4/ChangeLog:5950:	* mpn/x86/atom/mode1o.asm: New file, grabbing another asm file.
gcl-2.6.12/gmp4/ChangeLog-5951-	* mpn/x86/atom/mul_1.asm: Claim mul_1c.
##############################################
gcl-2.6.12/gmp4/ChangeLog-5994-
gcl-2.6.12/gmp4/ChangeLog:5995:	* mpn/x86/atom/copyd.asm: New file, grabbing another asm file.
gcl-2.6.12/gmp4/ChangeLog-5996-	* mpn/x86/atom/copyi.asm: Likewise.
##############################################
gcl-2.6.12/gmp4/ChangeLog-6015-
gcl-2.6.12/gmp4/ChangeLog:6016:	* mpn/x86_64/atom/rsh1aors_n.asm: New file, grabbing another asm file.
gcl-2.6.12/gmp4/ChangeLog-6017-	* mpn/x86_64/atom/popcount.asm: Likewise.
##############################################
gcl-2.6.12/gmp4/ChangeLog-6414-
gcl-2.6.12/gmp4/ChangeLog:6415:	* mpn/x86_64/mod_1_1.asm (mpn_mod_1_1p_cps): Rewrite.
gcl-2.6.12/gmp4/ChangeLog:6416:	* mpn/x86_64/mod_1_2.asm (mpn_mod_1s_2p_cps): Rewrite.
gcl-2.6.12/gmp4/ChangeLog:6417:	* mpn/x86_64/mod_1_4.asm (mpn_mod_1s_4p_cps): Rewrite.
gcl-2.6.12/gmp4/ChangeLog-6418-
##############################################
gcl-2.6.12/gmp4/ChangeLog-6421-	* mpn/x86/k7/mod_1_1.asm: New file.
gcl-2.6.12/gmp4/ChangeLog:6422:	* mpn/x86/pentium4/sse2/mod_1_1.asm (mpn_mod_1_1p_cps): Rewrite.
gcl-2.6.12/gmp4/ChangeLog:6423:	* mpn/x86/k7/mod_1_4.asm (mpn_mod_1s_4p_cps): Rewrite.
gcl-2.6.12/gmp4/ChangeLog:6424:	* mpn/x86/pentium4/sse2/mod_1_4.asm (mpn_mod_1s_4p_cps): Rewrite.
gcl-2.6.12/gmp4/ChangeLog-6425-
##############################################
gcl-2.6.12/gmp4/ChangeLog-6483-
gcl-2.6.12/gmp4/ChangeLog:6484:	* mpn/generic/redc_2.c: Use asm code just for GNU C.
gcl-2.6.12/gmp4/ChangeLog-6485-
##############################################
gcl-2.6.12/gmp4/ChangeLog-6585-
gcl-2.6.12/gmp4/ChangeLog:6586:	* mpn/x86_64/mod_1_1.asm (mpn_mod_1_1p): Use macro register names.
gcl-2.6.12/gmp4/ChangeLog-6587-	(mpn_mod_1_1p_cps): Rewrite.
##############################################
gcl-2.6.12/gmp4/ChangeLog-6903-
gcl-2.6.12/gmp4/ChangeLog:6904:	* mpn/alpha/ev6/mod_1_4.asm (mpn_mod_1s_4p_cps): Rewrite.
gcl-2.6.12/gmp4/ChangeLog-6905-
##############################################
gcl-2.6.12/gmp4/ChangeLog-7101-
gcl-2.6.12/gmp4/ChangeLog:7102:	* mpn/x86_64/aorrlsh_n.asm (cnt): Fix a typo.
gcl-2.6.12/gmp4/ChangeLog-7103-	* mpn/x86_64/lshsub_n.asm: Likewise.
##############################################
gcl-2.6.12/gmp4/ChangeLog-7255-
gcl-2.6.12/gmp4/ChangeLog:7256:	* mpn/x86/invert_limb.asm (approx_tab): Use DEF_OBJECT.
gcl-2.6.12/gmp4/ChangeLog-7257-	Rename and globalise it to work around Mac OS bug.
##############################################
gcl-2.6.12/gmp4/ChangeLog-7259-	With Philip McLaughlin:
gcl-2.6.12/gmp4/ChangeLog:7260:	* mpn/x86_64/gcd_1.asm (ctz_table): Don't use local prefix, but
gcl-2.6.12/gmp4/ChangeLog-7261-	use DEF_OBJECT...END_OBJECT.
##############################################
gcl-2.6.12/gmp4/ChangeLog-7273-
gcl-2.6.12/gmp4/ChangeLog:7274:	* mpn/x86_64/fat/fat_entry.asm (mpn_cpuid_available): Remove function.
gcl-2.6.12/gmp4/ChangeLog-7275-
##############################################
gcl-2.6.12/gmp4/ChangeLog-8447-
gcl-2.6.12/gmp4/ChangeLog:8448:	* mpn/x86_64/sqr_basecase.asm (SQR_TOOM2_THRESHOLD_MAX): Avoid quoting
gcl-2.6.12/gmp4/ChangeLog-8449-	to allow configure.in parse it more easily.  Trim from 120 to 80.
##############################################
gcl-2.6.12/gmp4/ChangeLog-8657-
gcl-2.6.12/gmp4/ChangeLog:8658:	* mpn/x86/k7/gcd_1.asm (MASK): Compute from MAXSHIFT.
gcl-2.6.12/gmp4/ChangeLog-8659-
##############################################
gcl-2.6.12/gmp4/ChangeLog-9323-	* mpn/x86_64/addlsh1_n.asm: Removed.
gcl-2.6.12/gmp4/ChangeLog:9324:	* mpn/x86_64/aorrlsh1_n.asm: Generalised addlsh1_n.asm to handle
gcl-2.6.12/gmp4/ChangeLog-9325-	addlsh1_n and rsblsh1_n functionality.
##############################################
gcl-2.6.12/gmp4/ChangeLog-9981-
gcl-2.6.12/gmp4/ChangeLog:9982:	* mpn/x86_64/redc_1.asm (CALL): Move from here...
gcl-2.6.12/gmp4/ChangeLog-9983-	* mpn/x86_64/x86_64-defs.m4: ...to here.
##############################################
gcl-2.6.12/gmp4/ChangeLog-10812-	* mpn/x86_64/sub_n.asm: Likewise.
gcl-2.6.12/gmp4/ChangeLog:10813:	* mpn/x86_64/sublsh1_n.asm Likewise.
gcl-2.6.12/gmp4/ChangeLog-10814-	* mpn/x86_64/pentium4/aors_n.asm: Likewise.
##############################################
gcl-2.6.12/gmp4/ChangeLog-11400-
gcl-2.6.12/gmp4/ChangeLog:11401:	* mpn/alpha/ev6/nails/aors_n.asm (CYSH): Import proper setting from
gcl-2.6.12/gmp4/ChangeLog-11402-	deleted mpn_sub_n.
##############################################
gcl-2.6.12/gmp4/ChangeLog-11746-
gcl-2.6.12/gmp4/ChangeLog:11747:	* mpn/alpha/ev6/sub_n.asm: Analogous changes as to add_n.asm last.
gcl-2.6.12/gmp4/ChangeLog-11748-
##############################################
gcl-2.6.12/gmp4/ChangeLog-11891-
gcl-2.6.12/gmp4/ChangeLog:11892:	* mpn/x86/pentium4/sse2/addmul_1.asm (mpn_addmul_1c): Put carry in
gcl-2.6.12/gmp4/ChangeLog-11893-	proper register.
##############################################
gcl-2.6.12/gmp4/ChangeLog-11959-
gcl-2.6.12/gmp4/ChangeLog:11960:	* mpn/powerpc64: Use L() for all asm files.
gcl-2.6.12/gmp4/ChangeLog-11961-
##############################################
gcl-2.6.12/gmp4/ChangeLog-12631-
gcl-2.6.12/gmp4/ChangeLog:12632:	* gmp-impl.h (FORCE_DOUBLE): Don't use an asm with a match constraint
gcl-2.6.12/gmp4/ChangeLog-12633-	on a memory output, apparently not supported and provokes a warning
##############################################
gcl-2.6.12/gmp4/ChangeLog-12681-	the scanf directory.
gcl-2.6.12/gmp4/ChangeLog:12682:	(asm files): Transform labels L(foo) -> Lfoo.  Take func name from
gcl-2.6.12/gmp4/ChangeLog-12683-	PROLOGUE to support empty "EPILOGUE()".  Recognise and substitute
##############################################
gcl-2.6.12/gmp4/ChangeLog-12970-	* longlong.h (count_leading_zeros) [alpha gcc]: New version, inlining
gcl-2.6.12/gmp4/ChangeLog:12971:	mpn/alpha/cntlz.asm cmpbge technique.
gcl-2.6.12/gmp4/ChangeLog-12972-
##############################################
gcl-2.6.12/gmp4/ChangeLog-13417-
gcl-2.6.12/gmp4/ChangeLog:13418:	* mpn/x86/pentium4/sse2/addlsh1_n.asm (PARAM_CARRY): Remove macro, not
gcl-2.6.12/gmp4/ChangeLog-13419-	used, no such parameter.
##############################################
gcl-2.6.12/gmp4/ChangeLog-13682-
gcl-2.6.12/gmp4/ChangeLog:13683:	* gmp-impl.h: Change asm => __asm__, tabify.
gcl-2.6.12/gmp4/ChangeLog-13684-	* mpz/get_d_2exp.c: Likewise.
##############################################
gcl-2.6.12/gmp4/ChangeLog-14522-
gcl-2.6.12/gmp4/ChangeLog:14523:	* mpn/m68k/aors_n.asm (INPUT PARAMETERS): Fix typo.
gcl-2.6.12/gmp4/ChangeLog-14524-	* mpn/m68k/lshift.asm: Likewise.
##############################################
gcl-2.6.12/gmp4/ChangeLog-14841-	* mpn/x86/pentium4/sse2/gmp-mparam.h (USE_PREINV_DIVREM_1,
gcl-2.6.12/gmp4/ChangeLog:14842:	USE_PREINV_MOD_1): Set to 1 for new asm versions.
gcl-2.6.12/gmp4/ChangeLog-14843-
##############################################
gcl-2.6.12/gmp4/ChangeLog-15193-	handled by PROLOGUE and EPILOGUE.  Comment out .callinfo, per other
gcl-2.6.12/gmp4/ChangeLog:15194:	asm files.
gcl-2.6.12/gmp4/ChangeLog-15195-
##############################################
gcl-2.6.12/gmp4/ChangeLog-15537-	* configure.in (m68060-*-*): Fallback to gcc -m68000 when -m68060 not
gcl-2.6.12/gmp4/ChangeLog:15538:	available, and don't use mpn/m68k/mc68020 asm routines.  (Avoids 32x32
gcl-2.6.12/gmp4/ChangeLog-15539-	mul and 64/32 div which trap to the kernel on 68060.  Advice by
##############################################
gcl-2.6.12/gmp4/ChangeLog-15768-
gcl-2.6.12/gmp4/ChangeLog:15769:	* configure.in (alpha*-*-* gcc): Add asm option before testing -mcpu,
gcl-2.6.12/gmp4/ChangeLog-15770-	for the benefit of gcc 2.9-gnupro-99r1 on alphaev68-dec-osf5.1 which
##############################################
gcl-2.6.12/gmp4/ChangeLog-16361-	(GMP_ASM_UNDERSCORE): Grep the output of "nm" instead of trying to
gcl-2.6.12/gmp4/ChangeLog:16362:	construct an asm file, and in case of failure fallback on no
gcl-2.6.12/gmp4/ChangeLog-16363-	underscore and a warning.
##############################################
gcl-2.6.12/gmp4/ChangeLog-16459-	* tests/Makefile.am (EXTRA_libtests_la_SOURCES): Use this for
gcl-2.6.12/gmp4/ChangeLog:16460:	x86call.asm and x86check.c rather than libdummy.
gcl-2.6.12/gmp4/ChangeLog-16461-
##############################################
gcl-2.6.12/gmp4/ChangeLog-17042-	* longlong.h: Define COUNT_LEADING_ZEROS_NEED_CLZ_TAB for all alphas,
gcl-2.6.12/gmp4/ChangeLog:17043:	since mpn/alpha/cntlz.asm always goes into libgmp.so, even for ev67
gcl-2.6.12/gmp4/ChangeLog-17044-	and ev68 which don't need it.  Reported by David Bremner.
##############################################
gcl-2.6.12/gmp4/ChangeLog-17194-	* mpn/x86/pentium/mmx/popham.asm: Remove file, not faster than plain
gcl-2.6.12/gmp4/ChangeLog:17195:	mpn/x86/pentium/popcount.asm for the popcount.
gcl-2.6.12/gmp4/ChangeLog-17196-
##############################################
gcl-2.6.12/gmp4/ChangeLog-17224-
gcl-2.6.12/gmp4/ChangeLog:17225:	* mpn/ia64/*.asm [hpux ABI=32]: Extend 32-bit operands to 64-bits, not
gcl-2.6.12/gmp4/ChangeLog-17226-	optimal and might not be sufficient, but seems to work.
##############################################
gcl-2.6.12/gmp4/ChangeLog-17401-
gcl-2.6.12/gmp4/ChangeLog:17402:	* gmp-impl.h (popc_limb): Add an ia64 asm version.
gcl-2.6.12/gmp4/ChangeLog-17403-	(DItype): Use HAVE_LONG_LONG to choose long long, avoiding _LONGLONG
##############################################
gcl-2.6.12/gmp4/ChangeLog-17516-	Renamed from udiv_qrnnd.asm, for consistency with other udiv's.
gcl-2.6.12/gmp4/ChangeLog:17517:	* mpn/pa64/umul.asm: Renamed from umul_ppmm.asm likewise.
gcl-2.6.12/gmp4/ChangeLog-17518-	* configure.in (hppa*-*-*): Update extra_functions.
##############################################
gcl-2.6.12/gmp4/ChangeLog-17645-	* configure.in (*sparc*-*-* ABI=32): extra_functions="udiv" for all,
gcl-2.6.12/gmp4/ChangeLog:17646:	in particular sparc32/v8/udiv.asm is faster (on ultrasparc2) than
gcl-2.6.12/gmp4/ChangeLog-17647-	udiv_fp previously used for v9 chips.
##############################################
gcl-2.6.12/gmp4/ChangeLog-17950-	timebase, and mpn_add_n operand overlaps.
gcl-2.6.12/gmp4/ChangeLog:17951:	* tune/many.pl: Add udiv.asm support.
gcl-2.6.12/gmp4/ChangeLog-17952-
##############################################
gcl-2.6.12/gmp4/ChangeLog-18246-	* mpn/asm-defs.m4: Add define_mpn(preinv_divrem_1).
gcl-2.6.12/gmp4/ChangeLog:18247:	* configure.in: Allow divrem_1.asm to provide mpn_preinv_divrem_1.
gcl-2.6.12/gmp4/ChangeLog-18248-
##############################################
gcl-2.6.12/gmp4/ChangeLog-19533-	* mpn/alpha/unicos.m4, mpn/alpha/default.m4, mpn/alpha/cntlz.asm,
gcl-2.6.12/gmp4/ChangeLog:19534:	mpn/alpha/invert_limb.asm (PROLOGUE_GP): Change to an optional "gp"
gcl-2.6.12/gmp4/ChangeLog-19535-	parameter on plain PROLOGUE.
##############################################
gcl-2.6.12/gmp4/ChangeLog-21227-
gcl-2.6.12/gmp4/ChangeLog:21228:	* gmp-h.in (__GMPN_ADD_1, __GMPN_SUB_1) [i386]: Fix some asm output
gcl-2.6.12/gmp4/ChangeLog-21229-	constraints.
##############################################
gcl-2.6.12/gmp4/ChangeLog-22162-
gcl-2.6.12/gmp4/ChangeLog:22163:	* tune/speed.h (speed_cyclecounter): Inline asm version for i386.
gcl-2.6.12/gmp4/ChangeLog-22164-
##############################################
gcl-2.6.12/gmp4/ChangeLog-23232-	MPN_PATH, amend test program indenting.
gcl-2.6.12/gmp4/ChangeLog:23233:	(none-*-*): Add -DNO_ASM to gcc to disable longlong.h asm macros in
gcl-2.6.12/gmp4/ChangeLog-23234-	generic C.
##############################################
gcl-2.6.12/gmp4/ChangeLog-23306-	* configure.in (alpha*-cray-unicos*): Disable SPEED_CYCLECOUNTER_OBJ,
gcl-2.6.12/gmp4/ChangeLog:23307:	as tune/alpha.asm doesn't suit.
gcl-2.6.12/gmp4/ChangeLog-23308-
##############################################
gcl-2.6.12/gmp4/ChangeLog-23435-
gcl-2.6.12/gmp4/ChangeLog:23436:	* configure.in: Let an asm mod_1 provide a preinv_mod_1 entrypoint.
gcl-2.6.12/gmp4/ChangeLog-23437-
##############################################
gcl-2.6.12/gmp4/ChangeLog-23961-	* configure.in [SPEED_CYCLECOUNTER_OBJS switch]:
gcl-2.6.12/gmp4/ChangeLog:23962:	Declare hppa.asm as just 32 bits (cyclecounter_size=1).
gcl-2.6.12/gmp4/ChangeLog-23963-
##############################################
gcl-2.6.12/gmp4/ChangeLog-24140-	* configure.in (found_asm, M4): Account for SPEED_CYCLECOUNTER_OBJ,
gcl-2.6.12/gmp4/ChangeLog:24141:	for the benefit of targets whose only .asm is a cycle counter.
gcl-2.6.12/gmp4/ChangeLog-24142-
##############################################
gcl-2.6.12/gmp4/ChangeLog-24152-
gcl-2.6.12/gmp4/ChangeLog:24153:	* add_n.asm addmul_1.asm mul_1.asm popcount.asm sub_n.asm:
gcl-2.6.12/gmp4/ChangeLog-24154-	Preserve ar.lc as required by ABI.
##############################################
gcl-2.6.12/gmp4/ChangeLog-24355-
gcl-2.6.12/gmp4/ChangeLog:24356:	* configure.in: Run GMP_CHECK_ASM tests only if needed.
gcl-2.6.12/gmp4/ChangeLog-24357-	* acinclude.m4 (GMP_CHECK_ASM_MMX): Don't use GMP_CHECK_ASM_TEXT.
##############################################
gcl-2.6.12/gmp4/ChangeLog-24434-
gcl-2.6.12/gmp4/ChangeLog:24435:	* longlong.h: Move NO_ASM test around all assembly code.
gcl-2.6.12/gmp4/ChangeLog-24436-	From gcc:
##############################################
gcl-2.6.12/gmp4/ChangeLog-24904-	* macos/configure: Create target directories. Don't transform
gcl-2.6.12/gmp4/ChangeLog:24905:	'(C)' to '(;)' in a 'dnl' line comment in .asm file.
gcl-2.6.12/gmp4/ChangeLog-24906-	* Makefile.am: Delete macos targets.
##############################################
gcl-2.6.12/gmp4/ChangeLog-24991-	* mpn/sparc64/addmul1h.asm, mpn/sparc64/submul1h.asm: Renamed from
gcl-2.6.12/gmp4/ChangeLog:24992:	addmul_1h.asm, submul_1h.asm to avoid name conflicts on an 8.3
gcl-2.6.12/gmp4/ChangeLog-24993-	filesystem.
##############################################
gcl-2.6.12/gmp4/ChangeLog-25065-	hppa*-*-*.
gcl-2.6.12/gmp4/ChangeLog:25066:	* tune/Makefile.am (EXTRA_DIST): Add hppa.asm and hppa2.asm.
gcl-2.6.12/gmp4/ChangeLog-25067-
##############################################
gcl-2.6.12/gmp4/ChangeLog-25097-
gcl-2.6.12/gmp4/ChangeLog:25098:	* mpn/tests/Makefile.am: Use $(MAKE) in .asm rules, not "m".
gcl-2.6.12/gmp4/ChangeLog-25099-	* tune/Makefile.am: Use $(EXEEXT) and libtool --config objdir, for
##############################################
gcl-2.6.12/gmp4/ChangeLog-25327-	* tune/*: Plain "unsigned" for speed_cyclecounter.
gcl-2.6.12/gmp4/ChangeLog:25328:	* configure.in: Use tune/sparcv9.asm for 32 and 64 bit modes.
gcl-2.6.12/gmp4/ChangeLog-25329-	* tune/sparc64.asm: Remove file.
##############################################
gcl-2.6.12/gmp4/ChangeLog-25628-	versions.
gcl-2.6.12/gmp4/ChangeLog:25629:	* configure.in (*-cray-unicos*): Disable asm syntax checking; set
gcl-2.6.12/gmp4/ChangeLog-25630-	compiler explicitly.
##############################################
gcl-2.6.12/gmp4/ChangeLog-25808-	* gmp.texi (Installing GMP): Add note on bad OpenBSD 2.6 m4.
gcl-2.6.12/gmp4/ChangeLog:25809:	(Reporting Bugs): Ask for config.m4 if asm file related.
gcl-2.6.12/gmp4/ChangeLog-25810-	(I/O of Rationals): New section, add mpq_out_str.
##############################################
gcl-2.6.12/gmp4/ChangeLog-26048-	* longlong.h (umul_ppmm, udiv_qrnnd): Use a library version if
gcl-2.6.12/gmp4/ChangeLog:26049:	it's available and an asm macro isn't.
gcl-2.6.12/gmp4/ChangeLog-26050-	* gmp-impl.h (invert_limb): Ditto.
##############################################
gcl-2.6.12/gmp4/ChangeLog-27148-	* mpn/alpha/default.m4 (FLOAT64): New define.
gcl-2.6.12/gmp4/ChangeLog:27149:	* mpn/alpha/invert_limb.asm (C36): Use FLOAT64.
gcl-2.6.12/gmp4/ChangeLog-27150-
##############################################
gcl-2.6.12/gmp4/ChangeLog-27701-	* configure.in: Symlink mpn/asm-defs.m4 to build-dir/mpn.  Link
gcl-2.6.12/gmp4/ChangeLog:27702:	multi-function files to mpn/<function>.asm and remove function
gcl-2.6.12/gmp4/ChangeLog-27703-	name from `gmp_mpn_functions'.
##############################################
gcl-2.6.12/gmp4/ChangeLog-29187-
gcl-2.6.12/gmp4/ChangeLog:29188:	* gmp-impl.h (MPN_COPY_INCR, MPN_COPY_DECR): Define as inline asm for
gcl-2.6.12/gmp4/ChangeLog-29189-	for x86, but leave disabled for now.
##############################################
gcl-2.6.12/gmp4/ChangeLog-29677-
gcl-2.6.12/gmp4/ChangeLog:29678:	* mpn/generic/sqrtrem.c (SQRT): New asm for x86, but leave it
gcl-2.6.12/gmp4/ChangeLog-29679-	disabled for now.
##############################################
gcl-2.6.12/gmp4/ChangeLog-31564-
gcl-2.6.12/gmp4/ChangeLog:31565:	* mpn/generic/sqrt.c (SQRT): New asm for IBM POWER2.
gcl-2.6.12/gmp4/ChangeLog-31566-
##############################################
gcl-2.6.12/gmp4/ChangeLog-32282-	* longlong.h (__29k__): Remove duplicated udiv_qrnnd definition.
gcl-2.6.12/gmp4/ChangeLog:32283:	* longlong.h (__29k__ umul_ppmm): Split asm instructions into two
gcl-2.6.12/gmp4/ChangeLog:32284:	  asm statements (gives better code if either the upper or lower
gcl-2.6.12/gmp4/ChangeLog-32285-	  part of the product is unused.
##############################################
gcl-2.6.12/gmp4/ChangeLog-32673-	* longlong.h (___IBMR2__): Define umul_ppmm, add_ssaaaa, sub_ddmmss.
gcl-2.6.12/gmp4/ChangeLog:32674:	* longlong.h (__sparc__): Don't call .umul; expand asm instead.
gcl-2.6.12/gmp4/ChangeLog-32675-	  Don't define __umulsidi3 (i.e. use default definition).
##############################################
gcl-2.6.12/gmp4/INSTALL-173-directory configuration variables that were expressed in terms of
gcl-2.6.12/gmp4/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
gcl-2.6.12/gmp4/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
gcl-2.6.12/gmp4/Makefile.am-339-gen-fac$(EXEEXT_FOR_BUILD): gen-fac$(U_FOR_BUILD).c bootstrap.c
gcl-2.6.12/gmp4/Makefile.am:340:	$(CC_FOR_BUILD) `test -f 'gen-fac$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-fac$(U_FOR_BUILD).c -o gen-fac$(EXEEXT_FOR_BUILD)
gcl-2.6.12/gmp4/Makefile.am-341-DISTCLEANFILES += gen-fac$(EXEEXT_FOR_BUILD)
##############################################
gcl-2.6.12/gmp4/Makefile.am-353-gen-fib$(EXEEXT_FOR_BUILD): gen-fib$(U_FOR_BUILD).c bootstrap.c
gcl-2.6.12/gmp4/Makefile.am:354:	$(CC_FOR_BUILD) `test -f 'gen-fib$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-fib$(U_FOR_BUILD).c -o gen-fib$(EXEEXT_FOR_BUILD)
gcl-2.6.12/gmp4/Makefile.am-355-DISTCLEANFILES += gen-fib$(EXEEXT_FOR_BUILD)
##############################################
gcl-2.6.12/gmp4/Makefile.am-367-gen-bases$(EXEEXT_FOR_BUILD): gen-bases$(U_FOR_BUILD).c bootstrap.c
gcl-2.6.12/gmp4/Makefile.am:368:	$(CC_FOR_BUILD) `test -f 'gen-bases$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-bases$(U_FOR_BUILD).c -o gen-bases$(EXEEXT_FOR_BUILD) $(LIBM_FOR_BUILD)
gcl-2.6.12/gmp4/Makefile.am-369-DISTCLEANFILES += gen-bases$(EXEEXT_FOR_BUILD)
##############################################
gcl-2.6.12/gmp4/Makefile.am-377-gen-trialdivtab$(EXEEXT_FOR_BUILD): gen-trialdivtab$(U_FOR_BUILD).c bootstrap.c
gcl-2.6.12/gmp4/Makefile.am:378:	$(CC_FOR_BUILD) `test -f 'gen-trialdivtab$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-trialdivtab$(U_FOR_BUILD).c -o gen-trialdivtab$(EXEEXT_FOR_BUILD) $(LIBM_FOR_BUILD)
gcl-2.6.12/gmp4/Makefile.am-379-DISTCLEANFILES += gen-trialdivtab$(EXEEXT_FOR_BUILD)
##############################################
gcl-2.6.12/gmp4/Makefile.am-387-gen-jacobitab$(EXEEXT_FOR_BUILD): gen-jacobitab$(U_FOR_BUILD).c
gcl-2.6.12/gmp4/Makefile.am:388:	$(CC_FOR_BUILD) `test -f 'gen-jacobitab$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-jacobitab$(U_FOR_BUILD).c -o gen-jacobitab$(EXEEXT_FOR_BUILD)
gcl-2.6.12/gmp4/Makefile.am-389-DISTCLEANFILES += gen-jacobitab$(EXEEXT_FOR_BUILD)
##############################################
gcl-2.6.12/gmp4/Makefile.am-397-gen-psqr$(EXEEXT_FOR_BUILD): gen-psqr$(U_FOR_BUILD).c bootstrap.c
gcl-2.6.12/gmp4/Makefile.am:398:	$(CC_FOR_BUILD) `test -f 'gen-psqr$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-psqr$(U_FOR_BUILD).c -o gen-psqr$(EXEEXT_FOR_BUILD) $(LIBM_FOR_BUILD)
gcl-2.6.12/gmp4/Makefile.am-399-DISTCLEANFILES += gen-psqr$(EXEEXT_FOR_BUILD)
##############################################
gcl-2.6.12/gmp4/Makefile.am-418-#		| grep -q "^# *$(VERSION) *$(LIBGMP_LT_CURRENT):$(LIBGMP_LT_REVISION):$(LIBGMP_LT_AGE) *$(LIBGMPXX_LT_CURRENT):$(LIBGMPXX_LT_REVISION):$(LIBGMPXX_LT_AGE)"
gcl-2.6.12/gmp4/Makefile.am:419:#	test -z "`sed -n 's/^# *[0-9]*\.[0-9]*\.[0-9]* *\([0-9]*:[0-9]*:[0-9]*\) *\([0-9]*:[0-9]*:[0-9]*\) *\([0-9]*:[0-9]*:[0-9]*\).*/A\1\nB\2\nC\3/p' $(srcdir)/Makefile.am | grep -v 'A6:3:3\|B3:5:0\|C4:7:1' | sort | uniq -d`"
gcl-2.6.12/gmp4/Makefile.am-420-
##############################################
gcl-2.6.12/gmp4/Makefile.am-423-check-mini-gmp:
gcl-2.6.12/gmp4/Makefile.am:424:	abs_srcdir="`cd $(srcdir) && pwd`" ; \
gcl-2.6.12/gmp4/Makefile.am-425-	$(MKDIR_P) mini-gmp/tests \
##############################################
gcl-2.6.12/gmp4/Makefile.am-438-	if [ -d mini-gmp/tests ] ; then \
gcl-2.6.12/gmp4/Makefile.am:439:	  abs_srcdir="`cd $(srcdir) && pwd`" ; \
gcl-2.6.12/gmp4/Makefile.am-440-	  cd mini-gmp/tests \
##############################################
gcl-2.6.12/gmp4/Makefile.in-136-  { \
gcl-2.6.12/gmp4/Makefile.in:137:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/Makefile.in-138-  }; \
##############################################
gcl-2.6.12/gmp4/Makefile.in-194-CONFIG_CLEAN_VPATH_FILES =
gcl-2.6.12/gmp4/Makefile.in:195:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gcl-2.6.12/gmp4/Makefile.in-196-am__vpath_adj = case $$p in \
gcl-2.6.12/gmp4/Makefile.in:197:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gcl-2.6.12/gmp4/Makefile.in-198-    *) f=$$p;; \
gcl-2.6.12/gmp4/Makefile.in-199-  esac;
gcl-2.6.12/gmp4/Makefile.in:200:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gcl-2.6.12/gmp4/Makefile.in-201-am__install_max = 40
gcl-2.6.12/gmp4/Makefile.in-202-am__nobase_strip_setup = \
gcl-2.6.12/gmp4/Makefile.in:203:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gcl-2.6.12/gmp4/Makefile.in-204-am__nobase_strip = \
##############################################
gcl-2.6.12/gmp4/Makefile.in-362-  while test -n "$$dir1"; do \
gcl-2.6.12/gmp4/Makefile.in:363:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gcl-2.6.12/gmp4/Makefile.in-364-    if test "$$first" != "."; then \
gcl-2.6.12/gmp4/Makefile.in-365-      if test "$$first" = ".."; then \
gcl-2.6.12/gmp4/Makefile.in:366:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gcl-2.6.12/gmp4/Makefile.in:367:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gcl-2.6.12/gmp4/Makefile.in-368-      else \
gcl-2.6.12/gmp4/Makefile.in:369:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gcl-2.6.12/gmp4/Makefile.in-370-        if test "$$first2" = "$$first"; then \
gcl-2.6.12/gmp4/Makefile.in:371:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gcl-2.6.12/gmp4/Makefile.in-372-        else \
##############################################
gcl-2.6.12/gmp4/Makefile.in-377-    fi; \
gcl-2.6.12/gmp4/Makefile.in:378:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gcl-2.6.12/gmp4/Makefile.in-379-  done; \
##############################################
gcl-2.6.12/gmp4/Makefile.in-866-.c.obj:
gcl-2.6.12/gmp4/Makefile.in:867:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/Makefile.in-868-
##############################################
gcl-2.6.12/gmp4/Makefile.in-875-.cc.obj:
gcl-2.6.12/gmp4/Makefile.in:876:	$(AM_V_CXX)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/Makefile.in-877-
##############################################
gcl-2.6.12/gmp4/Makefile.in-881-dummy.lo: cxx/dummy.cc
gcl-2.6.12/gmp4/Makefile.in:882:	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o dummy.lo `test -f 'cxx/dummy.cc' || echo '$(srcdir)/'`cxx/dummy.cc
gcl-2.6.12/gmp4/Makefile.in-883-
##############################################
gcl-2.6.12/gmp4/Makefile.in-910-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
gcl-2.6.12/gmp4/Makefile.in:911:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gcl-2.6.12/gmp4/Makefile.in-912-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
gcl-2.6.12/gmp4/Makefile.in-931-	@list='$(nodist_includeexec_HEADERS)'; test -n "$(includeexecdir)" || list=; \
gcl-2.6.12/gmp4/Makefile.in:932:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gcl-2.6.12/gmp4/Makefile.in-933-	dir='$(DESTDIR)$(includeexecdir)'; $(am__uninstall_files_from_dir)
##############################################
gcl-2.6.12/gmp4/Makefile.in-948-	dot_seen=no; \
gcl-2.6.12/gmp4/Makefile.in:949:	target=`echo $@ | sed s/-recursive//`; \
gcl-2.6.12/gmp4/Makefile.in-950-	case "$@" in \
##############################################
gcl-2.6.12/gmp4/Makefile.in-1011-GTAGS:
gcl-2.6.12/gmp4/Makefile.in:1012:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/Makefile.in-1013-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/Makefile.in-1043-	test -d "$(distdir)" || mkdir "$(distdir)"
gcl-2.6.12/gmp4/Makefile.in:1044:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/Makefile.in:1045:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/Makefile.in-1046-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/Makefile.in-1057-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/Makefile.in:1058:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/Makefile.in-1059-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/Makefile.in-1171-	test -d $(distdir)/_build || exit 0; \
gcl-2.6.12/gmp4/Makefile.in:1172:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gcl-2.6.12/gmp4/Makefile.in-1173-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gcl-2.6.12/gmp4/Makefile.in-1215-	}; \
gcl-2.6.12/gmp4/Makefile.in:1216:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
gcl-2.6.12/gmp4/Makefile.in-1217-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gcl-2.6.12/gmp4/Makefile.in-1227-	fi
gcl-2.6.12/gmp4/Makefile.in:1228:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gcl-2.6.12/gmp4/Makefile.in-1229-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gcl-2.6.12/gmp4/Makefile.in-1394-gen-fac$(EXEEXT_FOR_BUILD): gen-fac$(U_FOR_BUILD).c bootstrap.c
gcl-2.6.12/gmp4/Makefile.in:1395:	$(CC_FOR_BUILD) `test -f 'gen-fac$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-fac$(U_FOR_BUILD).c -o gen-fac$(EXEEXT_FOR_BUILD)
gcl-2.6.12/gmp4/Makefile.in-1396-
##############################################
gcl-2.6.12/gmp4/Makefile.in-1403-gen-fib$(EXEEXT_FOR_BUILD): gen-fib$(U_FOR_BUILD).c bootstrap.c
gcl-2.6.12/gmp4/Makefile.in:1404:	$(CC_FOR_BUILD) `test -f 'gen-fib$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-fib$(U_FOR_BUILD).c -o gen-fib$(EXEEXT_FOR_BUILD)
gcl-2.6.12/gmp4/Makefile.in-1405-
##############################################
gcl-2.6.12/gmp4/Makefile.in-1412-gen-bases$(EXEEXT_FOR_BUILD): gen-bases$(U_FOR_BUILD).c bootstrap.c
gcl-2.6.12/gmp4/Makefile.in:1413:	$(CC_FOR_BUILD) `test -f 'gen-bases$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-bases$(U_FOR_BUILD).c -o gen-bases$(EXEEXT_FOR_BUILD) $(LIBM_FOR_BUILD)
gcl-2.6.12/gmp4/Makefile.in-1414-
##############################################
gcl-2.6.12/gmp4/Makefile.in-1418-gen-trialdivtab$(EXEEXT_FOR_BUILD): gen-trialdivtab$(U_FOR_BUILD).c bootstrap.c
gcl-2.6.12/gmp4/Makefile.in:1419:	$(CC_FOR_BUILD) `test -f 'gen-trialdivtab$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-trialdivtab$(U_FOR_BUILD).c -o gen-trialdivtab$(EXEEXT_FOR_BUILD) $(LIBM_FOR_BUILD)
gcl-2.6.12/gmp4/Makefile.in-1420-
##############################################
gcl-2.6.12/gmp4/Makefile.in-1424-gen-jacobitab$(EXEEXT_FOR_BUILD): gen-jacobitab$(U_FOR_BUILD).c
gcl-2.6.12/gmp4/Makefile.in:1425:	$(CC_FOR_BUILD) `test -f 'gen-jacobitab$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-jacobitab$(U_FOR_BUILD).c -o gen-jacobitab$(EXEEXT_FOR_BUILD)
gcl-2.6.12/gmp4/Makefile.in-1426-
##############################################
gcl-2.6.12/gmp4/Makefile.in-1430-gen-psqr$(EXEEXT_FOR_BUILD): gen-psqr$(U_FOR_BUILD).c bootstrap.c
gcl-2.6.12/gmp4/Makefile.in:1431:	$(CC_FOR_BUILD) `test -f 'gen-psqr$(U_FOR_BUILD).c' || echo '$(srcdir)/'`gen-psqr$(U_FOR_BUILD).c -o gen-psqr$(EXEEXT_FOR_BUILD) $(LIBM_FOR_BUILD)
gcl-2.6.12/gmp4/Makefile.in-1432-
##############################################
gcl-2.6.12/gmp4/Makefile.in-1445-#		| grep -q "^# *$(VERSION) *$(LIBGMP_LT_CURRENT):$(LIBGMP_LT_REVISION):$(LIBGMP_LT_AGE) *$(LIBGMPXX_LT_CURRENT):$(LIBGMPXX_LT_REVISION):$(LIBGMPXX_LT_AGE)"
gcl-2.6.12/gmp4/Makefile.in:1446:#	test -z "`sed -n 's/^# *[0-9]*\.[0-9]*\.[0-9]* *\([0-9]*:[0-9]*:[0-9]*\) *\([0-9]*:[0-9]*:[0-9]*\) *\([0-9]*:[0-9]*:[0-9]*\).*/A\1\nB\2\nC\3/p' $(srcdir)/Makefile.am | grep -v 'A6:3:3\|B3:5:0\|C4:7:1' | sort | uniq -d`"
gcl-2.6.12/gmp4/Makefile.in-1447-
##############################################
gcl-2.6.12/gmp4/Makefile.in-1450-check-mini-gmp:
gcl-2.6.12/gmp4/Makefile.in:1451:	abs_srcdir="`cd $(srcdir) && pwd`" ; \
gcl-2.6.12/gmp4/Makefile.in-1452-	$(MKDIR_P) mini-gmp/tests \
##############################################
gcl-2.6.12/gmp4/Makefile.in-1465-	if [ -d mini-gmp/tests ] ; then \
gcl-2.6.12/gmp4/Makefile.in:1466:	  abs_srcdir="`cd $(srcdir) && pwd`" ; \
gcl-2.6.12/gmp4/Makefile.in-1467-	  cd mini-gmp/tests \
##############################################
gcl-2.6.12/gmp4/acinclude.m4-83-define(GMP_FAT_SUFFIX,
gcl-2.6.12/gmp4/acinclude.m4:84:[[$1=`echo $2 | sed -e '/\//s:^[^/]*/::' -e 's:[\\/]:_:g'`]])
gcl-2.6.12/gmp4/acinclude.m4-85-
##############################################
gcl-2.6.12/gmp4/acinclude.m4-318-dnl  macros.
gcl-2.6.12/gmp4/acinclude.m4:319:[define(dollarhash,``$][#'')ifelse(dollarhash(x),1,`define(t1,Y)',
gcl-2.6.12/gmp4/acinclude.m4-320-``bad: $][# not supported (SunOS /usr/bin/m4)
##############################################
gcl-2.6.12/gmp4/acinclude.m4-342-      echo "trying $ac_dir/m4" >&AC_FD_CC
gcl-2.6.12/gmp4/acinclude.m4:343:      gmp_tmp_val=`($ac_dir/m4 conftest.m4) 2>&AC_FD_CC`
gcl-2.6.12/gmp4/acinclude.m4-344-      echo "$gmp_tmp_val" >&AC_FD_CC
##############################################
gcl-2.6.12/gmp4/acinclude.m4-388-cat conftest.m4 >&AC_FD_CC
gcl-2.6.12/gmp4/acinclude.m4:389:tmp_chars=`$M4 conftest.m4 | wc -c`
gcl-2.6.12/gmp4/acinclude.m4-390-echo produces $tmp_chars chars output >&AC_FD_CC
##############################################
gcl-2.6.12/gmp4/acinclude.m4-892-[echo "configure: testlist $2" >&AC_FD_CC
gcl-2.6.12/gmp4/acinclude.m4:893:[gmp_sizeof_type=`echo "$2" | sed 's/sizeof-\([a-z]*\).*/\1/'`]
gcl-2.6.12/gmp4/acinclude.m4:894:[gmp_sizeof_want=`echo "$2" | sed 's/sizeof-[a-z]*-\([0-9]*\).*/\1/'`]
gcl-2.6.12/gmp4/acinclude.m4-895-AC_MSG_CHECKING([compiler $1 has sizeof($gmp_sizeof_type)==$gmp_sizeof_want])
##############################################
gcl-2.6.12/gmp4/acinclude.m4-1032-echo >conftest.c
gcl-2.6.12/gmp4/acinclude.m4:1033:gmp_tmp_vs=`$1 $2 -V -c -o conftest.$OBJEXT conftest.c 2>&1 | grep "^ccom:"`
gcl-2.6.12/gmp4/acinclude.m4-1034-echo "Version string: $gmp_tmp_vs" >&AC_FD_CC
gcl-2.6.12/gmp4/acinclude.m4-1035-rm conftest*
gcl-2.6.12/gmp4/acinclude.m4:1036:gmp_tmp_v1=`echo $gmp_tmp_vs | sed 's/.* .\.\([[0-9]]*\).*/\1/'`
gcl-2.6.12/gmp4/acinclude.m4:1037:gmp_tmp_v2=`echo $gmp_tmp_vs | sed 's/.* .\..*\.\(.*\)\..* HP C.*/\1/'`
gcl-2.6.12/gmp4/acinclude.m4:1038:gmp_tmp_v3=`echo $gmp_tmp_vs | sed 's/.* .\..*\..*\.\(.*\) HP C.*/\1/'`
gcl-2.6.12/gmp4/acinclude.m4-1039-echo "Version number: $gmp_tmp_v1.$gmp_tmp_v2.$gmp_tmp_v3" >&AC_FD_CC
##############################################
gcl-2.6.12/gmp4/acinclude.m4-1067-[AC_MSG_CHECKING([whether ARM gcc unsigned division works])
gcl-2.6.12/gmp4/acinclude.m4:1068:tmp_version=`$1 --version`
gcl-2.6.12/gmp4/acinclude.m4-1069-echo "$tmp_version" >&AC_FD_CC
##############################################
gcl-2.6.12/gmp4/acinclude.m4-1162-[AC_MSG_CHECKING([whether gcc is good for sse2])
gcl-2.6.12/gmp4/acinclude.m4:1163:case `$1 -dumpversion` in
gcl-2.6.12/gmp4/acinclude.m4-1164-  [3.[012] | 3.[012].*]) result=no ;;
##############################################
gcl-2.6.12/gmp4/acinclude.m4-1719-dnl  Although that's what will happen in the real build we don't really want
gcl-2.6.12/gmp4/acinclude.m4:1720:dnl  to depend on creating asm files within configure for every possible CPU
gcl-2.6.12/gmp4/acinclude.m4-1721-dnl  (or at least we don't want to do that more than we have to).
##############################################
gcl-2.6.12/gmp4/acinclude.m4-1936-dnl
gcl-2.6.12/gmp4/acinclude.m4:1937:dnl  Only a few asm files use RODATA, so this code is perhaps a bit
gcl-2.6.12/gmp4/acinclude.m4-1938-dnl  excessive right now, but should find more uses in the future.
##############################################
gcl-2.6.12/gmp4/acinclude.m4-2488-if AC_TRY_EVAL(gmp_compile); then
gcl-2.6.12/gmp4/acinclude.m4:2489:  tmp_got_good=`od -b conftest.o | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/acinclude.m4-2490-fi
##############################################
gcl-2.6.12/gmp4/acinclude.m4-2745-    if grep '\.data' conftest.s >/dev/null; then
gcl-2.6.12/gmp4/acinclude.m4:2746:      mcount_nonpic_reg=`sed -n ['/esp/!s/.*movl.*,\(%[a-z]*\).*$/\1/p'] conftest.s`
gcl-2.6.12/gmp4/acinclude.m4-2747-    else
##############################################
gcl-2.6.12/gmp4/acinclude.m4-2765-          # Windows DLLs have non-PIC style mcount
gcl-2.6.12/gmp4/acinclude.m4:2766:          mcount_pic_reg=`sed -n ['/esp/!s/.*movl.*,\(%[a-z]*\).*$/\1/p'] conftest.s`
gcl-2.6.12/gmp4/acinclude.m4-2767-          ;;
gcl-2.6.12/gmp4/acinclude.m4-2768-        *)
gcl-2.6.12/gmp4/acinclude.m4:2769:          mcount_pic_reg=`sed -n ['s/.*GOTOFF.*,\(%[a-z]*\).*$/\1/p'] conftest.s`
gcl-2.6.12/gmp4/acinclude.m4-2770-          ;;
##############################################
gcl-2.6.12/gmp4/acinclude.m4-2900-],
gcl-2.6.12/gmp4/acinclude.m4:2901:  [gmp_cv_asm_ia64_align_ok=`od -b conftest.$OBJEXT | $AWK -f conftest.awk`],
gcl-2.6.12/gmp4/acinclude.m4-2902-  [AC_MSG_WARN([oops, cannot compile test program])
##############################################
gcl-2.6.12/gmp4/acinclude.m4-3015-dnl  else is assumed to require PIC always (Darwin or AIX).  SVR4 is the
gcl-2.6.12/gmp4/acinclude.m4:3016:dnl  only non-PIC addressing syntax the asm files have at the moment anyway.
gcl-2.6.12/gmp4/acinclude.m4-3017-dnl
##############################################
gcl-2.6.12/gmp4/acinclude.m4-3425-EOF
gcl-2.6.12/gmp4/acinclude.m4:3426:  gmp_cv_c_double_format=`od -b conftest.$OBJEXT | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/acinclude.m4-3427-  case $gmp_cv_c_double_format in
##############################################
gcl-2.6.12/gmp4/aclocal.m4-147-done
gcl-2.6.12/gmp4/aclocal.m4:148:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gcl-2.6.12/gmp4/aclocal.m4-149-])
##############################################
gcl-2.6.12/gmp4/aclocal.m4-443-m4_define([_LT_CONFIG_STATUS_DECLARE],
gcl-2.6.12/gmp4/aclocal.m4:444:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
gcl-2.6.12/gmp4/aclocal.m4-445-
##############################################
gcl-2.6.12/gmp4/aclocal.m4-453-#
gcl-2.6.12/gmp4/aclocal.m4:454:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/aclocal.m4-455-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gcl-2.6.12/gmp4/aclocal.m4-563-]], lt_decl_quote_varnames); do
gcl-2.6.12/gmp4/aclocal.m4:564:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gcl-2.6.12/gmp4/aclocal.m4-565-    *[[\\\\\\\`\\"\\\$]]*)
gcl-2.6.12/gmp4/aclocal.m4:566:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gcl-2.6.12/gmp4/aclocal.m4-567-      ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-576-]], lt_decl_dquote_varnames); do
gcl-2.6.12/gmp4/aclocal.m4:577:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gcl-2.6.12/gmp4/aclocal.m4-578-    *[[\\\\\\\`\\"\\\$]]*)
gcl-2.6.12/gmp4/aclocal.m4:579:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gcl-2.6.12/gmp4/aclocal.m4-580-      ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-736-
gcl-2.6.12/gmp4/aclocal.m4:737:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gcl-2.6.12/gmp4/aclocal.m4-738-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1104-  if test "$lt_cv_ld_force_load" = "yes"; then
gcl-2.6.12/gmp4/aclocal.m4:1105:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gcl-2.6.12/gmp4/aclocal.m4-1106-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1157-      }]'
gcl-2.6.12/gmp4/aclocal.m4:1158:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/aclocal.m4-1159-  # Check for a 64-bit object if we didn't find anything.
gcl-2.6.12/gmp4/aclocal.m4-1160-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
gcl-2.6.12/gmp4/aclocal.m4:1161:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/aclocal.m4-1162-  fi],[])
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1193-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gcl-2.6.12/gmp4/aclocal.m4:1194:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gcl-2.6.12/gmp4/aclocal.m4-1195-  ECHO='print -r --'
gcl-2.6.12/gmp4/aclocal.m4:1196:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gcl-2.6.12/gmp4/aclocal.m4-1197-  ECHO='printf %s\n'
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1228-    PATH=/empty FPATH=/empty; export PATH FPATH
gcl-2.6.12/gmp4/aclocal.m4:1229:    test "X`printf %s $ECHO`" = "X$ECHO" \
gcl-2.6.12/gmp4/aclocal.m4:1230:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
gcl-2.6.12/gmp4/aclocal.m4-1231-
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1251-   if test "$GCC" = yes; then
gcl-2.6.12/gmp4/aclocal.m4:1252:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gcl-2.6.12/gmp4/aclocal.m4-1253-   fi
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1255- /*)
gcl-2.6.12/gmp4/aclocal.m4:1256:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gcl-2.6.12/gmp4/aclocal.m4-1257-   ;; #(
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1284-  if AC_TRY_EVAL(ac_compile); then
gcl-2.6.12/gmp4/aclocal.m4:1285:    case `/usr/bin/file conftest.$ac_objext` in
gcl-2.6.12/gmp4/aclocal.m4-1286-      *ELF-32*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1300-    if test "$lt_cv_prog_gnu_ld" = yes; then
gcl-2.6.12/gmp4/aclocal.m4:1301:      case `/usr/bin/file conftest.$ac_objext` in
gcl-2.6.12/gmp4/aclocal.m4-1302-	*32-bit*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1312-    else
gcl-2.6.12/gmp4/aclocal.m4:1313:      case `/usr/bin/file conftest.$ac_objext` in
gcl-2.6.12/gmp4/aclocal.m4-1314-	*32-bit*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1677-    # And add a safety zone
gcl-2.6.12/gmp4/aclocal.m4:1678:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gcl-2.6.12/gmp4/aclocal.m4:1679:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gcl-2.6.12/gmp4/aclocal.m4-1680-    ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1710-    if test -n "$kargmax"; then
gcl-2.6.12/gmp4/aclocal.m4:1711:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gcl-2.6.12/gmp4/aclocal.m4-1712-    else
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1719-	test undefined != "$lt_cv_sys_max_cmd_len"; then
gcl-2.6.12/gmp4/aclocal.m4:1720:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gcl-2.6.12/gmp4/aclocal.m4:1721:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gcl-2.6.12/gmp4/aclocal.m4-1722-    else
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1731-      # we can't tell.
gcl-2.6.12/gmp4/aclocal.m4:1732:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gcl-2.6.12/gmp4/aclocal.m4-1733-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1735-      do
gcl-2.6.12/gmp4/aclocal.m4:1736:        i=`expr $i + 1`
gcl-2.6.12/gmp4/aclocal.m4-1737-        teststring=$teststring$teststring
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1739-      # Only check the string length outside the loop.
gcl-2.6.12/gmp4/aclocal.m4:1740:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gcl-2.6.12/gmp4/aclocal.m4-1741-      teststring=
##############################################
gcl-2.6.12/gmp4/aclocal.m4-1744-      # linker.  It appears as though 1/2 is a usable value.
gcl-2.6.12/gmp4/aclocal.m4:1745:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gcl-2.6.12/gmp4/aclocal.m4-1746-    fi
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2069-  if test "$hard_links" = no; then
gcl-2.6.12/gmp4/aclocal.m4:2070:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
gcl-2.6.12/gmp4/aclocal.m4-2071-    need_locks=warn
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2200-  esac
gcl-2.6.12/gmp4/aclocal.m4:2201:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gcl-2.6.12/gmp4/aclocal.m4-2202-  case $lt_search_path_spec in
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2207-    # okay in the real world where ";" in dirpaths is itself problematic.
gcl-2.6.12/gmp4/aclocal.m4:2208:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gcl-2.6.12/gmp4/aclocal.m4-2209-    ;;
gcl-2.6.12/gmp4/aclocal.m4-2210-  *)
gcl-2.6.12/gmp4/aclocal.m4:2211:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/aclocal.m4-2212-    ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2216-  lt_tmp_lt_search_path_spec=
gcl-2.6.12/gmp4/aclocal.m4:2217:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gcl-2.6.12/gmp4/aclocal.m4-2218-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2251-  esac
gcl-2.6.12/gmp4/aclocal.m4:2252:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gcl-2.6.12/gmp4/aclocal.m4-2253-else
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2339-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gcl-2.6.12/gmp4/aclocal.m4:2340:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gcl-2.6.12/gmp4/aclocal.m4-2341-    ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2375-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gcl-2.6.12/gmp4/aclocal.m4:2376:    postinstall_cmds='base_file=`basename \${file}`~
gcl-2.6.12/gmp4/aclocal.m4:2377:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gcl-2.6.12/gmp4/aclocal.m4:2378:      dldir=$destdir/`dirname \$dlpath`~
gcl-2.6.12/gmp4/aclocal.m4-2379-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2384-      fi'
gcl-2.6.12/gmp4/aclocal.m4:2385:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gcl-2.6.12/gmp4/aclocal.m4-2386-      dlpath=$dir/\$dldll~
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2392-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gcl-2.6.12/gmp4/aclocal.m4:2393:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/aclocal.m4-2394-m4_if([$1], [],[
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2398-      # MinGW DLLs use traditional 'lib' prefix
gcl-2.6.12/gmp4/aclocal.m4:2399:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/aclocal.m4-2400-      ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2402-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gcl-2.6.12/gmp4/aclocal.m4:2403:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/aclocal.m4-2404-      ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2411-    libname_spec='$name'
gcl-2.6.12/gmp4/aclocal.m4:2412:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/aclocal.m4-2413-    library_names_spec='${libname}.dll.lib'
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2423-        # Let DOS variable expansion print the short 8.3 style file name.
gcl-2.6.12/gmp4/aclocal.m4:2424:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gcl-2.6.12/gmp4/aclocal.m4-2425-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2428-      # Convert to MSYS style.
gcl-2.6.12/gmp4/aclocal.m4:2429:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
gcl-2.6.12/gmp4/aclocal.m4-2430-      ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2434-      # like /cygdrive/c/PROGRA~1:/cygdr...
gcl-2.6.12/gmp4/aclocal.m4:2435:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gcl-2.6.12/gmp4/aclocal.m4:2436:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gcl-2.6.12/gmp4/aclocal.m4:2437:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/aclocal.m4-2438-      ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2442-        # It is most probably a Windows format PATH.
gcl-2.6.12/gmp4/aclocal.m4:2443:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gcl-2.6.12/gmp4/aclocal.m4-2444-      else
gcl-2.6.12/gmp4/aclocal.m4:2445:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/aclocal.m4-2446-      fi
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2452-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gcl-2.6.12/gmp4/aclocal.m4:2453:    postinstall_cmds='base_file=`basename \${file}`~
gcl-2.6.12/gmp4/aclocal.m4:2454:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gcl-2.6.12/gmp4/aclocal.m4:2455:      dldir=$destdir/`dirname \$dlpath`~
gcl-2.6.12/gmp4/aclocal.m4-2456-      test -d \$dldir || mkdir -p \$dldir~
gcl-2.6.12/gmp4/aclocal.m4-2457-      $install_prog $dir/$dlname \$dldir/$dlname'
gcl-2.6.12/gmp4/aclocal.m4:2458:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gcl-2.6.12/gmp4/aclocal.m4-2459-      dlpath=$dir/\$dldll~
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2466-    # Assume MSVC wrapper
gcl-2.6.12/gmp4/aclocal.m4:2467:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
gcl-2.6.12/gmp4/aclocal.m4-2468-    dynamic_linker='Win32 ld.exe'
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2483-  shlibpath_var=DYLD_LIBRARY_PATH
gcl-2.6.12/gmp4/aclocal.m4:2484:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gcl-2.6.12/gmp4/aclocal.m4-2485-m4_if([$1], [],[
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2690-  if test -f /etc/ld.so.conf; then
gcl-2.6.12/gmp4/aclocal.m4:2691:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gcl-2.6.12/gmp4/aclocal.m4-2692-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2764-  shlibpath_var=LD_LIBRARY_PATH
gcl-2.6.12/gmp4/aclocal.m4:2765:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/aclocal.m4-2766-    case $host_os in
##############################################
gcl-2.6.12/gmp4/aclocal.m4-2981-	"file_magic "*)
gcl-2.6.12/gmp4/aclocal.m4:2982:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gcl-2.6.12/gmp4/aclocal.m4-2983-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gcl-2.6.12/gmp4/aclocal.m4-3064-    # gcc leaves a trailing carriage return which upsets mingw
gcl-2.6.12/gmp4/aclocal.m4:3065:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gcl-2.6.12/gmp4/aclocal.m4-3066-  *)
gcl-2.6.12/gmp4/aclocal.m4:3067:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gcl-2.6.12/gmp4/aclocal.m4-3068-  esac
##############################################
gcl-2.6.12/gmp4/aclocal.m4-3073-      # Canonicalize the pathname of ld
gcl-2.6.12/gmp4/aclocal.m4:3074:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gcl-2.6.12/gmp4/aclocal.m4-3075-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gcl-2.6.12/gmp4/aclocal.m4:3076:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gcl-2.6.12/gmp4/aclocal.m4-3077-      done
##############################################
gcl-2.6.12/gmp4/aclocal.m4-3104-      # Break only if it was the GNU/non-GNU ld that we prefer.
gcl-2.6.12/gmp4/aclocal.m4:3105:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gcl-2.6.12/gmp4/aclocal.m4-3106-      *GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-3144-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gcl-2.6.12/gmp4/aclocal.m4:3145:case `$LD -v 2>&1 </dev/null` in
gcl-2.6.12/gmp4/aclocal.m4-3146-*GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-3335-openbsd*)
gcl-2.6.12/gmp4/aclocal.m4:3336:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/aclocal.m4-3337-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gcl-2.6.12/gmp4/aclocal.m4-3399-    else
gcl-2.6.12/gmp4/aclocal.m4:3400:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
gcl-2.6.12/gmp4/aclocal.m4-3401-    fi
##############################################
gcl-2.6.12/gmp4/aclocal.m4-3445-	# Tru64's nm complains that /dev/null is an invalid object file
gcl-2.6.12/gmp4/aclocal.m4:3446:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/aclocal.m4-3447-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-3451-	*)
gcl-2.6.12/gmp4/aclocal.m4:3452:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/aclocal.m4-3453-	  */dev/null*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-3477-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
gcl-2.6.12/gmp4/aclocal.m4:3478:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/aclocal.m4-3479-    *COFF*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-3536-  # decide which to use based on capabilities of $DLLTOOL
gcl-2.6.12/gmp4/aclocal.m4:3537:  case `$DLLTOOL --help 2>&1` in
gcl-2.6.12/gmp4/aclocal.m4-3538-  *--identify-strict*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-3695-# If we're using GNU nm, then use its standard symbol codes.
gcl-2.6.12/gmp4/aclocal.m4:3696:case `$NM -V 2>&1` in
gcl-2.6.12/gmp4/aclocal.m4-3697-*GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-3713-mingw*)
gcl-2.6.12/gmp4/aclocal.m4:3714:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gcl-2.6.12/gmp4/aclocal.m4-3715-  ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-3766-    nlist=conftest.nm
gcl-2.6.12/gmp4/aclocal.m4:3767:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
gcl-2.6.12/gmp4/aclocal.m4-3768-      # Try sorting and uniquifying the output.
##############################################
gcl-2.6.12/gmp4/aclocal.m4-4104-	  *)
gcl-2.6.12/gmp4/aclocal.m4:4105:	    case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/aclocal.m4-4106-	    *Sun\ C*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-4409-      *)
gcl-2.6.12/gmp4/aclocal.m4:4410:	case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/aclocal.m4-4411-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-4687-	# shared libraries, regardless of the interface used.
gcl-2.6.12/gmp4/aclocal.m4:4688:	case `$LD -v 2>&1` in
gcl-2.6.12/gmp4/aclocal.m4-4689-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-4719-    supports_anon_versioning=no
gcl-2.6.12/gmp4/aclocal.m4:4720:    case `$LD -v 2>&1` in
gcl-2.6.12/gmp4/aclocal.m4-4721-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-4788-	# is EXPORTS), use it as is; otherwise, prepend...
gcl-2.6.12/gmp4/aclocal.m4:4789:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/aclocal.m4-4790-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-4816-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gcl-2.6.12/gmp4/aclocal.m4:4817:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/aclocal.m4:4818:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-4819-      ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-4834-        pgcc*)				# Portland Group C compiler
gcl-2.6.12/gmp4/aclocal.m4:4835:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/aclocal.m4-4836-	  tmp_addflag=' $pic_flag'
##############################################
gcl-2.6.12/gmp4/aclocal.m4-4839-					# Portland Group f77 and f90 compilers
gcl-2.6.12/gmp4/aclocal.m4:4840:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/aclocal.m4-4841-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-4854-	nvcc*)	# Cuda Compiler Driver 2.2
gcl-2.6.12/gmp4/aclocal.m4:4855:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/aclocal.m4-4856-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gcl-2.6.12/gmp4/aclocal.m4-4858-	esac
gcl-2.6.12/gmp4/aclocal.m4:4859:	case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/aclocal.m4-4860-	*Sun\ C*)			# Sun C 5.9
gcl-2.6.12/gmp4/aclocal.m4:4861:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/aclocal.m4-4862-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gcl-2.6.12/gmp4/aclocal.m4-4926-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gcl-2.6.12/gmp4/aclocal.m4:4927:      case `$LD -v 2>&1` in
gcl-2.6.12/gmp4/aclocal.m4-4928-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-5049-	# below for broken collect2 doesn't work under 4.3+
gcl-2.6.12/gmp4/aclocal.m4:5050:	  collect2name=`${CC} -print-prog-name=collect2`
gcl-2.6.12/gmp4/aclocal.m4-5051-	  if test -f "$collect2name" &&
##############################################
gcl-2.6.12/gmp4/aclocal.m4-5099-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
gcl-2.6.12/gmp4/aclocal.m4:5100:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gcl-2.6.12/gmp4/aclocal.m4-5101-      else
##############################################
gcl-2.6.12/gmp4/aclocal.m4-5165-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gcl-2.6.12/gmp4/aclocal.m4:5166:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/aclocal.m4-5167-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-5202-	# FIXME: Setting linknames here is a bad hack.
gcl-2.6.12/gmp4/aclocal.m4:5203:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gcl-2.6.12/gmp4/aclocal.m4-5204-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gcl-2.6.12/gmp4/aclocal.m4-5340-      if test "$GCC" = yes; then
gcl-2.6.12/gmp4/aclocal.m4:5341:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-5342-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gcl-2.6.12/gmp4/aclocal.m4-5363-	if test "$lt_cv_irix_exported_symbol" = yes; then
gcl-2.6.12/gmp4/aclocal.m4:5364:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-5365-	fi
gcl-2.6.12/gmp4/aclocal.m4-5366-      else
gcl-2.6.12/gmp4/aclocal.m4:5367:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/aclocal.m4:5368:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-5369-      fi
##############################################
gcl-2.6.12/gmp4/aclocal.m4-5403-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gcl-2.6.12/gmp4/aclocal.m4:5404:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/aclocal.m4-5405-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gcl-2.6.12/gmp4/aclocal.m4-5436-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gcl-2.6.12/gmp4/aclocal.m4:5437:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-5438-      else
gcl-2.6.12/gmp4/aclocal.m4-5439-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gcl-2.6.12/gmp4/aclocal.m4:5440:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-5441-      fi
##############################################
gcl-2.6.12/gmp4/aclocal.m4-5449-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gcl-2.6.12/gmp4/aclocal.m4:5450:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-5451-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gcl-2.6.12/gmp4/aclocal.m4-5453-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gcl-2.6.12/gmp4/aclocal.m4:5454:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/aclocal.m4:5455:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gcl-2.6.12/gmp4/aclocal.m4:5456:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gcl-2.6.12/gmp4/aclocal.m4-5457-
##############################################
gcl-2.6.12/gmp4/aclocal.m4-5472-      else
gcl-2.6.12/gmp4/aclocal.m4:5473:	case `$CC -V 2>&1` in
gcl-2.6.12/gmp4/aclocal.m4-5474-	*"Compilers 5.0"*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-5665-	  _LT_TAGVAR(allow_undefined_flag, $1)=
gcl-2.6.12/gmp4/aclocal.m4:5666:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gcl-2.6.12/gmp4/aclocal.m4-5667-	  then
##############################################
gcl-2.6.12/gmp4/aclocal.m4-5961-        # ancient GNU ld didn't support --whole-archive et. al.
gcl-2.6.12/gmp4/aclocal.m4:5962:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gcl-2.6.12/gmp4/aclocal.m4-5963-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6044-          # below for broken collect2 doesn't work under 4.3+
gcl-2.6.12/gmp4/aclocal.m4:6045:	  collect2name=`${CC} -print-prog-name=collect2`
gcl-2.6.12/gmp4/aclocal.m4-6046-	  if test -f "$collect2name" &&
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6094-
gcl-2.6.12/gmp4/aclocal.m4:6095:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gcl-2.6.12/gmp4/aclocal.m4-6096-        else
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6160-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gcl-2.6.12/gmp4/aclocal.m4:6161:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/aclocal.m4-6162-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6201-	    # is EXPORTS), use it as is; otherwise, prepend...
gcl-2.6.12/gmp4/aclocal.m4:6202:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/aclocal.m4-6203-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6281-            # dependencies.
gcl-2.6.12/gmp4/aclocal.m4:6282:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/aclocal.m4-6283-            ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6346-	    # dependencies.
gcl-2.6.12/gmp4/aclocal.m4:6347:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/aclocal.m4-6348-	    ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6382-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gcl-2.6.12/gmp4/aclocal.m4:6383:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/aclocal.m4:6384:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-6385-	;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6389-	    # SGI C++
gcl-2.6.12/gmp4/aclocal.m4:6390:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-6391-
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6400-	      if test "$with_gnu_ld" = no; then
gcl-2.6.12/gmp4/aclocal.m4:6401:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-6402-	      else
gcl-2.6.12/gmp4/aclocal.m4:6403:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-6404-	      fi
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6421-	    # to its proper name (with version) after linking.
gcl-2.6.12/gmp4/aclocal.m4:6422:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gcl-2.6.12/gmp4/aclocal.m4:6423:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gcl-2.6.12/gmp4/aclocal.m4-6424-	    # Commands to make compiler produce verbose output that lists
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6431-	    # dependencies.
gcl-2.6.12/gmp4/aclocal.m4:6432:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/aclocal.m4-6433-
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6446-	    # earlier do not add the objects themselves.
gcl-2.6.12/gmp4/aclocal.m4:6447:	    case `$CC -V 2>&1` in
gcl-2.6.12/gmp4/aclocal.m4-6448-	      *"Version 7."*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6467-            # Portland Group C++ compiler
gcl-2.6.12/gmp4/aclocal.m4:6468:	    case `$CC -V` in
gcl-2.6.12/gmp4/aclocal.m4-6469-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6472-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gcl-2.6.12/gmp4/aclocal.m4:6473:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gcl-2.6.12/gmp4/aclocal.m4-6474-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6476-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gcl-2.6.12/gmp4/aclocal.m4:6477:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gcl-2.6.12/gmp4/aclocal.m4-6478-		$RANLIB $oldlib'
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6481-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gcl-2.6.12/gmp4/aclocal.m4:6482:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-6483-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6485-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gcl-2.6.12/gmp4/aclocal.m4:6486:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-6487-	      ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6495-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
gcl-2.6.12/gmp4/aclocal.m4:6496:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/aclocal.m4-6497-            ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6514-	    # dependencies.
gcl-2.6.12/gmp4/aclocal.m4:6515:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gcl-2.6.12/gmp4/aclocal.m4-6516-	    ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6529-	  *)
gcl-2.6.12/gmp4/aclocal.m4:6530:	    case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/aclocal.m4-6531-	    *Sun\ C*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6536-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gcl-2.6.12/gmp4/aclocal.m4:6537:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/aclocal.m4-6538-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6606-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
gcl-2.6.12/gmp4/aclocal.m4:6607:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/aclocal.m4-6608-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6625-	    # to its proper name (with version) after linking.
gcl-2.6.12/gmp4/aclocal.m4:6626:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gcl-2.6.12/gmp4/aclocal.m4-6627-
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6646-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
gcl-2.6.12/gmp4/aclocal.m4:6647:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-6648-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6651-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gcl-2.6.12/gmp4/aclocal.m4:6652:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/aclocal.m4:6653:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gcl-2.6.12/gmp4/aclocal.m4-6654-	          echo "-hidden">> $lib.exp~
gcl-2.6.12/gmp4/aclocal.m4:6655:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
gcl-2.6.12/gmp4/aclocal.m4-6656-	          $RM $lib.exp'
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6670-	    # dependencies.
gcl-2.6.12/gmp4/aclocal.m4:6671:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/aclocal.m4-6672-	    ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6677-	        osf3*)
gcl-2.6.12/gmp4/aclocal.m4:6678:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-6679-		  ;;
gcl-2.6.12/gmp4/aclocal.m4-6680-	        *)
gcl-2.6.12/gmp4/aclocal.m4:6681:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/aclocal.m4-6682-		  ;;
##############################################
gcl-2.6.12/gmp4/aclocal.m4-6930-  case ${2} in
gcl-2.6.12/gmp4/aclocal.m4:6931:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gcl-2.6.12/gmp4/aclocal.m4:6932:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gcl-2.6.12/gmp4/aclocal.m4-6933-  esac
##############################################
gcl-2.6.12/gmp4/aclocal.m4-7018-
gcl-2.6.12/gmp4/aclocal.m4:7019:  for p in `eval "$output_verbose_link_cmd"`; do
gcl-2.6.12/gmp4/aclocal.m4-7020-    case ${prev}${p} in
##############################################
gcl-2.6.12/gmp4/aclocal.m4-7116-linux*)
gcl-2.6.12/gmp4/aclocal.m4:7117:  case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/aclocal.m4-7118-  *Sun\ C*)
##############################################
gcl-2.6.12/gmp4/aclocal.m4-7167-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gcl-2.6.12/gmp4/aclocal.m4:7168: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gcl-2.6.12/gmp4/aclocal.m4-7169-fi
##############################################
gcl-2.6.12/gmp4/aclocal.m4-7769-    test $lt_ac_count -gt 10 && break
gcl-2.6.12/gmp4/aclocal.m4:7770:    lt_ac_count=`expr $lt_ac_count + 1`
gcl-2.6.12/gmp4/aclocal.m4-7771-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
gcl-2.6.12/gmp4/aclocal.m4-7840-# ------------------------------------------------------
gcl-2.6.12/gmp4/aclocal.m4:7841:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
gcl-2.6.12/gmp4/aclocal.m4-7842-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
##############################################
gcl-2.6.12/gmp4/aclocal.m4-8444-m4_define([lt_combine],
gcl-2.6.12/gmp4/aclocal.m4:8445:[m4_if(m4_eval([$# > 3]), [1],
gcl-2.6.12/gmp4/aclocal.m4-8446-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gcl-2.6.12/gmp4/aclocal.m4-8694-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gcl-2.6.12/gmp4/aclocal.m4:8695:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gcl-2.6.12/gmp4/aclocal.m4-8696-# and then we would define $MISSING as
##############################################
gcl-2.6.12/gmp4/aclocal.m4-8710-# expand $ac_aux_dir to an absolute path
gcl-2.6.12/gmp4/aclocal.m4:8711:am_aux_dir=`cd $ac_aux_dir && pwd`
gcl-2.6.12/gmp4/aclocal.m4-8712-])
##############################################
gcl-2.6.12/gmp4/aclocal.m4-8781-AC_REQUIRE([AC_PROG_INSTALL])dnl
gcl-2.6.12/gmp4/aclocal.m4:8782:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gcl-2.6.12/gmp4/aclocal.m4-8783-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gcl-2.6.12/gmp4/aclocal.m4-8937-    * )
gcl-2.6.12/gmp4/aclocal.m4:8938:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gcl-2.6.12/gmp4/aclocal.m4-8939-  esac
gcl-2.6.12/gmp4/aclocal.m4-8940-done
gcl-2.6.12/gmp4/aclocal.m4:8941:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gcl-2.6.12/gmp4/aclocal.m4-8942-
##############################################
gcl-2.6.12/gmp4/aclocal.m4-9204-     echo "timestamp, slept: $am_has_slept" > conftest.file
gcl-2.6.12/gmp4/aclocal.m4:9205:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gcl-2.6.12/gmp4/aclocal.m4-9206-     if test "$[*]" = "X"; then
gcl-2.6.12/gmp4/aclocal.m4-9207-	# -L didn't work.
gcl-2.6.12/gmp4/aclocal.m4:9208:	set X `ls -t "$srcdir/configure" conftest.file`
gcl-2.6.12/gmp4/aclocal.m4-9209-     fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-77-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/gmp4/autom4te.cache/output.0:78:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-79-  as_echo='print -r --'
gcl-2.6.12/gmp4/autom4te.cache/output.0-80-  as_echo_n='print -rn --'
gcl-2.6.12/gmp4/autom4te.cache/output.0:81:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-82-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-84-else
gcl-2.6.12/gmp4/autom4te.cache/output.0:85:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-86-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-94-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/gmp4/autom4te.cache/output.0:95:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-96-      esac;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-231-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/gmp4/autom4te.cache/output.0:232:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/gmp4/autom4te.cache/output.0-233-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-239-    PATH=/empty FPATH=/empty; export PATH FPATH
gcl-2.6.12/gmp4/autom4te.cache/output.0:240:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
gcl-2.6.12/gmp4/autom4te.cache/output.0:241:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
gcl-2.6.12/gmp4/autom4te.cache/output.0-242-  if (eval "$as_required") 2>/dev/null; then :
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-368-      case $as_dir in #(
gcl-2.6.12/gmp4/autom4te.cache/output.0:369:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/gmp4/autom4te.cache/output.0-370-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-441-  {
gcl-2.6.12/gmp4/autom4te.cache/output.0:442:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/gmp4/autom4te.cache/output.0-443-  }
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-511-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/gmp4/autom4te.cache/output.0:512:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/gmp4/autom4te.cache/output.0-513-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-935-  case $ac_option in
gcl-2.6.12/gmp4/autom4te.cache/output.0:936:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-937-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-979-  -disable-* | --disable-*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:980:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-981-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-984-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/gmp4/autom4te.cache/output.0:985:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-986-    case $ac_user_opts in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-1005-  -enable-* | --enable-*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:1006:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-1007-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-1010-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/gmp4/autom4te.cache/output.0:1011:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-1012-    case $ac_user_opts in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-1209-  -with-* | --with-*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:1210:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-1211-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-1214-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/gmp4/autom4te.cache/output.0:1215:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-1216-    case $ac_user_opts in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-1225-  -without-* | --without-*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:1226:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-1227-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-1230-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/gmp4/autom4te.cache/output.0:1231:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-1232-    case $ac_user_opts in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-1263-  *=*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:1264:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/gmp4/autom4te.cache/output.0-1265-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-1284-if test -n "$ac_prev"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:1285:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-1286-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-1306-    */ )
gcl-2.6.12/gmp4/autom4te.cache/output.0:1307:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-1308-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-1341-ac_ls_di=`ls -di .` &&
gcl-2.6.12/gmp4/autom4te.cache/output.0:1342:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/gmp4/autom4te.cache/output.0-1343-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-1397-case $srcdir in
gcl-2.6.12/gmp4/autom4te.cache/output.0:1398:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-1399-esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-1440-By default, \`make install' will install all the files in
gcl-2.6.12/gmp4/autom4te.cache/output.0:1441:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/gmp4/autom4te.cache/output.0:1442:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/gmp4/autom4te.cache/output.0-1443-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-1572-*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:1573:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-1574-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/gmp4/autom4te.cache/output.0:1575:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-1576-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-2144-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
gcl-2.6.12/gmp4/autom4te.cache/output.0:2145:  as_decl_name=`echo $2|sed 's/ *(.*//'`
gcl-2.6.12/gmp4/autom4te.cache/output.0:2146:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-2147-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-2697-    *\'*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:2698:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-2699-    esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-2780-      case $ac_val in
gcl-2.6.12/gmp4/autom4te.cache/output.0:2781:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-2782-      esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-2795-	case $ac_val in
gcl-2.6.12/gmp4/autom4te.cache/output.0:2796:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-2797-	esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-2915-    set,)
gcl-2.6.12/gmp4/autom4te.cache/output.0:2916:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/gmp4/autom4te.cache/output.0:2917:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/gmp4/autom4te.cache/output.0-2918-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-2926-	# differences in whitespace do not lead to failure.
gcl-2.6.12/gmp4/autom4te.cache/output.0:2927:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/gmp4/autom4te.cache/output.0:2928:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/gmp4/autom4te.cache/output.0-2929-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-2946-    case $ac_new_val in
gcl-2.6.12/gmp4/autom4te.cache/output.0:2947:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-2948-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-3054-test "x$ac_build_alias" = x &&
gcl-2.6.12/gmp4/autom4te.cache/output.0:3055:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-3056-test "x$ac_build_alias" = x &&
gcl-2.6.12/gmp4/autom4te.cache/output.0-3057-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/gmp4/autom4te.cache/output.0:3058:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/gmp4/autom4te.cache/output.0-3059-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-3078-IFS=$ac_save_IFS
gcl-2.6.12/gmp4/autom4te.cache/output.0:3079:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/gmp4/autom4te.cache/output.0-3080-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-3089-else
gcl-2.6.12/gmp4/autom4te.cache/output.0:3090:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/gmp4/autom4te.cache/output.0-3091-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-3111-IFS=$ac_save_IFS
gcl-2.6.12/gmp4/autom4te.cache/output.0:3112:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/gmp4/autom4te.cache/output.0-3113-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-3234-     echo "timestamp, slept: $am_has_slept" > conftest.file
gcl-2.6.12/gmp4/autom4te.cache/output.0:3235:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gcl-2.6.12/gmp4/autom4te.cache/output.0-3236-     if test "$*" = "X"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-3237-	# -L didn't work.
gcl-2.6.12/gmp4/autom4te.cache/output.0:3238:	set X `ls -t "$srcdir/configure" conftest.file`
gcl-2.6.12/gmp4/autom4te.cache/output.0-3239-     fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-3285-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gcl-2.6.12/gmp4/autom4te.cache/output.0:3286:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-3287-
gcl-2.6.12/gmp4/autom4te.cache/output.0-3288-# expand $ac_aux_dir to an absolute path
gcl-2.6.12/gmp4/autom4te.cache/output.0:3289:am_aux_dir=`cd $ac_aux_dir && pwd`
gcl-2.6.12/gmp4/autom4te.cache/output.0-3290-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-3430-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
gcl-2.6.12/gmp4/autom4te.cache/output.0:3431:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gcl-2.6.12/gmp4/autom4te.cache/output.0-3432-	     'mkdir (GNU coreutils) '* | \
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-3503-set x ${MAKE-make}
gcl-2.6.12/gmp4/autom4te.cache/output.0:3504:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-3505-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-3513-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gcl-2.6.12/gmp4/autom4te.cache/output.0:3514:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-3515-  *@@@%%%=?*=@@@%%%*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-3579-
gcl-2.6.12/gmp4/autom4te.cache/output.0:3580:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-3581-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-3966-
gcl-2.6.12/gmp4/autom4te.cache/output.0:3967:tmp_host=`echo $host_cpu | sed 's/\./_/'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-3968-cat >>confdefs.h <<_ACEOF
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-4119-    fi
gcl-2.6.12/gmp4/autom4te.cache/output.0:4120:    gcc_cflags_optlist="asm cpu oldas" # need asm ahead of cpu, see below
gcl-2.6.12/gmp4/autom4te.cache/output.0-4121-    gcc_cflags_maybe="-mieee"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-4151-    # explicit -Wa,-mev5 etc will be necessary to put the assembler in
gcl-2.6.12/gmp4/autom4te.cache/output.0:4152:    # the right mode for our .asm files and longlong.h asm blocks.
gcl-2.6.12/gmp4/autom4te.cache/output.0-4153-    #
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-4227-      *-*-unicos*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:4228:        # tune/alpha.asm assumes int==4bytes but unicos uses int==8bytes
gcl-2.6.12/gmp4/autom4te.cache/output.0-4229-        ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-4626-    gcc_32_cflags="$gcc_cflags -mpowerpc"
gcl-2.6.12/gmp4/autom4te.cache/output.0:4627:    gcc_cflags_optlist="precomp subtype asm cpu"
gcl-2.6.12/gmp4/autom4te.cache/output.0-4628-    gcc_cflags_precomp="-no-cpp-precomp"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-4801-	    # 64-bit mode.  (We need its effect for the various longlong.h
gcl-2.6.12/gmp4/autom4te.cache/output.0:4802:	    # asm macros to be right of course.)
gcl-2.6.12/gmp4/autom4te.cache/output.0-4803-	    #
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-4999-    # assembler.  Add it explicitly since the solaris assembler won't accept
gcl-2.6.12/gmp4/autom4te.cache/output.0:5000:    # our sparc32/v9 asm code without it.  gas accepts -xarch=v8plus too, so
gcl-2.6.12/gmp4/autom4te.cache/output.0-5001-    # it can be in the cflags unconditionally (though gas doesn't need it).
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-5580-  #
gcl-2.6.12/gmp4/autom4te.cache/output.0:5581:  abi1=`echo _$abi | sed 's/[.]//g'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-5582-  if test $abi = $abi_last; then abi2=; else abi2="$abi1"; fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-5596-    for ccbase in $CC; do break; done
gcl-2.6.12/gmp4/autom4te.cache/output.0:5597:    ccbase=`echo $ccbase | sed 's:.*/::'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-5598-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-6754-  test $ac_status = 0; }; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:6755:  tmp_got_good=`od -b conftest.o | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/autom4te.cache/output.0-6756-fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-6837-echo >conftest.c
gcl-2.6.12/gmp4/autom4te.cache/output.0:6838:gmp_tmp_vs=`$cc  -V -c -o conftest.$OBJEXT conftest.c 2>&1 | grep "^ccom:"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-6839-echo "Version string: $gmp_tmp_vs" >&5
gcl-2.6.12/gmp4/autom4te.cache/output.0-6840-rm conftest*
gcl-2.6.12/gmp4/autom4te.cache/output.0:6841:gmp_tmp_v1=`echo $gmp_tmp_vs | sed 's/.* .\.\([0-9]*\).*/\1/'`
gcl-2.6.12/gmp4/autom4te.cache/output.0:6842:gmp_tmp_v2=`echo $gmp_tmp_vs | sed 's/.* .\..*\.\(.*\)\..* HP C.*/\1/'`
gcl-2.6.12/gmp4/autom4te.cache/output.0:6843:gmp_tmp_v3=`echo $gmp_tmp_vs | sed 's/.* .\..*\..*\.\(.*\) HP C.*/\1/'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-6844-echo "Version number: $gmp_tmp_v1.$gmp_tmp_v2.$gmp_tmp_v3" >&5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-6883-$as_echo_n "checking whether ARM gcc unsigned division works... " >&6; }
gcl-2.6.12/gmp4/autom4te.cache/output.0:6884:tmp_version=`$cc --version`
gcl-2.6.12/gmp4/autom4te.cache/output.0-6885-echo "$tmp_version" >&5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-6946-          sizeof*)       echo "configure: testlist $tst" >&5
gcl-2.6.12/gmp4/autom4te.cache/output.0:6947:gmp_sizeof_type=`echo "$tst" | sed 's/sizeof-\([a-z]*\).*/\1/'`
gcl-2.6.12/gmp4/autom4te.cache/output.0:6948:gmp_sizeof_want=`echo "$tst" | sed 's/sizeof-[a-z]*-\([0-9]*\).*/\1/'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-6949-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler $cc $cflags has sizeof($gmp_sizeof_type)==$gmp_sizeof_want" >&5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-7000-# $CC.  We can't let AC_PROG_CC look around for a compiler because it might
gcl-2.6.12/gmp4/autom4te.cache/output.0:7001:# find one that we've rejected (for not supporting the modes our asm code
gcl-2.6.12/gmp4/autom4te.cache/output.0-7002-# demands, etc).
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-7078-	# ~ represents a space in an option spec
gcl-2.6.12/gmp4/autom4te.cache/output.0:7079:        flag=`echo "$flag" | tr '~' ' '`
gcl-2.6.12/gmp4/autom4te.cache/output.0-7080-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-7096-$as_echo_n "checking whether gcc is good for sse2... " >&6; }
gcl-2.6.12/gmp4/autom4te.cache/output.0:7097:case `$cc $cflags $cppflags -dumpversion` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-7098-  3.[012] | 3.[012].*) result=no ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-8307-  test $ac_status = 0; }; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:8308:  tmp_got_good=`od -b conftest.o | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/autom4te.cache/output.0-8309-fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-8349-  # Could easily have this in config.h too, if desired.
gcl-2.6.12/gmp4/autom4te.cache/output.0:8350:  ABI_nodots=`echo $ABI | sed 's/\./_/'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-8351-  
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-8777-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/gmp4/autom4te.cache/output.0:8778:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-8779-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-8821-	then :; else
gcl-2.6.12/gmp4/autom4te.cache/output.0:8822:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-8823-	fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-8881-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0:8882:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-8883-	  break;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-8990-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0:8991:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-8992-       break;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-10252-    if test "$ac_prog_cxx_g" = no; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:10253:      cxxflags_cflags=`echo "$cxxflags_cflags" | sed -e 's/ -g //' -e 's/^-g //' -e 's/ -g$//'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-10254-    fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-10590-  # Check for GNU $ac_path_GREP
gcl-2.6.12/gmp4/autom4te.cache/output.0:10591:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-10592-*GNU*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-10656-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/gmp4/autom4te.cache/output.0:10657:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-10658-*GNU*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-10748-for i in $fat_path; do
gcl-2.6.12/gmp4/autom4te.cache/output.0:10749:  tmp_suffix=`echo $i | sed -e '/\//s:^[^/]*/::' -e 's:[\\/]:_:g'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-10750-  CPUVEC_list="$CPUVEC_list CPUVEC_SETUP_$tmp_suffix"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-11300-	# Tru64's nm complains that /dev/null is an invalid object file
gcl-2.6.12/gmp4/autom4te.cache/output.0:11301:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-11302-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-11306-	*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:11307:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-11308-	  */dev/null*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-11434-
gcl-2.6.12/gmp4/autom4te.cache/output.0:11435:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-11436-    *COFF*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-11515-	# Tru64's nm complains that /dev/null is an invalid object file
gcl-2.6.12/gmp4/autom4te.cache/output.0:11516:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-11517-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-11521-	*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:11522:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-11523-	  */dev/null*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-11649-
gcl-2.6.12/gmp4/autom4te.cache/output.0:11650:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-11651-    *COFF*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-12168-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gcl-2.6.12/gmp4/autom4te.cache/output.0:12169:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-12170-  ECHO='print -r --'
gcl-2.6.12/gmp4/autom4te.cache/output.0:12171:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-12172-  ECHO='printf %s\n'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-12237-  # Check for GNU $ac_path_SED
gcl-2.6.12/gmp4/autom4te.cache/output.0:12238:case `"$ac_path_SED" --version 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-12239-*GNU*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-12316-  # Check for GNU $ac_path_FGREP
gcl-2.6.12/gmp4/autom4te.cache/output.0:12317:case `"$ac_path_FGREP" --version 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-12318-*GNU*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-12396-    # gcc leaves a trailing carriage return which upsets mingw
gcl-2.6.12/gmp4/autom4te.cache/output.0:12397:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-12398-  *)
gcl-2.6.12/gmp4/autom4te.cache/output.0:12399:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-12400-  esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-12405-      # Canonicalize the pathname of ld
gcl-2.6.12/gmp4/autom4te.cache/output.0:12406:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-12407-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gcl-2.6.12/gmp4/autom4te.cache/output.0:12408:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-12409-      done
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-12440-      # Break only if it was the GNU/non-GNU ld that we prefer.
gcl-2.6.12/gmp4/autom4te.cache/output.0:12441:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-12442-      *GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-12471-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gcl-2.6.12/gmp4/autom4te.cache/output.0:12472:case `$LD -v 2>&1 </dev/null` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-12473-*GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-12560-    # And add a safety zone
gcl-2.6.12/gmp4/autom4te.cache/output.0:12561:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gcl-2.6.12/gmp4/autom4te.cache/output.0:12562:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gcl-2.6.12/gmp4/autom4te.cache/output.0-12563-    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-12593-    if test -n "$kargmax"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:12594:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-12595-    else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-12602-	test undefined != "$lt_cv_sys_max_cmd_len"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:12603:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gcl-2.6.12/gmp4/autom4te.cache/output.0:12604:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gcl-2.6.12/gmp4/autom4te.cache/output.0-12605-    else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-12614-      # we can't tell.
gcl-2.6.12/gmp4/autom4te.cache/output.0:12615:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gcl-2.6.12/gmp4/autom4te.cache/output.0-12616-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-12618-      do
gcl-2.6.12/gmp4/autom4te.cache/output.0:12619:        i=`expr $i + 1`
gcl-2.6.12/gmp4/autom4te.cache/output.0-12620-        teststring=$teststring$teststring
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-12622-      # Only check the string length outside the loop.
gcl-2.6.12/gmp4/autom4te.cache/output.0:12623:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gcl-2.6.12/gmp4/autom4te.cache/output.0-12624-      teststring=
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-12627-      # linker.  It appears as though 1/2 is a usable value.
gcl-2.6.12/gmp4/autom4te.cache/output.0:12628:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gcl-2.6.12/gmp4/autom4te.cache/output.0-12629-    fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-13060-openbsd*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:13061:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-13062-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-13127-    else
gcl-2.6.12/gmp4/autom4te.cache/output.0:13128:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-13129-    fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-13269-  # decide which to use based on capabilities of $DLLTOOL
gcl-2.6.12/gmp4/autom4te.cache/output.0:13270:  case `$DLLTOOL --help 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-13271-  *--identify-strict*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-13790-# If we're using GNU nm, then use its standard symbol codes.
gcl-2.6.12/gmp4/autom4te.cache/output.0:13791:case `$NM -V 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-13792-*GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-13808-mingw*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:13809:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gcl-2.6.12/gmp4/autom4te.cache/output.0-13810-  ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-14027-   if test "$GCC" = yes; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:14028:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gcl-2.6.12/gmp4/autom4te.cache/output.0-14029-   fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-14031- /*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:14032:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-14033-   ;; #(
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-14067-  test $ac_status = 0; }; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:14068:    case `/usr/bin/file conftest.$ac_objext` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-14069-      *ELF-32*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-14087-    if test "$lt_cv_prog_gnu_ld" = yes; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:14088:      case `/usr/bin/file conftest.$ac_objext` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-14089-	*32-bit*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-14099-    else
gcl-2.6.12/gmp4/autom4te.cache/output.0:14100:      case `/usr/bin/file conftest.$ac_objext` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-14101-	*32-bit*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-15128-do :
gcl-2.6.12/gmp4/autom4te.cache/output.0:15129:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/gmp4/autom4te.cache/output.0-15130-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-15133-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/gmp4/autom4te.cache/output.0:15134:@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/gmp4/autom4te.cache/output.0-15135-_ACEOF
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-15160-  case ${2} in
gcl-2.6.12/gmp4/autom4te.cache/output.0:15161:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gcl-2.6.12/gmp4/autom4te.cache/output.0:15162:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-15163-  esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-15428-done
gcl-2.6.12/gmp4/autom4te.cache/output.0:15429:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-15430-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-15457-	"file_magic "*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:15458:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-15459-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-15523-	"file_magic "*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:15524:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-15525-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-15890-      *)
gcl-2.6.12/gmp4/autom4te.cache/output.0:15891:	case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-15892-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16250-  if test "$hard_links" = no; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:16251:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gcl-2.6.12/gmp4/autom4te.cache/output.0:16252:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gcl-2.6.12/gmp4/autom4te.cache/output.0-16253-    need_locks=warn
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16339-	# shared libraries, regardless of the interface used.
gcl-2.6.12/gmp4/autom4te.cache/output.0:16340:	case `$LD -v 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-16341-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16371-    supports_anon_versioning=no
gcl-2.6.12/gmp4/autom4te.cache/output.0:16372:    case `$LD -v 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-16373-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16440-	# is EXPORTS), use it as is; otherwise, prepend...
gcl-2.6.12/gmp4/autom4te.cache/output.0:16441:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-16442-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16468-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gcl-2.6.12/gmp4/autom4te.cache/output.0:16469:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0:16470:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-16471-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16486-        pgcc*)				# Portland Group C compiler
gcl-2.6.12/gmp4/autom4te.cache/output.0:16487:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/autom4te.cache/output.0-16488-	  tmp_addflag=' $pic_flag'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16491-					# Portland Group f77 and f90 compilers
gcl-2.6.12/gmp4/autom4te.cache/output.0:16492:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/autom4te.cache/output.0-16493-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16506-	nvcc*)	# Cuda Compiler Driver 2.2
gcl-2.6.12/gmp4/autom4te.cache/output.0:16507:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/autom4te.cache/output.0-16508-	  compiler_needs_object=yes
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16510-	esac
gcl-2.6.12/gmp4/autom4te.cache/output.0:16511:	case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-16512-	*Sun\ C*)			# Sun C 5.9
gcl-2.6.12/gmp4/autom4te.cache/output.0:16513:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/autom4te.cache/output.0-16514-	  compiler_needs_object=yes
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16578-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:16579:      case `$LD -v 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-16580-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16701-	# below for broken collect2 doesn't work under 4.3+
gcl-2.6.12/gmp4/autom4te.cache/output.0:16702:	  collect2name=`${CC} -print-prog-name=collect2`
gcl-2.6.12/gmp4/autom4te.cache/output.0-16703-	  if test -f "$collect2name" &&
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16775-      }'
gcl-2.6.12/gmp4/autom4te.cache/output.0:16776:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-16777-  # Check for a 64-bit object if we didn't find anything.
gcl-2.6.12/gmp4/autom4te.cache/output.0-16778-  if test -z "$lt_cv_aix_libpath_"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:16779:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-16780-  fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16793-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
gcl-2.6.12/gmp4/autom4te.cache/output.0:16794:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gcl-2.6.12/gmp4/autom4te.cache/output.0-16795-      else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16828-      }'
gcl-2.6.12/gmp4/autom4te.cache/output.0:16829:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-16830-  # Check for a 64-bit object if we didn't find anything.
gcl-2.6.12/gmp4/autom4te.cache/output.0-16831-  if test -z "$lt_cv_aix_libpath_"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:16832:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-16833-  fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16901-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gcl-2.6.12/gmp4/autom4te.cache/output.0:16902:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-16903-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16938-	# FIXME: Setting linknames here is a bad hack.
gcl-2.6.12/gmp4/autom4te.cache/output.0:16939:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gcl-2.6.12/gmp4/autom4te.cache/output.0-16940-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-16956-  if test "$lt_cv_ld_force_load" = "yes"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:16957:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0-16958-    
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17136-      if test "$GCC" = yes; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:17137:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-17138-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17164-	if test "$lt_cv_irix_exported_symbol" = yes; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:17165:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-17166-	fi
gcl-2.6.12/gmp4/autom4te.cache/output.0-17167-      else
gcl-2.6.12/gmp4/autom4te.cache/output.0:17168:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0:17169:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-17170-      fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17204-	hardcode_direct_absolute=yes
gcl-2.6.12/gmp4/autom4te.cache/output.0:17205:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-17206-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17237-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gcl-2.6.12/gmp4/autom4te.cache/output.0:17238:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-17239-      else
gcl-2.6.12/gmp4/autom4te.cache/output.0-17240-	allow_undefined_flag=' -expect_unresolved \*'
gcl-2.6.12/gmp4/autom4te.cache/output.0:17241:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-17242-      fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17250-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gcl-2.6.12/gmp4/autom4te.cache/output.0:17251:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-17252-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17254-	allow_undefined_flag=' -expect_unresolved \*'
gcl-2.6.12/gmp4/autom4te.cache/output.0:17255:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0:17256:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gcl-2.6.12/gmp4/autom4te.cache/output.0:17257:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gcl-2.6.12/gmp4/autom4te.cache/output.0-17258-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17273-      else
gcl-2.6.12/gmp4/autom4te.cache/output.0:17274:	case `$CC -V 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-17275-	*"Compilers 5.0"*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17672-  esac
gcl-2.6.12/gmp4/autom4te.cache/output.0:17673:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gcl-2.6.12/gmp4/autom4te.cache/output.0-17674-  case $lt_search_path_spec in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17679-    # okay in the real world where ";" in dirpaths is itself problematic.
gcl-2.6.12/gmp4/autom4te.cache/output.0:17680:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-17681-    ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-17682-  *)
gcl-2.6.12/gmp4/autom4te.cache/output.0:17683:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-17684-    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17688-  lt_tmp_lt_search_path_spec=
gcl-2.6.12/gmp4/autom4te.cache/output.0:17689:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gcl-2.6.12/gmp4/autom4te.cache/output.0-17690-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17723-  esac
gcl-2.6.12/gmp4/autom4te.cache/output.0:17724:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gcl-2.6.12/gmp4/autom4te.cache/output.0-17725-else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17811-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gcl-2.6.12/gmp4/autom4te.cache/output.0:17812:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gcl-2.6.12/gmp4/autom4te.cache/output.0-17813-    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17847-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gcl-2.6.12/gmp4/autom4te.cache/output.0:17848:    postinstall_cmds='base_file=`basename \${file}`~
gcl-2.6.12/gmp4/autom4te.cache/output.0:17849:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.0:17850:      dldir=$destdir/`dirname \$dlpath`~
gcl-2.6.12/gmp4/autom4te.cache/output.0-17851-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17856-      fi'
gcl-2.6.12/gmp4/autom4te.cache/output.0:17857:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.0-17858-      dlpath=$dir/\$dldll~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17864-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0:17865:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.0-17866-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17870-      # MinGW DLLs use traditional 'lib' prefix
gcl-2.6.12/gmp4/autom4te.cache/output.0:17871:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.0-17872-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17874-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0:17875:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.0-17876-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17883-    libname_spec='$name'
gcl-2.6.12/gmp4/autom4te.cache/output.0:17884:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.0-17885-    library_names_spec='${libname}.dll.lib'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17895-        # Let DOS variable expansion print the short 8.3 style file name.
gcl-2.6.12/gmp4/autom4te.cache/output.0:17896:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-17897-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17900-      # Convert to MSYS style.
gcl-2.6.12/gmp4/autom4te.cache/output.0:17901:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-17902-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17906-      # like /cygdrive/c/PROGRA~1:/cygdr...
gcl-2.6.12/gmp4/autom4te.cache/output.0:17907:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gcl-2.6.12/gmp4/autom4te.cache/output.0:17908:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gcl-2.6.12/gmp4/autom4te.cache/output.0:17909:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-17910-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17914-        # It is most probably a Windows format PATH.
gcl-2.6.12/gmp4/autom4te.cache/output.0:17915:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-17916-      else
gcl-2.6.12/gmp4/autom4te.cache/output.0:17917:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-17918-      fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17924-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gcl-2.6.12/gmp4/autom4te.cache/output.0:17925:    postinstall_cmds='base_file=`basename \${file}`~
gcl-2.6.12/gmp4/autom4te.cache/output.0:17926:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.0:17927:      dldir=$destdir/`dirname \$dlpath`~
gcl-2.6.12/gmp4/autom4te.cache/output.0-17928-      test -d \$dldir || mkdir -p \$dldir~
gcl-2.6.12/gmp4/autom4te.cache/output.0-17929-      $install_prog $dir/$dlname \$dldir/$dlname'
gcl-2.6.12/gmp4/autom4te.cache/output.0:17930:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.0-17931-      dlpath=$dir/\$dldll~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17938-    # Assume MSVC wrapper
gcl-2.6.12/gmp4/autom4te.cache/output.0:17939:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-17940-    dynamic_linker='Win32 ld.exe'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-17955-  shlibpath_var=DYLD_LIBRARY_PATH
gcl-2.6.12/gmp4/autom4te.cache/output.0:17956:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gcl-2.6.12/gmp4/autom4te.cache/output.0-17957-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-18181-  if test -f /etc/ld.so.conf; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:18182:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gcl-2.6.12/gmp4/autom4te.cache/output.0-18183-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-18255-  shlibpath_var=LD_LIBRARY_PATH
gcl-2.6.12/gmp4/autom4te.cache/output.0:18256:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-18257-    case $host_os in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-19404-done
gcl-2.6.12/gmp4/autom4te.cache/output.0:19405:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-19406-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-19436-    # gcc leaves a trailing carriage return which upsets mingw
gcl-2.6.12/gmp4/autom4te.cache/output.0:19437:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-19438-  *)
gcl-2.6.12/gmp4/autom4te.cache/output.0:19439:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-19440-  esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-19445-      # Canonicalize the pathname of ld
gcl-2.6.12/gmp4/autom4te.cache/output.0:19446:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-19447-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gcl-2.6.12/gmp4/autom4te.cache/output.0:19448:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-19449-      done
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-19480-      # Break only if it was the GNU/non-GNU ld that we prefer.
gcl-2.6.12/gmp4/autom4te.cache/output.0:19481:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-19482-      *GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-19511-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gcl-2.6.12/gmp4/autom4te.cache/output.0:19512:case `$LD -v 2>&1 </dev/null` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-19513-*GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-19545-        # ancient GNU ld didn't support --whole-archive et. al.
gcl-2.6.12/gmp4/autom4te.cache/output.0:19546:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gcl-2.6.12/gmp4/autom4te.cache/output.0-19547-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-19629-          # below for broken collect2 doesn't work under 4.3+
gcl-2.6.12/gmp4/autom4te.cache/output.0:19630:	  collect2name=`${CC} -print-prog-name=collect2`
gcl-2.6.12/gmp4/autom4te.cache/output.0-19631-	  if test -f "$collect2name" &&
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-19702-      }'
gcl-2.6.12/gmp4/autom4te.cache/output.0:19703:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-19704-  # Check for a 64-bit object if we didn't find anything.
gcl-2.6.12/gmp4/autom4te.cache/output.0-19705-  if test -z "$lt_cv_aix_libpath__CXX"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:19706:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-19707-  fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-19721-
gcl-2.6.12/gmp4/autom4te.cache/output.0:19722:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gcl-2.6.12/gmp4/autom4te.cache/output.0-19723-        else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-19756-      }'
gcl-2.6.12/gmp4/autom4te.cache/output.0:19757:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-19758-  # Check for a 64-bit object if we didn't find anything.
gcl-2.6.12/gmp4/autom4te.cache/output.0-19759-  if test -z "$lt_cv_aix_libpath__CXX"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:19760:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-19761-  fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-19829-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gcl-2.6.12/gmp4/autom4te.cache/output.0:19830:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-19831-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-19870-	    # is EXPORTS), use it as is; otherwise, prepend...
gcl-2.6.12/gmp4/autom4te.cache/output.0:19871:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-19872-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-19891-  if test "$lt_cv_ld_force_load" = "yes"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:19892:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0-19893-    
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-19982-            # dependencies.
gcl-2.6.12/gmp4/autom4te.cache/output.0:19983:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/autom4te.cache/output.0-19984-            ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20047-	    # dependencies.
gcl-2.6.12/gmp4/autom4te.cache/output.0:20048:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20049-	    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20083-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gcl-2.6.12/gmp4/autom4te.cache/output.0:20084:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0:20085:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20086-	;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20090-	    # SGI C++
gcl-2.6.12/gmp4/autom4te.cache/output.0:20091:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20092-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20101-	      if test "$with_gnu_ld" = no; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:20102:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20103-	      else
gcl-2.6.12/gmp4/autom4te.cache/output.0:20104:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20105-	      fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20122-	    # to its proper name (with version) after linking.
gcl-2.6.12/gmp4/autom4te.cache/output.0:20123:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0:20124:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20125-	    # Commands to make compiler produce verbose output that lists
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20132-	    # dependencies.
gcl-2.6.12/gmp4/autom4te.cache/output.0:20133:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20134-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20147-	    # earlier do not add the objects themselves.
gcl-2.6.12/gmp4/autom4te.cache/output.0:20148:	    case `$CC -V 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-20149-	      *"Version 7."*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20168-            # Portland Group C++ compiler
gcl-2.6.12/gmp4/autom4te.cache/output.0:20169:	    case `$CC -V` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-20170-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20173-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gcl-2.6.12/gmp4/autom4te.cache/output.0:20174:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20175-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20177-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gcl-2.6.12/gmp4/autom4te.cache/output.0:20178:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gcl-2.6.12/gmp4/autom4te.cache/output.0-20179-		$RANLIB $oldlib'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20182-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gcl-2.6.12/gmp4/autom4te.cache/output.0:20183:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20184-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20186-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gcl-2.6.12/gmp4/autom4te.cache/output.0:20187:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20188-	      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20196-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
gcl-2.6.12/gmp4/autom4te.cache/output.0:20197:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20198-            ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20215-	    # dependencies.
gcl-2.6.12/gmp4/autom4te.cache/output.0:20216:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20217-	    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20230-	  *)
gcl-2.6.12/gmp4/autom4te.cache/output.0:20231:	    case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-20232-	    *Sun\ C*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20237-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
gcl-2.6.12/gmp4/autom4te.cache/output.0:20238:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20239-	      compiler_needs_object_CXX=yes
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20307-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
gcl-2.6.12/gmp4/autom4te.cache/output.0:20308:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-20309-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20326-	    # to its proper name (with version) after linking.
gcl-2.6.12/gmp4/autom4te.cache/output.0:20327:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20328-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20347-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
gcl-2.6.12/gmp4/autom4te.cache/output.0:20348:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20349-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20352-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
gcl-2.6.12/gmp4/autom4te.cache/output.0:20353:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0:20354:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gcl-2.6.12/gmp4/autom4te.cache/output.0-20355-	          echo "-hidden">> $lib.exp~
gcl-2.6.12/gmp4/autom4te.cache/output.0:20356:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
gcl-2.6.12/gmp4/autom4te.cache/output.0-20357-	          $RM $lib.exp'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20371-	    # dependencies.
gcl-2.6.12/gmp4/autom4te.cache/output.0:20372:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20373-	    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20378-	        osf3*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:20379:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20380-		  ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-20381-	        *)
gcl-2.6.12/gmp4/autom4te.cache/output.0:20382:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-20383-		  ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20625-
gcl-2.6.12/gmp4/autom4te.cache/output.0:20626:  for p in `eval "$output_verbose_link_cmd"`; do
gcl-2.6.12/gmp4/autom4te.cache/output.0-20627-    case ${prev}${p} in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20722-linux*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:20723:  case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-20724-  *Sun\ C*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-20773-if test -n "${compiler_lib_search_path_CXX}"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:20774: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-20775-fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21014-	  *)
gcl-2.6.12/gmp4/autom4te.cache/output.0:21015:	    case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-21016-	    *Sun\ C*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21368-  if test "$hard_links" = no; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:21369:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gcl-2.6.12/gmp4/autom4te.cache/output.0:21370:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gcl-2.6.12/gmp4/autom4te.cache/output.0-21371-    need_locks=warn
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21645-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gcl-2.6.12/gmp4/autom4te.cache/output.0:21646:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gcl-2.6.12/gmp4/autom4te.cache/output.0-21647-    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21681-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gcl-2.6.12/gmp4/autom4te.cache/output.0:21682:    postinstall_cmds='base_file=`basename \${file}`~
gcl-2.6.12/gmp4/autom4te.cache/output.0:21683:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.0:21684:      dldir=$destdir/`dirname \$dlpath`~
gcl-2.6.12/gmp4/autom4te.cache/output.0-21685-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21690-      fi'
gcl-2.6.12/gmp4/autom4te.cache/output.0:21691:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.0-21692-      dlpath=$dir/\$dldll~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21698-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0:21699:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.0-21700-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21703-      # MinGW DLLs use traditional 'lib' prefix
gcl-2.6.12/gmp4/autom4te.cache/output.0:21704:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.0-21705-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21707-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0:21708:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.0-21709-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21716-    libname_spec='$name'
gcl-2.6.12/gmp4/autom4te.cache/output.0:21717:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.0-21718-    library_names_spec='${libname}.dll.lib'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21728-        # Let DOS variable expansion print the short 8.3 style file name.
gcl-2.6.12/gmp4/autom4te.cache/output.0:21729:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-21730-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21733-      # Convert to MSYS style.
gcl-2.6.12/gmp4/autom4te.cache/output.0:21734:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-21735-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21739-      # like /cygdrive/c/PROGRA~1:/cygdr...
gcl-2.6.12/gmp4/autom4te.cache/output.0:21740:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gcl-2.6.12/gmp4/autom4te.cache/output.0:21741:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gcl-2.6.12/gmp4/autom4te.cache/output.0:21742:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-21743-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21747-        # It is most probably a Windows format PATH.
gcl-2.6.12/gmp4/autom4te.cache/output.0:21748:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-21749-      else
gcl-2.6.12/gmp4/autom4te.cache/output.0:21750:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-21751-      fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21757-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gcl-2.6.12/gmp4/autom4te.cache/output.0:21758:    postinstall_cmds='base_file=`basename \${file}`~
gcl-2.6.12/gmp4/autom4te.cache/output.0:21759:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.0:21760:      dldir=$destdir/`dirname \$dlpath`~
gcl-2.6.12/gmp4/autom4te.cache/output.0-21761-      test -d \$dldir || mkdir -p \$dldir~
gcl-2.6.12/gmp4/autom4te.cache/output.0-21762-      $install_prog $dir/$dlname \$dldir/$dlname'
gcl-2.6.12/gmp4/autom4te.cache/output.0:21763:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.0-21764-      dlpath=$dir/\$dldll~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21771-    # Assume MSVC wrapper
gcl-2.6.12/gmp4/autom4te.cache/output.0:21772:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gcl-2.6.12/gmp4/autom4te.cache/output.0-21773-    dynamic_linker='Win32 ld.exe'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-21788-  shlibpath_var=DYLD_LIBRARY_PATH
gcl-2.6.12/gmp4/autom4te.cache/output.0:21789:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gcl-2.6.12/gmp4/autom4te.cache/output.0-21790-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-22013-  if test -f /etc/ld.so.conf; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:22014:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gcl-2.6.12/gmp4/autom4te.cache/output.0-22015-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-22087-  shlibpath_var=LD_LIBRARY_PATH
gcl-2.6.12/gmp4/autom4te.cache/output.0:22088:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-22089-    case $host_os in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-22566-do :
gcl-2.6.12/gmp4/autom4te.cache/output.0:22567:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/gmp4/autom4te.cache/output.0-22568-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-22570-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/gmp4/autom4te.cache/output.0:22571:@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/gmp4/autom4te.cache/output.0-22572-_ACEOF
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-23873-EOF
gcl-2.6.12/gmp4/autom4te.cache/output.0:23874:  gmp_cv_c_double_format=`od -b conftest.$OBJEXT | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/autom4te.cache/output.0-23875-  case $gmp_cv_c_double_format in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-23966-do :
gcl-2.6.12/gmp4/autom4te.cache/output.0:23967:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/gmp4/autom4te.cache/output.0-23968-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-23970-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/gmp4/autom4te.cache/output.0:23971:@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gcl-2.6.12/gmp4/autom4te.cache/output.0-23972-_ACEOF
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24312-# routines there.  Those found are incorporated in the build by generating a
gcl-2.6.12/gmp4/autom4te.cache/output.0:24313:# little mpn/<foo>.asm or mpn/<foo>.c file in the build directory, with
gcl-2.6.12/gmp4/autom4te.cache/output.0-24314-# suitable function renaming, and adding that to $mpn_objects (the same as a
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24405-    echo "#undef  $tmp_tn" >>fat.h
gcl-2.6.12/gmp4/autom4te.cache/output.0:24406:    echo "#define $tmp_tn  CPUVEC_THRESHOLD (`echo $tmp_tn | tr [A-Z] [a-z]`)" >>fat.h
gcl-2.6.12/gmp4/autom4te.cache/output.0-24407-  done
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24437-  for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/autom4te.cache/output.0:24438:    tmp_field_name=`echo $tmp_tn | tr [A-Z] [a-z]`
gcl-2.6.12/gmp4/autom4te.cache/output.0-24439-    echo "    p->$tmp_field_name = vec.$tmp_field_name; \\" >>fat.h
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24467-  for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/autom4te.cache/output.0:24468:    tmp_field_name=`echo $tmp_tn | tr [A-Z] [a-z]`
gcl-2.6.12/gmp4/autom4te.cache/output.0-24469-    echo "    ASSERT (vec.$tmp_field_name != 0); \\" >>fat.h
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24477-  for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/autom4te.cache/output.0:24478:    tmp_field_name=`echo $tmp_tn | tr [A-Z] [a-z]`
gcl-2.6.12/gmp4/autom4te.cache/output.0-24479-    echo "    ITERATE ($tmp_tn, $tmp_field_name); \\" >>fat.h
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24486-    echo "" >>fat.h
gcl-2.6.12/gmp4/autom4te.cache/output.0:24487:    tmp_suffix=`echo $tmp_dir | sed -e '/\//s:^[^/]*/::' -e 's:[\\/]:_:g'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-24488-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24509-      for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/autom4te.cache/output.0:24510:        tmp_thresh=`sed -n "s/^#define $tmp_tn[ 	]*\\([0-9][0-9]*\\).*$/\\1/p" $tmp_mparam`
gcl-2.6.12/gmp4/autom4te.cache/output.0-24511-        if test -n "$tmp_thresh"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24513-"
gcl-2.6.12/gmp4/autom4te.cache/output.0:24514:          CPUVEC_SETUP="$CPUVEC_SETUP    decided_cpuvec.`echo $tmp_tn | tr [A-Z] [a-z]` = $tmp_thresh; \\
gcl-2.6.12/gmp4/autom4te.cache/output.0-24515-"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24575-      for tmp_base in $tmp_fn $tmp_mulfunc; do
gcl-2.6.12/gmp4/autom4te.cache/output.0:24576:        for tmp_ext in asm S s c; do
gcl-2.6.12/gmp4/autom4te.cache/output.0-24577-          tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24582-	    if test -n "$GMP_NONSTD_ABI" && test $tmp_ext != "c"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:24583:	      abi=`sed -n 's/^[ 	]*ABI_SUPPORT(\(.*\))/\1/p' $tmp_file `
gcl-2.6.12/gmp4/autom4te.cache/output.0-24584-	      if echo "$abi" | grep -q "\\b${GMP_NONSTD_ABI}\\b"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24613-            case $tmp_fbase in
gcl-2.6.12/gmp4/autom4te.cache/output.0:24614:              *_1*) tmp_fbasec=`echo $tmp_fbase | sed 's/_1/_1c/'` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-24615-              *)    tmp_fbasec=${tmp_fbase}c ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24644-$THRESH_ASM_SETUP
gcl-2.6.12/gmp4/autom4te.cache/output.0:24645:include($mpn_relative_top_srcdir/mpn/$tmp_dir/$tmp_base.asm)
gcl-2.6.12/gmp4/autom4te.cache/output.0-24646-" >mpn/${tmp_prefix}_$tmp_fn.asm
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24703-
gcl-2.6.12/gmp4/autom4te.cache/output.0:24704:for tmp_ext in asm S s c; do
gcl-2.6.12/gmp4/autom4te.cache/output.0-24705-  eval found_$tmp_ext=no
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24708-for tmp_fn in $gmp_mpn_functions; do
gcl-2.6.12/gmp4/autom4te.cache/output.0:24709:  for tmp_ext in asm S s c; do
gcl-2.6.12/gmp4/autom4te.cache/output.0-24710-    test "$no_create" = yes || rm -f mpn/$tmp_fn.$tmp_ext
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24771-    for tmp_base in $tmp_fn $tmp_mulfunc; do
gcl-2.6.12/gmp4/autom4te.cache/output.0:24772:      for tmp_ext in asm S s c; do
gcl-2.6.12/gmp4/autom4te.cache/output.0-24773-        tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24797-              *)
gcl-2.6.12/gmp4/autom4te.cache/output.0:24798:                nails=`sed -n 's/^[ 	]*NAILS_SUPPORT(\(.*\))/\1/p' $tmp_file `
gcl-2.6.12/gmp4/autom4te.cache/output.0-24799-                for n in $nails; do
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24801-                  *-*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:24802:                    n_start=`echo "$n" | sed -n 's/\(.*\)-.*/\1/p'`
gcl-2.6.12/gmp4/autom4te.cache/output.0:24803:                    n_end=`echo "$n" | sed -n 's/.*-\(.*\)/\1/p'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-24804-                    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24824-	  if test -n "$GMP_NONSTD_ABI" && test $tmp_ext != "c"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:24825:	    abi=`sed -n 's/^[ 	]*ABI_SUPPORT(\(.*\))/\1/p' $tmp_file `
gcl-2.6.12/gmp4/autom4te.cache/output.0-24826-	    if echo "$abi" | grep -q "\\b${GMP_NONSTD_ABI}\\b"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24886-
gcl-2.6.12/gmp4/autom4te.cache/output.0:24887:# All cycle counters are .asm files currently
gcl-2.6.12/gmp4/autom4te.cache/output.0-24888-if test -n "$SPEED_CYCLECOUNTER_OBJ"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24896-# Don't demand an m4 unless it's actually needed.
gcl-2.6.12/gmp4/autom4te.cache/output.0:24897:if test $found_asm = yes; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-24898-  
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24907-  cat >conftest.m4 <<\EOF
gcl-2.6.12/gmp4/autom4te.cache/output.0:24908:define(dollarhash,``$#'')ifelse(dollarhash(x),1,`define(t1,Y)',
gcl-2.6.12/gmp4/autom4te.cache/output.0-24909-``bad: $# not supported (SunOS /usr/bin/m4)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24927-      echo "trying $ac_dir/m4" >&5
gcl-2.6.12/gmp4/autom4te.cache/output.0:24928:      gmp_tmp_val=`($ac_dir/m4 conftest.m4) 2>&5`
gcl-2.6.12/gmp4/autom4te.cache/output.0-24929-      echo "$gmp_tmp_val" >&5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24960-cat conftest.m4 >&5
gcl-2.6.12/gmp4/autom4te.cache/output.0:24961:tmp_chars=`$M4 conftest.m4 | wc -c`
gcl-2.6.12/gmp4/autom4te.cache/output.0-24962-echo produces $tmp_chars chars output >&5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-24983-
gcl-2.6.12/gmp4/autom4te.cache/output.0:24984:# Only do the GMP_ASM checks if there's a .S or .asm wanting them.
gcl-2.6.12/gmp4/autom4te.cache/output.0:24985:if test $found_asm = no && test $found_S = no; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-24986-  gmp_asm_syntax_testing=no
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-25659-  cat conftest.out >&5
gcl-2.6.12/gmp4/autom4te.cache/output.0:25660:  gmp_cv_asm_ia64_align_ok=`od -b conftest.$OBJEXT | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/autom4te.cache/output.0-25661-else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-26342-    if grep '\.data' conftest.s >/dev/null; then
gcl-2.6.12/gmp4/autom4te.cache/output.0:26343:      mcount_nonpic_reg=`sed -n '/esp/!s/.*movl.*,\(%[a-z]*\).*$/\1/p' conftest.s`
gcl-2.6.12/gmp4/autom4te.cache/output.0-26344-    else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-26366-          # Windows DLLs have non-PIC style mcount
gcl-2.6.12/gmp4/autom4te.cache/output.0:26367:          mcount_pic_reg=`sed -n '/esp/!s/.*movl.*,\(%[a-z]*\).*$/\1/p' conftest.s`
gcl-2.6.12/gmp4/autom4te.cache/output.0-26368-          ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-26369-        *)
gcl-2.6.12/gmp4/autom4te.cache/output.0:26370:          mcount_pic_reg=`sed -n 's/.*GOTOFF.*,\(%[a-z]*\).*$/\1/p' conftest.s`
gcl-2.6.12/gmp4/autom4te.cache/output.0-26371-          ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-26479-  for i in SQR_TOOM2_THRESHOLD BMOD_1_TO_MOD_1_THRESHOLD SHLD_SLOW SHRD_SLOW; do
gcl-2.6.12/gmp4/autom4te.cache/output.0:26480:    value=`sed -n 's/^#define '$i'[ 	]*\([0-9][0-9]*\).*$/\1/p' $gmp_mparam_source`
gcl-2.6.12/gmp4/autom4te.cache/output.0-26481-    if test -n "$value"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-26670-fi
gcl-2.6.12/gmp4/autom4te.cache/output.0:26671:GMP_LIMB_BITS=`expr 8 \* $ac_cv_sizeof_mp_limb_t`
gcl-2.6.12/gmp4/autom4te.cache/output.0-26672-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-26683-#
gcl-2.6.12/gmp4/autom4te.cache/output.0:26684:mparam_bits=`sed -n 's/^#define GMP_LIMB_BITS[ 	][ 	]*\([0-9]*\).*$/\1/p' $gmp_mparam_source`
gcl-2.6.12/gmp4/autom4te.cache/output.0-26685-if test -n "$mparam_bits" && test "$mparam_bits" -ne $GMP_LIMB_BITS; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-26717-  *.asm)
gcl-2.6.12/gmp4/autom4te.cache/output.0:26718:    sqr_max=`sed -n 's/^def...(SQR_TOOM2_THRESHOLD_MAX, *\([0-9]*\))/\1/p' $sqr_basecase_source`
gcl-2.6.12/gmp4/autom4te.cache/output.0-26719-    if test -n "$sqr_max"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-27135-/* end confdefs.h.  */
gcl-2.6.12/gmp4/autom4te.cache/output.0:27136:`cat $LEX_OUTPUT_ROOT.c`
gcl-2.6.12/gmp4/autom4te.cache/output.0-27137-_ACEOF
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-27168-  #define YYTEXT_POINTER 1
gcl-2.6.12/gmp4/autom4te.cache/output.0:27169:`cat $LEX_OUTPUT_ROOT.c`
gcl-2.6.12/gmp4/autom4te.cache/output.0-27170-_ACEOF
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-27422-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/gmp4/autom4te.cache/output.0:27423:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/gmp4/autom4te.cache/output.0-27424-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-27518-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/gmp4/autom4te.cache/output.0:27519:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-27520-  as_echo='print -r --'
gcl-2.6.12/gmp4/autom4te.cache/output.0-27521-  as_echo_n='print -rn --'
gcl-2.6.12/gmp4/autom4te.cache/output.0:27522:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-27523-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-27525-else
gcl-2.6.12/gmp4/autom4te.cache/output.0:27526:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/gmp4/autom4te.cache/output.0-27527-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-27535-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/gmp4/autom4te.cache/output.0:27536:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-27537-      esac;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-27684-  {
gcl-2.6.12/gmp4/autom4te.cache/output.0:27685:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/gmp4/autom4te.cache/output.0-27686-  }
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-27788-      case $as_dir in #(
gcl-2.6.12/gmp4/autom4te.cache/output.0:27789:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/gmp4/autom4te.cache/output.0-27790-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-27929-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/gmp4/autom4te.cache/output.0:27930:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/gmp4/autom4te.cache/output.0-27931-ac_cs_version="\\
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-27954-  --*=?*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:27955:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/gmp4/autom4te.cache/output.0:27956:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-27957-    ac_shift=:
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-27959-  --*=)
gcl-2.6.12/gmp4/autom4te.cache/output.0:27960:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/gmp4/autom4te.cache/output.0-27961-    ac_optarg=
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-27983-    case $ac_optarg in
gcl-2.6.12/gmp4/autom4te.cache/output.0:27984:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-27985-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-27991-    case $ac_optarg in
gcl-2.6.12/gmp4/autom4te.cache/output.0:27992:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-27993-    esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-28059-delay_variable_subst='$delay_variable_subst'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28060:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28061:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28062:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28063:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28064:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28065:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28066:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28067:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28068:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28069:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28070:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28071:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28072:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28073:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28074:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28075:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28076:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28077:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28078:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28079:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28080:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28081:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28082:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28083:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28084:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28085:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28086:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28087:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28088:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28089:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28090:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28091:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28092:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28093:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28094:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28095:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28096:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28097:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28098:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28099:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28100:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28101:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28102:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28103:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28104:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28105:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28106:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28107:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28108:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28109:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28110:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28111:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28112:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28113:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28114:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28115:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28116:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28117:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28118:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28119:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28120:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28121:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28122:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28123:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28124:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28125:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28126:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28127:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28128:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28129:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28130:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28131:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28132:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28133:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28134:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28135:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28136:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28137:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28138:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28139:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28140:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28141:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28142:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28143:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28144:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28145:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28146:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28147:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28148:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28149:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28150:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28151:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28152:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28153:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28154:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28155:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28156:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28157:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28158:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28159:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28160:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28161:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28162:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28163:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28164:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28165:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28166:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28167:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28168:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28169:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28170:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28171:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28172:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28173:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28174:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28175:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28176:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28177:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28178:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28179:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28180:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28181:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28182:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28183:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28184:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28185:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28186:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28187:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28188:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28189:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28190:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28191:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28192:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28193:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28194:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28195:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28196:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28197:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28198:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28199:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28200:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28201:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28202:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28203:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28204:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28205:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28206:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28207:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28208:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28209:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28210:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28211:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28212:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28213:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28214:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28215:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28216:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28217:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28218:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28219:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28220:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28221:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28222:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28223:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28224:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28225:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28226:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28227:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28228:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28229:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28230:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28231:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28232:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28233:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28234:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28235:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28236:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28237:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28238:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28239:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28240:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28241:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28242:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28243:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28244:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.0-28245-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-28355-compiler_lib_search_path_CXX; do
gcl-2.6.12/gmp4/autom4te.cache/output.0:28356:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-28357-    *[\\\\\\\`\\"\\\$]*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:28358:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gcl-2.6.12/gmp4/autom4te.cache/output.0-28359-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-28396-postlink_cmds_CXX; do
gcl-2.6.12/gmp4/autom4te.cache/output.0:28397:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-28398-    *[\\\\\\\`\\"\\\$]*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:28399:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gcl-2.6.12/gmp4/autom4te.cache/output.0-28400-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-28523-fi
gcl-2.6.12/gmp4/autom4te.cache/output.0:28524:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/gmp4/autom4te.cache/output.0-28525-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-28540-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/gmp4/autom4te.cache/output.0:28541:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-28542-ac_delim='%!_!# '
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-28546-
gcl-2.6.12/gmp4/autom4te.cache/output.0:28547:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/gmp4/autom4te.cache/output.0-28548-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-28684-for ac_last_try in false false :; do
gcl-2.6.12/gmp4/autom4te.cache/output.0:28685:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/gmp4/autom4te.cache/output.0-28686-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-28816-      esac
gcl-2.6.12/gmp4/autom4te.cache/output.0:28817:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/gmp4/autom4te.cache/output.0-28818-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-28875-*)
gcl-2.6.12/gmp4/autom4te.cache/output.0:28876:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-28877-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/gmp4/autom4te.cache/output.0:28878:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/gmp4/autom4te.cache/output.0-28879-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-28936-/@mandir@/p'
gcl-2.6.12/gmp4/autom4te.cache/output.0:28937:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/gmp4/autom4te.cache/output.0-28938-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-28953-
gcl-2.6.12/gmp4/autom4te.cache/output.0:28954:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/gmp4/autom4te.cache/output.0-28955-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-28981-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/gmp4/autom4te.cache/output.0:28982:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/gmp4/autom4te.cache/output.0-28983-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-29027-    * )
gcl-2.6.12/gmp4/autom4te.cache/output.0:29028:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.0-29029-  esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.0-29108-
gcl-2.6.12/gmp4/autom4te.cache/output.0:29109:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gcl-2.6.12/gmp4/autom4te.cache/output.0-29110-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-77-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/gmp4/autom4te.cache/output.1:78:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-79-  as_echo='print -r --'
gcl-2.6.12/gmp4/autom4te.cache/output.1-80-  as_echo_n='print -rn --'
gcl-2.6.12/gmp4/autom4te.cache/output.1:81:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-82-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-84-else
gcl-2.6.12/gmp4/autom4te.cache/output.1:85:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-86-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-94-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/gmp4/autom4te.cache/output.1:95:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-96-      esac;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-231-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/gmp4/autom4te.cache/output.1:232:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/gmp4/autom4te.cache/output.1-233-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-239-    PATH=/empty FPATH=/empty; export PATH FPATH
gcl-2.6.12/gmp4/autom4te.cache/output.1:240:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
gcl-2.6.12/gmp4/autom4te.cache/output.1:241:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
gcl-2.6.12/gmp4/autom4te.cache/output.1-242-  if (eval "$as_required") 2>/dev/null; then :
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-368-      case $as_dir in #(
gcl-2.6.12/gmp4/autom4te.cache/output.1:369:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/gmp4/autom4te.cache/output.1-370-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-441-  {
gcl-2.6.12/gmp4/autom4te.cache/output.1:442:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/gmp4/autom4te.cache/output.1-443-  }
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-511-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/gmp4/autom4te.cache/output.1:512:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/gmp4/autom4te.cache/output.1-513-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-935-  case $ac_option in
gcl-2.6.12/gmp4/autom4te.cache/output.1:936:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-937-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-979-  -disable-* | --disable-*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:980:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-981-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-984-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/gmp4/autom4te.cache/output.1:985:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-986-    case $ac_user_opts in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-1005-  -enable-* | --enable-*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:1006:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-1007-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-1010-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/gmp4/autom4te.cache/output.1:1011:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-1012-    case $ac_user_opts in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-1209-  -with-* | --with-*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:1210:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-1211-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-1214-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/gmp4/autom4te.cache/output.1:1215:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-1216-    case $ac_user_opts in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-1225-  -without-* | --without-*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:1226:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-1227-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-1230-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/gmp4/autom4te.cache/output.1:1231:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-1232-    case $ac_user_opts in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-1263-  *=*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:1264:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/gmp4/autom4te.cache/output.1-1265-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-1284-if test -n "$ac_prev"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:1285:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-1286-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-1306-    */ )
gcl-2.6.12/gmp4/autom4te.cache/output.1:1307:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-1308-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-1341-ac_ls_di=`ls -di .` &&
gcl-2.6.12/gmp4/autom4te.cache/output.1:1342:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/gmp4/autom4te.cache/output.1-1343-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-1397-case $srcdir in
gcl-2.6.12/gmp4/autom4te.cache/output.1:1398:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-1399-esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-1440-By default, \`make install' will install all the files in
gcl-2.6.12/gmp4/autom4te.cache/output.1:1441:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/gmp4/autom4te.cache/output.1:1442:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/gmp4/autom4te.cache/output.1-1443-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-1572-*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:1573:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-1574-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/gmp4/autom4te.cache/output.1:1575:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-1576-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-2144-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
gcl-2.6.12/gmp4/autom4te.cache/output.1:2145:  as_decl_name=`echo $2|sed 's/ *(.*//'`
gcl-2.6.12/gmp4/autom4te.cache/output.1:2146:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-2147-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-2697-    *\'*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:2698:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-2699-    esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-2780-      case $ac_val in
gcl-2.6.12/gmp4/autom4te.cache/output.1:2781:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-2782-      esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-2795-	case $ac_val in
gcl-2.6.12/gmp4/autom4te.cache/output.1:2796:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-2797-	esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-2915-    set,)
gcl-2.6.12/gmp4/autom4te.cache/output.1:2916:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/gmp4/autom4te.cache/output.1:2917:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/gmp4/autom4te.cache/output.1-2918-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-2926-	# differences in whitespace do not lead to failure.
gcl-2.6.12/gmp4/autom4te.cache/output.1:2927:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/gmp4/autom4te.cache/output.1:2928:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/gmp4/autom4te.cache/output.1-2929-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-2946-    case $ac_new_val in
gcl-2.6.12/gmp4/autom4te.cache/output.1:2947:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-2948-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-3054-test "x$ac_build_alias" = x &&
gcl-2.6.12/gmp4/autom4te.cache/output.1:3055:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-3056-test "x$ac_build_alias" = x &&
gcl-2.6.12/gmp4/autom4te.cache/output.1-3057-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/gmp4/autom4te.cache/output.1:3058:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/gmp4/autom4te.cache/output.1-3059-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-3078-IFS=$ac_save_IFS
gcl-2.6.12/gmp4/autom4te.cache/output.1:3079:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/gmp4/autom4te.cache/output.1-3080-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-3089-else
gcl-2.6.12/gmp4/autom4te.cache/output.1:3090:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/gmp4/autom4te.cache/output.1-3091-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-3111-IFS=$ac_save_IFS
gcl-2.6.12/gmp4/autom4te.cache/output.1:3112:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/gmp4/autom4te.cache/output.1-3113-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-3234-     echo "timestamp, slept: $am_has_slept" > conftest.file
gcl-2.6.12/gmp4/autom4te.cache/output.1:3235:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gcl-2.6.12/gmp4/autom4te.cache/output.1-3236-     if test "$*" = "X"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-3237-	# -L didn't work.
gcl-2.6.12/gmp4/autom4te.cache/output.1:3238:	set X `ls -t "$srcdir/configure" conftest.file`
gcl-2.6.12/gmp4/autom4te.cache/output.1-3239-     fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-3285-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gcl-2.6.12/gmp4/autom4te.cache/output.1:3286:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-3287-
gcl-2.6.12/gmp4/autom4te.cache/output.1-3288-# expand $ac_aux_dir to an absolute path
gcl-2.6.12/gmp4/autom4te.cache/output.1:3289:am_aux_dir=`cd $ac_aux_dir && pwd`
gcl-2.6.12/gmp4/autom4te.cache/output.1-3290-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-3430-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
gcl-2.6.12/gmp4/autom4te.cache/output.1:3431:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gcl-2.6.12/gmp4/autom4te.cache/output.1-3432-	     'mkdir (GNU coreutils) '* | \
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-3503-set x ${MAKE-make}
gcl-2.6.12/gmp4/autom4te.cache/output.1:3504:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-3505-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-3513-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gcl-2.6.12/gmp4/autom4te.cache/output.1:3514:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-3515-  *@@@%%%=?*=@@@%%%*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-3579-
gcl-2.6.12/gmp4/autom4te.cache/output.1:3580:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-3581-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-3966-
gcl-2.6.12/gmp4/autom4te.cache/output.1:3967:tmp_host=`echo $host_cpu | sed 's/\./_/'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-3968-cat >>confdefs.h <<_ACEOF
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-4119-    fi
gcl-2.6.12/gmp4/autom4te.cache/output.1:4120:    gcc_cflags_optlist="asm cpu oldas" # need asm ahead of cpu, see below
gcl-2.6.12/gmp4/autom4te.cache/output.1-4121-    gcc_cflags_maybe="-mieee"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-4151-    # explicit -Wa,-mev5 etc will be necessary to put the assembler in
gcl-2.6.12/gmp4/autom4te.cache/output.1:4152:    # the right mode for our .asm files and longlong.h asm blocks.
gcl-2.6.12/gmp4/autom4te.cache/output.1-4153-    #
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-4227-      *-*-unicos*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:4228:        # tune/alpha.asm assumes int==4bytes but unicos uses int==8bytes
gcl-2.6.12/gmp4/autom4te.cache/output.1-4229-        ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-4626-    gcc_32_cflags="$gcc_cflags -mpowerpc"
gcl-2.6.12/gmp4/autom4te.cache/output.1:4627:    gcc_cflags_optlist="precomp subtype asm cpu"
gcl-2.6.12/gmp4/autom4te.cache/output.1-4628-    gcc_cflags_precomp="-no-cpp-precomp"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-4801-	    # 64-bit mode.  (We need its effect for the various longlong.h
gcl-2.6.12/gmp4/autom4te.cache/output.1:4802:	    # asm macros to be right of course.)
gcl-2.6.12/gmp4/autom4te.cache/output.1-4803-	    #
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-4999-    # assembler.  Add it explicitly since the solaris assembler won't accept
gcl-2.6.12/gmp4/autom4te.cache/output.1:5000:    # our sparc32/v9 asm code without it.  gas accepts -xarch=v8plus too, so
gcl-2.6.12/gmp4/autom4te.cache/output.1-5001-    # it can be in the cflags unconditionally (though gas doesn't need it).
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-5580-  #
gcl-2.6.12/gmp4/autom4te.cache/output.1:5581:  abi1=`echo _$abi | sed 's/[.]//g'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-5582-  if test $abi = $abi_last; then abi2=; else abi2="$abi1"; fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-5596-    for ccbase in $CC; do break; done
gcl-2.6.12/gmp4/autom4te.cache/output.1:5597:    ccbase=`echo $ccbase | sed 's:.*/::'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-5598-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-6754-  test $ac_status = 0; }; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:6755:  tmp_got_good=`od -b conftest.o | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/autom4te.cache/output.1-6756-fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-6837-echo >conftest.c
gcl-2.6.12/gmp4/autom4te.cache/output.1:6838:gmp_tmp_vs=`$cc  -V -c -o conftest.$OBJEXT conftest.c 2>&1 | grep "^ccom:"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-6839-echo "Version string: $gmp_tmp_vs" >&5
gcl-2.6.12/gmp4/autom4te.cache/output.1-6840-rm conftest*
gcl-2.6.12/gmp4/autom4te.cache/output.1:6841:gmp_tmp_v1=`echo $gmp_tmp_vs | sed 's/.* .\.\([0-9]*\).*/\1/'`
gcl-2.6.12/gmp4/autom4te.cache/output.1:6842:gmp_tmp_v2=`echo $gmp_tmp_vs | sed 's/.* .\..*\.\(.*\)\..* HP C.*/\1/'`
gcl-2.6.12/gmp4/autom4te.cache/output.1:6843:gmp_tmp_v3=`echo $gmp_tmp_vs | sed 's/.* .\..*\..*\.\(.*\) HP C.*/\1/'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-6844-echo "Version number: $gmp_tmp_v1.$gmp_tmp_v2.$gmp_tmp_v3" >&5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-6883-$as_echo_n "checking whether ARM gcc unsigned division works... " >&6; }
gcl-2.6.12/gmp4/autom4te.cache/output.1:6884:tmp_version=`$cc --version`
gcl-2.6.12/gmp4/autom4te.cache/output.1-6885-echo "$tmp_version" >&5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-6946-          sizeof*)       echo "configure: testlist $tst" >&5
gcl-2.6.12/gmp4/autom4te.cache/output.1:6947:gmp_sizeof_type=`echo "$tst" | sed 's/sizeof-\([a-z]*\).*/\1/'`
gcl-2.6.12/gmp4/autom4te.cache/output.1:6948:gmp_sizeof_want=`echo "$tst" | sed 's/sizeof-[a-z]*-\([0-9]*\).*/\1/'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-6949-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler $cc $cflags has sizeof($gmp_sizeof_type)==$gmp_sizeof_want" >&5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-7000-# $CC.  We can't let AC_PROG_CC look around for a compiler because it might
gcl-2.6.12/gmp4/autom4te.cache/output.1:7001:# find one that we've rejected (for not supporting the modes our asm code
gcl-2.6.12/gmp4/autom4te.cache/output.1-7002-# demands, etc).
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-7078-	# ~ represents a space in an option spec
gcl-2.6.12/gmp4/autom4te.cache/output.1:7079:        flag=`echo "$flag" | tr '~' ' '`
gcl-2.6.12/gmp4/autom4te.cache/output.1-7080-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-7096-$as_echo_n "checking whether gcc is good for sse2... " >&6; }
gcl-2.6.12/gmp4/autom4te.cache/output.1:7097:case `$cc $cflags $cppflags -dumpversion` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-7098-  3.[012] | 3.[012].*) result=no ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-8307-  test $ac_status = 0; }; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:8308:  tmp_got_good=`od -b conftest.o | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/autom4te.cache/output.1-8309-fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-8349-  # Could easily have this in config.h too, if desired.
gcl-2.6.12/gmp4/autom4te.cache/output.1:8350:  ABI_nodots=`echo $ABI | sed 's/\./_/'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-8351-  
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-8777-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/gmp4/autom4te.cache/output.1:8778:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-8779-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-8821-	then :; else
gcl-2.6.12/gmp4/autom4te.cache/output.1:8822:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-8823-	fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-8881-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1:8882:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-8883-	  break;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-8990-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1:8991:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-8992-       break;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-10252-    if test "$ac_prog_cxx_g" = no; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:10253:      cxxflags_cflags=`echo "$cxxflags_cflags" | sed -e 's/ -g //' -e 's/^-g //' -e 's/ -g$//'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-10254-    fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-10590-  # Check for GNU $ac_path_GREP
gcl-2.6.12/gmp4/autom4te.cache/output.1:10591:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-10592-*GNU*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-10656-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/gmp4/autom4te.cache/output.1:10657:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-10658-*GNU*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-10748-for i in $fat_path; do
gcl-2.6.12/gmp4/autom4te.cache/output.1:10749:  tmp_suffix=`echo $i | sed -e '/\//s:^[^/]*/::' -e 's:[\\/]:_:g'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-10750-  CPUVEC_list="$CPUVEC_list CPUVEC_SETUP_$tmp_suffix"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-11300-	# Tru64's nm complains that /dev/null is an invalid object file
gcl-2.6.12/gmp4/autom4te.cache/output.1:11301:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-11302-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-11306-	*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:11307:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-11308-	  */dev/null*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-11434-
gcl-2.6.12/gmp4/autom4te.cache/output.1:11435:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-11436-    *COFF*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-11515-	# Tru64's nm complains that /dev/null is an invalid object file
gcl-2.6.12/gmp4/autom4te.cache/output.1:11516:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-11517-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-11521-	*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:11522:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-11523-	  */dev/null*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-11649-
gcl-2.6.12/gmp4/autom4te.cache/output.1:11650:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-11651-    *COFF*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-12168-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gcl-2.6.12/gmp4/autom4te.cache/output.1:12169:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-12170-  ECHO='print -r --'
gcl-2.6.12/gmp4/autom4te.cache/output.1:12171:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-12172-  ECHO='printf %s\n'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-12237-  # Check for GNU $ac_path_SED
gcl-2.6.12/gmp4/autom4te.cache/output.1:12238:case `"$ac_path_SED" --version 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-12239-*GNU*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-12316-  # Check for GNU $ac_path_FGREP
gcl-2.6.12/gmp4/autom4te.cache/output.1:12317:case `"$ac_path_FGREP" --version 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-12318-*GNU*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-12396-    # gcc leaves a trailing carriage return which upsets mingw
gcl-2.6.12/gmp4/autom4te.cache/output.1:12397:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-12398-  *)
gcl-2.6.12/gmp4/autom4te.cache/output.1:12399:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-12400-  esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-12405-      # Canonicalize the pathname of ld
gcl-2.6.12/gmp4/autom4te.cache/output.1:12406:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-12407-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gcl-2.6.12/gmp4/autom4te.cache/output.1:12408:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-12409-      done
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-12440-      # Break only if it was the GNU/non-GNU ld that we prefer.
gcl-2.6.12/gmp4/autom4te.cache/output.1:12441:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-12442-      *GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-12471-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gcl-2.6.12/gmp4/autom4te.cache/output.1:12472:case `$LD -v 2>&1 </dev/null` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-12473-*GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-12560-    # And add a safety zone
gcl-2.6.12/gmp4/autom4te.cache/output.1:12561:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gcl-2.6.12/gmp4/autom4te.cache/output.1:12562:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gcl-2.6.12/gmp4/autom4te.cache/output.1-12563-    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-12593-    if test -n "$kargmax"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:12594:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-12595-    else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-12602-	test undefined != "$lt_cv_sys_max_cmd_len"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:12603:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gcl-2.6.12/gmp4/autom4te.cache/output.1:12604:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gcl-2.6.12/gmp4/autom4te.cache/output.1-12605-    else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-12614-      # we can't tell.
gcl-2.6.12/gmp4/autom4te.cache/output.1:12615:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gcl-2.6.12/gmp4/autom4te.cache/output.1-12616-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-12618-      do
gcl-2.6.12/gmp4/autom4te.cache/output.1:12619:        i=`expr $i + 1`
gcl-2.6.12/gmp4/autom4te.cache/output.1-12620-        teststring=$teststring$teststring
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-12622-      # Only check the string length outside the loop.
gcl-2.6.12/gmp4/autom4te.cache/output.1:12623:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gcl-2.6.12/gmp4/autom4te.cache/output.1-12624-      teststring=
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-12627-      # linker.  It appears as though 1/2 is a usable value.
gcl-2.6.12/gmp4/autom4te.cache/output.1:12628:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gcl-2.6.12/gmp4/autom4te.cache/output.1-12629-    fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-13060-openbsd*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:13061:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-13062-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-13127-    else
gcl-2.6.12/gmp4/autom4te.cache/output.1:13128:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-13129-    fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-13269-  # decide which to use based on capabilities of $DLLTOOL
gcl-2.6.12/gmp4/autom4te.cache/output.1:13270:  case `$DLLTOOL --help 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-13271-  *--identify-strict*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-13790-# If we're using GNU nm, then use its standard symbol codes.
gcl-2.6.12/gmp4/autom4te.cache/output.1:13791:case `$NM -V 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-13792-*GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-13808-mingw*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:13809:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gcl-2.6.12/gmp4/autom4te.cache/output.1-13810-  ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-14027-   if test "$GCC" = yes; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:14028:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gcl-2.6.12/gmp4/autom4te.cache/output.1-14029-   fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-14031- /*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:14032:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-14033-   ;; #(
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-14067-  test $ac_status = 0; }; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:14068:    case `/usr/bin/file conftest.$ac_objext` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-14069-      *ELF-32*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-14087-    if test "$lt_cv_prog_gnu_ld" = yes; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:14088:      case `/usr/bin/file conftest.$ac_objext` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-14089-	*32-bit*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-14099-    else
gcl-2.6.12/gmp4/autom4te.cache/output.1:14100:      case `/usr/bin/file conftest.$ac_objext` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-14101-	*32-bit*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-15128-do :
gcl-2.6.12/gmp4/autom4te.cache/output.1:15129:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/gmp4/autom4te.cache/output.1-15130-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-15133-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/gmp4/autom4te.cache/output.1:15134:@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/gmp4/autom4te.cache/output.1-15135-_ACEOF
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-15160-  case ${2} in
gcl-2.6.12/gmp4/autom4te.cache/output.1:15161:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gcl-2.6.12/gmp4/autom4te.cache/output.1:15162:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-15163-  esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-15428-done
gcl-2.6.12/gmp4/autom4te.cache/output.1:15429:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-15430-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-15457-	"file_magic "*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:15458:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-15459-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-15523-	"file_magic "*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:15524:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-15525-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-15886-      *)
gcl-2.6.12/gmp4/autom4te.cache/output.1:15887:	case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-15888-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16246-  if test "$hard_links" = no; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:16247:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gcl-2.6.12/gmp4/autom4te.cache/output.1:16248:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gcl-2.6.12/gmp4/autom4te.cache/output.1-16249-    need_locks=warn
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16335-	# shared libraries, regardless of the interface used.
gcl-2.6.12/gmp4/autom4te.cache/output.1:16336:	case `$LD -v 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-16337-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16367-    supports_anon_versioning=no
gcl-2.6.12/gmp4/autom4te.cache/output.1:16368:    case `$LD -v 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-16369-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16436-	# is EXPORTS), use it as is; otherwise, prepend...
gcl-2.6.12/gmp4/autom4te.cache/output.1:16437:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-16438-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16464-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gcl-2.6.12/gmp4/autom4te.cache/output.1:16465:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1:16466:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-16467-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16482-        pgcc*)				# Portland Group C compiler
gcl-2.6.12/gmp4/autom4te.cache/output.1:16483:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/autom4te.cache/output.1-16484-	  tmp_addflag=' $pic_flag'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16487-					# Portland Group f77 and f90 compilers
gcl-2.6.12/gmp4/autom4te.cache/output.1:16488:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/autom4te.cache/output.1-16489-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16502-	nvcc*)	# Cuda Compiler Driver 2.2
gcl-2.6.12/gmp4/autom4te.cache/output.1:16503:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/autom4te.cache/output.1-16504-	  compiler_needs_object=yes
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16506-	esac
gcl-2.6.12/gmp4/autom4te.cache/output.1:16507:	case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-16508-	*Sun\ C*)			# Sun C 5.9
gcl-2.6.12/gmp4/autom4te.cache/output.1:16509:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/autom4te.cache/output.1-16510-	  compiler_needs_object=yes
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16574-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:16575:      case `$LD -v 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-16576-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16697-	# below for broken collect2 doesn't work under 4.3+
gcl-2.6.12/gmp4/autom4te.cache/output.1:16698:	  collect2name=`${CC} -print-prog-name=collect2`
gcl-2.6.12/gmp4/autom4te.cache/output.1-16699-	  if test -f "$collect2name" &&
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16771-      }'
gcl-2.6.12/gmp4/autom4te.cache/output.1:16772:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-16773-  # Check for a 64-bit object if we didn't find anything.
gcl-2.6.12/gmp4/autom4te.cache/output.1-16774-  if test -z "$lt_cv_aix_libpath_"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:16775:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-16776-  fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16789-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
gcl-2.6.12/gmp4/autom4te.cache/output.1:16790:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gcl-2.6.12/gmp4/autom4te.cache/output.1-16791-      else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16824-      }'
gcl-2.6.12/gmp4/autom4te.cache/output.1:16825:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-16826-  # Check for a 64-bit object if we didn't find anything.
gcl-2.6.12/gmp4/autom4te.cache/output.1-16827-  if test -z "$lt_cv_aix_libpath_"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:16828:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-16829-  fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16897-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gcl-2.6.12/gmp4/autom4te.cache/output.1:16898:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-16899-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16934-	# FIXME: Setting linknames here is a bad hack.
gcl-2.6.12/gmp4/autom4te.cache/output.1:16935:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gcl-2.6.12/gmp4/autom4te.cache/output.1-16936-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-16952-  if test "$lt_cv_ld_force_load" = "yes"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:16953:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1-16954-    
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17132-      if test "$GCC" = yes; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:17133:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-17134-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17160-	if test "$lt_cv_irix_exported_symbol" = yes; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:17161:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-17162-	fi
gcl-2.6.12/gmp4/autom4te.cache/output.1-17163-      else
gcl-2.6.12/gmp4/autom4te.cache/output.1:17164:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1:17165:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-17166-      fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17200-	hardcode_direct_absolute=yes
gcl-2.6.12/gmp4/autom4te.cache/output.1:17201:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-17202-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17233-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gcl-2.6.12/gmp4/autom4te.cache/output.1:17234:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-17235-      else
gcl-2.6.12/gmp4/autom4te.cache/output.1-17236-	allow_undefined_flag=' -expect_unresolved \*'
gcl-2.6.12/gmp4/autom4te.cache/output.1:17237:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-17238-      fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17246-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gcl-2.6.12/gmp4/autom4te.cache/output.1:17247:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-17248-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17250-	allow_undefined_flag=' -expect_unresolved \*'
gcl-2.6.12/gmp4/autom4te.cache/output.1:17251:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1:17252:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gcl-2.6.12/gmp4/autom4te.cache/output.1:17253:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gcl-2.6.12/gmp4/autom4te.cache/output.1-17254-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17269-      else
gcl-2.6.12/gmp4/autom4te.cache/output.1:17270:	case `$CC -V 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-17271-	*"Compilers 5.0"*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17668-  esac
gcl-2.6.12/gmp4/autom4te.cache/output.1:17669:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gcl-2.6.12/gmp4/autom4te.cache/output.1-17670-  case $lt_search_path_spec in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17675-    # okay in the real world where ";" in dirpaths is itself problematic.
gcl-2.6.12/gmp4/autom4te.cache/output.1:17676:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-17677-    ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-17678-  *)
gcl-2.6.12/gmp4/autom4te.cache/output.1:17679:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-17680-    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17684-  lt_tmp_lt_search_path_spec=
gcl-2.6.12/gmp4/autom4te.cache/output.1:17685:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gcl-2.6.12/gmp4/autom4te.cache/output.1-17686-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17719-  esac
gcl-2.6.12/gmp4/autom4te.cache/output.1:17720:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gcl-2.6.12/gmp4/autom4te.cache/output.1-17721-else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17807-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gcl-2.6.12/gmp4/autom4te.cache/output.1:17808:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gcl-2.6.12/gmp4/autom4te.cache/output.1-17809-    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17843-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gcl-2.6.12/gmp4/autom4te.cache/output.1:17844:    postinstall_cmds='base_file=`basename \${file}`~
gcl-2.6.12/gmp4/autom4te.cache/output.1:17845:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.1:17846:      dldir=$destdir/`dirname \$dlpath`~
gcl-2.6.12/gmp4/autom4te.cache/output.1-17847-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17852-      fi'
gcl-2.6.12/gmp4/autom4te.cache/output.1:17853:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.1-17854-      dlpath=$dir/\$dldll~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17860-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1:17861:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.1-17862-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17866-      # MinGW DLLs use traditional 'lib' prefix
gcl-2.6.12/gmp4/autom4te.cache/output.1:17867:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.1-17868-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17870-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1:17871:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.1-17872-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17879-    libname_spec='$name'
gcl-2.6.12/gmp4/autom4te.cache/output.1:17880:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.1-17881-    library_names_spec='${libname}.dll.lib'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17891-        # Let DOS variable expansion print the short 8.3 style file name.
gcl-2.6.12/gmp4/autom4te.cache/output.1:17892:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-17893-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17896-      # Convert to MSYS style.
gcl-2.6.12/gmp4/autom4te.cache/output.1:17897:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-17898-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17902-      # like /cygdrive/c/PROGRA~1:/cygdr...
gcl-2.6.12/gmp4/autom4te.cache/output.1:17903:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gcl-2.6.12/gmp4/autom4te.cache/output.1:17904:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gcl-2.6.12/gmp4/autom4te.cache/output.1:17905:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-17906-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17910-        # It is most probably a Windows format PATH.
gcl-2.6.12/gmp4/autom4te.cache/output.1:17911:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-17912-      else
gcl-2.6.12/gmp4/autom4te.cache/output.1:17913:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-17914-      fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17920-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gcl-2.6.12/gmp4/autom4te.cache/output.1:17921:    postinstall_cmds='base_file=`basename \${file}`~
gcl-2.6.12/gmp4/autom4te.cache/output.1:17922:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.1:17923:      dldir=$destdir/`dirname \$dlpath`~
gcl-2.6.12/gmp4/autom4te.cache/output.1-17924-      test -d \$dldir || mkdir -p \$dldir~
gcl-2.6.12/gmp4/autom4te.cache/output.1-17925-      $install_prog $dir/$dlname \$dldir/$dlname'
gcl-2.6.12/gmp4/autom4te.cache/output.1:17926:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.1-17927-      dlpath=$dir/\$dldll~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17934-    # Assume MSVC wrapper
gcl-2.6.12/gmp4/autom4te.cache/output.1:17935:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-17936-    dynamic_linker='Win32 ld.exe'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-17951-  shlibpath_var=DYLD_LIBRARY_PATH
gcl-2.6.12/gmp4/autom4te.cache/output.1:17952:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gcl-2.6.12/gmp4/autom4te.cache/output.1-17953-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-18177-  if test -f /etc/ld.so.conf; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:18178:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gcl-2.6.12/gmp4/autom4te.cache/output.1-18179-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-18251-  shlibpath_var=LD_LIBRARY_PATH
gcl-2.6.12/gmp4/autom4te.cache/output.1:18252:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-18253-    case $host_os in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-19400-done
gcl-2.6.12/gmp4/autom4te.cache/output.1:19401:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-19402-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-19432-    # gcc leaves a trailing carriage return which upsets mingw
gcl-2.6.12/gmp4/autom4te.cache/output.1:19433:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-19434-  *)
gcl-2.6.12/gmp4/autom4te.cache/output.1:19435:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-19436-  esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-19441-      # Canonicalize the pathname of ld
gcl-2.6.12/gmp4/autom4te.cache/output.1:19442:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-19443-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gcl-2.6.12/gmp4/autom4te.cache/output.1:19444:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-19445-      done
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-19476-      # Break only if it was the GNU/non-GNU ld that we prefer.
gcl-2.6.12/gmp4/autom4te.cache/output.1:19477:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-19478-      *GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-19507-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gcl-2.6.12/gmp4/autom4te.cache/output.1:19508:case `$LD -v 2>&1 </dev/null` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-19509-*GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-19541-        # ancient GNU ld didn't support --whole-archive et. al.
gcl-2.6.12/gmp4/autom4te.cache/output.1:19542:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gcl-2.6.12/gmp4/autom4te.cache/output.1-19543-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-19625-          # below for broken collect2 doesn't work under 4.3+
gcl-2.6.12/gmp4/autom4te.cache/output.1:19626:	  collect2name=`${CC} -print-prog-name=collect2`
gcl-2.6.12/gmp4/autom4te.cache/output.1-19627-	  if test -f "$collect2name" &&
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-19698-      }'
gcl-2.6.12/gmp4/autom4te.cache/output.1:19699:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-19700-  # Check for a 64-bit object if we didn't find anything.
gcl-2.6.12/gmp4/autom4te.cache/output.1-19701-  if test -z "$lt_cv_aix_libpath__CXX"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:19702:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-19703-  fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-19717-
gcl-2.6.12/gmp4/autom4te.cache/output.1:19718:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gcl-2.6.12/gmp4/autom4te.cache/output.1-19719-        else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-19752-      }'
gcl-2.6.12/gmp4/autom4te.cache/output.1:19753:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-19754-  # Check for a 64-bit object if we didn't find anything.
gcl-2.6.12/gmp4/autom4te.cache/output.1-19755-  if test -z "$lt_cv_aix_libpath__CXX"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:19756:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-19757-  fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-19825-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gcl-2.6.12/gmp4/autom4te.cache/output.1:19826:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-19827-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-19866-	    # is EXPORTS), use it as is; otherwise, prepend...
gcl-2.6.12/gmp4/autom4te.cache/output.1:19867:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-19868-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-19887-  if test "$lt_cv_ld_force_load" = "yes"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:19888:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1-19889-    
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-19978-            # dependencies.
gcl-2.6.12/gmp4/autom4te.cache/output.1:19979:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/autom4te.cache/output.1-19980-            ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20043-	    # dependencies.
gcl-2.6.12/gmp4/autom4te.cache/output.1:20044:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20045-	    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20079-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gcl-2.6.12/gmp4/autom4te.cache/output.1:20080:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1:20081:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20082-	;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20086-	    # SGI C++
gcl-2.6.12/gmp4/autom4te.cache/output.1:20087:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20088-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20097-	      if test "$with_gnu_ld" = no; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:20098:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20099-	      else
gcl-2.6.12/gmp4/autom4te.cache/output.1:20100:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20101-	      fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20118-	    # to its proper name (with version) after linking.
gcl-2.6.12/gmp4/autom4te.cache/output.1:20119:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1:20120:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20121-	    # Commands to make compiler produce verbose output that lists
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20128-	    # dependencies.
gcl-2.6.12/gmp4/autom4te.cache/output.1:20129:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20130-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20143-	    # earlier do not add the objects themselves.
gcl-2.6.12/gmp4/autom4te.cache/output.1:20144:	    case `$CC -V 2>&1` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-20145-	      *"Version 7."*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20164-            # Portland Group C++ compiler
gcl-2.6.12/gmp4/autom4te.cache/output.1:20165:	    case `$CC -V` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-20166-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20169-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gcl-2.6.12/gmp4/autom4te.cache/output.1:20170:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20171-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20173-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gcl-2.6.12/gmp4/autom4te.cache/output.1:20174:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gcl-2.6.12/gmp4/autom4te.cache/output.1-20175-		$RANLIB $oldlib'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20178-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gcl-2.6.12/gmp4/autom4te.cache/output.1:20179:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20180-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20182-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gcl-2.6.12/gmp4/autom4te.cache/output.1:20183:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20184-	      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20192-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
gcl-2.6.12/gmp4/autom4te.cache/output.1:20193:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20194-            ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20211-	    # dependencies.
gcl-2.6.12/gmp4/autom4te.cache/output.1:20212:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20213-	    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20226-	  *)
gcl-2.6.12/gmp4/autom4te.cache/output.1:20227:	    case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-20228-	    *Sun\ C*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20233-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
gcl-2.6.12/gmp4/autom4te.cache/output.1:20234:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20235-	      compiler_needs_object_CXX=yes
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20303-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
gcl-2.6.12/gmp4/autom4te.cache/output.1:20304:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-20305-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20322-	    # to its proper name (with version) after linking.
gcl-2.6.12/gmp4/autom4te.cache/output.1:20323:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20324-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20343-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
gcl-2.6.12/gmp4/autom4te.cache/output.1:20344:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20345-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20348-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
gcl-2.6.12/gmp4/autom4te.cache/output.1:20349:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1:20350:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gcl-2.6.12/gmp4/autom4te.cache/output.1-20351-	          echo "-hidden">> $lib.exp~
gcl-2.6.12/gmp4/autom4te.cache/output.1:20352:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
gcl-2.6.12/gmp4/autom4te.cache/output.1-20353-	          $RM $lib.exp'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20367-	    # dependencies.
gcl-2.6.12/gmp4/autom4te.cache/output.1:20368:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20369-	    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20374-	        osf3*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:20375:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20376-		  ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-20377-	        *)
gcl-2.6.12/gmp4/autom4te.cache/output.1:20378:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-20379-		  ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20621-
gcl-2.6.12/gmp4/autom4te.cache/output.1:20622:  for p in `eval "$output_verbose_link_cmd"`; do
gcl-2.6.12/gmp4/autom4te.cache/output.1-20623-    case ${prev}${p} in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20718-linux*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:20719:  case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-20720-  *Sun\ C*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-20769-if test -n "${compiler_lib_search_path_CXX}"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:20770: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-20771-fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21010-	  *)
gcl-2.6.12/gmp4/autom4te.cache/output.1:21011:	    case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-21012-	    *Sun\ C*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21364-  if test "$hard_links" = no; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:21365:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gcl-2.6.12/gmp4/autom4te.cache/output.1:21366:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gcl-2.6.12/gmp4/autom4te.cache/output.1-21367-    need_locks=warn
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21641-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gcl-2.6.12/gmp4/autom4te.cache/output.1:21642:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gcl-2.6.12/gmp4/autom4te.cache/output.1-21643-    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21677-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gcl-2.6.12/gmp4/autom4te.cache/output.1:21678:    postinstall_cmds='base_file=`basename \${file}`~
gcl-2.6.12/gmp4/autom4te.cache/output.1:21679:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.1:21680:      dldir=$destdir/`dirname \$dlpath`~
gcl-2.6.12/gmp4/autom4te.cache/output.1-21681-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21686-      fi'
gcl-2.6.12/gmp4/autom4te.cache/output.1:21687:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.1-21688-      dlpath=$dir/\$dldll~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21694-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1:21695:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.1-21696-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21699-      # MinGW DLLs use traditional 'lib' prefix
gcl-2.6.12/gmp4/autom4te.cache/output.1:21700:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.1-21701-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21703-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1:21704:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.1-21705-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21712-    libname_spec='$name'
gcl-2.6.12/gmp4/autom4te.cache/output.1:21713:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/autom4te.cache/output.1-21714-    library_names_spec='${libname}.dll.lib'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21724-        # Let DOS variable expansion print the short 8.3 style file name.
gcl-2.6.12/gmp4/autom4te.cache/output.1:21725:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-21726-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21729-      # Convert to MSYS style.
gcl-2.6.12/gmp4/autom4te.cache/output.1:21730:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-21731-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21735-      # like /cygdrive/c/PROGRA~1:/cygdr...
gcl-2.6.12/gmp4/autom4te.cache/output.1:21736:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gcl-2.6.12/gmp4/autom4te.cache/output.1:21737:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gcl-2.6.12/gmp4/autom4te.cache/output.1:21738:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-21739-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21743-        # It is most probably a Windows format PATH.
gcl-2.6.12/gmp4/autom4te.cache/output.1:21744:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-21745-      else
gcl-2.6.12/gmp4/autom4te.cache/output.1:21746:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-21747-      fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21753-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gcl-2.6.12/gmp4/autom4te.cache/output.1:21754:    postinstall_cmds='base_file=`basename \${file}`~
gcl-2.6.12/gmp4/autom4te.cache/output.1:21755:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.1:21756:      dldir=$destdir/`dirname \$dlpath`~
gcl-2.6.12/gmp4/autom4te.cache/output.1-21757-      test -d \$dldir || mkdir -p \$dldir~
gcl-2.6.12/gmp4/autom4te.cache/output.1-21758-      $install_prog $dir/$dlname \$dldir/$dlname'
gcl-2.6.12/gmp4/autom4te.cache/output.1:21759:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gcl-2.6.12/gmp4/autom4te.cache/output.1-21760-      dlpath=$dir/\$dldll~
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21767-    # Assume MSVC wrapper
gcl-2.6.12/gmp4/autom4te.cache/output.1:21768:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gcl-2.6.12/gmp4/autom4te.cache/output.1-21769-    dynamic_linker='Win32 ld.exe'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-21784-  shlibpath_var=DYLD_LIBRARY_PATH
gcl-2.6.12/gmp4/autom4te.cache/output.1:21785:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gcl-2.6.12/gmp4/autom4te.cache/output.1-21786-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-22009-  if test -f /etc/ld.so.conf; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:22010:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gcl-2.6.12/gmp4/autom4te.cache/output.1-22011-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-22083-  shlibpath_var=LD_LIBRARY_PATH
gcl-2.6.12/gmp4/autom4te.cache/output.1:22084:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-22085-    case $host_os in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-22562-do :
gcl-2.6.12/gmp4/autom4te.cache/output.1:22563:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/gmp4/autom4te.cache/output.1-22564-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-22566-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/gmp4/autom4te.cache/output.1:22567:@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/gmp4/autom4te.cache/output.1-22568-_ACEOF
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-23869-EOF
gcl-2.6.12/gmp4/autom4te.cache/output.1:23870:  gmp_cv_c_double_format=`od -b conftest.$OBJEXT | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/autom4te.cache/output.1-23871-  case $gmp_cv_c_double_format in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-23962-do :
gcl-2.6.12/gmp4/autom4te.cache/output.1:23963:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/gmp4/autom4te.cache/output.1-23964-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-23966-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/gmp4/autom4te.cache/output.1:23967:@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gcl-2.6.12/gmp4/autom4te.cache/output.1-23968-_ACEOF
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24308-# routines there.  Those found are incorporated in the build by generating a
gcl-2.6.12/gmp4/autom4te.cache/output.1:24309:# little mpn/<foo>.asm or mpn/<foo>.c file in the build directory, with
gcl-2.6.12/gmp4/autom4te.cache/output.1-24310-# suitable function renaming, and adding that to $mpn_objects (the same as a
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24401-    echo "#undef  $tmp_tn" >>fat.h
gcl-2.6.12/gmp4/autom4te.cache/output.1:24402:    echo "#define $tmp_tn  CPUVEC_THRESHOLD (`echo $tmp_tn | tr [A-Z] [a-z]`)" >>fat.h
gcl-2.6.12/gmp4/autom4te.cache/output.1-24403-  done
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24433-  for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/autom4te.cache/output.1:24434:    tmp_field_name=`echo $tmp_tn | tr [A-Z] [a-z]`
gcl-2.6.12/gmp4/autom4te.cache/output.1-24435-    echo "    p->$tmp_field_name = vec.$tmp_field_name; \\" >>fat.h
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24463-  for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/autom4te.cache/output.1:24464:    tmp_field_name=`echo $tmp_tn | tr [A-Z] [a-z]`
gcl-2.6.12/gmp4/autom4te.cache/output.1-24465-    echo "    ASSERT (vec.$tmp_field_name != 0); \\" >>fat.h
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24473-  for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/autom4te.cache/output.1:24474:    tmp_field_name=`echo $tmp_tn | tr [A-Z] [a-z]`
gcl-2.6.12/gmp4/autom4te.cache/output.1-24475-    echo "    ITERATE ($tmp_tn, $tmp_field_name); \\" >>fat.h
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24482-    echo "" >>fat.h
gcl-2.6.12/gmp4/autom4te.cache/output.1:24483:    tmp_suffix=`echo $tmp_dir | sed -e '/\//s:^[^/]*/::' -e 's:[\\/]:_:g'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-24484-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24505-      for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/autom4te.cache/output.1:24506:        tmp_thresh=`sed -n "s/^#define $tmp_tn[ 	]*\\([0-9][0-9]*\\).*$/\\1/p" $tmp_mparam`
gcl-2.6.12/gmp4/autom4te.cache/output.1-24507-        if test -n "$tmp_thresh"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24509-"
gcl-2.6.12/gmp4/autom4te.cache/output.1:24510:          CPUVEC_SETUP="$CPUVEC_SETUP    decided_cpuvec.`echo $tmp_tn | tr [A-Z] [a-z]` = $tmp_thresh; \\
gcl-2.6.12/gmp4/autom4te.cache/output.1-24511-"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24571-      for tmp_base in $tmp_fn $tmp_mulfunc; do
gcl-2.6.12/gmp4/autom4te.cache/output.1:24572:        for tmp_ext in asm S s c; do
gcl-2.6.12/gmp4/autom4te.cache/output.1-24573-          tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24578-	    if test -n "$GMP_NONSTD_ABI" && test $tmp_ext != "c"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:24579:	      abi=`sed -n 's/^[ 	]*ABI_SUPPORT(\(.*\))/\1/p' $tmp_file `
gcl-2.6.12/gmp4/autom4te.cache/output.1-24580-	      if echo "$abi" | grep -q "\\b${GMP_NONSTD_ABI}\\b"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24609-            case $tmp_fbase in
gcl-2.6.12/gmp4/autom4te.cache/output.1:24610:              *_1*) tmp_fbasec=`echo $tmp_fbase | sed 's/_1/_1c/'` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-24611-              *)    tmp_fbasec=${tmp_fbase}c ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24640-$THRESH_ASM_SETUP
gcl-2.6.12/gmp4/autom4te.cache/output.1:24641:include($mpn_relative_top_srcdir/mpn/$tmp_dir/$tmp_base.asm)
gcl-2.6.12/gmp4/autom4te.cache/output.1-24642-" >mpn/${tmp_prefix}_$tmp_fn.asm
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24699-
gcl-2.6.12/gmp4/autom4te.cache/output.1:24700:for tmp_ext in asm S s c; do
gcl-2.6.12/gmp4/autom4te.cache/output.1-24701-  eval found_$tmp_ext=no
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24704-for tmp_fn in $gmp_mpn_functions; do
gcl-2.6.12/gmp4/autom4te.cache/output.1:24705:  for tmp_ext in asm S s c; do
gcl-2.6.12/gmp4/autom4te.cache/output.1-24706-    test "$no_create" = yes || rm -f mpn/$tmp_fn.$tmp_ext
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24767-    for tmp_base in $tmp_fn $tmp_mulfunc; do
gcl-2.6.12/gmp4/autom4te.cache/output.1:24768:      for tmp_ext in asm S s c; do
gcl-2.6.12/gmp4/autom4te.cache/output.1-24769-        tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24793-              *)
gcl-2.6.12/gmp4/autom4te.cache/output.1:24794:                nails=`sed -n 's/^[ 	]*NAILS_SUPPORT(\(.*\))/\1/p' $tmp_file `
gcl-2.6.12/gmp4/autom4te.cache/output.1-24795-                for n in $nails; do
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24797-                  *-*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:24798:                    n_start=`echo "$n" | sed -n 's/\(.*\)-.*/\1/p'`
gcl-2.6.12/gmp4/autom4te.cache/output.1:24799:                    n_end=`echo "$n" | sed -n 's/.*-\(.*\)/\1/p'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-24800-                    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24820-	  if test -n "$GMP_NONSTD_ABI" && test $tmp_ext != "c"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:24821:	    abi=`sed -n 's/^[ 	]*ABI_SUPPORT(\(.*\))/\1/p' $tmp_file `
gcl-2.6.12/gmp4/autom4te.cache/output.1-24822-	    if echo "$abi" | grep -q "\\b${GMP_NONSTD_ABI}\\b"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24882-
gcl-2.6.12/gmp4/autom4te.cache/output.1:24883:# All cycle counters are .asm files currently
gcl-2.6.12/gmp4/autom4te.cache/output.1-24884-if test -n "$SPEED_CYCLECOUNTER_OBJ"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24892-# Don't demand an m4 unless it's actually needed.
gcl-2.6.12/gmp4/autom4te.cache/output.1:24893:if test $found_asm = yes; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-24894-  
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24903-  cat >conftest.m4 <<\EOF
gcl-2.6.12/gmp4/autom4te.cache/output.1:24904:define(dollarhash,``$#'')ifelse(dollarhash(x),1,`define(t1,Y)',
gcl-2.6.12/gmp4/autom4te.cache/output.1-24905-``bad: $# not supported (SunOS /usr/bin/m4)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24923-      echo "trying $ac_dir/m4" >&5
gcl-2.6.12/gmp4/autom4te.cache/output.1:24924:      gmp_tmp_val=`($ac_dir/m4 conftest.m4) 2>&5`
gcl-2.6.12/gmp4/autom4te.cache/output.1-24925-      echo "$gmp_tmp_val" >&5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24956-cat conftest.m4 >&5
gcl-2.6.12/gmp4/autom4te.cache/output.1:24957:tmp_chars=`$M4 conftest.m4 | wc -c`
gcl-2.6.12/gmp4/autom4te.cache/output.1-24958-echo produces $tmp_chars chars output >&5
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-24979-
gcl-2.6.12/gmp4/autom4te.cache/output.1:24980:# Only do the GMP_ASM checks if there's a .S or .asm wanting them.
gcl-2.6.12/gmp4/autom4te.cache/output.1:24981:if test $found_asm = no && test $found_S = no; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-24982-  gmp_asm_syntax_testing=no
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-25655-  cat conftest.out >&5
gcl-2.6.12/gmp4/autom4te.cache/output.1:25656:  gmp_cv_asm_ia64_align_ok=`od -b conftest.$OBJEXT | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/autom4te.cache/output.1-25657-else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-26338-    if grep '\.data' conftest.s >/dev/null; then
gcl-2.6.12/gmp4/autom4te.cache/output.1:26339:      mcount_nonpic_reg=`sed -n '/esp/!s/.*movl.*,\(%[a-z]*\).*$/\1/p' conftest.s`
gcl-2.6.12/gmp4/autom4te.cache/output.1-26340-    else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-26362-          # Windows DLLs have non-PIC style mcount
gcl-2.6.12/gmp4/autom4te.cache/output.1:26363:          mcount_pic_reg=`sed -n '/esp/!s/.*movl.*,\(%[a-z]*\).*$/\1/p' conftest.s`
gcl-2.6.12/gmp4/autom4te.cache/output.1-26364-          ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-26365-        *)
gcl-2.6.12/gmp4/autom4te.cache/output.1:26366:          mcount_pic_reg=`sed -n 's/.*GOTOFF.*,\(%[a-z]*\).*$/\1/p' conftest.s`
gcl-2.6.12/gmp4/autom4te.cache/output.1-26367-          ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-26475-  for i in SQR_TOOM2_THRESHOLD BMOD_1_TO_MOD_1_THRESHOLD SHLD_SLOW SHRD_SLOW; do
gcl-2.6.12/gmp4/autom4te.cache/output.1:26476:    value=`sed -n 's/^#define '$i'[ 	]*\([0-9][0-9]*\).*$/\1/p' $gmp_mparam_source`
gcl-2.6.12/gmp4/autom4te.cache/output.1-26477-    if test -n "$value"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-26666-fi
gcl-2.6.12/gmp4/autom4te.cache/output.1:26667:GMP_LIMB_BITS=`expr 8 \* $ac_cv_sizeof_mp_limb_t`
gcl-2.6.12/gmp4/autom4te.cache/output.1-26668-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-26679-#
gcl-2.6.12/gmp4/autom4te.cache/output.1:26680:mparam_bits=`sed -n 's/^#define GMP_LIMB_BITS[ 	][ 	]*\([0-9]*\).*$/\1/p' $gmp_mparam_source`
gcl-2.6.12/gmp4/autom4te.cache/output.1-26681-if test -n "$mparam_bits" && test "$mparam_bits" -ne $GMP_LIMB_BITS; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-26713-  *.asm)
gcl-2.6.12/gmp4/autom4te.cache/output.1:26714:    sqr_max=`sed -n 's/^def...(SQR_TOOM2_THRESHOLD_MAX, *\([0-9]*\))/\1/p' $sqr_basecase_source`
gcl-2.6.12/gmp4/autom4te.cache/output.1-26715-    if test -n "$sqr_max"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-27131-/* end confdefs.h.  */
gcl-2.6.12/gmp4/autom4te.cache/output.1:27132:`cat $LEX_OUTPUT_ROOT.c`
gcl-2.6.12/gmp4/autom4te.cache/output.1-27133-_ACEOF
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-27164-  #define YYTEXT_POINTER 1
gcl-2.6.12/gmp4/autom4te.cache/output.1:27165:`cat $LEX_OUTPUT_ROOT.c`
gcl-2.6.12/gmp4/autom4te.cache/output.1-27166-_ACEOF
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-27418-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/gmp4/autom4te.cache/output.1:27419:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/gmp4/autom4te.cache/output.1-27420-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-27514-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/gmp4/autom4te.cache/output.1:27515:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-27516-  as_echo='print -r --'
gcl-2.6.12/gmp4/autom4te.cache/output.1-27517-  as_echo_n='print -rn --'
gcl-2.6.12/gmp4/autom4te.cache/output.1:27518:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-27519-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-27521-else
gcl-2.6.12/gmp4/autom4te.cache/output.1:27522:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/gmp4/autom4te.cache/output.1-27523-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-27531-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/gmp4/autom4te.cache/output.1:27532:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-27533-      esac;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-27680-  {
gcl-2.6.12/gmp4/autom4te.cache/output.1:27681:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/gmp4/autom4te.cache/output.1-27682-  }
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-27784-      case $as_dir in #(
gcl-2.6.12/gmp4/autom4te.cache/output.1:27785:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/gmp4/autom4te.cache/output.1-27786-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-27925-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/gmp4/autom4te.cache/output.1:27926:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/gmp4/autom4te.cache/output.1-27927-ac_cs_version="\\
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-27950-  --*=?*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:27951:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/gmp4/autom4te.cache/output.1:27952:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-27953-    ac_shift=:
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-27955-  --*=)
gcl-2.6.12/gmp4/autom4te.cache/output.1:27956:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/gmp4/autom4te.cache/output.1-27957-    ac_optarg=
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-27979-    case $ac_optarg in
gcl-2.6.12/gmp4/autom4te.cache/output.1:27980:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-27981-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-27987-    case $ac_optarg in
gcl-2.6.12/gmp4/autom4te.cache/output.1:27988:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-27989-    esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-28055-delay_variable_subst='$delay_variable_subst'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28056:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28057:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28058:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28059:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28060:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28061:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28062:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28063:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28064:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28065:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28066:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28067:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28068:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28069:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28070:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28071:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28072:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28073:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28074:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28075:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28076:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28077:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28078:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28079:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28080:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28081:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28082:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28083:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28084:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28085:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28086:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28087:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28088:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28089:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28090:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28091:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28092:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28093:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28094:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28095:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28096:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28097:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28098:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28099:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28100:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28101:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28102:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28103:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28104:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28105:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28106:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28107:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28108:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28109:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28110:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28111:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28112:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28113:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28114:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28115:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28116:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28117:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28118:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28119:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28120:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28121:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28122:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28123:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28124:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28125:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28126:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28127:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28128:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28129:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28130:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28131:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28132:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28133:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28134:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28135:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28136:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28137:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28138:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28139:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28140:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28141:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28142:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28143:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28144:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28145:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28146:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28147:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28148:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28149:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28150:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28151:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28152:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28153:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28154:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28155:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28156:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28157:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28158:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28159:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28160:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28161:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28162:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28163:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28164:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28165:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28166:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28167:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28168:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28169:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28170:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28171:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28172:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28173:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28174:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28175:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28176:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28177:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28178:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28179:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28180:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28181:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28182:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28183:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28184:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28185:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28186:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28187:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28188:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28189:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28190:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28191:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28192:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28193:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28194:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28195:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28196:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28197:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28198:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28199:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28200:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28201:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28202:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28203:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28204:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28205:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28206:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28207:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28208:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28209:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28210:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28211:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28212:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28213:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28214:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28215:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28216:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28217:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28218:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28219:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28220:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28221:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28222:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28223:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28224:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28225:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28226:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28227:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28228:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28229:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28230:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28231:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28232:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28233:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28234:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28235:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28236:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28237:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28238:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28239:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28240:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/autom4te.cache/output.1-28241-
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-28351-compiler_lib_search_path_CXX; do
gcl-2.6.12/gmp4/autom4te.cache/output.1:28352:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-28353-    *[\\\\\\\`\\"\\\$]*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:28354:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gcl-2.6.12/gmp4/autom4te.cache/output.1-28355-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-28392-postlink_cmds_CXX; do
gcl-2.6.12/gmp4/autom4te.cache/output.1:28393:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-28394-    *[\\\\\\\`\\"\\\$]*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:28395:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gcl-2.6.12/gmp4/autom4te.cache/output.1-28396-      ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-28519-fi
gcl-2.6.12/gmp4/autom4te.cache/output.1:28520:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/gmp4/autom4te.cache/output.1-28521-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-28536-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/gmp4/autom4te.cache/output.1:28537:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-28538-ac_delim='%!_!# '
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-28542-
gcl-2.6.12/gmp4/autom4te.cache/output.1:28543:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/gmp4/autom4te.cache/output.1-28544-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-28680-for ac_last_try in false false :; do
gcl-2.6.12/gmp4/autom4te.cache/output.1:28681:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/gmp4/autom4te.cache/output.1-28682-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-28812-      esac
gcl-2.6.12/gmp4/autom4te.cache/output.1:28813:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/gmp4/autom4te.cache/output.1-28814-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-28871-*)
gcl-2.6.12/gmp4/autom4te.cache/output.1:28872:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-28873-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/gmp4/autom4te.cache/output.1:28874:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/gmp4/autom4te.cache/output.1-28875-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-28932-/@mandir@/p'
gcl-2.6.12/gmp4/autom4te.cache/output.1:28933:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/gmp4/autom4te.cache/output.1-28934-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-28949-
gcl-2.6.12/gmp4/autom4te.cache/output.1:28950:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/gmp4/autom4te.cache/output.1-28951-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-28977-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/gmp4/autom4te.cache/output.1:28978:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/gmp4/autom4te.cache/output.1-28979-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-29023-    * )
gcl-2.6.12/gmp4/autom4te.cache/output.1:29024:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gcl-2.6.12/gmp4/autom4te.cache/output.1-29025-  esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/output.1-29104-
gcl-2.6.12/gmp4/autom4te.cache/output.1:29105:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gcl-2.6.12/gmp4/autom4te.cache/output.1-29106-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-40-	     IFS=-.
gcl-2.6.12/gmp4/autom4te.cache/traces.0:41:	     set x `uname -r | sed -e "$lt_sed_extract_leading_digits"`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-42-	     IFS=$save_IFS
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-239-   if test "$GCC" = yes; then
gcl-2.6.12/gmp4/autom4te.cache/traces.0:240:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-241-   fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-243- /*)
gcl-2.6.12/gmp4/autom4te.cache/traces.0:244:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-245-   ;; #(
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-390-    # And add a safety zone
gcl-2.6.12/gmp4/autom4te.cache/traces.0:391:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gcl-2.6.12/gmp4/autom4te.cache/traces.0:392:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-393-    ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-423-    if test -n "$kargmax"; then
gcl-2.6.12/gmp4/autom4te.cache/traces.0:424:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-425-    else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-432-	test undefined != "$lt_cv_sys_max_cmd_len"; then
gcl-2.6.12/gmp4/autom4te.cache/traces.0:433:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gcl-2.6.12/gmp4/autom4te.cache/traces.0:434:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-435-    else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-444-      # we can't tell.
gcl-2.6.12/gmp4/autom4te.cache/traces.0:445:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gcl-2.6.12/gmp4/autom4te.cache/traces.0-446-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-448-      do
gcl-2.6.12/gmp4/autom4te.cache/traces.0:449:        i=`expr $i + 1`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-450-        teststring=$teststring$teststring
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-452-      # Only check the string length outside the loop.
gcl-2.6.12/gmp4/autom4te.cache/traces.0:453:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-454-      teststring=
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-457-      # linker.  It appears as though 1/2 is a usable value.
gcl-2.6.12/gmp4/autom4te.cache/traces.0:458:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-459-    fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-615-	"file_magic "*)
gcl-2.6.12/gmp4/autom4te.cache/traces.0:616:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-617-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-676-    # gcc leaves a trailing carriage return which upsets mingw
gcl-2.6.12/gmp4/autom4te.cache/traces.0:677:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gcl-2.6.12/gmp4/autom4te.cache/traces.0-678-  *)
gcl-2.6.12/gmp4/autom4te.cache/traces.0:679:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gcl-2.6.12/gmp4/autom4te.cache/traces.0-680-  esac
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-685-      # Canonicalize the pathname of ld
gcl-2.6.12/gmp4/autom4te.cache/traces.0:686:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-687-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gcl-2.6.12/gmp4/autom4te.cache/traces.0:688:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-689-      done
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-716-      # Break only if it was the GNU/non-GNU ld that we prefer.
gcl-2.6.12/gmp4/autom4te.cache/traces.0:717:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gcl-2.6.12/gmp4/autom4te.cache/traces.0-718-      *GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-771-	# Tru64's nm complains that /dev/null is an invalid object file
gcl-2.6.12/gmp4/autom4te.cache/traces.0:772:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/autom4te.cache/traces.0-773-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-777-	*)
gcl-2.6.12/gmp4/autom4te.cache/traces.0:778:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/autom4te.cache/traces.0-779-	  */dev/null*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-803-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
gcl-2.6.12/gmp4/autom4te.cache/traces.0:804:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/autom4te.cache/traces.0-805-    *COFF*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1035-      _lt_sed_drop_objext='s/\.o$//;s/\.obj$//'
gcl-2.6.12/gmp4/autom4te.cache/traces.0:1036:      for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1037-        _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext"
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1091-    [m4_ifset([AC_LIST_HEADERS],
gcl-2.6.12/gmp4/autom4te.cache/traces.0:1092:	    [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[      ]]*,,;s,[[ :]].*$,,'`],
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1093-	[])])])
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1377-    ac_nlist=conftest.nm
gcl-2.6.12/gmp4/autom4te.cache/traces.0:1378:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1379-      # See whether the symbols have a leading underscore.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1587-# expand $ac_aux_dir to an absolute path
gcl-2.6.12/gmp4/autom4te.cache/traces.0:1588:am_aux_dir=`cd $ac_aux_dir && pwd`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1589-])
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1646-  if test "$am_compiler_list" = ""; then
gcl-2.6.12/gmp4/autom4te.cache/traces.0:1647:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1648-  fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1772-    # Strip MF so we end up with the name of the file.
gcl-2.6.12/gmp4/autom4te.cache/traces.0:1773:    mf=`echo "$mf" | sed -e 's/:.*$//'`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1774-    # Check whether this is an Automake generated Makefile or not.
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1781-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
gcl-2.6.12/gmp4/autom4te.cache/traces.0:1782:      dirpart=`AS_DIRNAME("$mf")`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1783-    else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1787-    # from the Makefile without running 'make'.
gcl-2.6.12/gmp4/autom4te.cache/traces.0:1788:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1789-    test -z "$DEPDIR" && continue
gcl-2.6.12/gmp4/autom4te.cache/traces.0:1790:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1791-    test -z "$am__include" && continue
gcl-2.6.12/gmp4/autom4te.cache/traces.0:1792:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1793-    # Find all dependency output files, they are included files with
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1801-      test -f "$dirpart/$file" && continue
gcl-2.6.12/gmp4/autom4te.cache/traces.0:1802:      fdir=`AS_DIRNAME(["$file"])`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1803-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1819-AC_REQUIRE([AC_PROG_INSTALL])dnl
gcl-2.6.12/gmp4/autom4te.cache/traces.0:1820:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1821-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1960-    * )
gcl-2.6.12/gmp4/autom4te.cache/traces.0:1961:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1962-  esac
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1963-done
gcl-2.6.12/gmp4/autom4te.cache/traces.0:1964:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gcl-2.6.12/gmp4/autom4te.cache/traces.0-1965-m4trace:/usr/share/aclocal-1.14/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2022-# Ignore all kinds of additional output from 'make'.
gcl-2.6.12/gmp4/autom4te.cache/traces.0:2023:case `$am_make -s -f confmf 2> /dev/null` in #(
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2024-*the\ am__doit\ target*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2032-   echo '.include "confinc"' > confmf
gcl-2.6.12/gmp4/autom4te.cache/traces.0:2033:   case `$am_make -s -f confmf 2> /dev/null` in #(
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2034-   *the\ am__doit\ target*)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2131-     echo "timestamp, slept: $am_has_slept" > conftest.file
gcl-2.6.12/gmp4/autom4te.cache/traces.0:2132:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2133-     if test "$[*]" = "X"; then
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2134-	# -L didn't work.
gcl-2.6.12/gmp4/autom4te.cache/traces.0:2135:	set X `ls -t "$srcdir/configure" conftest.file`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2136-     fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2412-dnl  macros.
gcl-2.6.12/gmp4/autom4te.cache/traces.0:2413:[define(dollarhash,``$][#'')ifelse(dollarhash(x),1,`define(t1,Y)',
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2414-``bad: $][# not supported (SunOS /usr/bin/m4)
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2436-      echo "trying $ac_dir/m4" >&AC_FD_CC
gcl-2.6.12/gmp4/autom4te.cache/traces.0:2437:      gmp_tmp_val=`($ac_dir/m4 conftest.m4) 2>&AC_FD_CC`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2438-      echo "$gmp_tmp_val" >&AC_FD_CC
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2463-cat conftest.m4 >&AC_FD_CC
gcl-2.6.12/gmp4/autom4te.cache/traces.0:2464:tmp_chars=`$M4 conftest.m4 | wc -c`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2465-echo produces $tmp_chars chars output >&AC_FD_CC
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2876-m4trace:acinclude.m4:891: -1- AC_DEFUN([GMP_C_TEST_SIZEOF], [echo "configure: testlist $2" >&AC_FD_CC
gcl-2.6.12/gmp4/autom4te.cache/traces.0:2877:[gmp_sizeof_type=`echo "$2" | sed 's/sizeof-\([a-z]*\).*/\1/'`]
gcl-2.6.12/gmp4/autom4te.cache/traces.0:2878:[gmp_sizeof_want=`echo "$2" | sed 's/sizeof-[a-z]*-\([0-9]*\).*/\1/'`]
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2879-AC_MSG_CHECKING([compiler $1 has sizeof($gmp_sizeof_type)==$gmp_sizeof_want])
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2953-echo >conftest.c
gcl-2.6.12/gmp4/autom4te.cache/traces.0:2954:gmp_tmp_vs=`$1 $2 -V -c -o conftest.$OBJEXT conftest.c 2>&1 | grep "^ccom:"`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2955-echo "Version string: $gmp_tmp_vs" >&AC_FD_CC
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2956-rm conftest*
gcl-2.6.12/gmp4/autom4te.cache/traces.0:2957:gmp_tmp_v1=`echo $gmp_tmp_vs | sed 's/.* .\.\([[0-9]]*\).*/\1/'`
gcl-2.6.12/gmp4/autom4te.cache/traces.0:2958:gmp_tmp_v2=`echo $gmp_tmp_vs | sed 's/.* .\..*\.\(.*\)\..* HP C.*/\1/'`
gcl-2.6.12/gmp4/autom4te.cache/traces.0:2959:gmp_tmp_v3=`echo $gmp_tmp_vs | sed 's/.* .\..*\..*\.\(.*\) HP C.*/\1/'`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2960-echo "Version number: $gmp_tmp_v1.$gmp_tmp_v2.$gmp_tmp_v3" >&AC_FD_CC
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2974-m4trace:acinclude.m4:1066: -1- AC_DEFUN([GMP_GCC_ARM_UMODSI], [AC_MSG_CHECKING([whether ARM gcc unsigned division works])
gcl-2.6.12/gmp4/autom4te.cache/traces.0:2975:tmp_version=`$1 --version`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-2976-echo "$tmp_version" >&AC_FD_CC
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-3031-m4trace:acinclude.m4:1161: -1- AC_DEFUN([GMP_GCC_PENTIUM4_SSE2], [AC_MSG_CHECKING([whether gcc is good for sse2])
gcl-2.6.12/gmp4/autom4te.cache/traces.0:3032:case `$1 -dumpversion` in
gcl-2.6.12/gmp4/autom4te.cache/traces.0-3033-  [3.[012] | 3.[012].*]) result=no ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-3787-if AC_TRY_EVAL(gmp_compile); then
gcl-2.6.12/gmp4/autom4te.cache/traces.0:3788:  tmp_got_good=`od -b conftest.o | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-3789-fi
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-3944-    if grep '\.data' conftest.s >/dev/null; then
gcl-2.6.12/gmp4/autom4te.cache/traces.0:3945:      mcount_nonpic_reg=`sed -n ['/esp/!s/.*movl.*,\(%[a-z]*\).*$/\1/p'] conftest.s`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-3946-    else
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-3964-          # Windows DLLs have non-PIC style mcount
gcl-2.6.12/gmp4/autom4te.cache/traces.0:3965:          mcount_pic_reg=`sed -n ['/esp/!s/.*movl.*,\(%[a-z]*\).*$/\1/p'] conftest.s`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-3966-          ;;
gcl-2.6.12/gmp4/autom4te.cache/traces.0-3967-        *)
gcl-2.6.12/gmp4/autom4te.cache/traces.0:3968:          mcount_pic_reg=`sed -n ['s/.*GOTOFF.*,\(%[a-z]*\).*$/\1/p'] conftest.s`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-3969-          ;;
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-4083-],
gcl-2.6.12/gmp4/autom4te.cache/traces.0:4084:  [gmp_cv_asm_ia64_align_ok=`od -b conftest.$OBJEXT | $AWK -f conftest.awk`],
gcl-2.6.12/gmp4/autom4te.cache/traces.0-4085-  [AC_MSG_WARN([oops, cannot compile test program])
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-4466-EOF
gcl-2.6.12/gmp4/autom4te.cache/traces.0:4467:  gmp_cv_c_double_format=`od -b conftest.$OBJEXT | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/autom4te.cache/traces.0-4468-  case $gmp_cv_c_double_format in
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.0-8514-	add	r29 = r30, r31 ;; }
gcl-2.6.12/gmp4/autom4te.cache/traces.0:8515:], [gmp_cv_asm_ia64_align_ok=`od -b conftest.$OBJEXT | $AWK -f conftest.awk`], [AC_MSG_WARN([oops, cannot compile test program])
gcl-2.6.12/gmp4/autom4te.cache/traces.0-8516-   gmp_cv_asm_ia64_align_ok=yes])
##############################################
gcl-2.6.12/gmp4/autom4te.cache/traces.1-3535-@%:@undef SIZEOF_MP_LIMB_T])
gcl-2.6.12/gmp4/autom4te.cache/traces.1:3536:m4trace:configure.ac:3651: -1- AC_SUBST([GMP_LIMB_BITS], [`expr 8 \* $ac_cv_sizeof_mp_limb_t`])
gcl-2.6.12/gmp4/autom4te.cache/traces.1-3537-m4trace:configure.ac:3651: -1- AC_SUBST_TRACE([GMP_LIMB_BITS])
##############################################
gcl-2.6.12/gmp4/compile-67-	mingw/*)
gcl-2.6.12/gmp4/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
gcl-2.6.12/gmp4/compile-69-	  ;;
gcl-2.6.12/gmp4/compile-70-	cygwin/*)
gcl-2.6.12/gmp4/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
gcl-2.6.12/gmp4/compile-72-	  ;;
gcl-2.6.12/gmp4/compile-73-	wine/*)
gcl-2.6.12/gmp4/compile:74:	  file=`winepath -w "$file" || echo "$file"`
gcl-2.6.12/gmp4/compile-75-	  ;;
##############################################
gcl-2.6.12/gmp4/compile-309-# Name of file we expect compiler to create.
gcl-2.6.12/gmp4/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
gcl-2.6.12/gmp4/compile-311-
##############################################
gcl-2.6.12/gmp4/compile-315-# object file name, since that is what matters with a parallel build.
gcl-2.6.12/gmp4/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
gcl-2.6.12/gmp4/compile-317-while true; do
##############################################
gcl-2.6.12/gmp4/config.guess-34-
gcl-2.6.12/gmp4/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
gcl-2.6.12/gmp4/config.guess-36-
##############################################
gcl-2.6.12/gmp4/config.guess-102-: ${TMPDIR=/tmp} ;
gcl-2.6.12/gmp4/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gcl-2.6.12/gmp4/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gcl-2.6.12/gmp4/config.guess-151-	EOF
gcl-2.6.12/gmp4/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
gcl-2.6.12/gmp4/config.guess-153-	;;
##############################################
gcl-2.6.12/gmp4/config.guess-209-	    *)
gcl-2.6.12/gmp4/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gcl-2.6.12/gmp4/config.guess-211-		;;
##############################################
gcl-2.6.12/gmp4/config.guess-240-	*4.0)
gcl-2.6.12/gmp4/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gcl-2.6.12/gmp4/config.guess-242-		;;
gcl-2.6.12/gmp4/config.guess-243-	*5.*)
gcl-2.6.12/gmp4/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gcl-2.6.12/gmp4/config.guess-245-		;;
##############################################
gcl-2.6.12/gmp4/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
gcl-2.6.12/gmp4/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gcl-2.6.12/gmp4/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
gcl-2.6.12/gmp4/config.guess-288-	# 1.2 uses "1.2" for uname -r.
gcl-2.6.12/gmp4/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gcl-2.6.12/gmp4/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gcl-2.6.12/gmp4/config.guess-348-    s390x:SunOS:*:*)
gcl-2.6.12/gmp4/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/gmp4/config.guess-350-	exit ;;
gcl-2.6.12/gmp4/config.guess-351-    sun4H:SunOS:5.*:*)
gcl-2.6.12/gmp4/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/gmp4/config.guess-353-	exit ;;
gcl-2.6.12/gmp4/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gcl-2.6.12/gmp4/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/gmp4/config.guess-356-	exit ;;
##############################################
gcl-2.6.12/gmp4/config.guess-373-	fi
gcl-2.6.12/gmp4/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/gmp4/config.guess-375-	exit ;;
##############################################
gcl-2.6.12/gmp4/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
gcl-2.6.12/gmp4/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/gmp4/config.guess-381-	exit ;;
##############################################
gcl-2.6.12/gmp4/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
gcl-2.6.12/gmp4/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gcl-2.6.12/gmp4/config.guess-390-	exit ;;
##############################################
gcl-2.6.12/gmp4/config.guess-394-    sun*:*:4.2BSD:*)
gcl-2.6.12/gmp4/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gcl-2.6.12/gmp4/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gcl-2.6.12/gmp4/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gcl-2.6.12/gmp4/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gcl-2.6.12/gmp4/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gcl-2.6.12/gmp4/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gcl-2.6.12/gmp4/config.guess-532-    *:IRIX*:*:*)
gcl-2.6.12/gmp4/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gcl-2.6.12/gmp4/config.guess-534-	exit ;;
##############################################
gcl-2.6.12/gmp4/config.guess-562-EOF
gcl-2.6.12/gmp4/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gcl-2.6.12/gmp4/config.guess-564-		then
##############################################
gcl-2.6.12/gmp4/config.guess-575-    *:AIX:*:[4567])
gcl-2.6.12/gmp4/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gcl-2.6.12/gmp4/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gcl-2.6.12/gmp4/config.guess-610-    9000/[34678]??:HP-UX:*:*)
gcl-2.6.12/gmp4/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gcl-2.6.12/gmp4/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
gcl-2.6.12/gmp4/config.guess-664-EOF
gcl-2.6.12/gmp4/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gcl-2.6.12/gmp4/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gcl-2.6.12/gmp4/config.guess-692-    ia64:HP-UX:*:*)
gcl-2.6.12/gmp4/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gcl-2.6.12/gmp4/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gcl-2.6.12/gmp4/config.guess-722-EOF
gcl-2.6.12/gmp4/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gcl-2.6.12/gmp4/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gcl-2.6.12/gmp4/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gcl-2.6.12/gmp4/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gcl-2.6.12/gmp4/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gcl-2.6.12/gmp4/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gcl-2.6.12/gmp4/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gcl-2.6.12/gmp4/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gcl-2.6.12/gmp4/config.guess-814-	    amd64)
gcl-2.6.12/gmp4/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gcl-2.6.12/gmp4/config.guess-816-	    *)
gcl-2.6.12/gmp4/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gcl-2.6.12/gmp4/config.guess-818-	esac
##############################################
gcl-2.6.12/gmp4/config.guess-872-    prep*:SunOS:5.*:*)
gcl-2.6.12/gmp4/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/gmp4/config.guess-874-	exit ;;
##############################################
gcl-2.6.12/gmp4/config.guess-876-	# the GNU system
gcl-2.6.12/gmp4/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gcl-2.6.12/gmp4/config.guess-878-	exit ;;
##############################################
gcl-2.6.12/gmp4/config.guess-880-	# other systems with GNU libc and userland
gcl-2.6.12/gmp4/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
gcl-2.6.12/gmp4/config.guess-882-	exit ;;
##############################################
gcl-2.6.12/gmp4/config.guess-968-EOF
gcl-2.6.12/gmp4/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
gcl-2.6.12/gmp4/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
gcl-2.6.12/gmp4/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gcl-2.6.12/gmp4/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gcl-2.6.12/gmp4/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gcl-2.6.12/gmp4/config.guess-1337-    *:DragonFly:*:*)
gcl-2.6.12/gmp4/config.guess:1338:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gcl-2.6.12/gmp4/config.guess-1339-	exit ;;
##############################################
gcl-2.6.12/gmp4/config.guess-1350-    i*86:skyos:*:*)
gcl-2.6.12/gmp4/config.guess:1351:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gcl-2.6.12/gmp4/config.guess-1352-	exit ;;
##############################################
gcl-2.6.12/gmp4/config.guess-1478-
gcl-2.6.12/gmp4/config.guess:1479:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
gcl-2.6.12/gmp4/config.guess-1480-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
gcl-2.6.12/gmp4/config.sub-52-
gcl-2.6.12/gmp4/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
gcl-2.6.12/gmp4/config.sub-54-
##############################################
gcl-2.6.12/gmp4/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
gcl-2.6.12/gmp4/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gcl-2.6.12/gmp4/config.sub-117-case $maybe_os in
##############################################
gcl-2.6.12/gmp4/config.sub-123-    os=-$maybe_os
gcl-2.6.12/gmp4/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gcl-2.6.12/gmp4/config.sub-125-    ;;
##############################################
gcl-2.6.12/gmp4/config.sub-127-    os=-linux-android
gcl-2.6.12/gmp4/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
gcl-2.6.12/gmp4/config.sub-129-    ;;
gcl-2.6.12/gmp4/config.sub-130-  *)
gcl-2.6.12/gmp4/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gcl-2.6.12/gmp4/config.sub-132-    if [ $basic_machine != $1 ]
gcl-2.6.12/gmp4/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
gcl-2.6.12/gmp4/config.sub-134-    else os=; fi
##############################################
gcl-2.6.12/gmp4/config.sub-181-		os=-sco5v6
gcl-2.6.12/gmp4/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/config.sub-183-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-185-		os=-sco3.2v5
gcl-2.6.12/gmp4/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/config.sub-187-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-189-		os=-sco3.2v4
gcl-2.6.12/gmp4/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/config.sub-191-		;;
gcl-2.6.12/gmp4/config.sub-192-	-sco3.2.[4-9]*)
gcl-2.6.12/gmp4/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gcl-2.6.12/gmp4/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/config.sub-195-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
gcl-2.6.12/gmp4/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/config.sub-199-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
gcl-2.6.12/gmp4/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/config.sub-203-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-205-		os=-sco3.2v2
gcl-2.6.12/gmp4/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/config.sub-207-		;;
gcl-2.6.12/gmp4/config.sub-208-	-udk*)
gcl-2.6.12/gmp4/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/config.sub-210-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-212-		os=-isc2.2
gcl-2.6.12/gmp4/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/config.sub-214-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-218-	-isc*)
gcl-2.6.12/gmp4/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/config.sub-220-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-230-	-ptx*)
gcl-2.6.12/gmp4/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gcl-2.6.12/gmp4/config.sub-232-		;;
gcl-2.6.12/gmp4/config.sub-233-	-windowsnt*)
gcl-2.6.12/gmp4/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gcl-2.6.12/gmp4/config.sub-235-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-359-	*-*-*)
gcl-2.6.12/gmp4/config.sub:360:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gcl-2.6.12/gmp4/config.sub-361-		exit 1
##############################################
gcl-2.6.12/gmp4/config.sub-479-	amd64-*)
gcl-2.6.12/gmp4/config.sub:480:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-481-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-521-	blackfin-*)
gcl-2.6.12/gmp4/config.sub:522:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-523-		os=-linux
##############################################
gcl-2.6.12/gmp4/config.sub-529-	c54x-*)
gcl-2.6.12/gmp4/config.sub:530:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-531-		;;
gcl-2.6.12/gmp4/config.sub-532-	c55x-*)
gcl-2.6.12/gmp4/config.sub:533:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-534-		;;
gcl-2.6.12/gmp4/config.sub-535-	c6x-*)
gcl-2.6.12/gmp4/config.sub:536:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-537-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-732-	i*86v32)
gcl-2.6.12/gmp4/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/gmp4/config.sub-734-		os=-sysv32
##############################################
gcl-2.6.12/gmp4/config.sub-736-	i*86v4*)
gcl-2.6.12/gmp4/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/gmp4/config.sub-738-		os=-sysv4
##############################################
gcl-2.6.12/gmp4/config.sub-740-	i*86v)
gcl-2.6.12/gmp4/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/gmp4/config.sub-742-		os=-sysv
##############################################
gcl-2.6.12/gmp4/config.sub-744-	i*86sol2)
gcl-2.6.12/gmp4/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/gmp4/config.sub-746-		os=-solaris2
##############################################
gcl-2.6.12/gmp4/config.sub-774-	m68knommu-*)
gcl-2.6.12/gmp4/config.sub:775:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-776-		os=-linux
##############################################
gcl-2.6.12/gmp4/config.sub-811-	mips3*-*)
gcl-2.6.12/gmp4/config.sub:812:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gcl-2.6.12/gmp4/config.sub-813-		;;
gcl-2.6.12/gmp4/config.sub-814-	mips3*)
gcl-2.6.12/gmp4/config.sub:815:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gcl-2.6.12/gmp4/config.sub-816-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-829-	ms1-*)
gcl-2.6.12/gmp4/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gcl-2.6.12/gmp4/config.sub-831-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-948-	parisc-*)
gcl-2.6.12/gmp4/config.sub:949:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-950-		os=-linux
##############################################
gcl-2.6.12/gmp4/config.sub-964-	pc98-*)
gcl-2.6.12/gmp4/config.sub:965:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-966-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-979-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gcl-2.6.12/gmp4/config.sub:980:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-981-		;;
gcl-2.6.12/gmp4/config.sub-982-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gcl-2.6.12/gmp4/config.sub:983:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-984-		;;
gcl-2.6.12/gmp4/config.sub-985-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gcl-2.6.12/gmp4/config.sub:986:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-987-		;;
gcl-2.6.12/gmp4/config.sub-988-	pentium4-*)
gcl-2.6.12/gmp4/config.sub:989:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-990-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-998-	ppc-* | ppcbe-*)
gcl-2.6.12/gmp4/config.sub:999:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-1000-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-1004-	ppcle-* | powerpclittle-*)
gcl-2.6.12/gmp4/config.sub:1005:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-1006-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-1008-		;;
gcl-2.6.12/gmp4/config.sub:1009:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-1010-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-1014-	ppc64le-* | powerpc64little-*)
gcl-2.6.12/gmp4/config.sub:1015:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-1016-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-1097-	strongarm-* | thumb-*)
gcl-2.6.12/gmp4/config.sub:1098:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/config.sub-1099-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-1227-	xscale-* | xscalee[bl]-*)
gcl-2.6.12/gmp4/config.sub:1228:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
gcl-2.6.12/gmp4/config.sub-1229-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-1304-	*)
gcl-2.6.12/gmp4/config.sub:1305:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gcl-2.6.12/gmp4/config.sub-1306-		exit 1
##############################################
gcl-2.6.12/gmp4/config.sub-1312-	*-digital*)
gcl-2.6.12/gmp4/config.sub:1313:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gcl-2.6.12/gmp4/config.sub-1314-		;;
gcl-2.6.12/gmp4/config.sub-1315-	*-commodore*)
gcl-2.6.12/gmp4/config.sub:1316:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gcl-2.6.12/gmp4/config.sub-1317-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-1333-	-solaris1 | -solaris1.*)
gcl-2.6.12/gmp4/config.sub:1334:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gcl-2.6.12/gmp4/config.sub-1335-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-1345-	-gnu/linux*)
gcl-2.6.12/gmp4/config.sub:1346:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gcl-2.6.12/gmp4/config.sub-1347-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-1391-	-nto*)
gcl-2.6.12/gmp4/config.sub:1392:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gcl-2.6.12/gmp4/config.sub-1393-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-1398-	-mac*)
gcl-2.6.12/gmp4/config.sub:1399:		os=`echo $os | sed -e 's|mac|macos|'`
gcl-2.6.12/gmp4/config.sub-1400-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-1404-	-linux*)
gcl-2.6.12/gmp4/config.sub:1405:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gcl-2.6.12/gmp4/config.sub-1406-		;;
gcl-2.6.12/gmp4/config.sub-1407-	-sunos5*)
gcl-2.6.12/gmp4/config.sub:1408:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gcl-2.6.12/gmp4/config.sub-1409-		;;
gcl-2.6.12/gmp4/config.sub-1410-	-sunos6*)
gcl-2.6.12/gmp4/config.sub:1411:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gcl-2.6.12/gmp4/config.sub-1412-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-1459-	-sinix5.*)
gcl-2.6.12/gmp4/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
gcl-2.6.12/gmp4/config.sub-1461-		;;
##############################################
gcl-2.6.12/gmp4/config.sub-1512-		# Get rid of the `-' at the beginning of $os.
gcl-2.6.12/gmp4/config.sub:1513:		os=`echo $os | sed 's/[^-]*-//'`
gcl-2.6.12/gmp4/config.sub:1514:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gcl-2.6.12/gmp4/config.sub-1515-		exit 1
##############################################
gcl-2.6.12/gmp4/config.sub-1778-		esac
gcl-2.6.12/gmp4/config.sub:1779:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gcl-2.6.12/gmp4/config.sub-1780-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.guess-34-
gcl-2.6.12/gmp4/configfsf.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
gcl-2.6.12/gmp4/configfsf.guess-36-
##############################################
gcl-2.6.12/gmp4/configfsf.guess-102-: ${TMPDIR=/tmp} ;
gcl-2.6.12/gmp4/configfsf.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gcl-2.6.12/gmp4/configfsf.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gcl-2.6.12/gmp4/configfsf.guess-151-	EOF
gcl-2.6.12/gmp4/configfsf.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
gcl-2.6.12/gmp4/configfsf.guess-153-	;;
##############################################
gcl-2.6.12/gmp4/configfsf.guess-209-	    *)
gcl-2.6.12/gmp4/configfsf.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gcl-2.6.12/gmp4/configfsf.guess-211-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.guess-240-	*4.0)
gcl-2.6.12/gmp4/configfsf.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gcl-2.6.12/gmp4/configfsf.guess-242-		;;
gcl-2.6.12/gmp4/configfsf.guess-243-	*5.*)
gcl-2.6.12/gmp4/configfsf.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gcl-2.6.12/gmp4/configfsf.guess-245-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
gcl-2.6.12/gmp4/configfsf.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gcl-2.6.12/gmp4/configfsf.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
gcl-2.6.12/gmp4/configfsf.guess-288-	# 1.2 uses "1.2" for uname -r.
gcl-2.6.12/gmp4/configfsf.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gcl-2.6.12/gmp4/configfsf.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gcl-2.6.12/gmp4/configfsf.guess-348-    s390x:SunOS:*:*)
gcl-2.6.12/gmp4/configfsf.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/gmp4/configfsf.guess-350-	exit ;;
gcl-2.6.12/gmp4/configfsf.guess-351-    sun4H:SunOS:5.*:*)
gcl-2.6.12/gmp4/configfsf.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/gmp4/configfsf.guess-353-	exit ;;
gcl-2.6.12/gmp4/configfsf.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gcl-2.6.12/gmp4/configfsf.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/gmp4/configfsf.guess-356-	exit ;;
##############################################
gcl-2.6.12/gmp4/configfsf.guess-373-	fi
gcl-2.6.12/gmp4/configfsf.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/gmp4/configfsf.guess-375-	exit ;;
##############################################
gcl-2.6.12/gmp4/configfsf.guess-379-	# it's likely to be more like Solaris than SunOS4.
gcl-2.6.12/gmp4/configfsf.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/gmp4/configfsf.guess-381-	exit ;;
##############################################
gcl-2.6.12/gmp4/configfsf.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
gcl-2.6.12/gmp4/configfsf.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gcl-2.6.12/gmp4/configfsf.guess-390-	exit ;;
##############################################
gcl-2.6.12/gmp4/configfsf.guess-394-    sun*:*:4.2BSD:*)
gcl-2.6.12/gmp4/configfsf.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gcl-2.6.12/gmp4/configfsf.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gcl-2.6.12/gmp4/configfsf.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gcl-2.6.12/gmp4/configfsf.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gcl-2.6.12/gmp4/configfsf.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gcl-2.6.12/gmp4/configfsf.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gcl-2.6.12/gmp4/configfsf.guess-532-    *:IRIX*:*:*)
gcl-2.6.12/gmp4/configfsf.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gcl-2.6.12/gmp4/configfsf.guess-534-	exit ;;
##############################################
gcl-2.6.12/gmp4/configfsf.guess-562-EOF
gcl-2.6.12/gmp4/configfsf.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gcl-2.6.12/gmp4/configfsf.guess-564-		then
##############################################
gcl-2.6.12/gmp4/configfsf.guess-575-    *:AIX:*:[4567])
gcl-2.6.12/gmp4/configfsf.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gcl-2.6.12/gmp4/configfsf.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gcl-2.6.12/gmp4/configfsf.guess-610-    9000/[34678]??:HP-UX:*:*)
gcl-2.6.12/gmp4/configfsf.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gcl-2.6.12/gmp4/configfsf.guess-612-	case "${UNAME_MACHINE}" in
##############################################
gcl-2.6.12/gmp4/configfsf.guess-664-EOF
gcl-2.6.12/gmp4/configfsf.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gcl-2.6.12/gmp4/configfsf.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gcl-2.6.12/gmp4/configfsf.guess-692-    ia64:HP-UX:*:*)
gcl-2.6.12/gmp4/configfsf.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gcl-2.6.12/gmp4/configfsf.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gcl-2.6.12/gmp4/configfsf.guess-722-EOF
gcl-2.6.12/gmp4/configfsf.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gcl-2.6.12/gmp4/configfsf.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gcl-2.6.12/gmp4/configfsf.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gcl-2.6.12/gmp4/configfsf.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gcl-2.6.12/gmp4/configfsf.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gcl-2.6.12/gmp4/configfsf.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gcl-2.6.12/gmp4/configfsf.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gcl-2.6.12/gmp4/configfsf.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gcl-2.6.12/gmp4/configfsf.guess-814-	    amd64)
gcl-2.6.12/gmp4/configfsf.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gcl-2.6.12/gmp4/configfsf.guess-816-	    *)
gcl-2.6.12/gmp4/configfsf.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gcl-2.6.12/gmp4/configfsf.guess-818-	esac
##############################################
gcl-2.6.12/gmp4/configfsf.guess-872-    prep*:SunOS:5.*:*)
gcl-2.6.12/gmp4/configfsf.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/gmp4/configfsf.guess-874-	exit ;;
##############################################
gcl-2.6.12/gmp4/configfsf.guess-876-	# the GNU system
gcl-2.6.12/gmp4/configfsf.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gcl-2.6.12/gmp4/configfsf.guess-878-	exit ;;
##############################################
gcl-2.6.12/gmp4/configfsf.guess-880-	# other systems with GNU libc and userland
gcl-2.6.12/gmp4/configfsf.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
gcl-2.6.12/gmp4/configfsf.guess-882-	exit ;;
##############################################
gcl-2.6.12/gmp4/configfsf.guess-968-EOF
gcl-2.6.12/gmp4/configfsf.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
gcl-2.6.12/gmp4/configfsf.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
gcl-2.6.12/gmp4/configfsf.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gcl-2.6.12/gmp4/configfsf.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gcl-2.6.12/gmp4/configfsf.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gcl-2.6.12/gmp4/configfsf.guess-1262-	fi
gcl-2.6.12/gmp4/configfsf.guess:1263:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
gcl-2.6.12/gmp4/configfsf.guess-1264-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
gcl-2.6.12/gmp4/configfsf.guess-1347-    *:DragonFly:*:*)
gcl-2.6.12/gmp4/configfsf.guess:1348:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gcl-2.6.12/gmp4/configfsf.guess-1349-	exit ;;
##############################################
gcl-2.6.12/gmp4/configfsf.guess-1360-    i*86:skyos:*:*)
gcl-2.6.12/gmp4/configfsf.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gcl-2.6.12/gmp4/configfsf.guess-1362-	exit ;;
##############################################
gcl-2.6.12/gmp4/configfsf.guess-1488-
gcl-2.6.12/gmp4/configfsf.guess:1489:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
gcl-2.6.12/gmp4/configfsf.guess-1490-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
gcl-2.6.12/gmp4/configfsf.sub-52-
gcl-2.6.12/gmp4/configfsf.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
gcl-2.6.12/gmp4/configfsf.sub-54-
##############################################
gcl-2.6.12/gmp4/configfsf.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
gcl-2.6.12/gmp4/configfsf.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gcl-2.6.12/gmp4/configfsf.sub-117-case $maybe_os in
##############################################
gcl-2.6.12/gmp4/configfsf.sub-123-    os=-$maybe_os
gcl-2.6.12/gmp4/configfsf.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gcl-2.6.12/gmp4/configfsf.sub-125-    ;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-127-    os=-linux-android
gcl-2.6.12/gmp4/configfsf.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
gcl-2.6.12/gmp4/configfsf.sub-129-    ;;
gcl-2.6.12/gmp4/configfsf.sub-130-  *)
gcl-2.6.12/gmp4/configfsf.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gcl-2.6.12/gmp4/configfsf.sub-132-    if [ $basic_machine != $1 ]
gcl-2.6.12/gmp4/configfsf.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
gcl-2.6.12/gmp4/configfsf.sub-134-    else os=; fi
##############################################
gcl-2.6.12/gmp4/configfsf.sub-181-		os=-sco5v6
gcl-2.6.12/gmp4/configfsf.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/configfsf.sub-183-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-185-		os=-sco3.2v5
gcl-2.6.12/gmp4/configfsf.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/configfsf.sub-187-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-189-		os=-sco3.2v4
gcl-2.6.12/gmp4/configfsf.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/configfsf.sub-191-		;;
gcl-2.6.12/gmp4/configfsf.sub-192-	-sco3.2.[4-9]*)
gcl-2.6.12/gmp4/configfsf.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gcl-2.6.12/gmp4/configfsf.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/configfsf.sub-195-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-197-		# Don't forget version if it is 3.2v4 or newer.
gcl-2.6.12/gmp4/configfsf.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/configfsf.sub-199-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-201-		# Don't forget version if it is 3.2v4 or newer.
gcl-2.6.12/gmp4/configfsf.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/configfsf.sub-203-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-205-		os=-sco3.2v2
gcl-2.6.12/gmp4/configfsf.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/configfsf.sub-207-		;;
gcl-2.6.12/gmp4/configfsf.sub-208-	-udk*)
gcl-2.6.12/gmp4/configfsf.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/configfsf.sub-210-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-212-		os=-isc2.2
gcl-2.6.12/gmp4/configfsf.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/configfsf.sub-214-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-218-	-isc*)
gcl-2.6.12/gmp4/configfsf.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/gmp4/configfsf.sub-220-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-230-	-ptx*)
gcl-2.6.12/gmp4/configfsf.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gcl-2.6.12/gmp4/configfsf.sub-232-		;;
gcl-2.6.12/gmp4/configfsf.sub-233-	-windowsnt*)
gcl-2.6.12/gmp4/configfsf.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gcl-2.6.12/gmp4/configfsf.sub-235-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-360-	*-*-*)
gcl-2.6.12/gmp4/configfsf.sub:361:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gcl-2.6.12/gmp4/configfsf.sub-362-		exit 1
##############################################
gcl-2.6.12/gmp4/configfsf.sub-481-	amd64-*)
gcl-2.6.12/gmp4/configfsf.sub:482:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-483-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-523-	blackfin-*)
gcl-2.6.12/gmp4/configfsf.sub:524:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-525-		os=-linux
##############################################
gcl-2.6.12/gmp4/configfsf.sub-531-	c54x-*)
gcl-2.6.12/gmp4/configfsf.sub:532:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-533-		;;
gcl-2.6.12/gmp4/configfsf.sub-534-	c55x-*)
gcl-2.6.12/gmp4/configfsf.sub:535:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-536-		;;
gcl-2.6.12/gmp4/configfsf.sub-537-	c6x-*)
gcl-2.6.12/gmp4/configfsf.sub:538:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-539-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-734-	i*86v32)
gcl-2.6.12/gmp4/configfsf.sub:735:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/gmp4/configfsf.sub-736-		os=-sysv32
##############################################
gcl-2.6.12/gmp4/configfsf.sub-738-	i*86v4*)
gcl-2.6.12/gmp4/configfsf.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/gmp4/configfsf.sub-740-		os=-sysv4
##############################################
gcl-2.6.12/gmp4/configfsf.sub-742-	i*86v)
gcl-2.6.12/gmp4/configfsf.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/gmp4/configfsf.sub-744-		os=-sysv
##############################################
gcl-2.6.12/gmp4/configfsf.sub-746-	i*86sol2)
gcl-2.6.12/gmp4/configfsf.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/gmp4/configfsf.sub-748-		os=-solaris2
##############################################
gcl-2.6.12/gmp4/configfsf.sub-776-	m68knommu-*)
gcl-2.6.12/gmp4/configfsf.sub:777:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-778-		os=-linux
##############################################
gcl-2.6.12/gmp4/configfsf.sub-813-	mips3*-*)
gcl-2.6.12/gmp4/configfsf.sub:814:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gcl-2.6.12/gmp4/configfsf.sub-815-		;;
gcl-2.6.12/gmp4/configfsf.sub-816-	mips3*)
gcl-2.6.12/gmp4/configfsf.sub:817:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gcl-2.6.12/gmp4/configfsf.sub-818-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-831-	ms1-*)
gcl-2.6.12/gmp4/configfsf.sub:832:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gcl-2.6.12/gmp4/configfsf.sub-833-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-950-	parisc-*)
gcl-2.6.12/gmp4/configfsf.sub:951:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-952-		os=-linux
##############################################
gcl-2.6.12/gmp4/configfsf.sub-966-	pc98-*)
gcl-2.6.12/gmp4/configfsf.sub:967:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-968-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-981-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gcl-2.6.12/gmp4/configfsf.sub:982:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-983-		;;
gcl-2.6.12/gmp4/configfsf.sub-984-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gcl-2.6.12/gmp4/configfsf.sub:985:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-986-		;;
gcl-2.6.12/gmp4/configfsf.sub-987-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gcl-2.6.12/gmp4/configfsf.sub:988:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-989-		;;
gcl-2.6.12/gmp4/configfsf.sub-990-	pentium4-*)
gcl-2.6.12/gmp4/configfsf.sub:991:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-992-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1000-	ppc-* | ppcbe-*)
gcl-2.6.12/gmp4/configfsf.sub:1001:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-1002-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1006-	ppcle-* | powerpclittle-*)
gcl-2.6.12/gmp4/configfsf.sub:1007:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-1008-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1010-		;;
gcl-2.6.12/gmp4/configfsf.sub:1011:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-1012-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1016-	ppc64le-* | powerpc64little-*)
gcl-2.6.12/gmp4/configfsf.sub:1017:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-1018-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1099-	strongarm-* | thumb-*)
gcl-2.6.12/gmp4/configfsf.sub:1100:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub-1101-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1229-	xscale-* | xscalee[bl]-*)
gcl-2.6.12/gmp4/configfsf.sub:1230:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
gcl-2.6.12/gmp4/configfsf.sub-1231-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1306-	*)
gcl-2.6.12/gmp4/configfsf.sub:1307:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gcl-2.6.12/gmp4/configfsf.sub-1308-		exit 1
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1314-	*-digital*)
gcl-2.6.12/gmp4/configfsf.sub:1315:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gcl-2.6.12/gmp4/configfsf.sub-1316-		;;
gcl-2.6.12/gmp4/configfsf.sub-1317-	*-commodore*)
gcl-2.6.12/gmp4/configfsf.sub:1318:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gcl-2.6.12/gmp4/configfsf.sub-1319-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1335-	-solaris1 | -solaris1.*)
gcl-2.6.12/gmp4/configfsf.sub:1336:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gcl-2.6.12/gmp4/configfsf.sub-1337-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1347-	-gnu/linux*)
gcl-2.6.12/gmp4/configfsf.sub:1348:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gcl-2.6.12/gmp4/configfsf.sub-1349-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1393-	-nto*)
gcl-2.6.12/gmp4/configfsf.sub:1394:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gcl-2.6.12/gmp4/configfsf.sub-1395-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1400-	-mac*)
gcl-2.6.12/gmp4/configfsf.sub:1401:		os=`echo $os | sed -e 's|mac|macos|'`
gcl-2.6.12/gmp4/configfsf.sub-1402-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1406-	-linux*)
gcl-2.6.12/gmp4/configfsf.sub:1407:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gcl-2.6.12/gmp4/configfsf.sub-1408-		;;
gcl-2.6.12/gmp4/configfsf.sub-1409-	-sunos5*)
gcl-2.6.12/gmp4/configfsf.sub:1410:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gcl-2.6.12/gmp4/configfsf.sub-1411-		;;
gcl-2.6.12/gmp4/configfsf.sub-1412-	-sunos6*)
gcl-2.6.12/gmp4/configfsf.sub:1413:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gcl-2.6.12/gmp4/configfsf.sub-1414-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1461-	-sinix5.*)
gcl-2.6.12/gmp4/configfsf.sub:1462:		os=`echo $os | sed -e 's|sinix|sysv|'`
gcl-2.6.12/gmp4/configfsf.sub-1463-		;;
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1514-		# Get rid of the `-' at the beginning of $os.
gcl-2.6.12/gmp4/configfsf.sub:1515:		os=`echo $os | sed 's/[^-]*-//'`
gcl-2.6.12/gmp4/configfsf.sub:1516:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gcl-2.6.12/gmp4/configfsf.sub-1517-		exit 1
##############################################
gcl-2.6.12/gmp4/configfsf.sub-1780-		esac
gcl-2.6.12/gmp4/configfsf.sub:1781:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gcl-2.6.12/gmp4/configfsf.sub-1782-		;;
##############################################
gcl-2.6.12/gmp4/configure-77-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/gmp4/configure:78:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/gmp4/configure-79-  as_echo='print -r --'
gcl-2.6.12/gmp4/configure-80-  as_echo_n='print -rn --'
gcl-2.6.12/gmp4/configure:81:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/gmp4/configure-82-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/gmp4/configure-84-else
gcl-2.6.12/gmp4/configure:85:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/gmp4/configure-86-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/gmp4/configure-94-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/gmp4/configure:95:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/gmp4/configure-96-      esac;
##############################################
gcl-2.6.12/gmp4/configure-231-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/gmp4/configure:232:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/gmp4/configure-233-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
gcl-2.6.12/gmp4/configure-239-    PATH=/empty FPATH=/empty; export PATH FPATH
gcl-2.6.12/gmp4/configure:240:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
gcl-2.6.12/gmp4/configure:241:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
gcl-2.6.12/gmp4/configure-242-  if (eval "$as_required") 2>/dev/null; then :
##############################################
gcl-2.6.12/gmp4/configure-368-      case $as_dir in #(
gcl-2.6.12/gmp4/configure:369:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/gmp4/configure-370-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/gmp4/configure-441-  {
gcl-2.6.12/gmp4/configure:442:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/gmp4/configure-443-  }
##############################################
gcl-2.6.12/gmp4/configure-448-# ----------------------------------------
gcl-2.6.12/gmp4/configure:449:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/gmp4/configure-450-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/gmp4/configure-511-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/gmp4/configure:512:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/gmp4/configure-513-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/gmp4/configure-935-  case $ac_option in
gcl-2.6.12/gmp4/configure:936:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/gmp4/configure-937-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/gmp4/configure-979-  -disable-* | --disable-*)
gcl-2.6.12/gmp4/configure:980:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/gmp4/configure-981-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/gmp4/configure-984-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/gmp4/configure:985:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/gmp4/configure-986-    case $ac_user_opts in
##############################################
gcl-2.6.12/gmp4/configure-1005-  -enable-* | --enable-*)
gcl-2.6.12/gmp4/configure:1006:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/gmp4/configure-1007-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/gmp4/configure-1010-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/gmp4/configure:1011:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/gmp4/configure-1012-    case $ac_user_opts in
##############################################
gcl-2.6.12/gmp4/configure-1209-  -with-* | --with-*)
gcl-2.6.12/gmp4/configure:1210:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/gmp4/configure-1211-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/gmp4/configure-1214-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/gmp4/configure:1215:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/gmp4/configure-1216-    case $ac_user_opts in
##############################################
gcl-2.6.12/gmp4/configure-1225-  -without-* | --without-*)
gcl-2.6.12/gmp4/configure:1226:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/gmp4/configure-1227-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/gmp4/configure-1230-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/gmp4/configure:1231:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/gmp4/configure-1232-    case $ac_user_opts in
##############################################
gcl-2.6.12/gmp4/configure-1263-  *=*)
gcl-2.6.12/gmp4/configure:1264:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/gmp4/configure-1265-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/gmp4/configure-1284-if test -n "$ac_prev"; then
gcl-2.6.12/gmp4/configure:1285:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/gmp4/configure-1286-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/gmp4/configure-1306-    */ )
gcl-2.6.12/gmp4/configure:1307:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/gmp4/configure-1308-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/gmp4/configure-1341-ac_ls_di=`ls -di .` &&
gcl-2.6.12/gmp4/configure:1342:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/gmp4/configure-1343-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/gmp4/configure-1397-case $srcdir in
gcl-2.6.12/gmp4/configure:1398:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/gmp4/configure-1399-esac
##############################################
gcl-2.6.12/gmp4/configure-1440-By default, \`make install' will install all the files in
gcl-2.6.12/gmp4/configure:1441:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/gmp4/configure:1442:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/gmp4/configure-1443-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/gmp4/configure-1572-*)
gcl-2.6.12/gmp4/configure:1573:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/gmp4/configure-1574-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/gmp4/configure:1575:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/gmp4/configure-1576-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/gmp4/configure-2144-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
gcl-2.6.12/gmp4/configure:2145:  as_decl_name=`echo $2|sed 's/ *(.*//'`
gcl-2.6.12/gmp4/configure:2146:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
gcl-2.6.12/gmp4/configure-2147-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
gcl-2.6.12/gmp4/configure-2697-    *\'*)
gcl-2.6.12/gmp4/configure:2698:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/gmp4/configure-2699-    esac
##############################################
gcl-2.6.12/gmp4/configure-2780-      case $ac_val in
gcl-2.6.12/gmp4/configure:2781:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/gmp4/configure-2782-      esac
##############################################
gcl-2.6.12/gmp4/configure-2795-	case $ac_val in
gcl-2.6.12/gmp4/configure:2796:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/gmp4/configure-2797-	esac
##############################################
gcl-2.6.12/gmp4/configure-2915-    set,)
gcl-2.6.12/gmp4/configure:2916:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/gmp4/configure:2917:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/gmp4/configure-2918-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/gmp4/configure-2926-	# differences in whitespace do not lead to failure.
gcl-2.6.12/gmp4/configure:2927:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/gmp4/configure:2928:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/gmp4/configure-2929-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/gmp4/configure-2946-    case $ac_new_val in
gcl-2.6.12/gmp4/configure:2947:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/gmp4/configure-2948-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/gmp4/configure-3054-test "x$ac_build_alias" = x &&
gcl-2.6.12/gmp4/configure:3055:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/gmp4/configure-3056-test "x$ac_build_alias" = x &&
gcl-2.6.12/gmp4/configure-3057-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/gmp4/configure:3058:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/gmp4/configure-3059-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/gmp4/configure-3078-IFS=$ac_save_IFS
gcl-2.6.12/gmp4/configure:3079:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/gmp4/configure-3080-
##############################################
gcl-2.6.12/gmp4/configure-3089-else
gcl-2.6.12/gmp4/configure:3090:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/gmp4/configure-3091-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/gmp4/configure-3111-IFS=$ac_save_IFS
gcl-2.6.12/gmp4/configure:3112:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/gmp4/configure-3113-
##############################################
gcl-2.6.12/gmp4/configure-3234-     echo "timestamp, slept: $am_has_slept" > conftest.file
gcl-2.6.12/gmp4/configure:3235:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gcl-2.6.12/gmp4/configure-3236-     if test "$*" = "X"; then
gcl-2.6.12/gmp4/configure-3237-	# -L didn't work.
gcl-2.6.12/gmp4/configure:3238:	set X `ls -t "$srcdir/configure" conftest.file`
gcl-2.6.12/gmp4/configure-3239-     fi
##############################################
gcl-2.6.12/gmp4/configure-3285-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gcl-2.6.12/gmp4/configure:3286:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gcl-2.6.12/gmp4/configure-3287-
gcl-2.6.12/gmp4/configure-3288-# expand $ac_aux_dir to an absolute path
gcl-2.6.12/gmp4/configure:3289:am_aux_dir=`cd $ac_aux_dir && pwd`
gcl-2.6.12/gmp4/configure-3290-
##############################################
gcl-2.6.12/gmp4/configure-3430-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
gcl-2.6.12/gmp4/configure:3431:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gcl-2.6.12/gmp4/configure-3432-	     'mkdir (GNU coreutils) '* | \
##############################################
gcl-2.6.12/gmp4/configure-3503-set x ${MAKE-make}
gcl-2.6.12/gmp4/configure:3504:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gcl-2.6.12/gmp4/configure-3505-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gcl-2.6.12/gmp4/configure-3513-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gcl-2.6.12/gmp4/configure:3514:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gcl-2.6.12/gmp4/configure-3515-  *@@@%%%=?*=@@@%%%*)
##############################################
gcl-2.6.12/gmp4/configure-3579-
gcl-2.6.12/gmp4/configure:3580:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gcl-2.6.12/gmp4/configure-3581-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gcl-2.6.12/gmp4/configure-3966-
gcl-2.6.12/gmp4/configure:3967:tmp_host=`echo $host_cpu | sed 's/\./_/'`
gcl-2.6.12/gmp4/configure-3968-cat >>confdefs.h <<_ACEOF
##############################################
gcl-2.6.12/gmp4/configure-4119-    fi
gcl-2.6.12/gmp4/configure:4120:    gcc_cflags_optlist="asm cpu oldas" # need asm ahead of cpu, see below
gcl-2.6.12/gmp4/configure-4121-    gcc_cflags_maybe="-mieee"
##############################################
gcl-2.6.12/gmp4/configure-4151-    # explicit -Wa,-mev5 etc will be necessary to put the assembler in
gcl-2.6.12/gmp4/configure:4152:    # the right mode for our .asm files and longlong.h asm blocks.
gcl-2.6.12/gmp4/configure-4153-    #
##############################################
gcl-2.6.12/gmp4/configure-4227-      *-*-unicos*)
gcl-2.6.12/gmp4/configure:4228:        # tune/alpha.asm assumes int==4bytes but unicos uses int==8bytes
gcl-2.6.12/gmp4/configure-4229-        ;;
##############################################
gcl-2.6.12/gmp4/configure-4626-    gcc_32_cflags="$gcc_cflags -mpowerpc"
gcl-2.6.12/gmp4/configure:4627:    gcc_cflags_optlist="precomp subtype asm cpu"
gcl-2.6.12/gmp4/configure-4628-    gcc_cflags_precomp="-no-cpp-precomp"
##############################################
gcl-2.6.12/gmp4/configure-4801-	    # 64-bit mode.  (We need its effect for the various longlong.h
gcl-2.6.12/gmp4/configure:4802:	    # asm macros to be right of course.)
gcl-2.6.12/gmp4/configure-4803-	    #
##############################################
gcl-2.6.12/gmp4/configure-4999-    # assembler.  Add it explicitly since the solaris assembler won't accept
gcl-2.6.12/gmp4/configure:5000:    # our sparc32/v9 asm code without it.  gas accepts -xarch=v8plus too, so
gcl-2.6.12/gmp4/configure-5001-    # it can be in the cflags unconditionally (though gas doesn't need it).
##############################################
gcl-2.6.12/gmp4/configure-5580-  #
gcl-2.6.12/gmp4/configure:5581:  abi1=`echo _$abi | sed 's/[.]//g'`
gcl-2.6.12/gmp4/configure-5582-  if test $abi = $abi_last; then abi2=; else abi2="$abi1"; fi
##############################################
gcl-2.6.12/gmp4/configure-5596-    for ccbase in $CC; do break; done
gcl-2.6.12/gmp4/configure:5597:    ccbase=`echo $ccbase | sed 's:.*/::'`
gcl-2.6.12/gmp4/configure-5598-
##############################################
gcl-2.6.12/gmp4/configure-6754-  test $ac_status = 0; }; then
gcl-2.6.12/gmp4/configure:6755:  tmp_got_good=`od -b conftest.o | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/configure-6756-fi
##############################################
gcl-2.6.12/gmp4/configure-6837-echo >conftest.c
gcl-2.6.12/gmp4/configure:6838:gmp_tmp_vs=`$cc  -V -c -o conftest.$OBJEXT conftest.c 2>&1 | grep "^ccom:"`
gcl-2.6.12/gmp4/configure-6839-echo "Version string: $gmp_tmp_vs" >&5
gcl-2.6.12/gmp4/configure-6840-rm conftest*
gcl-2.6.12/gmp4/configure:6841:gmp_tmp_v1=`echo $gmp_tmp_vs | sed 's/.* .\.\([0-9]*\).*/\1/'`
gcl-2.6.12/gmp4/configure:6842:gmp_tmp_v2=`echo $gmp_tmp_vs | sed 's/.* .\..*\.\(.*\)\..* HP C.*/\1/'`
gcl-2.6.12/gmp4/configure:6843:gmp_tmp_v3=`echo $gmp_tmp_vs | sed 's/.* .\..*\..*\.\(.*\) HP C.*/\1/'`
gcl-2.6.12/gmp4/configure-6844-echo "Version number: $gmp_tmp_v1.$gmp_tmp_v2.$gmp_tmp_v3" >&5
##############################################
gcl-2.6.12/gmp4/configure-6883-$as_echo_n "checking whether ARM gcc unsigned division works... " >&6; }
gcl-2.6.12/gmp4/configure:6884:tmp_version=`$cc --version`
gcl-2.6.12/gmp4/configure-6885-echo "$tmp_version" >&5
##############################################
gcl-2.6.12/gmp4/configure-6946-          sizeof*)       echo "configure: testlist $tst" >&5
gcl-2.6.12/gmp4/configure:6947:gmp_sizeof_type=`echo "$tst" | sed 's/sizeof-\([a-z]*\).*/\1/'`
gcl-2.6.12/gmp4/configure:6948:gmp_sizeof_want=`echo "$tst" | sed 's/sizeof-[a-z]*-\([0-9]*\).*/\1/'`
gcl-2.6.12/gmp4/configure-6949-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler $cc $cflags has sizeof($gmp_sizeof_type)==$gmp_sizeof_want" >&5
##############################################
gcl-2.6.12/gmp4/configure-7000-# $CC.  We can't let AC_PROG_CC look around for a compiler because it might
gcl-2.6.12/gmp4/configure:7001:# find one that we've rejected (for not supporting the modes our asm code
gcl-2.6.12/gmp4/configure-7002-# demands, etc).
##############################################
gcl-2.6.12/gmp4/configure-7078-	# ~ represents a space in an option spec
gcl-2.6.12/gmp4/configure:7079:        flag=`echo "$flag" | tr '~' ' '`
gcl-2.6.12/gmp4/configure-7080-
##############################################
gcl-2.6.12/gmp4/configure-7096-$as_echo_n "checking whether gcc is good for sse2... " >&6; }
gcl-2.6.12/gmp4/configure:7097:case `$cc $cflags $cppflags -dumpversion` in
gcl-2.6.12/gmp4/configure-7098-  3.[012] | 3.[012].*) result=no ;;
##############################################
gcl-2.6.12/gmp4/configure-8307-  test $ac_status = 0; }; then
gcl-2.6.12/gmp4/configure:8308:  tmp_got_good=`od -b conftest.o | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/configure-8309-fi
##############################################
gcl-2.6.12/gmp4/configure-8349-  # Could easily have this in config.h too, if desired.
gcl-2.6.12/gmp4/configure:8350:  ABI_nodots=`echo $ABI | sed 's/\./_/'`
gcl-2.6.12/gmp4/configure-8351-
##############################################
gcl-2.6.12/gmp4/configure-8777-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/gmp4/configure:8778:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/gmp4/configure-8779-
##############################################
gcl-2.6.12/gmp4/configure-8821-	then :; else
gcl-2.6.12/gmp4/configure:8822:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/gmp4/configure-8823-	fi
##############################################
gcl-2.6.12/gmp4/configure-8881-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/gmp4/configure:8882:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/gmp4/configure-8883-	  break;;
##############################################
gcl-2.6.12/gmp4/configure-8990-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/gmp4/configure:8991:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/gmp4/configure-8992-       break;;
##############################################
gcl-2.6.12/gmp4/configure-10252-    if test "$ac_prog_cxx_g" = no; then
gcl-2.6.12/gmp4/configure:10253:      cxxflags_cflags=`echo "$cxxflags_cflags" | sed -e 's/ -g //' -e 's/^-g //' -e 's/ -g$//'`
gcl-2.6.12/gmp4/configure-10254-    fi
##############################################
gcl-2.6.12/gmp4/configure-10590-  # Check for GNU $ac_path_GREP
gcl-2.6.12/gmp4/configure:10591:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/gmp4/configure-10592-*GNU*)
##############################################
gcl-2.6.12/gmp4/configure-10656-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/gmp4/configure:10657:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/gmp4/configure-10658-*GNU*)
##############################################
gcl-2.6.12/gmp4/configure-10748-for i in $fat_path; do
gcl-2.6.12/gmp4/configure:10749:  tmp_suffix=`echo $i | sed -e '/\//s:^[^/]*/::' -e 's:[\\/]:_:g'`
gcl-2.6.12/gmp4/configure-10750-  CPUVEC_list="$CPUVEC_list CPUVEC_SETUP_$tmp_suffix"
##############################################
gcl-2.6.12/gmp4/configure-11300-	# Tru64's nm complains that /dev/null is an invalid object file
gcl-2.6.12/gmp4/configure:11301:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/configure-11302-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gcl-2.6.12/gmp4/configure-11306-	*)
gcl-2.6.12/gmp4/configure:11307:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/configure-11308-	  */dev/null*)
##############################################
gcl-2.6.12/gmp4/configure-11434-
gcl-2.6.12/gmp4/configure:11435:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/configure-11436-    *COFF*)
##############################################
gcl-2.6.12/gmp4/configure-11515-	# Tru64's nm complains that /dev/null is an invalid object file
gcl-2.6.12/gmp4/configure:11516:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/configure-11517-	*/dev/null* | *'Invalid file or object type'*)
##############################################
gcl-2.6.12/gmp4/configure-11521-	*)
gcl-2.6.12/gmp4/configure:11522:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/configure-11523-	  */dev/null*)
##############################################
gcl-2.6.12/gmp4/configure-11649-
gcl-2.6.12/gmp4/configure:11650:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
gcl-2.6.12/gmp4/configure-11651-    *COFF*)
##############################################
gcl-2.6.12/gmp4/configure-12168-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gcl-2.6.12/gmp4/configure:12169:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gcl-2.6.12/gmp4/configure-12170-  ECHO='print -r --'
gcl-2.6.12/gmp4/configure:12171:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gcl-2.6.12/gmp4/configure-12172-  ECHO='printf %s\n'
##############################################
gcl-2.6.12/gmp4/configure-12237-  # Check for GNU $ac_path_SED
gcl-2.6.12/gmp4/configure:12238:case `"$ac_path_SED" --version 2>&1` in
gcl-2.6.12/gmp4/configure-12239-*GNU*)
##############################################
gcl-2.6.12/gmp4/configure-12316-  # Check for GNU $ac_path_FGREP
gcl-2.6.12/gmp4/configure:12317:case `"$ac_path_FGREP" --version 2>&1` in
gcl-2.6.12/gmp4/configure-12318-*GNU*)
##############################################
gcl-2.6.12/gmp4/configure-12396-    # gcc leaves a trailing carriage return which upsets mingw
gcl-2.6.12/gmp4/configure:12397:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gcl-2.6.12/gmp4/configure-12398-  *)
gcl-2.6.12/gmp4/configure:12399:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gcl-2.6.12/gmp4/configure-12400-  esac
##############################################
gcl-2.6.12/gmp4/configure-12405-      # Canonicalize the pathname of ld
gcl-2.6.12/gmp4/configure:12406:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gcl-2.6.12/gmp4/configure-12407-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gcl-2.6.12/gmp4/configure:12408:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gcl-2.6.12/gmp4/configure-12409-      done
##############################################
gcl-2.6.12/gmp4/configure-12440-      # Break only if it was the GNU/non-GNU ld that we prefer.
gcl-2.6.12/gmp4/configure:12441:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gcl-2.6.12/gmp4/configure-12442-      *GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/configure-12471-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gcl-2.6.12/gmp4/configure:12472:case `$LD -v 2>&1 </dev/null` in
gcl-2.6.12/gmp4/configure-12473-*GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/configure-12560-    # And add a safety zone
gcl-2.6.12/gmp4/configure:12561:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gcl-2.6.12/gmp4/configure:12562:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gcl-2.6.12/gmp4/configure-12563-    ;;
##############################################
gcl-2.6.12/gmp4/configure-12593-    if test -n "$kargmax"; then
gcl-2.6.12/gmp4/configure:12594:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gcl-2.6.12/gmp4/configure-12595-    else
##############################################
gcl-2.6.12/gmp4/configure-12602-	test undefined != "$lt_cv_sys_max_cmd_len"; then
gcl-2.6.12/gmp4/configure:12603:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gcl-2.6.12/gmp4/configure:12604:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gcl-2.6.12/gmp4/configure-12605-    else
##############################################
gcl-2.6.12/gmp4/configure-12614-      # we can't tell.
gcl-2.6.12/gmp4/configure:12615:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
gcl-2.6.12/gmp4/configure-12616-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gcl-2.6.12/gmp4/configure-12618-      do
gcl-2.6.12/gmp4/configure:12619:        i=`expr $i + 1`
gcl-2.6.12/gmp4/configure-12620-        teststring=$teststring$teststring
##############################################
gcl-2.6.12/gmp4/configure-12622-      # Only check the string length outside the loop.
gcl-2.6.12/gmp4/configure:12623:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gcl-2.6.12/gmp4/configure-12624-      teststring=
##############################################
gcl-2.6.12/gmp4/configure-12627-      # linker.  It appears as though 1/2 is a usable value.
gcl-2.6.12/gmp4/configure:12628:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gcl-2.6.12/gmp4/configure-12629-    fi
##############################################
gcl-2.6.12/gmp4/configure-13060-openbsd*)
gcl-2.6.12/gmp4/configure:13061:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/configure-13062-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gcl-2.6.12/gmp4/configure-13127-    else
gcl-2.6.12/gmp4/configure:13128:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
gcl-2.6.12/gmp4/configure-13129-    fi
##############################################
gcl-2.6.12/gmp4/configure-13269-  # decide which to use based on capabilities of $DLLTOOL
gcl-2.6.12/gmp4/configure:13270:  case `$DLLTOOL --help 2>&1` in
gcl-2.6.12/gmp4/configure-13271-  *--identify-strict*)
##############################################
gcl-2.6.12/gmp4/configure-13790-# If we're using GNU nm, then use its standard symbol codes.
gcl-2.6.12/gmp4/configure:13791:case `$NM -V 2>&1` in
gcl-2.6.12/gmp4/configure-13792-*GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/configure-13808-mingw*)
gcl-2.6.12/gmp4/configure:13809:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gcl-2.6.12/gmp4/configure-13810-  ;;
##############################################
gcl-2.6.12/gmp4/configure-14027-   if test "$GCC" = yes; then
gcl-2.6.12/gmp4/configure:14028:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gcl-2.6.12/gmp4/configure-14029-   fi
##############################################
gcl-2.6.12/gmp4/configure-14031- /*)
gcl-2.6.12/gmp4/configure:14032:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gcl-2.6.12/gmp4/configure-14033-   ;; #(
##############################################
gcl-2.6.12/gmp4/configure-14067-  test $ac_status = 0; }; then
gcl-2.6.12/gmp4/configure:14068:    case `/usr/bin/file conftest.$ac_objext` in
gcl-2.6.12/gmp4/configure-14069-      *ELF-32*)
##############################################
gcl-2.6.12/gmp4/configure-14087-    if test "$lt_cv_prog_gnu_ld" = yes; then
gcl-2.6.12/gmp4/configure:14088:      case `/usr/bin/file conftest.$ac_objext` in
gcl-2.6.12/gmp4/configure-14089-	*32-bit*)
##############################################
gcl-2.6.12/gmp4/configure-14099-    else
gcl-2.6.12/gmp4/configure:14100:      case `/usr/bin/file conftest.$ac_objext` in
gcl-2.6.12/gmp4/configure-14101-	*32-bit*)
##############################################
gcl-2.6.12/gmp4/configure-15128-do :
gcl-2.6.12/gmp4/configure:15129:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/gmp4/configure-15130-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/gmp4/configure-15133-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/gmp4/configure:15134:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/gmp4/configure-15135-_ACEOF
##############################################
gcl-2.6.12/gmp4/configure-15160-  case ${2} in
gcl-2.6.12/gmp4/configure:15161:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gcl-2.6.12/gmp4/configure:15162:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gcl-2.6.12/gmp4/configure-15163-  esac
##############################################
gcl-2.6.12/gmp4/configure-15428-done
gcl-2.6.12/gmp4/configure:15429:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gcl-2.6.12/gmp4/configure-15430-
##############################################
gcl-2.6.12/gmp4/configure-15457-	"file_magic "*)
gcl-2.6.12/gmp4/configure:15458:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gcl-2.6.12/gmp4/configure-15459-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gcl-2.6.12/gmp4/configure-15523-	"file_magic "*)
gcl-2.6.12/gmp4/configure:15524:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gcl-2.6.12/gmp4/configure-15525-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
gcl-2.6.12/gmp4/configure-15886-      *)
gcl-2.6.12/gmp4/configure:15887:	case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/configure-15888-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gcl-2.6.12/gmp4/configure-16246-  if test "$hard_links" = no; then
gcl-2.6.12/gmp4/configure:16247:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gcl-2.6.12/gmp4/configure:16248:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gcl-2.6.12/gmp4/configure-16249-    need_locks=warn
##############################################
gcl-2.6.12/gmp4/configure-16335-	# shared libraries, regardless of the interface used.
gcl-2.6.12/gmp4/configure:16336:	case `$LD -v 2>&1` in
gcl-2.6.12/gmp4/configure-16337-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gcl-2.6.12/gmp4/configure-16367-    supports_anon_versioning=no
gcl-2.6.12/gmp4/configure:16368:    case `$LD -v 2>&1` in
gcl-2.6.12/gmp4/configure-16369-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gcl-2.6.12/gmp4/configure-16436-	# is EXPORTS), use it as is; otherwise, prepend...
gcl-2.6.12/gmp4/configure:16437:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/configure-16438-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
gcl-2.6.12/gmp4/configure-16464-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gcl-2.6.12/gmp4/configure:16465:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/configure:16466:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/configure-16467-      ;;
##############################################
gcl-2.6.12/gmp4/configure-16482-        pgcc*)				# Portland Group C compiler
gcl-2.6.12/gmp4/configure:16483:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/configure-16484-	  tmp_addflag=' $pic_flag'
##############################################
gcl-2.6.12/gmp4/configure-16487-					# Portland Group f77 and f90 compilers
gcl-2.6.12/gmp4/configure:16488:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/configure-16489-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gcl-2.6.12/gmp4/configure-16502-	nvcc*)	# Cuda Compiler Driver 2.2
gcl-2.6.12/gmp4/configure:16503:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/configure-16504-	  compiler_needs_object=yes
##############################################
gcl-2.6.12/gmp4/configure-16506-	esac
gcl-2.6.12/gmp4/configure:16507:	case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/configure-16508-	*Sun\ C*)			# Sun C 5.9
gcl-2.6.12/gmp4/configure:16509:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/configure-16510-	  compiler_needs_object=yes
##############################################
gcl-2.6.12/gmp4/configure-16574-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gcl-2.6.12/gmp4/configure:16575:      case `$LD -v 2>&1` in
gcl-2.6.12/gmp4/configure-16576-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gcl-2.6.12/gmp4/configure-16697-	# below for broken collect2 doesn't work under 4.3+
gcl-2.6.12/gmp4/configure:16698:	  collect2name=`${CC} -print-prog-name=collect2`
gcl-2.6.12/gmp4/configure-16699-	  if test -f "$collect2name" &&
##############################################
gcl-2.6.12/gmp4/configure-16771-      }'
gcl-2.6.12/gmp4/configure:16772:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/configure-16773-  # Check for a 64-bit object if we didn't find anything.
gcl-2.6.12/gmp4/configure-16774-  if test -z "$lt_cv_aix_libpath_"; then
gcl-2.6.12/gmp4/configure:16775:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/configure-16776-  fi
##############################################
gcl-2.6.12/gmp4/configure-16789-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
gcl-2.6.12/gmp4/configure:16790:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gcl-2.6.12/gmp4/configure-16791-      else
##############################################
gcl-2.6.12/gmp4/configure-16824-      }'
gcl-2.6.12/gmp4/configure:16825:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/configure-16826-  # Check for a 64-bit object if we didn't find anything.
gcl-2.6.12/gmp4/configure-16827-  if test -z "$lt_cv_aix_libpath_"; then
gcl-2.6.12/gmp4/configure:16828:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/configure-16829-  fi
##############################################
gcl-2.6.12/gmp4/configure-16897-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gcl-2.6.12/gmp4/configure:16898:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/configure-16899-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gcl-2.6.12/gmp4/configure-16934-	# FIXME: Setting linknames here is a bad hack.
gcl-2.6.12/gmp4/configure:16935:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gcl-2.6.12/gmp4/configure-16936-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gcl-2.6.12/gmp4/configure-16952-  if test "$lt_cv_ld_force_load" = "yes"; then
gcl-2.6.12/gmp4/configure:16953:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gcl-2.6.12/gmp4/configure-16954-
##############################################
gcl-2.6.12/gmp4/configure-17132-      if test "$GCC" = yes; then
gcl-2.6.12/gmp4/configure:17133:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/configure-17134-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gcl-2.6.12/gmp4/configure-17160-	if test "$lt_cv_irix_exported_symbol" = yes; then
gcl-2.6.12/gmp4/configure:17161:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
gcl-2.6.12/gmp4/configure-17162-	fi
gcl-2.6.12/gmp4/configure-17163-      else
gcl-2.6.12/gmp4/configure:17164:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/configure:17165:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
gcl-2.6.12/gmp4/configure-17166-      fi
##############################################
gcl-2.6.12/gmp4/configure-17200-	hardcode_direct_absolute=yes
gcl-2.6.12/gmp4/configure:17201:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/configure-17202-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gcl-2.6.12/gmp4/configure-17233-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gcl-2.6.12/gmp4/configure:17234:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/configure-17235-      else
gcl-2.6.12/gmp4/configure-17236-	allow_undefined_flag=' -expect_unresolved \*'
gcl-2.6.12/gmp4/configure:17237:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/configure-17238-      fi
##############################################
gcl-2.6.12/gmp4/configure-17246-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
gcl-2.6.12/gmp4/configure:17247:	archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/configure-17248-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
gcl-2.6.12/gmp4/configure-17250-	allow_undefined_flag=' -expect_unresolved \*'
gcl-2.6.12/gmp4/configure:17251:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/configure:17252:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gcl-2.6.12/gmp4/configure:17253:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
gcl-2.6.12/gmp4/configure-17254-
##############################################
gcl-2.6.12/gmp4/configure-17269-      else
gcl-2.6.12/gmp4/configure:17270:	case `$CC -V 2>&1` in
gcl-2.6.12/gmp4/configure-17271-	*"Compilers 5.0"*)
##############################################
gcl-2.6.12/gmp4/configure-17668-  esac
gcl-2.6.12/gmp4/configure:17669:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gcl-2.6.12/gmp4/configure-17670-  case $lt_search_path_spec in
##############################################
gcl-2.6.12/gmp4/configure-17675-    # okay in the real world where ";" in dirpaths is itself problematic.
gcl-2.6.12/gmp4/configure:17676:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gcl-2.6.12/gmp4/configure-17677-    ;;
gcl-2.6.12/gmp4/configure-17678-  *)
gcl-2.6.12/gmp4/configure:17679:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/configure-17680-    ;;
##############################################
gcl-2.6.12/gmp4/configure-17684-  lt_tmp_lt_search_path_spec=
gcl-2.6.12/gmp4/configure:17685:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gcl-2.6.12/gmp4/configure-17686-  for lt_sys_path in $lt_search_path_spec; do
##############################################
gcl-2.6.12/gmp4/configure-17719-  esac
gcl-2.6.12/gmp4/configure:17720:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gcl-2.6.12/gmp4/configure-17721-else
##############################################
gcl-2.6.12/gmp4/configure-17807-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gcl-2.6.12/gmp4/configure:17808:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gcl-2.6.12/gmp4/configure-17809-    ;;
##############################################
gcl-2.6.12/gmp4/configure-17843-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gcl-2.6.12/gmp4/configure:17844:    postinstall_cmds='base_file=`basename \${file}`~
gcl-2.6.12/gmp4/configure:17845:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gcl-2.6.12/gmp4/configure:17846:      dldir=$destdir/`dirname \$dlpath`~
gcl-2.6.12/gmp4/configure-17847-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gcl-2.6.12/gmp4/configure-17852-      fi'
gcl-2.6.12/gmp4/configure:17853:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gcl-2.6.12/gmp4/configure-17854-      dlpath=$dir/\$dldll~
##############################################
gcl-2.6.12/gmp4/configure-17860-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gcl-2.6.12/gmp4/configure:17861:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/configure-17862-
##############################################
gcl-2.6.12/gmp4/configure-17866-      # MinGW DLLs use traditional 'lib' prefix
gcl-2.6.12/gmp4/configure:17867:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/configure-17868-      ;;
##############################################
gcl-2.6.12/gmp4/configure-17870-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gcl-2.6.12/gmp4/configure:17871:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/configure-17872-      ;;
##############################################
gcl-2.6.12/gmp4/configure-17879-    libname_spec='$name'
gcl-2.6.12/gmp4/configure:17880:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/configure-17881-    library_names_spec='${libname}.dll.lib'
##############################################
gcl-2.6.12/gmp4/configure-17891-        # Let DOS variable expansion print the short 8.3 style file name.
gcl-2.6.12/gmp4/configure:17892:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gcl-2.6.12/gmp4/configure-17893-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gcl-2.6.12/gmp4/configure-17896-      # Convert to MSYS style.
gcl-2.6.12/gmp4/configure:17897:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gcl-2.6.12/gmp4/configure-17898-      ;;
##############################################
gcl-2.6.12/gmp4/configure-17902-      # like /cygdrive/c/PROGRA~1:/cygdr...
gcl-2.6.12/gmp4/configure:17903:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gcl-2.6.12/gmp4/configure:17904:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gcl-2.6.12/gmp4/configure:17905:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/configure-17906-      ;;
##############################################
gcl-2.6.12/gmp4/configure-17910-        # It is most probably a Windows format PATH.
gcl-2.6.12/gmp4/configure:17911:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gcl-2.6.12/gmp4/configure-17912-      else
gcl-2.6.12/gmp4/configure:17913:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/configure-17914-      fi
##############################################
gcl-2.6.12/gmp4/configure-17920-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gcl-2.6.12/gmp4/configure:17921:    postinstall_cmds='base_file=`basename \${file}`~
gcl-2.6.12/gmp4/configure:17922:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gcl-2.6.12/gmp4/configure:17923:      dldir=$destdir/`dirname \$dlpath`~
gcl-2.6.12/gmp4/configure-17924-      test -d \$dldir || mkdir -p \$dldir~
gcl-2.6.12/gmp4/configure-17925-      $install_prog $dir/$dlname \$dldir/$dlname'
gcl-2.6.12/gmp4/configure:17926:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gcl-2.6.12/gmp4/configure-17927-      dlpath=$dir/\$dldll~
##############################################
gcl-2.6.12/gmp4/configure-17934-    # Assume MSVC wrapper
gcl-2.6.12/gmp4/configure:17935:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gcl-2.6.12/gmp4/configure-17936-    dynamic_linker='Win32 ld.exe'
##############################################
gcl-2.6.12/gmp4/configure-17951-  shlibpath_var=DYLD_LIBRARY_PATH
gcl-2.6.12/gmp4/configure:17952:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gcl-2.6.12/gmp4/configure-17953-
##############################################
gcl-2.6.12/gmp4/configure-18177-  if test -f /etc/ld.so.conf; then
gcl-2.6.12/gmp4/configure:18178:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gcl-2.6.12/gmp4/configure-18179-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gcl-2.6.12/gmp4/configure-18251-  shlibpath_var=LD_LIBRARY_PATH
gcl-2.6.12/gmp4/configure:18252:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/configure-18253-    case $host_os in
##############################################
gcl-2.6.12/gmp4/configure-19400-done
gcl-2.6.12/gmp4/configure:19401:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gcl-2.6.12/gmp4/configure-19402-
##############################################
gcl-2.6.12/gmp4/configure-19432-    # gcc leaves a trailing carriage return which upsets mingw
gcl-2.6.12/gmp4/configure:19433:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gcl-2.6.12/gmp4/configure-19434-  *)
gcl-2.6.12/gmp4/configure:19435:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gcl-2.6.12/gmp4/configure-19436-  esac
##############################################
gcl-2.6.12/gmp4/configure-19441-      # Canonicalize the pathname of ld
gcl-2.6.12/gmp4/configure:19442:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gcl-2.6.12/gmp4/configure-19443-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gcl-2.6.12/gmp4/configure:19444:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gcl-2.6.12/gmp4/configure-19445-      done
##############################################
gcl-2.6.12/gmp4/configure-19476-      # Break only if it was the GNU/non-GNU ld that we prefer.
gcl-2.6.12/gmp4/configure:19477:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gcl-2.6.12/gmp4/configure-19478-      *GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/configure-19507-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gcl-2.6.12/gmp4/configure:19508:case `$LD -v 2>&1 </dev/null` in
gcl-2.6.12/gmp4/configure-19509-*GNU* | *'with BFD'*)
##############################################
gcl-2.6.12/gmp4/configure-19541-        # ancient GNU ld didn't support --whole-archive et. al.
gcl-2.6.12/gmp4/configure:19542:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gcl-2.6.12/gmp4/configure-19543-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gcl-2.6.12/gmp4/configure-19625-          # below for broken collect2 doesn't work under 4.3+
gcl-2.6.12/gmp4/configure:19626:	  collect2name=`${CC} -print-prog-name=collect2`
gcl-2.6.12/gmp4/configure-19627-	  if test -f "$collect2name" &&
##############################################
gcl-2.6.12/gmp4/configure-19698-      }'
gcl-2.6.12/gmp4/configure:19699:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/configure-19700-  # Check for a 64-bit object if we didn't find anything.
gcl-2.6.12/gmp4/configure-19701-  if test -z "$lt_cv_aix_libpath__CXX"; then
gcl-2.6.12/gmp4/configure:19702:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/configure-19703-  fi
##############################################
gcl-2.6.12/gmp4/configure-19717-
gcl-2.6.12/gmp4/configure:19718:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
gcl-2.6.12/gmp4/configure-19719-        else
##############################################
gcl-2.6.12/gmp4/configure-19752-      }'
gcl-2.6.12/gmp4/configure:19753:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/configure-19754-  # Check for a 64-bit object if we didn't find anything.
gcl-2.6.12/gmp4/configure-19755-  if test -z "$lt_cv_aix_libpath__CXX"; then
gcl-2.6.12/gmp4/configure:19756:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gcl-2.6.12/gmp4/configure-19757-  fi
##############################################
gcl-2.6.12/gmp4/configure-19825-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
gcl-2.6.12/gmp4/configure:19826:	  archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/configure-19827-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
gcl-2.6.12/gmp4/configure-19866-	    # is EXPORTS), use it as is; otherwise, prepend...
gcl-2.6.12/gmp4/configure:19867:	    archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
gcl-2.6.12/gmp4/configure-19868-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
gcl-2.6.12/gmp4/configure-19887-  if test "$lt_cv_ld_force_load" = "yes"; then
gcl-2.6.12/gmp4/configure:19888:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gcl-2.6.12/gmp4/configure-19889-
##############################################
gcl-2.6.12/gmp4/configure-19978-            # dependencies.
gcl-2.6.12/gmp4/configure:19979:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/configure-19980-            ;;
##############################################
gcl-2.6.12/gmp4/configure-20043-	    # dependencies.
gcl-2.6.12/gmp4/configure:20044:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/configure-20045-	    ;;
##############################################
gcl-2.6.12/gmp4/configure-20079-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gcl-2.6.12/gmp4/configure:20080:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/configure:20081:	archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gcl-2.6.12/gmp4/configure-20082-	;;
##############################################
gcl-2.6.12/gmp4/configure-20086-	    # SGI C++
gcl-2.6.12/gmp4/configure:20087:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/configure-20088-
##############################################
gcl-2.6.12/gmp4/configure-20097-	      if test "$with_gnu_ld" = no; then
gcl-2.6.12/gmp4/configure:20098:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/configure-20099-	      else
gcl-2.6.12/gmp4/configure:20100:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
gcl-2.6.12/gmp4/configure-20101-	      fi
##############################################
gcl-2.6.12/gmp4/configure-20118-	    # to its proper name (with version) after linking.
gcl-2.6.12/gmp4/configure:20119:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gcl-2.6.12/gmp4/configure:20120:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
gcl-2.6.12/gmp4/configure-20121-	    # Commands to make compiler produce verbose output that lists
##############################################
gcl-2.6.12/gmp4/configure-20128-	    # dependencies.
gcl-2.6.12/gmp4/configure:20129:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/configure-20130-
##############################################
gcl-2.6.12/gmp4/configure-20143-	    # earlier do not add the objects themselves.
gcl-2.6.12/gmp4/configure:20144:	    case `$CC -V 2>&1` in
gcl-2.6.12/gmp4/configure-20145-	      *"Version 7."*)
##############################################
gcl-2.6.12/gmp4/configure-20164-            # Portland Group C++ compiler
gcl-2.6.12/gmp4/configure:20165:	    case `$CC -V` in
gcl-2.6.12/gmp4/configure-20166-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
gcl-2.6.12/gmp4/configure-20169-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gcl-2.6.12/gmp4/configure:20170:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gcl-2.6.12/gmp4/configure-20171-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
gcl-2.6.12/gmp4/configure-20173-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gcl-2.6.12/gmp4/configure:20174:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gcl-2.6.12/gmp4/configure-20175-		$RANLIB $oldlib'
##############################################
gcl-2.6.12/gmp4/configure-20178-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gcl-2.6.12/gmp4/configure:20179:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
gcl-2.6.12/gmp4/configure-20180-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
gcl-2.6.12/gmp4/configure-20182-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gcl-2.6.12/gmp4/configure:20183:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
gcl-2.6.12/gmp4/configure-20184-	      ;;
##############################################
gcl-2.6.12/gmp4/configure-20192-	    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
gcl-2.6.12/gmp4/configure:20193:	    whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/configure-20194-            ;;
##############################################
gcl-2.6.12/gmp4/configure-20211-	    # dependencies.
gcl-2.6.12/gmp4/configure:20212:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gcl-2.6.12/gmp4/configure-20213-	    ;;
##############################################
gcl-2.6.12/gmp4/configure-20226-	  *)
gcl-2.6.12/gmp4/configure:20227:	    case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/configure-20228-	    *Sun\ C*)
##############################################
gcl-2.6.12/gmp4/configure-20233-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
gcl-2.6.12/gmp4/configure:20234:	      whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
gcl-2.6.12/gmp4/configure-20235-	      compiler_needs_object_CXX=yes
##############################################
gcl-2.6.12/gmp4/configure-20303-	  hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
gcl-2.6.12/gmp4/configure:20304:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/configure-20305-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
gcl-2.6.12/gmp4/configure-20322-	    # to its proper name (with version) after linking.
gcl-2.6.12/gmp4/configure:20323:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gcl-2.6.12/gmp4/configure-20324-
##############################################
gcl-2.6.12/gmp4/configure-20343-	        allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
gcl-2.6.12/gmp4/configure:20344:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/configure-20345-	        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
##############################################
gcl-2.6.12/gmp4/configure-20348-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
gcl-2.6.12/gmp4/configure:20349:	        archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/configure:20350:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gcl-2.6.12/gmp4/configure-20351-	          echo "-hidden">> $lib.exp~
gcl-2.6.12/gmp4/configure:20352:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
gcl-2.6.12/gmp4/configure-20353-	          $RM $lib.exp'
##############################################
gcl-2.6.12/gmp4/configure-20367-	    # dependencies.
gcl-2.6.12/gmp4/configure:20368:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gcl-2.6.12/gmp4/configure-20369-	    ;;
##############################################
gcl-2.6.12/gmp4/configure-20374-	        osf3*)
gcl-2.6.12/gmp4/configure:20375:	          archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/configure-20376-		  ;;
gcl-2.6.12/gmp4/configure-20377-	        *)
gcl-2.6.12/gmp4/configure:20378:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
gcl-2.6.12/gmp4/configure-20379-		  ;;
##############################################
gcl-2.6.12/gmp4/configure-20621-
gcl-2.6.12/gmp4/configure:20622:  for p in `eval "$output_verbose_link_cmd"`; do
gcl-2.6.12/gmp4/configure-20623-    case ${prev}${p} in
##############################################
gcl-2.6.12/gmp4/configure-20718-linux*)
gcl-2.6.12/gmp4/configure:20719:  case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/configure-20720-  *Sun\ C*)
##############################################
gcl-2.6.12/gmp4/configure-20769-if test -n "${compiler_lib_search_path_CXX}"; then
gcl-2.6.12/gmp4/configure:20770: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
gcl-2.6.12/gmp4/configure-20771-fi
##############################################
gcl-2.6.12/gmp4/configure-21010-	  *)
gcl-2.6.12/gmp4/configure:21011:	    case `$CC -V 2>&1 | sed 5q` in
gcl-2.6.12/gmp4/configure-21012-	    *Sun\ C*)
##############################################
gcl-2.6.12/gmp4/configure-21364-  if test "$hard_links" = no; then
gcl-2.6.12/gmp4/configure:21365:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
gcl-2.6.12/gmp4/configure:21366:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
gcl-2.6.12/gmp4/configure-21367-    need_locks=warn
##############################################
gcl-2.6.12/gmp4/configure-21641-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gcl-2.6.12/gmp4/configure:21642:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gcl-2.6.12/gmp4/configure-21643-    ;;
##############################################
gcl-2.6.12/gmp4/configure-21677-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gcl-2.6.12/gmp4/configure:21678:    postinstall_cmds='base_file=`basename \${file}`~
gcl-2.6.12/gmp4/configure:21679:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gcl-2.6.12/gmp4/configure:21680:      dldir=$destdir/`dirname \$dlpath`~
gcl-2.6.12/gmp4/configure-21681-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gcl-2.6.12/gmp4/configure-21686-      fi'
gcl-2.6.12/gmp4/configure:21687:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gcl-2.6.12/gmp4/configure-21688-      dlpath=$dir/\$dldll~
##############################################
gcl-2.6.12/gmp4/configure-21694-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gcl-2.6.12/gmp4/configure:21695:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/configure-21696-
##############################################
gcl-2.6.12/gmp4/configure-21699-      # MinGW DLLs use traditional 'lib' prefix
gcl-2.6.12/gmp4/configure:21700:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/configure-21701-      ;;
##############################################
gcl-2.6.12/gmp4/configure-21703-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gcl-2.6.12/gmp4/configure:21704:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/configure-21705-      ;;
##############################################
gcl-2.6.12/gmp4/configure-21712-    libname_spec='$name'
gcl-2.6.12/gmp4/configure:21713:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
gcl-2.6.12/gmp4/configure-21714-    library_names_spec='${libname}.dll.lib'
##############################################
gcl-2.6.12/gmp4/configure-21724-        # Let DOS variable expansion print the short 8.3 style file name.
gcl-2.6.12/gmp4/configure:21725:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gcl-2.6.12/gmp4/configure-21726-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gcl-2.6.12/gmp4/configure-21729-      # Convert to MSYS style.
gcl-2.6.12/gmp4/configure:21730:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gcl-2.6.12/gmp4/configure-21731-      ;;
##############################################
gcl-2.6.12/gmp4/configure-21735-      # like /cygdrive/c/PROGRA~1:/cygdr...
gcl-2.6.12/gmp4/configure:21736:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gcl-2.6.12/gmp4/configure:21737:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gcl-2.6.12/gmp4/configure:21738:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/configure-21739-      ;;
##############################################
gcl-2.6.12/gmp4/configure-21743-        # It is most probably a Windows format PATH.
gcl-2.6.12/gmp4/configure:21744:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gcl-2.6.12/gmp4/configure-21745-      else
gcl-2.6.12/gmp4/configure:21746:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gcl-2.6.12/gmp4/configure-21747-      fi
##############################################
gcl-2.6.12/gmp4/configure-21753-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gcl-2.6.12/gmp4/configure:21754:    postinstall_cmds='base_file=`basename \${file}`~
gcl-2.6.12/gmp4/configure:21755:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
gcl-2.6.12/gmp4/configure:21756:      dldir=$destdir/`dirname \$dlpath`~
gcl-2.6.12/gmp4/configure-21757-      test -d \$dldir || mkdir -p \$dldir~
gcl-2.6.12/gmp4/configure-21758-      $install_prog $dir/$dlname \$dldir/$dlname'
gcl-2.6.12/gmp4/configure:21759:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gcl-2.6.12/gmp4/configure-21760-      dlpath=$dir/\$dldll~
##############################################
gcl-2.6.12/gmp4/configure-21767-    # Assume MSVC wrapper
gcl-2.6.12/gmp4/configure:21768:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
gcl-2.6.12/gmp4/configure-21769-    dynamic_linker='Win32 ld.exe'
##############################################
gcl-2.6.12/gmp4/configure-21784-  shlibpath_var=DYLD_LIBRARY_PATH
gcl-2.6.12/gmp4/configure:21785:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gcl-2.6.12/gmp4/configure-21786-
##############################################
gcl-2.6.12/gmp4/configure-22009-  if test -f /etc/ld.so.conf; then
gcl-2.6.12/gmp4/configure:22010:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gcl-2.6.12/gmp4/configure-22011-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
gcl-2.6.12/gmp4/configure-22083-  shlibpath_var=LD_LIBRARY_PATH
gcl-2.6.12/gmp4/configure:22084:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
gcl-2.6.12/gmp4/configure-22085-    case $host_os in
##############################################
gcl-2.6.12/gmp4/configure-22562-do :
gcl-2.6.12/gmp4/configure:22563:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/gmp4/configure-22564-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/gmp4/configure-22566-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/gmp4/configure:22567:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/gmp4/configure-22568-_ACEOF
##############################################
gcl-2.6.12/gmp4/configure-23869-EOF
gcl-2.6.12/gmp4/configure:23870:  gmp_cv_c_double_format=`od -b conftest.$OBJEXT | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/configure-23871-  case $gmp_cv_c_double_format in
##############################################
gcl-2.6.12/gmp4/configure-23962-do :
gcl-2.6.12/gmp4/configure:23963:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/gmp4/configure-23964-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/gmp4/configure-23966-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/gmp4/configure:23967:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
gcl-2.6.12/gmp4/configure-23968-_ACEOF
##############################################
gcl-2.6.12/gmp4/configure-24308-# routines there.  Those found are incorporated in the build by generating a
gcl-2.6.12/gmp4/configure:24309:# little mpn/<foo>.asm or mpn/<foo>.c file in the build directory, with
gcl-2.6.12/gmp4/configure-24310-# suitable function renaming, and adding that to $mpn_objects (the same as a
##############################################
gcl-2.6.12/gmp4/configure-24401-    echo "#undef  $tmp_tn" >>fat.h
gcl-2.6.12/gmp4/configure:24402:    echo "#define $tmp_tn  CPUVEC_THRESHOLD (`echo $tmp_tn | tr [A-Z] [a-z]`)" >>fat.h
gcl-2.6.12/gmp4/configure-24403-  done
##############################################
gcl-2.6.12/gmp4/configure-24433-  for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/configure:24434:    tmp_field_name=`echo $tmp_tn | tr [A-Z] [a-z]`
gcl-2.6.12/gmp4/configure-24435-    echo "    p->$tmp_field_name = vec.$tmp_field_name; \\" >>fat.h
##############################################
gcl-2.6.12/gmp4/configure-24463-  for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/configure:24464:    tmp_field_name=`echo $tmp_tn | tr [A-Z] [a-z]`
gcl-2.6.12/gmp4/configure-24465-    echo "    ASSERT (vec.$tmp_field_name != 0); \\" >>fat.h
##############################################
gcl-2.6.12/gmp4/configure-24473-  for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/configure:24474:    tmp_field_name=`echo $tmp_tn | tr [A-Z] [a-z]`
gcl-2.6.12/gmp4/configure-24475-    echo "    ITERATE ($tmp_tn, $tmp_field_name); \\" >>fat.h
##############################################
gcl-2.6.12/gmp4/configure-24482-    echo "" >>fat.h
gcl-2.6.12/gmp4/configure:24483:    tmp_suffix=`echo $tmp_dir | sed -e '/\//s:^[^/]*/::' -e 's:[\\/]:_:g'`
gcl-2.6.12/gmp4/configure-24484-
##############################################
gcl-2.6.12/gmp4/configure-24505-      for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/configure:24506:        tmp_thresh=`sed -n "s/^#define $tmp_tn[ 	]*\\([0-9][0-9]*\\).*$/\\1/p" $tmp_mparam`
gcl-2.6.12/gmp4/configure-24507-        if test -n "$tmp_thresh"; then
##############################################
gcl-2.6.12/gmp4/configure-24509-"
gcl-2.6.12/gmp4/configure:24510:          CPUVEC_SETUP="$CPUVEC_SETUP    decided_cpuvec.`echo $tmp_tn | tr [A-Z] [a-z]` = $tmp_thresh; \\
gcl-2.6.12/gmp4/configure-24511-"
##############################################
gcl-2.6.12/gmp4/configure-24571-      for tmp_base in $tmp_fn $tmp_mulfunc; do
gcl-2.6.12/gmp4/configure:24572:        for tmp_ext in asm S s c; do
gcl-2.6.12/gmp4/configure-24573-          tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext
##############################################
gcl-2.6.12/gmp4/configure-24578-	    if test -n "$GMP_NONSTD_ABI" && test $tmp_ext != "c"; then
gcl-2.6.12/gmp4/configure:24579:	      abi=`sed -n 's/^[ 	]*ABI_SUPPORT(\(.*\))/\1/p' $tmp_file `
gcl-2.6.12/gmp4/configure-24580-	      if echo "$abi" | grep -q "\\b${GMP_NONSTD_ABI}\\b"; then
##############################################
gcl-2.6.12/gmp4/configure-24609-            case $tmp_fbase in
gcl-2.6.12/gmp4/configure:24610:              *_1*) tmp_fbasec=`echo $tmp_fbase | sed 's/_1/_1c/'` ;;
gcl-2.6.12/gmp4/configure-24611-              *)    tmp_fbasec=${tmp_fbase}c ;;
##############################################
gcl-2.6.12/gmp4/configure-24640-$THRESH_ASM_SETUP
gcl-2.6.12/gmp4/configure:24641:include($mpn_relative_top_srcdir/mpn/$tmp_dir/$tmp_base.asm)
gcl-2.6.12/gmp4/configure-24642-" >mpn/${tmp_prefix}_$tmp_fn.asm
##############################################
gcl-2.6.12/gmp4/configure-24699-
gcl-2.6.12/gmp4/configure:24700:for tmp_ext in asm S s c; do
gcl-2.6.12/gmp4/configure-24701-  eval found_$tmp_ext=no
##############################################
gcl-2.6.12/gmp4/configure-24704-for tmp_fn in $gmp_mpn_functions; do
gcl-2.6.12/gmp4/configure:24705:  for tmp_ext in asm S s c; do
gcl-2.6.12/gmp4/configure-24706-    test "$no_create" = yes || rm -f mpn/$tmp_fn.$tmp_ext
##############################################
gcl-2.6.12/gmp4/configure-24767-    for tmp_base in $tmp_fn $tmp_mulfunc; do
gcl-2.6.12/gmp4/configure:24768:      for tmp_ext in asm S s c; do
gcl-2.6.12/gmp4/configure-24769-        tmp_file=$srcdir/mpn/$tmp_dir/$tmp_base.$tmp_ext
##############################################
gcl-2.6.12/gmp4/configure-24793-              *)
gcl-2.6.12/gmp4/configure:24794:                nails=`sed -n 's/^[ 	]*NAILS_SUPPORT(\(.*\))/\1/p' $tmp_file `
gcl-2.6.12/gmp4/configure-24795-                for n in $nails; do
##############################################
gcl-2.6.12/gmp4/configure-24797-                  *-*)
gcl-2.6.12/gmp4/configure:24798:                    n_start=`echo "$n" | sed -n 's/\(.*\)-.*/\1/p'`
gcl-2.6.12/gmp4/configure:24799:                    n_end=`echo "$n" | sed -n 's/.*-\(.*\)/\1/p'`
gcl-2.6.12/gmp4/configure-24800-                    ;;
##############################################
gcl-2.6.12/gmp4/configure-24820-	  if test -n "$GMP_NONSTD_ABI" && test $tmp_ext != "c"; then
gcl-2.6.12/gmp4/configure:24821:	    abi=`sed -n 's/^[ 	]*ABI_SUPPORT(\(.*\))/\1/p' $tmp_file `
gcl-2.6.12/gmp4/configure-24822-	    if echo "$abi" | grep -q "\\b${GMP_NONSTD_ABI}\\b"; then
##############################################
gcl-2.6.12/gmp4/configure-24882-
gcl-2.6.12/gmp4/configure:24883:# All cycle counters are .asm files currently
gcl-2.6.12/gmp4/configure-24884-if test -n "$SPEED_CYCLECOUNTER_OBJ"; then
##############################################
gcl-2.6.12/gmp4/configure-24892-# Don't demand an m4 unless it's actually needed.
gcl-2.6.12/gmp4/configure:24893:if test $found_asm = yes; then
gcl-2.6.12/gmp4/configure-24894-
##############################################
gcl-2.6.12/gmp4/configure-24903-  cat >conftest.m4 <<\EOF
gcl-2.6.12/gmp4/configure:24904:define(dollarhash,``$#'')ifelse(dollarhash(x),1,`define(t1,Y)',
gcl-2.6.12/gmp4/configure-24905-``bad: $# not supported (SunOS /usr/bin/m4)
##############################################
gcl-2.6.12/gmp4/configure-24923-      echo "trying $ac_dir/m4" >&5
gcl-2.6.12/gmp4/configure:24924:      gmp_tmp_val=`($ac_dir/m4 conftest.m4) 2>&5`
gcl-2.6.12/gmp4/configure-24925-      echo "$gmp_tmp_val" >&5
##############################################
gcl-2.6.12/gmp4/configure-24956-cat conftest.m4 >&5
gcl-2.6.12/gmp4/configure:24957:tmp_chars=`$M4 conftest.m4 | wc -c`
gcl-2.6.12/gmp4/configure-24958-echo produces $tmp_chars chars output >&5
##############################################
gcl-2.6.12/gmp4/configure-24979-
gcl-2.6.12/gmp4/configure:24980:# Only do the GMP_ASM checks if there's a .S or .asm wanting them.
gcl-2.6.12/gmp4/configure:24981:if test $found_asm = no && test $found_S = no; then
gcl-2.6.12/gmp4/configure-24982-  gmp_asm_syntax_testing=no
##############################################
gcl-2.6.12/gmp4/configure-25655-  cat conftest.out >&5
gcl-2.6.12/gmp4/configure:25656:  gmp_cv_asm_ia64_align_ok=`od -b conftest.$OBJEXT | $AWK -f conftest.awk`
gcl-2.6.12/gmp4/configure-25657-else
##############################################
gcl-2.6.12/gmp4/configure-26338-    if grep '\.data' conftest.s >/dev/null; then
gcl-2.6.12/gmp4/configure:26339:      mcount_nonpic_reg=`sed -n '/esp/!s/.*movl.*,\(%[a-z]*\).*$/\1/p' conftest.s`
gcl-2.6.12/gmp4/configure-26340-    else
##############################################
gcl-2.6.12/gmp4/configure-26362-          # Windows DLLs have non-PIC style mcount
gcl-2.6.12/gmp4/configure:26363:          mcount_pic_reg=`sed -n '/esp/!s/.*movl.*,\(%[a-z]*\).*$/\1/p' conftest.s`
gcl-2.6.12/gmp4/configure-26364-          ;;
gcl-2.6.12/gmp4/configure-26365-        *)
gcl-2.6.12/gmp4/configure:26366:          mcount_pic_reg=`sed -n 's/.*GOTOFF.*,\(%[a-z]*\).*$/\1/p' conftest.s`
gcl-2.6.12/gmp4/configure-26367-          ;;
##############################################
gcl-2.6.12/gmp4/configure-26475-  for i in SQR_TOOM2_THRESHOLD BMOD_1_TO_MOD_1_THRESHOLD SHLD_SLOW SHRD_SLOW; do
gcl-2.6.12/gmp4/configure:26476:    value=`sed -n 's/^#define '$i'[ 	]*\([0-9][0-9]*\).*$/\1/p' $gmp_mparam_source`
gcl-2.6.12/gmp4/configure-26477-    if test -n "$value"; then
##############################################
gcl-2.6.12/gmp4/configure-26666-fi
gcl-2.6.12/gmp4/configure:26667:GMP_LIMB_BITS=`expr 8 \* $ac_cv_sizeof_mp_limb_t`
gcl-2.6.12/gmp4/configure-26668-
##############################################
gcl-2.6.12/gmp4/configure-26679-#
gcl-2.6.12/gmp4/configure:26680:mparam_bits=`sed -n 's/^#define GMP_LIMB_BITS[ 	][ 	]*\([0-9]*\).*$/\1/p' $gmp_mparam_source`
gcl-2.6.12/gmp4/configure-26681-if test -n "$mparam_bits" && test "$mparam_bits" -ne $GMP_LIMB_BITS; then
##############################################
gcl-2.6.12/gmp4/configure-26713-  *.asm)
gcl-2.6.12/gmp4/configure:26714:    sqr_max=`sed -n 's/^def...(SQR_TOOM2_THRESHOLD_MAX, *\([0-9]*\))/\1/p' $sqr_basecase_source`
gcl-2.6.12/gmp4/configure-26715-    if test -n "$sqr_max"; then
##############################################
gcl-2.6.12/gmp4/configure-27131-/* end confdefs.h.  */
gcl-2.6.12/gmp4/configure:27132:`cat $LEX_OUTPUT_ROOT.c`
gcl-2.6.12/gmp4/configure-27133-_ACEOF
##############################################
gcl-2.6.12/gmp4/configure-27164-  #define YYTEXT_POINTER 1
gcl-2.6.12/gmp4/configure:27165:`cat $LEX_OUTPUT_ROOT.c`
gcl-2.6.12/gmp4/configure-27166-_ACEOF
##############################################
gcl-2.6.12/gmp4/configure-27418-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/gmp4/configure:27419:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/gmp4/configure-27420-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/gmp4/configure-27514-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/gmp4/configure:27515:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/gmp4/configure-27516-  as_echo='print -r --'
gcl-2.6.12/gmp4/configure-27517-  as_echo_n='print -rn --'
gcl-2.6.12/gmp4/configure:27518:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/gmp4/configure-27519-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/gmp4/configure-27521-else
gcl-2.6.12/gmp4/configure:27522:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/gmp4/configure-27523-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/gmp4/configure-27531-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/gmp4/configure:27532:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/gmp4/configure-27533-      esac;
##############################################
gcl-2.6.12/gmp4/configure-27608-# ----------------------------------------
gcl-2.6.12/gmp4/configure:27609:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/gmp4/configure-27610-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/gmp4/configure-27680-  {
gcl-2.6.12/gmp4/configure:27681:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/gmp4/configure-27682-  }
##############################################
gcl-2.6.12/gmp4/configure-27784-      case $as_dir in #(
gcl-2.6.12/gmp4/configure:27785:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/gmp4/configure-27786-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/gmp4/configure-27925-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/gmp4/configure:27926:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/gmp4/configure-27927-ac_cs_version="\\
##############################################
gcl-2.6.12/gmp4/configure-27950-  --*=?*)
gcl-2.6.12/gmp4/configure:27951:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/gmp4/configure:27952:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/gmp4/configure-27953-    ac_shift=:
##############################################
gcl-2.6.12/gmp4/configure-27955-  --*=)
gcl-2.6.12/gmp4/configure:27956:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/gmp4/configure-27957-    ac_optarg=
##############################################
gcl-2.6.12/gmp4/configure-27979-    case $ac_optarg in
gcl-2.6.12/gmp4/configure:27980:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/gmp4/configure-27981-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/gmp4/configure-27987-    case $ac_optarg in
gcl-2.6.12/gmp4/configure:27988:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/gmp4/configure-27989-    esac
##############################################
gcl-2.6.12/gmp4/configure-28055-delay_variable_subst='$delay_variable_subst'
gcl-2.6.12/gmp4/configure:28056:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28057:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28058:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28059:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28060:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28061:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28062:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28063:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28064:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28065:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28066:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28067:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28068:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28069:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28070:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28071:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28072:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28073:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28074:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28075:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28076:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28077:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28078:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28079:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28080:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28081:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28082:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28083:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28084:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28085:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28086:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28087:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28088:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28089:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28090:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28091:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28092:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28093:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28094:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28095:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28096:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28097:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28098:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28099:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28100:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28101:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28102:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28103:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28104:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28105:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28106:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28107:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28108:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28109:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28110:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28111:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28112:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28113:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28114:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28115:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28116:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28117:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28118:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28119:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28120:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28121:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28122:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28123:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28124:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28125:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28126:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28127:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28128:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28129:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28130:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28131:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28132:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28133:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28134:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28135:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28136:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28137:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28138:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28139:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28140:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28141:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28142:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28143:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28144:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28145:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28146:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28147:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28148:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28149:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28150:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28151:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28152:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28153:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28154:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28155:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28156:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28157:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28158:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28159:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28160:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28161:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28162:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28163:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28164:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28165:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28166:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28167:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28168:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28169:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28170:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28171:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28172:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28173:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28174:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28175:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28176:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28177:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28178:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28179:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28180:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28181:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28182:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28183:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28184:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28185:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28186:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28187:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28188:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28189:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28190:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28191:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28192:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28193:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28194:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28195:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28196:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28197:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28198:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28199:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28200:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28201:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28202:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28203:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28204:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28205:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28206:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28207:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28208:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28209:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28210:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28211:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28212:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28213:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28214:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28215:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28216:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28217:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28218:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28219:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28220:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28221:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28222:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28223:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28224:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28225:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28226:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28227:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28228:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28229:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28230:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28231:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28232:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28233:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28234:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28235:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28236:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28237:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28238:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28239:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure:28240:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
gcl-2.6.12/gmp4/configure-28241-
##############################################
gcl-2.6.12/gmp4/configure-28351-compiler_lib_search_path_CXX; do
gcl-2.6.12/gmp4/configure:28352:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gcl-2.6.12/gmp4/configure-28353-    *[\\\\\\\`\\"\\\$]*)
gcl-2.6.12/gmp4/configure:28354:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
gcl-2.6.12/gmp4/configure-28355-      ;;
##############################################
gcl-2.6.12/gmp4/configure-28392-postlink_cmds_CXX; do
gcl-2.6.12/gmp4/configure:28393:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gcl-2.6.12/gmp4/configure-28394-    *[\\\\\\\`\\"\\\$]*)
gcl-2.6.12/gmp4/configure:28395:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
gcl-2.6.12/gmp4/configure-28396-      ;;
##############################################
gcl-2.6.12/gmp4/configure-28519-fi
gcl-2.6.12/gmp4/configure:28520:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/gmp4/configure-28521-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/gmp4/configure-28536-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/gmp4/configure:28537:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/gmp4/configure-28538-ac_delim='%!_!# '
##############################################
gcl-2.6.12/gmp4/configure-28542-
gcl-2.6.12/gmp4/configure:28543:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/gmp4/configure-28544-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/gmp4/configure-28680-for ac_last_try in false false :; do
gcl-2.6.12/gmp4/configure:28681:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/gmp4/configure-28682-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/gmp4/configure-28812-      esac
gcl-2.6.12/gmp4/configure:28813:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/gmp4/configure-28814-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/gmp4/configure-28871-*)
gcl-2.6.12/gmp4/configure:28872:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/gmp4/configure-28873-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/gmp4/configure:28874:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/gmp4/configure-28875-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/gmp4/configure-28932-/@mandir@/p'
gcl-2.6.12/gmp4/configure:28933:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/gmp4/configure-28934-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/gmp4/configure-28949-
gcl-2.6.12/gmp4/configure:28950:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/gmp4/configure-28951-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/gmp4/configure-28977-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/gmp4/configure:28978:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/gmp4/configure-28979-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/gmp4/configure-29023-    * )
gcl-2.6.12/gmp4/configure:29024:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gcl-2.6.12/gmp4/configure-29025-  esac
##############################################
gcl-2.6.12/gmp4/configure-29104-
gcl-2.6.12/gmp4/configure:29105:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
gcl-2.6.12/gmp4/configure-29106-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
gcl-2.6.12/gmp4/configure.ac-284-
gcl-2.6.12/gmp4/configure.ac:285:tmp_host=`echo $host_cpu | sed 's/\./_/'`
gcl-2.6.12/gmp4/configure.ac-286-AC_DEFINE_UNQUOTED(HAVE_HOST_CPU_$tmp_host)
##############################################
gcl-2.6.12/gmp4/configure.ac-475-    fi
gcl-2.6.12/gmp4/configure.ac:476:    gcc_cflags_optlist="asm cpu oldas" # need asm ahead of cpu, see below
gcl-2.6.12/gmp4/configure.ac-477-    gcc_cflags_maybe="-mieee"
##############################################
gcl-2.6.12/gmp4/configure.ac-507-    # explicit -Wa,-mev5 etc will be necessary to put the assembler in
gcl-2.6.12/gmp4/configure.ac:508:    # the right mode for our .asm files and longlong.h asm blocks.
gcl-2.6.12/gmp4/configure.ac-509-    #
##############################################
gcl-2.6.12/gmp4/configure.ac-575-      *-*-unicos*)
gcl-2.6.12/gmp4/configure.ac:576:        # tune/alpha.asm assumes int==4bytes but unicos uses int==8bytes
gcl-2.6.12/gmp4/configure.ac-577-        ;;
##############################################
gcl-2.6.12/gmp4/configure.ac-964-    gcc_32_cflags="$gcc_cflags -mpowerpc"
gcl-2.6.12/gmp4/configure.ac:965:    gcc_cflags_optlist="precomp subtype asm cpu"
gcl-2.6.12/gmp4/configure.ac-966-    gcc_cflags_precomp="-no-cpp-precomp"
##############################################
gcl-2.6.12/gmp4/configure.ac-1139-	    # 64-bit mode.  (We need its effect for the various longlong.h
gcl-2.6.12/gmp4/configure.ac:1140:	    # asm macros to be right of course.)
gcl-2.6.12/gmp4/configure.ac-1141-	    #
##############################################
gcl-2.6.12/gmp4/configure.ac-1314-    # assembler.  Add it explicitly since the solaris assembler won't accept
gcl-2.6.12/gmp4/configure.ac:1315:    # our sparc32/v9 asm code without it.  gas accepts -xarch=v8plus too, so
gcl-2.6.12/gmp4/configure.ac-1316-    # it can be in the cflags unconditionally (though gas doesn't need it).
##############################################
gcl-2.6.12/gmp4/configure.ac-1890-  #
gcl-2.6.12/gmp4/configure.ac:1891:  abi1=[`echo _$abi | sed 's/[.]//g'`]
gcl-2.6.12/gmp4/configure.ac-1892-  if test $abi = $abi_last; then abi2=; else abi2="$abi1"; fi
##############################################
gcl-2.6.12/gmp4/configure.ac-1906-    for ccbase in $CC; do break; done
gcl-2.6.12/gmp4/configure.ac:1907:    ccbase=`echo $ccbase | sed 's:.*/::'`
gcl-2.6.12/gmp4/configure.ac-1908-
##############################################
gcl-2.6.12/gmp4/configure.ac-2055-# $CC.  We can't let AC_PROG_CC look around for a compiler because it might
gcl-2.6.12/gmp4/configure.ac:2056:# find one that we've rejected (for not supporting the modes our asm code
gcl-2.6.12/gmp4/configure.ac-2057-# demands, etc).
##############################################
gcl-2.6.12/gmp4/configure.ac-2133-	# ~ represents a space in an option spec
gcl-2.6.12/gmp4/configure.ac:2134:        flag=`echo "$flag" | tr '~' ' '`
gcl-2.6.12/gmp4/configure.ac-2135-
##############################################
gcl-2.6.12/gmp4/configure.ac-2189-  # Could easily have this in config.h too, if desired.
gcl-2.6.12/gmp4/configure.ac:2190:  ABI_nodots=`echo $ABI | sed 's/\./_/'`
gcl-2.6.12/gmp4/configure.ac-2191-  GMP_DEFINE_RAW("define_not_for_expansion(\`HAVE_ABI_$ABI_nodots')", POST)
##############################################
gcl-2.6.12/gmp4/configure.ac-2304-    if test "$ac_prog_cxx_g" = no; then
gcl-2.6.12/gmp4/configure.ac:2305:      cxxflags_cflags=`echo "$cxxflags_cflags" | sed -e 's/ -g //' -e 's/^-g //' -e 's/ -g$//'`
gcl-2.6.12/gmp4/configure.ac-2306-    fi
##############################################
gcl-2.6.12/gmp4/configure.ac-2909-
gcl-2.6.12/gmp4/configure.ac:2910:define(MPN_SUFFIXES,[asm S s c])
gcl-2.6.12/gmp4/configure.ac-2911-
##############################################
gcl-2.6.12/gmp4/configure.ac-2939-# routines there.  Those found are incorporated in the build by generating a
gcl-2.6.12/gmp4/configure.ac:2940:# little mpn/<foo>.asm or mpn/<foo>.c file in the build directory, with
gcl-2.6.12/gmp4/configure.ac-2941-# suitable function renaming, and adding that to $mpn_objects (the same as a
##############################################
gcl-2.6.12/gmp4/configure.ac-2993-    echo "#undef  $tmp_tn" >>fat.h
gcl-2.6.12/gmp4/configure.ac:2994:    echo "#define $tmp_tn  CPUVEC_THRESHOLD (`echo $tmp_tn | tr [A-Z] [a-z]`)" >>fat.h
gcl-2.6.12/gmp4/configure.ac-2995-  done
##############################################
gcl-2.6.12/gmp4/configure.ac-3009-  for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/configure.ac:3010:    tmp_field_name=`echo $tmp_tn | tr [[A-Z]] [[a-z]]`
gcl-2.6.12/gmp4/configure.ac-3011-    echo "    p->$tmp_field_name = vec.$tmp_field_name; \\" >>fat.h
##############################################
gcl-2.6.12/gmp4/configure.ac-3023-  for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/configure.ac:3024:    tmp_field_name=`echo $tmp_tn | tr [[A-Z]] [[a-z]]`
gcl-2.6.12/gmp4/configure.ac-3025-    echo "    ASSERT (vec.$tmp_field_name != 0); \\" >>fat.h
##############################################
gcl-2.6.12/gmp4/configure.ac-3033-  for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/configure.ac:3034:    tmp_field_name=`echo $tmp_tn | tr [[A-Z]] [[a-z]]`
gcl-2.6.12/gmp4/configure.ac-3035-    echo "    ITERATE ($tmp_tn, $tmp_field_name); \\" >>fat.h
##############################################
gcl-2.6.12/gmp4/configure.ac-3065-      for tmp_tn in $fat_thresholds; do
gcl-2.6.12/gmp4/configure.ac:3066:        tmp_thresh=`sed -n "s/^#define $tmp_tn[ 	]*\\([0-9][0-9]*\\).*$/\\1/p" $tmp_mparam`
gcl-2.6.12/gmp4/configure.ac-3067-        if test -n "$tmp_thresh"; then
##############################################
gcl-2.6.12/gmp4/configure.ac-3069-"]
gcl-2.6.12/gmp4/configure.ac:3070:          CPUVEC_SETUP="$CPUVEC_SETUP    decided_cpuvec.`echo $tmp_tn | tr [[A-Z]] [[a-z]]` = $tmp_thresh; \\
gcl-2.6.12/gmp4/configure.ac-3071-"
##############################################
gcl-2.6.12/gmp4/configure.ac-3093-	    if test -n "$GMP_NONSTD_ABI" && test $tmp_ext != "c"; then
gcl-2.6.12/gmp4/configure.ac:3094:	      abi=[`sed -n 's/^[ 	]*ABI_SUPPORT(\(.*\))/\1/p' $tmp_file `]
gcl-2.6.12/gmp4/configure.ac-3095-	      if echo "$abi" | grep -q "\\b${GMP_NONSTD_ABI}\\b"; then
##############################################
gcl-2.6.12/gmp4/configure.ac-3108-            case $tmp_fbase in
gcl-2.6.12/gmp4/configure.ac:3109:              *_1*) tmp_fbasec=`echo $tmp_fbase | sed 's/_1/_1c/'` ;;
gcl-2.6.12/gmp4/configure.ac-3110-              *)    tmp_fbasec=${tmp_fbase}c ;;
##############################################
gcl-2.6.12/gmp4/configure.ac-3247-              *)
gcl-2.6.12/gmp4/configure.ac:3248:                nails=[`sed -n 's/^[ 	]*NAILS_SUPPORT(\(.*\))/\1/p' $tmp_file `]
gcl-2.6.12/gmp4/configure.ac-3249-                for n in $nails; do
##############################################
gcl-2.6.12/gmp4/configure.ac-3251-                  *-*)
gcl-2.6.12/gmp4/configure.ac:3252:                    n_start=`echo "$n" | sed -n 's/\(.*\)-.*/\1/p'`
gcl-2.6.12/gmp4/configure.ac:3253:                    n_end=`echo "$n" | sed -n 's/.*-\(.*\)/\1/p'`
gcl-2.6.12/gmp4/configure.ac-3254-                    ;;
##############################################
gcl-2.6.12/gmp4/configure.ac-3274-	  if test -n "$GMP_NONSTD_ABI" && test $tmp_ext != "c"; then
gcl-2.6.12/gmp4/configure.ac:3275:	    abi=[`sed -n 's/^[ 	]*ABI_SUPPORT(\(.*\))/\1/p' $tmp_file `]
gcl-2.6.12/gmp4/configure.ac-3276-	    if echo "$abi" | grep -q "\\b${GMP_NONSTD_ABI}\\b"; then
##############################################
gcl-2.6.12/gmp4/configure.ac-3332-
gcl-2.6.12/gmp4/configure.ac:3333:# All cycle counters are .asm files currently
gcl-2.6.12/gmp4/configure.ac-3334-if test -n "$SPEED_CYCLECOUNTER_OBJ"; then
##############################################
gcl-2.6.12/gmp4/configure.ac-3462-# Don't demand an m4 unless it's actually needed.
gcl-2.6.12/gmp4/configure.ac:3463:if test $found_asm = yes; then
gcl-2.6.12/gmp4/configure.ac-3464-  GMP_PROG_M4
##############################################
gcl-2.6.12/gmp4/configure.ac-3472-
gcl-2.6.12/gmp4/configure.ac:3473:# Only do the GMP_ASM checks if there's a .S or .asm wanting them.
gcl-2.6.12/gmp4/configure.ac:3474:if test $found_asm = no && test $found_S = no; then
gcl-2.6.12/gmp4/configure.ac-3475-  gmp_asm_syntax_testing=no
##############################################
gcl-2.6.12/gmp4/configure.ac-3627-  for i in SQR_TOOM2_THRESHOLD BMOD_1_TO_MOD_1_THRESHOLD SHLD_SLOW SHRD_SLOW; do
gcl-2.6.12/gmp4/configure.ac:3628:    value=`sed -n 's/^#define '$i'[ 	]*\([0-9][0-9]*\).*$/\1/p' $gmp_mparam_source`
gcl-2.6.12/gmp4/configure.ac-3629-    if test -n "$value"; then
##############################################
gcl-2.6.12/gmp4/configure.ac-3650-fi
gcl-2.6.12/gmp4/configure.ac:3651:AC_SUBST(GMP_LIMB_BITS, `expr 8 \* $ac_cv_sizeof_mp_limb_t`)
gcl-2.6.12/gmp4/configure.ac-3652-GMP_DEFINE_RAW(["define(<SIZEOF_UNSIGNED>,<$ac_cv_sizeof_unsigned>)"])
##############################################
gcl-2.6.12/gmp4/configure.ac-3660-#
gcl-2.6.12/gmp4/configure.ac:3661:mparam_bits=[`sed -n 's/^#define GMP_LIMB_BITS[ 	][ 	]*\([0-9]*\).*$/\1/p' $gmp_mparam_source`]
gcl-2.6.12/gmp4/configure.ac-3662-if test -n "$mparam_bits" && test "$mparam_bits" -ne $GMP_LIMB_BITS; then
##############################################
gcl-2.6.12/gmp4/configure.ac-3688-  *.asm)
gcl-2.6.12/gmp4/configure.ac:3689:    sqr_max=[`sed -n 's/^def...(SQR_TOOM2_THRESHOLD_MAX, *\([0-9]*\))/\1/p' $sqr_basecase_source`]
gcl-2.6.12/gmp4/configure.ac-3690-    if test -n "$sqr_max"; then
##############################################
gcl-2.6.12/gmp4/cxx/Makefile.in-68-  { \
gcl-2.6.12/gmp4/cxx/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/cxx/Makefile.in-70-  }; \
##############################################
gcl-2.6.12/gmp4/cxx/Makefile.in-414-.cc.obj:
gcl-2.6.12/gmp4/cxx/Makefile.in:415:	$(AM_V_CXX)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/cxx/Makefile.in-416-
##############################################
gcl-2.6.12/gmp4/cxx/Makefile.in-455-GTAGS:
gcl-2.6.12/gmp4/cxx/Makefile.in:456:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/cxx/Makefile.in-457-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/cxx/Makefile.in-478-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/cxx/Makefile.in:479:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/cxx/Makefile.in:480:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/cxx/Makefile.in-481-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/cxx/Makefile.in-492-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/cxx/Makefile.in:493:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/cxx/Makefile.in-494-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/debian/patches/4a6d258b467f.patch-9-diff -r 301ce2788826 -r 4a6d258b467f mpn/powerpc64/mode64/gcd_1.asm
gcl-2.6.12/gmp4/debian/patches/4a6d258b467f.patch:10:--- a/mpn/powerpc64/mode64/gcd_1.asm	Tue Mar 25 15:34:52 2014 +0100
gcl-2.6.12/gmp4/debian/patches/4a6d258b467f.patch:11:+++ b/mpn/powerpc64/mode64/gcd_1.asm	Wed Mar 26 12:57:48 2014 +0100
gcl-2.6.12/gmp4/debian/patches/4a6d258b467f.patch-12-@@ -43,6 +43,9 @@
##############################################
gcl-2.6.12/gmp4/debian/patches/arm-asm-nothumb.patch-6-# Parent  0194a75b56b21a9196626430af86c5bd9110c42d
gcl-2.6.12/gmp4/debian/patches/arm-asm-nothumb.patch:7:Conditionalise ARM asm on !__thumb__.
gcl-2.6.12/gmp4/debian/patches/arm-asm-nothumb.patch-8-
##############################################
gcl-2.6.12/gmp4/demos/Makefile.in-67-  { \
gcl-2.6.12/gmp4/demos/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/demos/Makefile.in-69-  }; \
##############################################
gcl-2.6.12/gmp4/demos/Makefile.in-228-  while test -n "$$dir1"; do \
gcl-2.6.12/gmp4/demos/Makefile.in:229:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gcl-2.6.12/gmp4/demos/Makefile.in-230-    if test "$$first" != "."; then \
gcl-2.6.12/gmp4/demos/Makefile.in-231-      if test "$$first" = ".."; then \
gcl-2.6.12/gmp4/demos/Makefile.in:232:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gcl-2.6.12/gmp4/demos/Makefile.in:233:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gcl-2.6.12/gmp4/demos/Makefile.in-234-      else \
gcl-2.6.12/gmp4/demos/Makefile.in:235:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gcl-2.6.12/gmp4/demos/Makefile.in-236-        if test "$$first2" = "$$first"; then \
gcl-2.6.12/gmp4/demos/Makefile.in:237:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gcl-2.6.12/gmp4/demos/Makefile.in-238-        else \
##############################################
gcl-2.6.12/gmp4/demos/Makefile.in-243-    fi; \
gcl-2.6.12/gmp4/demos/Makefile.in:244:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gcl-2.6.12/gmp4/demos/Makefile.in-245-  done; \
##############################################
gcl-2.6.12/gmp4/demos/Makefile.in-480-.c.obj:
gcl-2.6.12/gmp4/demos/Makefile.in:481:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/demos/Makefile.in-482-
##############################################
gcl-2.6.12/gmp4/demos/Makefile.in-505-	dot_seen=no; \
gcl-2.6.12/gmp4/demos/Makefile.in:506:	target=`echo $@ | sed s/-recursive//`; \
gcl-2.6.12/gmp4/demos/Makefile.in-507-	case "$@" in \
##############################################
gcl-2.6.12/gmp4/demos/Makefile.in-568-GTAGS:
gcl-2.6.12/gmp4/demos/Makefile.in:569:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/demos/Makefile.in-570-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/demos/Makefile.in-591-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/demos/Makefile.in:592:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/demos/Makefile.in:593:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/demos/Makefile.in-594-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/demos/Makefile.in-605-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/demos/Makefile.in:606:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/demos/Makefile.in-607-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/demos/calc/Makefile.in-67-  { \
gcl-2.6.12/gmp4/demos/calc/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/demos/calc/Makefile.in-69-  }; \
##############################################
gcl-2.6.12/gmp4/demos/calc/Makefile.in-436-.c.obj:
gcl-2.6.12/gmp4/demos/calc/Makefile.in:437:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/demos/calc/Makefile.in-438-
##############################################
gcl-2.6.12/gmp4/demos/calc/Makefile.in-445-.y.c:
gcl-2.6.12/gmp4/demos/calc/Makefile.in:446:	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
gcl-2.6.12/gmp4/demos/calc/Makefile.in-447-
##############################################
gcl-2.6.12/gmp4/demos/calc/Makefile.in-483-GTAGS:
gcl-2.6.12/gmp4/demos/calc/Makefile.in:484:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/demos/calc/Makefile.in-485-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/demos/calc/Makefile.in-506-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/demos/calc/Makefile.in:507:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/demos/calc/Makefile.in:508:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/demos/calc/Makefile.in-509-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/demos/calc/Makefile.in-520-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/demos/calc/Makefile.in:521:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/demos/calc/Makefile.in-522-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/demos/expr/Makefile.in-67-  { \
gcl-2.6.12/gmp4/demos/expr/Makefile.in:68:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/demos/expr/Makefile.in-69-  }; \
##############################################
gcl-2.6.12/gmp4/demos/expr/Makefile.in-433-.c.obj:
gcl-2.6.12/gmp4/demos/expr/Makefile.in:434:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/demos/expr/Makefile.in-435-
##############################################
gcl-2.6.12/gmp4/demos/expr/Makefile.in-474-GTAGS:
gcl-2.6.12/gmp4/demos/expr/Makefile.in:475:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/demos/expr/Makefile.in-476-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/demos/expr/Makefile.in-497-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/demos/expr/Makefile.in:498:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/demos/expr/Makefile.in:499:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/demos/expr/Makefile.in-500-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/demos/expr/Makefile.in-511-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/demos/expr/Makefile.in:512:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/demos/expr/Makefile.in-513-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/doc/Makefile.in-39-  { \
gcl-2.6.12/gmp4/doc/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/doc/Makefile.in-41-  }; \
##############################################
gcl-2.6.12/gmp4/doc/Makefile.in-320-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/doc/Makefile.in:321:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/doc/Makefile.in:322:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/doc/Makefile.in-323-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/doc/Makefile.in-334-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/doc/Makefile.in:335:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/doc/Makefile.in-336-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/gmp-impl.h-782-
gcl-2.6.12/gmp4/gmp-impl.h:783:/* ASM_L gives a local label for a gcc asm block, for use when temporary
gcl-2.6.12/gmp4/gmp-impl.h-784-   local labels like "1:" might not be available, which is the case for
##############################################
gcl-2.6.12/gmp4/gmp-impl.h-788-   number for each insn.  This ensures the same name can be used in multiple
gcl-2.6.12/gmp4/gmp-impl.h:789:   asm blocks, perhaps via a macro.  Since jumps between asm blocks are not
gcl-2.6.12/gmp4/gmp-impl.h-790-   allowed there's no need for a label to be usable outside a single
##############################################
gcl-2.6.12/gmp4/install-sh-229-      fi
gcl-2.6.12/gmp4/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gcl-2.6.12/gmp4/install-sh-231-    *)
##############################################
gcl-2.6.12/gmp4/install-sh-276-      dstdir=$dst
gcl-2.6.12/gmp4/install-sh:277:      dst=$dstdir/`basename "$src"`
gcl-2.6.12/gmp4/install-sh-278-      dstdir_status=0
##############################################
gcl-2.6.12/gmp4/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
gcl-2.6.12/gmp4/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
gcl-2.6.12/gmp4/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
gcl-2.6.12/gmp4/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
gcl-2.6.12/gmp4/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
gcl-2.6.12/gmp4/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gcl-2.6.12/gmp4/install-sh-425-	    case $prefix in
gcl-2.6.12/gmp4/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gcl-2.6.12/gmp4/install-sh-427-	      *) qprefix=$prefix;;
##############################################
gcl-2.6.12/gmp4/install-sh-474-    if $copy_on_change &&
gcl-2.6.12/gmp4/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
gcl-2.6.12/gmp4/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
gcl-2.6.12/gmp4/install-sh-477-
##############################################
gcl-2.6.12/gmp4/invalid.c-73-
gcl-2.6.12/gmp4/invalid.c:74:   i386 GLIBC implements feraiseexcept(FE_INVALID) with an asm fdiv 0/0.
gcl-2.6.12/gmp4/invalid.c-75-   That would both respect the exceptions mask and give a reason code in a
##############################################
gcl-2.6.12/gmp4/longlong.h-47-   LONGLONG_STANDALONE -- Avoid code that needs machine-dependent support files
gcl-2.6.12/gmp4/longlong.h:48:   NO_ASM -- Disable inline asm
gcl-2.6.12/gmp4/longlong.h-49-
##############################################
gcl-2.6.12/gmp4/longlong.h-66-
gcl-2.6.12/gmp4/longlong.h:67:/* Define auxiliary asm macros.
gcl-2.6.12/gmp4/longlong.h-68-
##############################################
gcl-2.6.12/gmp4/longlong.h-115-   For add_ssaaaa the two high and two low addends can both commute, but
gcl-2.6.12/gmp4/longlong.h:116:   unfortunately gcc only supports one "%" commutative in each asm block.
gcl-2.6.12/gmp4/longlong.h-117-   This has always been so but is only documented in recent versions
##############################################
gcl-2.6.12/gmp4/longlong.h-142-   chips they're merely libgcc calls, where we will instead want an inline
gcl-2.6.12/gmp4/longlong.h:143:   in that case (either asm or generic C).
gcl-2.6.12/gmp4/longlong.h-144-
gcl-2.6.12/gmp4/longlong.h:145:   These builtins are better than an asm block of the same insn, since an
gcl-2.6.12/gmp4/longlong.h:146:   asm block doesn't give gcc any information about scheduling or resource
gcl-2.6.12/gmp4/longlong.h:147:   usage.  We keep an asm block for use on prior versions of gcc though.
gcl-2.6.12/gmp4/longlong.h-148-
##############################################
gcl-2.6.12/gmp4/longlong.h-183-/* FIXME: The macros using external routines like __MPN(count_leading_zeros)
gcl-2.6.12/gmp4/longlong.h:184:   don't need to be under !NO_ASM */
gcl-2.6.12/gmp4/longlong.h-185-#if ! defined (NO_ASM)
##############################################
gcl-2.6.12/gmp4/longlong.h-245-#define ALPHA_CMPBGE_0(dst, src)					\
gcl-2.6.12/gmp4/longlong.h:246:  do { asm ("cmpbge $31, %1, %0" : "=r" (dst) : "r" (src)); } while (0)
gcl-2.6.12/gmp4/longlong.h-247-/* Zero bytes are turned into bits with cmpbge, a __clz_tab lookup counts
##############################################
gcl-2.6.12/gmp4/longlong.h-902-
gcl-2.6.12/gmp4/longlong.h:903:   The asm block sets __shift to -3 if the high 24 bits are clear, -2 for
gcl-2.6.12/gmp4/longlong.h-904-   16, -1 for 8, or 0 otherwise.  This could be written equivalently as
##############################################
gcl-2.6.12/gmp4/longlong.h-976-  } while (0)
gcl-2.6.12/gmp4/longlong.h:977:#endif /* gcc<3 asm bsrl */
gcl-2.6.12/gmp4/longlong.h-978-
##############################################
gcl-2.6.12/gmp4/longlong.h-986-  } while (0)
gcl-2.6.12/gmp4/longlong.h:987:#endif /* asm bsrl */
gcl-2.6.12/gmp4/longlong.h-988-
##############################################
gcl-2.6.12/gmp4/longlong.h-998-  } while (0)
gcl-2.6.12/gmp4/longlong.h:999:#endif /* asm bsfl */
gcl-2.6.12/gmp4/longlong.h-1000-
##############################################
gcl-2.6.12/gmp4/longlong.h-1865-
gcl-2.6.12/gmp4/longlong.h:1866:#endif /* NO_ASM */
gcl-2.6.12/gmp4/longlong.h-1867-
##############################################
gcl-2.6.12/gmp4/longlong.h-2119-
gcl-2.6.12/gmp4/longlong.h:2120:/* clz_tab needed by mpn/x86/pentium/mod_1.asm in a fat binary */
gcl-2.6.12/gmp4/longlong.h-2121-#if HAVE_HOST_CPU_FAMILY_x86 && WANT_FAT_BINARY
##############################################
gcl-2.6.12/gmp4/longlong.h-2130-#if !defined (COUNT_LEADING_ZEROS_SLOW)
gcl-2.6.12/gmp4/longlong.h:2131:/* Define count_trailing_zeros using an asm count_leading_zeros.  */
gcl-2.6.12/gmp4/longlong.h-2132-#define count_trailing_zeros(count, x)					\
##############################################
gcl-2.6.12/gmp4/ltmain.sh-167-{
gcl-2.6.12/gmp4/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
gcl-2.6.12/gmp4/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gcl-2.6.12/gmp4/ltmain.sh-179-{
gcl-2.6.12/gmp4/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
gcl-2.6.12/gmp4/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
gcl-2.6.12/gmp4/ltmain.sh-198-    # Extract subdirectory from the argument.
gcl-2.6.12/gmp4/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
gcl-2.6.12/gmp4/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
gcl-2.6.12/gmp4/ltmain.sh-204-    fi
gcl-2.6.12/gmp4/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
gcl-2.6.12/gmp4/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
gcl-2.6.12/gmp4/ltmain.sh-217-    case ${2} in
gcl-2.6.12/gmp4/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
gcl-2.6.12/gmp4/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
gcl-2.6.12/gmp4/ltmain.sh-220-    esac
##############################################
gcl-2.6.12/gmp4/ltmain.sh-380-     progdir=$func_dirname_result
gcl-2.6.12/gmp4/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
gcl-2.6.12/gmp4/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
gcl-2.6.12/gmp4/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
gcl-2.6.12/gmp4/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
gcl-2.6.12/gmp4/ltmain.sh-419-bs='\\'
##############################################
gcl-2.6.12/gmp4/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
gcl-2.6.12/gmp4/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
gcl-2.6.12/gmp4/ltmain.sh-533-      done
gcl-2.6.12/gmp4/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
gcl-2.6.12/gmp4/ltmain.sh-535-
##############################################
gcl-2.6.12/gmp4/ltmain.sh-566-      # If mktemp works, use that first and foremost
gcl-2.6.12/gmp4/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
gcl-2.6.12/gmp4/ltmain.sh-568-
##############################################
gcl-2.6.12/gmp4/ltmain.sh-597-      *[\\\`\"\$]*)
gcl-2.6.12/gmp4/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
gcl-2.6.12/gmp4/ltmain.sh-599-      *)
##############################################
gcl-2.6.12/gmp4/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
gcl-2.6.12/gmp4/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
gcl-2.6.12/gmp4/ltmain.sh-704-    ;;
##############################################
gcl-2.6.12/gmp4/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
gcl-2.6.12/gmp4/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
gcl-2.6.12/gmp4/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
gcl-2.6.12/gmp4/ltmain.sh-772-	p
##############################################
gcl-2.6.12/gmp4/ltmain.sh-803-
gcl-2.6.12/gmp4/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
gcl-2.6.12/gmp4/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
gcl-2.6.12/gmp4/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
gcl-2.6.12/gmp4/ltmain.sh-816-
gcl-2.6.12/gmp4/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
gcl-2.6.12/gmp4/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
gcl-2.6.12/gmp4/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
gcl-2.6.12/gmp4/ltmain.sh-862-{
gcl-2.6.12/gmp4/ltmain.sh:863:    func_arith_result=`expr "${@}"`
gcl-2.6.12/gmp4/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
gcl-2.6.12/gmp4/ltmain.sh-870-{
gcl-2.6.12/gmp4/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
gcl-2.6.12/gmp4/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
gcl-2.6.12/gmp4/ltmain.sh-877-{
gcl-2.6.12/gmp4/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
gcl-2.6.12/gmp4/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
gcl-2.6.12/gmp4/ltmain.sh-884-{
gcl-2.6.12/gmp4/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
gcl-2.6.12/gmp4/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
gcl-2.6.12/gmp4/ltmain.sh-968-	# quotes we have to do it in 2 steps:
gcl-2.6.12/gmp4/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
gcl-2.6.12/gmp4/ltmain.sh-970-	eval "$extractedcf"
##############################################
gcl-2.6.12/gmp4/ltmain.sh-1382-      done
gcl-2.6.12/gmp4/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
gcl-2.6.12/gmp4/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
gcl-2.6.12/gmp4/ltmain.sh-1385-      case $@ in
##############################################
gcl-2.6.12/gmp4/ltmain.sh-1395-	    # Evaluate the configuration.
gcl-2.6.12/gmp4/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
gcl-2.6.12/gmp4/ltmain.sh-1397-	    CC_quoted=
##############################################
gcl-2.6.12/gmp4/ltmain.sh-1401-	    done
gcl-2.6.12/gmp4/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
gcl-2.6.12/gmp4/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
gcl-2.6.12/gmp4/ltmain.sh-1404-	    case "$@ " in
##############################################
gcl-2.6.12/gmp4/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
gcl-2.6.12/gmp4/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
gcl-2.6.12/gmp4/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
gcl-2.6.12/gmp4/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
gcl-2.6.12/gmp4/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
gcl-2.6.12/gmp4/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
gcl-2.6.12/gmp4/ltmain.sh-1721-    # LT_CYGPATH in this case.
gcl-2.6.12/gmp4/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
gcl-2.6.12/gmp4/ltmain.sh-1723-  fi
##############################################
gcl-2.6.12/gmp4/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
gcl-2.6.12/gmp4/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
gcl-2.6.12/gmp4/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
gcl-2.6.12/gmp4/ltmain.sh-2060-    *.[cCFSifmso] | \
gcl-2.6.12/gmp4/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
gcl-2.6.12/gmp4/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
gcl-2.6.12/gmp4/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
gcl-2.6.12/gmp4/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
gcl-2.6.12/gmp4/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
gcl-2.6.12/gmp4/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
gcl-2.6.12/gmp4/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
gcl-2.6.12/gmp4/ltmain.sh-2158-
##############################################
gcl-2.6.12/gmp4/ltmain.sh-2204-      if test "$need_locks" = warn &&
gcl-2.6.12/gmp4/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gcl-2.6.12/gmp4/ltmain.sh-2206-	$ECHO "\
gcl-2.6.12/gmp4/ltmain.sh-2207-*** ERROR, $lockfile contains:
gcl-2.6.12/gmp4/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
gcl-2.6.12/gmp4/ltmain.sh-2209-
##############################################
gcl-2.6.12/gmp4/ltmain.sh-2253-      if test "$need_locks" = warn &&
gcl-2.6.12/gmp4/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gcl-2.6.12/gmp4/ltmain.sh-2255-	$ECHO "\
gcl-2.6.12/gmp4/ltmain.sh-2256-*** ERROR, $lockfile contains:
gcl-2.6.12/gmp4/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
gcl-2.6.12/gmp4/ltmain.sh-2258-
##############################################
gcl-2.6.12/gmp4/ltmain.sh-2548-	  test -n "$library_names" && \
gcl-2.6.12/gmp4/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
gcl-2.6.12/gmp4/ltmain.sh-2550-	  continue
##############################################
gcl-2.6.12/gmp4/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
gcl-2.6.12/gmp4/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
gcl-2.6.12/gmp4/ltmain.sh-2561-	  fi
##############################################
gcl-2.6.12/gmp4/ltmain.sh-2577-      # Get the absolute pathname.
gcl-2.6.12/gmp4/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
gcl-2.6.12/gmp4/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
gcl-2.6.12/gmp4/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
gcl-2.6.12/gmp4/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
gcl-2.6.12/gmp4/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
gcl-2.6.12/gmp4/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
gcl-2.6.12/gmp4/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
gcl-2.6.12/gmp4/ltmain.sh-2959-
##############################################
gcl-2.6.12/gmp4/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
gcl-2.6.12/gmp4/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
gcl-2.6.12/gmp4/ltmain.sh-2972-	  else
gcl-2.6.12/gmp4/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
gcl-2.6.12/gmp4/ltmain.sh-2974-	  fi
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3130-	    fi
gcl-2.6.12/gmp4/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
gcl-2.6.12/gmp4/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
gcl-2.6.12/gmp4/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
gcl-2.6.12/gmp4/ltmain.sh-3134-	      finalize=no
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3149-	        # Replace the output file specification.
gcl-2.6.12/gmp4/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
gcl-2.6.12/gmp4/ltmain.sh-3151-
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
gcl-2.6.12/gmp4/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
gcl-2.6.12/gmp4/ltmain.sh-3170-	  fi
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3241-    my_pic_p="${3-no}"
gcl-2.6.12/gmp4/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
gcl-2.6.12/gmp4/ltmain.sh-3243-    my_dlsyms=
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
gcl-2.6.12/gmp4/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gcl-2.6.12/gmp4/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
gcl-2.6.12/gmp4/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
gcl-2.6.12/gmp4/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
gcl-2.6.12/gmp4/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gcl-2.6.12/gmp4/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gcl-2.6.12/gmp4/ltmain.sh-3509-	  else
gcl-2.6.12/gmp4/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gcl-2.6.12/gmp4/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gcl-2.6.12/gmp4/ltmain.sh-3512-	  fi
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3514-	*)
gcl-2.6.12/gmp4/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gcl-2.6.12/gmp4/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gcl-2.6.12/gmp4/ltmain.sh-3517-	  ;;
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3529-      # Nullify the symbol file.
gcl-2.6.12/gmp4/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
gcl-2.6.12/gmp4/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
gcl-2.6.12/gmp4/ltmain.sh-3532-    fi
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3545-  win32_libid_type="unknown"
gcl-2.6.12/gmp4/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
gcl-2.6.12/gmp4/ltmain.sh-3547-  case $win32_fileres in
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3596-  $opt_debug
gcl-2.6.12/gmp4/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
gcl-2.6.12/gmp4/ltmain.sh-3598-}
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3613-  $opt_debug
gcl-2.6.12/gmp4/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
gcl-2.6.12/gmp4/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gcl-2.6.12/gmp4/ltmain.sh:3669:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
gcl-2.6.12/gmp4/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gcl-2.6.12/gmp4/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
gcl-2.6.12/gmp4/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3700-    # binutils import library
gcl-2.6.12/gmp4/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
gcl-2.6.12/gmp4/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
gcl-2.6.12/gmp4/ltmain.sh-3703-    # ms-generated import library
gcl-2.6.12/gmp4/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
gcl-2.6.12/gmp4/ltmain.sh-3705-  else
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3780-	  darwin_curdir=`pwd`
gcl-2.6.12/gmp4/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
gcl-2.6.12/gmp4/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
gcl-2.6.12/gmp4/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
gcl-2.6.12/gmp4/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
gcl-2.6.12/gmp4/ltmain.sh-3785-	    darwin_arch=
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
gcl-2.6.12/gmp4/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
gcl-2.6.12/gmp4/ltmain.sh-3797-	    darwin_file=
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
gcl-2.6.12/gmp4/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
gcl-2.6.12/gmp4/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3814-      esac
gcl-2.6.12/gmp4/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
gcl-2.6.12/gmp4/ltmain.sh-3816-    done
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3885-
gcl-2.6.12/gmp4/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
gcl-2.6.12/gmp4/ltmain.sh-3887-    $ECHO "\
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3920-    --lt-dump-script)
gcl-2.6.12/gmp4/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
gcl-2.6.12/gmp4/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
gcl-2.6.12/gmp4/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
gcl-2.6.12/gmp4/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
gcl-2.6.12/gmp4/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
gcl-2.6.12/gmp4/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
gcl-2.6.12/gmp4/ltmain.sh-3949-  done
##############################################
gcl-2.6.12/gmp4/ltmain.sh-4005-  # Find the directory that this script lives in.
gcl-2.6.12/gmp4/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
gcl-2.6.12/gmp4/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
gcl-2.6.12/gmp4/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
gcl-2.6.12/gmp4/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
gcl-2.6.12/gmp4/ltmain.sh-4011-  while test -n \"\$file\"; do
gcl-2.6.12/gmp4/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
gcl-2.6.12/gmp4/ltmain.sh-4013-
##############################################
gcl-2.6.12/gmp4/ltmain.sh-4021-
gcl-2.6.12/gmp4/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
gcl-2.6.12/gmp4/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
gcl-2.6.12/gmp4/ltmain.sh-4024-  done
##############################################
gcl-2.6.12/gmp4/ltmain.sh-4035-    case \"\$thisdir\" in
gcl-2.6.12/gmp4/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
gcl-2.6.12/gmp4/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
gcl-2.6.12/gmp4/ltmain.sh-4041-  # Try to get the absolute directory name.
gcl-2.6.12/gmp4/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
gcl-2.6.12/gmp4/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
gcl-2.6.12/gmp4/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
gcl-2.6.12/gmp4/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
gcl-2.6.12/gmp4/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
gcl-2.6.12/gmp4/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
gcl-2.6.12/gmp4/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
gcl-2.6.12/gmp4/ltmain.sh-4068-      else
##############################################
gcl-2.6.12/gmp4/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
gcl-2.6.12/gmp4/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
gcl-2.6.12/gmp4/ltmain.sh-4112-
##############################################
gcl-2.6.12/gmp4/ltmain.sh-5085-    $opt_debug
gcl-2.6.12/gmp4/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
gcl-2.6.12/gmp4/ltmain.sh-5087-    *import*) : ;;
##############################################
gcl-2.6.12/gmp4/ltmain.sh-5307-	    moreargs=
gcl-2.6.12/gmp4/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
gcl-2.6.12/gmp4/ltmain.sh-5309-	    do
##############################################
gcl-2.6.12/gmp4/ltmain.sh-5563-	*)
gcl-2.6.12/gmp4/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
gcl-2.6.12/gmp4/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
gcl-2.6.12/gmp4/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gcl-2.6.12/gmp4/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
gcl-2.6.12/gmp4/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
gcl-2.6.12/gmp4/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
gcl-2.6.12/gmp4/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
gcl-2.6.12/gmp4/ltmain.sh-6018-    else
##############################################
gcl-2.6.12/gmp4/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
gcl-2.6.12/gmp4/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gcl-2.6.12/gmp4/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
gcl-2.6.12/gmp4/ltmain.sh-6394-	else
gcl-2.6.12/gmp4/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
gcl-2.6.12/gmp4/ltmain.sh-6396-	fi
##############################################
gcl-2.6.12/gmp4/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
gcl-2.6.12/gmp4/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
gcl-2.6.12/gmp4/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
gcl-2.6.12/gmp4/ltmain.sh-6431-	fi
gcl-2.6.12/gmp4/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gcl-2.6.12/gmp4/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
gcl-2.6.12/gmp4/ltmain.sh-6504-	*)
gcl-2.6.12/gmp4/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
gcl-2.6.12/gmp4/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
gcl-2.6.12/gmp4/ltmain.sh-6757-	    shift
gcl-2.6.12/gmp4/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
gcl-2.6.12/gmp4/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7049-		*)
gcl-2.6.12/gmp4/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
gcl-2.6.12/gmp4/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7060-		  depdepl=
gcl-2.6.12/gmp4/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
gcl-2.6.12/gmp4/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
gcl-2.6.12/gmp4/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
gcl-2.6.12/gmp4/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
gcl-2.6.12/gmp4/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
gcl-2.6.12/gmp4/ltmain.sh-7071-                      fi
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7082-		else
gcl-2.6.12/gmp4/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gcl-2.6.12/gmp4/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7105-	else
gcl-2.6.12/gmp4/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gcl-2.6.12/gmp4/ltmain.sh-7107-	fi
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7254-	test "$module" = no && \
gcl-2.6.12/gmp4/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
gcl-2.6.12/gmp4/ltmain.sh-7256-
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7392-	if test "$age" -gt "$current"; then
gcl-2.6.12/gmp4/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
gcl-2.6.12/gmp4/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7553-	removelist=
gcl-2.6.12/gmp4/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
gcl-2.6.12/gmp4/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7579-	# Transform .lo files to .o files.
gcl-2.6.12/gmp4/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
gcl-2.6.12/gmp4/ltmain.sh-7581-      fi
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7584-      #for path in $notinst_path; do
gcl-2.6.12/gmp4/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
gcl-2.6.12/gmp4/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
gcl-2.6.12/gmp4/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
gcl-2.6.12/gmp4/ltmain.sh-7588-      #done
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7705-		if test -n "$i" ; then
gcl-2.6.12/gmp4/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
gcl-2.6.12/gmp4/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gcl-2.6.12/gmp4/ltmain.sh-7708-		  set dummy $deplib_matches; shift
gcl-2.6.12/gmp4/ltmain.sh-7709-		  deplib_match=$1
gcl-2.6.12/gmp4/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gcl-2.6.12/gmp4/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7748-		  if test -n "$i" ; then
gcl-2.6.12/gmp4/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
gcl-2.6.12/gmp4/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gcl-2.6.12/gmp4/ltmain.sh-7751-		    set dummy $deplib_matches; shift
gcl-2.6.12/gmp4/ltmain.sh-7752-		    deplib_match=$1
gcl-2.6.12/gmp4/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gcl-2.6.12/gmp4/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
gcl-2.6.12/gmp4/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gcl-2.6.12/gmp4/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
gcl-2.6.12/gmp4/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
gcl-2.6.12/gmp4/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
gcl-2.6.12/gmp4/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
gcl-2.6.12/gmp4/ltmain.sh-7802-		else
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7808-		    shopt -s nocaseglob
gcl-2.6.12/gmp4/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gcl-2.6.12/gmp4/ltmain.sh-7810-		    $nocaseglob
gcl-2.6.12/gmp4/ltmain.sh-7811-		  else
gcl-2.6.12/gmp4/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gcl-2.6.12/gmp4/ltmain.sh-7813-		  fi
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
gcl-2.6.12/gmp4/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
gcl-2.6.12/gmp4/ltmain.sh-7828-			case $potliblink in
gcl-2.6.12/gmp4/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
gcl-2.6.12/gmp4/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
gcl-2.6.12/gmp4/ltmain.sh-7831-			esac
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
gcl-2.6.12/gmp4/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gcl-2.6.12/gmp4/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
gcl-2.6.12/gmp4/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
gcl-2.6.12/gmp4/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gcl-2.6.12/gmp4/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gcl-2.6.12/gmp4/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7921-	  newdeplibs=""
gcl-2.6.12/gmp4/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
gcl-2.6.12/gmp4/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
gcl-2.6.12/gmp4/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
gcl-2.6.12/gmp4/ltmain.sh-7927-	    done
##############################################
gcl-2.6.12/gmp4/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
gcl-2.6.12/gmp4/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
gcl-2.6.12/gmp4/ltmain.sh-7953-	  ;;
##############################################
gcl-2.6.12/gmp4/ltmain.sh-8003-	*-*-darwin*)
gcl-2.6.12/gmp4/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gcl-2.6.12/gmp4/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gcl-2.6.12/gmp4/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gcl-2.6.12/gmp4/ltmain.sh-8007-	  ;;
##############################################
gcl-2.6.12/gmp4/ltmain.sh-8130-	# Use standard objects if they are pic
gcl-2.6.12/gmp4/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gcl-2.6.12/gmp4/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
gcl-2.6.12/gmp4/ltmain.sh-8145-	    # exporting using user supplied symfile
gcl-2.6.12/gmp4/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
gcl-2.6.12/gmp4/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
gcl-2.6.12/gmp4/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
gcl-2.6.12/gmp4/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
gcl-2.6.12/gmp4/ltmain.sh-8644-	else
##############################################
gcl-2.6.12/gmp4/ltmain.sh-8656-      # Create the old-style object.
gcl-2.6.12/gmp4/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
gcl-2.6.12/gmp4/ltmain.sh-8658-
##############################################
gcl-2.6.12/gmp4/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
gcl-2.6.12/gmp4/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
gcl-2.6.12/gmp4/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
gcl-2.6.12/gmp4/ltmain.sh-8719-	;;
##############################################
gcl-2.6.12/gmp4/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
gcl-2.6.12/gmp4/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gcl-2.6.12/gmp4/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gcl-2.6.12/gmp4/ltmain.sh-8737-	;;
##############################################
gcl-2.6.12/gmp4/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gcl-2.6.12/gmp4/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
gcl-2.6.12/gmp4/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
gcl-2.6.12/gmp4/ltmain.sh-8872-	# Transform all the library objects into standard objects.
gcl-2.6.12/gmp4/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gcl-2.6.12/gmp4/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gcl-2.6.12/gmp4/ltmain.sh-8875-      fi
##############################################
gcl-2.6.12/gmp4/ltmain.sh-8902-	# Replace the output file specification.
gcl-2.6.12/gmp4/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gcl-2.6.12/gmp4/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
gcl-2.6.12/gmp4/ltmain.sh-8911-	  func_to_tool_file "$output"
gcl-2.6.12/gmp4/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gcl-2.6.12/gmp4/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gcl-2.6.12/gmp4/ltmain.sh-8955-	# Replace the output file specification.
gcl-2.6.12/gmp4/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gcl-2.6.12/gmp4/ltmain.sh-8957-	# Delete the old output file.
##############################################
gcl-2.6.12/gmp4/ltmain.sh-8963-	  func_to_tool_file "$output"
gcl-2.6.12/gmp4/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gcl-2.6.12/gmp4/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gcl-2.6.12/gmp4/ltmain.sh-8981-	  if test "$fast_install" = yes; then
gcl-2.6.12/gmp4/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
gcl-2.6.12/gmp4/ltmain.sh-8983-	  else
##############################################
gcl-2.6.12/gmp4/ltmain.sh-8993-      # Replace the output file specification.
gcl-2.6.12/gmp4/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
gcl-2.6.12/gmp4/ltmain.sh-8995-
##############################################
gcl-2.6.12/gmp4/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
gcl-2.6.12/gmp4/ltmain.sh:9003:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gcl-2.6.12/gmp4/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gcl-2.6.12/gmp4/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
gcl-2.6.12/gmp4/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gcl-2.6.12/gmp4/ltmain.sh-9025-      fi
##############################################
gcl-2.6.12/gmp4/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
gcl-2.6.12/gmp4/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gcl-2.6.12/gmp4/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
gcl-2.6.12/gmp4/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
gcl-2.6.12/gmp4/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
gcl-2.6.12/gmp4/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
gcl-2.6.12/gmp4/ltmain.sh-9314-		name="$func_basename_result"
gcl-2.6.12/gmp4/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gcl-2.6.12/gmp4/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
gcl-2.6.12/gmp4/ltmain.sh-9333-		name="$func_basename_result"
gcl-2.6.12/gmp4/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gcl-2.6.12/gmp4/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
gcl-2.6.12/gmp4/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
gcl-2.6.12/gmp4/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
gcl-2.6.12/gmp4/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests-57-test_program () {
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests:58:  testname=`basename "$1" .exe`
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests:59:  testname=`basename "$testname" -test`
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests-60-  if [ -z "$EMULATOR" ] || head -1 "$1" | grep '^#!' > /dev/null; then
##############################################
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests-67-	echo PASS: $testname
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests:68:	all=`expr $all + 1`
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests-69-	;;
##############################################
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests-74-	echo FAIL: $testname
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests:75:	failed=`expr $failed + 1`
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests:76:	all=`expr $all + 1`
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests-77-	;;
##############################################
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests-105-else
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests:106:  for f in "$@" ; do test_program `find_program "$f"`; done
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests-107-fi
##############################################
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests-113-fi
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests:114:dashes=`echo "$banner" | sed s/./=/g`
gcl-2.6.12/gmp4/mini-gmp/tests/run-tests-115-echo "$dashes"
##############################################
gcl-2.6.12/gmp4/mpf/Makefile.in-68-  { \
gcl-2.6.12/gmp4/mpf/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/mpf/Makefile.in-70-  }; \
##############################################
gcl-2.6.12/gmp4/mpf/Makefile.in-433-.c.obj:
gcl-2.6.12/gmp4/mpf/Makefile.in:434:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/mpf/Makefile.in-435-
##############################################
gcl-2.6.12/gmp4/mpf/Makefile.in-474-GTAGS:
gcl-2.6.12/gmp4/mpf/Makefile.in:475:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/mpf/Makefile.in-476-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/mpf/Makefile.in-497-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/mpf/Makefile.in:498:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/mpf/Makefile.in:499:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/mpf/Makefile.in-500-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/mpf/Makefile.in-511-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/mpf/Makefile.in:512:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/mpf/Makefile.in-513-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/mpn/Makeasm.am:1:## Automake asm file rules.
gcl-2.6.12/gmp4/mpn/Makeasm.am-2-
##############################################
gcl-2.6.12/gmp4/mpn/Makeasm.am-51-# On IRIX 6 native make this doesn't work properly though.  Somehow .c
gcl-2.6.12/gmp4/mpn/Makeasm.am:52:# remains ahead of .s, perhaps because .c.s is a builtin rule.  .asm works
gcl-2.6.12/gmp4/mpn/Makeasm.am-53-# fine though, and mpn/mips3 uses this.
##############################################
gcl-2.6.12/gmp4/mpn/Makeasm.am-60-.s.o:
gcl-2.6.12/gmp4/mpn/Makeasm.am:61:	$(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
gcl-2.6.12/gmp4/mpn/Makeasm.am-62-.s.obj:
gcl-2.6.12/gmp4/mpn/Makeasm.am:63:	$(CCAS) $(COMPILE_FLAGS) `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
gcl-2.6.12/gmp4/mpn/Makeasm.am-64-.s.lo:
gcl-2.6.12/gmp4/mpn/Makeasm.am:65:	$(LIBTOOL) --mode=compile --tag=CC $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
gcl-2.6.12/gmp4/mpn/Makeasm.am-66-
##############################################
gcl-2.6.12/gmp4/mpn/Makeasm.am-80-.S.o:
gcl-2.6.12/gmp4/mpn/Makeasm.am:81:	$(CPP) $(PREPROCESS_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$< | grep -v '^#' >tmp-$*.s
gcl-2.6.12/gmp4/mpn/Makeasm.am-82-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/mpn/Makeasm.am-84-.S.obj:
gcl-2.6.12/gmp4/mpn/Makeasm.am:85:	$(CPP) $(PREPROCESS_FLAGS) `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` | grep -v '^#' >tmp-$*.s
gcl-2.6.12/gmp4/mpn/Makeasm.am-86-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/mpn/Makeasm.am-88-.S.lo:
gcl-2.6.12/gmp4/mpn/Makeasm.am:89:	$(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/cpp-ccas --cpp="$(CPP) $(PREPROCESS_FLAGS)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
gcl-2.6.12/gmp4/mpn/Makeasm.am-90-
gcl-2.6.12/gmp4/mpn/Makeasm.am-91-
gcl-2.6.12/gmp4/mpn/Makeasm.am:92:# .asm assembler, preprocessed with m4.
gcl-2.6.12/gmp4/mpn/Makeasm.am-93-#
##############################################
gcl-2.6.12/gmp4/mpn/Makeasm.am-100-# with a special m4-ccas script which first m4 preprocesses, then compiles.
gcl-2.6.12/gmp4/mpn/Makeasm.am:101:# --tag=CC is necessary since foo.asm is otherwise unknown to libtool.
gcl-2.6.12/gmp4/mpn/Makeasm.am-102-#
gcl-2.6.12/gmp4/mpn/Makeasm.am:103:# Libtool adds -DPIC when building a shared object and the .asm files look
gcl-2.6.12/gmp4/mpn/Makeasm.am-104-# for that.  But it should be noted that the other PIC flags are on occasion
##############################################
gcl-2.6.12/gmp4/mpn/Makeasm.am-109-.asm.o:
gcl-2.6.12/gmp4/mpn/Makeasm.am:110:	$(M4) -DOPERATION_$* `test -f '$<' || echo '$(srcdir)/'`$< >tmp-$*.s
gcl-2.6.12/gmp4/mpn/Makeasm.am-111-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/mpn/Makeasm.am-113-.asm.obj:
gcl-2.6.12/gmp4/mpn/Makeasm.am:114:	$(M4) -DOPERATION_$* `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` >tmp-$*.s
gcl-2.6.12/gmp4/mpn/Makeasm.am-115-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/mpn/Makeasm.am-117-.asm.lo:
gcl-2.6.12/gmp4/mpn/Makeasm.am:118:	$(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/m4-ccas --m4="$(M4)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.am-32-INCLUDES = -D__GMP_WITHIN_GMP -I$(top_srcdir) \
gcl-2.6.12/gmp4/mpn/Makefile.am:33:  -DOPERATION_`echo $* | sed 's/_$$//'`
gcl-2.6.12/gmp4/mpn/Makefile.am-34-
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-96-  { \
gcl-2.6.12/gmp4/mpn/Makefile.in:97:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/mpn/Makefile.in-98-  }; \
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-377-INCLUDES = -D__GMP_WITHIN_GMP -I$(top_srcdir) \
gcl-2.6.12/gmp4/mpn/Makefile.in:378:  -DOPERATION_`echo $* | sed 's/_$$//'`
gcl-2.6.12/gmp4/mpn/Makefile.in-379-
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-411-# On IRIX 6 native make this doesn't work properly though.  Somehow .c
gcl-2.6.12/gmp4/mpn/Makefile.in:412:# remains ahead of .s, perhaps because .c.s is a builtin rule.  .asm works
gcl-2.6.12/gmp4/mpn/Makefile.in-413-# fine though, and mpn/mips3 uses this.
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-421-.SUFFIXES:
gcl-2.6.12/gmp4/mpn/Makefile.in:422:.SUFFIXES: .s .S .asm .c .lo .o .obj
gcl-2.6.12/gmp4/mpn/Makefile.in-423-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makeasm.am $(am__configure_deps)
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-478-.c.obj:
gcl-2.6.12/gmp4/mpn/Makefile.in:479:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/mpn/Makefile.in-480-
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-519-GTAGS:
gcl-2.6.12/gmp4/mpn/Makefile.in:520:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/mpn/Makefile.in-521-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-542-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/mpn/Makefile.in:543:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/mpn/Makefile.in:544:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/mpn/Makefile.in-545-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-556-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/mpn/Makefile.in:557:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/mpn/Makefile.in-558-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-704-.s.o:
gcl-2.6.12/gmp4/mpn/Makefile.in:705:	$(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
gcl-2.6.12/gmp4/mpn/Makefile.in-706-.s.obj:
gcl-2.6.12/gmp4/mpn/Makefile.in:707:	$(CCAS) $(COMPILE_FLAGS) `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
gcl-2.6.12/gmp4/mpn/Makefile.in-708-.s.lo:
gcl-2.6.12/gmp4/mpn/Makefile.in:709:	$(LIBTOOL) --mode=compile --tag=CC $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
gcl-2.6.12/gmp4/mpn/Makefile.in-710-
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-719-.S.o:
gcl-2.6.12/gmp4/mpn/Makefile.in:720:	$(CPP) $(PREPROCESS_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$< | grep -v '^#' >tmp-$*.s
gcl-2.6.12/gmp4/mpn/Makefile.in-721-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-723-.S.obj:
gcl-2.6.12/gmp4/mpn/Makefile.in:724:	$(CPP) $(PREPROCESS_FLAGS) `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` | grep -v '^#' >tmp-$*.s
gcl-2.6.12/gmp4/mpn/Makefile.in-725-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-727-.S.lo:
gcl-2.6.12/gmp4/mpn/Makefile.in:728:	$(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/cpp-ccas --cpp="$(CPP) $(PREPROCESS_FLAGS)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
gcl-2.6.12/gmp4/mpn/Makefile.in-729-
gcl-2.6.12/gmp4/mpn/Makefile.in:730:# .asm assembler, preprocessed with m4.
gcl-2.6.12/gmp4/mpn/Makefile.in-731-#
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-738-# with a special m4-ccas script which first m4 preprocesses, then compiles.
gcl-2.6.12/gmp4/mpn/Makefile.in:739:# --tag=CC is necessary since foo.asm is otherwise unknown to libtool.
gcl-2.6.12/gmp4/mpn/Makefile.in-740-#
gcl-2.6.12/gmp4/mpn/Makefile.in:741:# Libtool adds -DPIC when building a shared object and the .asm files look
gcl-2.6.12/gmp4/mpn/Makefile.in-742-# for that.  But it should be noted that the other PIC flags are on occasion
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-747-.asm.o:
gcl-2.6.12/gmp4/mpn/Makefile.in:748:	$(M4) -DOPERATION_$* `test -f '$<' || echo '$(srcdir)/'`$< >tmp-$*.s
gcl-2.6.12/gmp4/mpn/Makefile.in-749-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-751-.asm.obj:
gcl-2.6.12/gmp4/mpn/Makefile.in:752:	$(M4) -DOPERATION_$* `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` >tmp-$*.s
gcl-2.6.12/gmp4/mpn/Makefile.in-753-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/mpn/Makefile.in-755-.asm.lo:
gcl-2.6.12/gmp4/mpn/Makefile.in:756:	$(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/m4-ccas --m4="$(M4)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
gcl-2.6.12/gmp4/mpn/Makefile.in-757-
##############################################
gcl-2.6.12/gmp4/mpn/alpha/alpha-defs.m4-50-`ifelse(WANT_ASSERT,1,
gcl-2.6.12/gmp4/mpn/alpha/alpha-defs.m4:51:`ifelse(`$2',,,`$2')
gcl-2.6.12/gmp4/mpn/alpha/alpha-defs.m4-52-ifelse(`$1',,,
gcl-2.6.12/gmp4/mpn/alpha/alpha-defs.m4:53:`	bne	$1, L(ASSERTok`'ASSERT_label_counter)
gcl-2.6.12/gmp4/mpn/alpha/alpha-defs.m4-54-	.long	0	C halt
##############################################
gcl-2.6.12/gmp4/mpn/alpha/default.m4-59-`ifelse(`$2',noalign,,
gcl-2.6.12/gmp4/mpn/alpha/default.m4:60:`ifelse(`$2',,,`m4_error(`Unrecognised PROLOGUE parameter
gcl-2.6.12/gmp4/mpn/alpha/default.m4-61-')')')')dnl
gcl-2.6.12/gmp4/mpn/alpha/default.m4-62-	.text
gcl-2.6.12/gmp4/mpn/alpha/default.m4:63:ifelse(`$2',noalign,,`	ALIGN(16)')
gcl-2.6.12/gmp4/mpn/alpha/default.m4-64-	.globl	$1
##############################################
gcl-2.6.12/gmp4/mpn/alpha/default.m4-67-	.frame r30,0,r26,0
gcl-2.6.12/gmp4/mpn/alpha/default.m4:68:ifelse(`$2',gp,`	ldgp	r29, 0(r27)
gcl-2.6.12/gmp4/mpn/alpha/default.m4-69-`$'$1..ng:')
##############################################
gcl-2.6.12/gmp4/mpn/alpha/default.m4-82-m4_assert_numargs(2)
gcl-2.6.12/gmp4/mpn/alpha/default.m4:83:`ldgp	`$1', `$2'')
gcl-2.6.12/gmp4/mpn/alpha/default.m4-84-
##############################################
gcl-2.6.12/gmp4/mpn/alpha/ev5/diveby3.asm-302-C 0
gcl-2.6.12/gmp4/mpn/alpha/ev5/diveby3.asm:303:	cmpult	`$'eval(($1+3)%4), cy, cy		C L0
gcl-2.6.12/gmp4/mpn/alpha/ev5/diveby3.asm:304:	mulq	`$'$1, xAAAAAAAAAAAAAAAB, `$'eval(4+$1%2) C U1
gcl-2.6.12/gmp4/mpn/alpha/ev5/diveby3.asm:305:	ldq	`$'eval(($1+1)%4), eval($1*8+16)(up)	C L1
gcl-2.6.12/gmp4/mpn/alpha/ev5/diveby3.asm:306:	addq	`$'eval(4+($1+1)%2), l0, x		C U0
gcl-2.6.12/gmp4/mpn/alpha/ev5/diveby3.asm-307-C 1
##############################################
gcl-2.6.12/gmp4/mpn/alpha/ev5/diveby3.asm-329-	unop
gcl-2.6.12/gmp4/mpn/alpha/ev5/diveby3.asm:330:	stq	x, eval($1*8)(rp)			C L1
gcl-2.6.12/gmp4/mpn/alpha/ev5/diveby3.asm-331-	unop
##############################################
gcl-2.6.12/gmp4/mpn/alpha/ev6/gmp-mparam.h-34-
gcl-2.6.12/gmp4/mpn/alpha/ev6/gmp-mparam.h:35:#define DIVEXACT_BY3_METHOD 0	/* override ../diveby3.asm */
gcl-2.6.12/gmp4/mpn/alpha/ev6/gmp-mparam.h-36-
##############################################
gcl-2.6.12/gmp4/mpn/alpha/ev6/mul_1.asm-69-C The code could use some further work:
gcl-2.6.12/gmp4/mpn/alpha/ev6/mul_1.asm:70:C   1. Speed up really small multiplies.  The default alpha/mul_1.asm code is
gcl-2.6.12/gmp4/mpn/alpha/ev6/mul_1.asm-71-C      faster than this for size < 3.
##############################################
gcl-2.6.12/gmp4/mpn/alpha/unicos.m4-61-`ifelse(`$2',noalign,,
gcl-2.6.12/gmp4/mpn/alpha/unicos.m4:62:`ifelse(`$2',,,`m4_error(`Unrecognised PROLOGUE parameter
gcl-2.6.12/gmp4/mpn/alpha/unicos.m4-63-')')')')dnl
##############################################
gcl-2.6.12/gmp4/mpn/arm/arm-defs.m4-77-	m4append(`lea_list',`
gcl-2.6.12/gmp4/mpn/arm/arm-defs.m4:78:L(ptr'lea_num`):	.word	GSYM_PREFIX`'$2-L(bas'lea_num`)-8')
gcl-2.6.12/gmp4/mpn/arm/arm-defs.m4-79-	define(`lea_num', eval(lea_num+1))dnl
##############################################
gcl-2.6.12/gmp4/mpn/arm/arm-defs.m4-88-`lea_list
gcl-2.6.12/gmp4/mpn/arm/arm-defs.m4:89:	SIZE(`$1',.-`$1')')
gcl-2.6.12/gmp4/mpn/arm/arm-defs.m4-90-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-77-dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4:78:dnl  If macro expansion in a comment is wanted, use `#' in the .asm (ie. a
gcl-2.6.12/gmp4/mpn/asm-defs.m4-79-dnl  quoted hash symbol), which will turn into # in the .s but get
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-206-`errprint(
gcl-2.6.12/gmp4/mpn/asm-defs.m4:207:`This m4 doesnt support $# and cant be used for GMP asm processing.
gcl-2.6.12/gmp4/mpn/asm-defs.m4-208-If this is on SunOS, ./configure should choose /usr/5bin/m4 if you have that
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-240-m4_assert_numargs(1)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:241:`define(`m4wrap_string',`$1'defn(`m4wrap_string'))')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-242-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-276-`errprint(`$1')dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4:277:ifelse(eval($#>1),1,`errprint(`,')m4_errprint_commas(shift($@))')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-278-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-332-dnl         m4_assert_numargs(2)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:333:dnl         `something `$1' and `$2' blah blah')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-334-dnl
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-363-dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4:364:dnl  m4_doublequote($`'0) expands to ``$0'', whereas ``$`'0'' would expand
gcl-2.6.12/gmp4/mpn/asm-defs.m4-365-dnl  to `$`'0' and do the wrong thing, and likewise for $1.  The same is
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-375-define(m4_doublequote,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:376:`m4_assert_numargs_internal(`$0',1,$#,len(`$1'))``$1''')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-377-
gcl-2.6.12/gmp4/mpn/asm-defs.m4-378-define(m4_assert_numargs,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:379:`m4_assert_numargs_internal(`$0',1,$#,len(`$1'))dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4:380:`m4_assert_numargs_internal'(m4_doublequote($`'0),$1,$`#',`len'(m4_doublequote($`'1)))`dnl '')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-381-
gcl-2.6.12/gmp4/mpn/asm-defs.m4:382:dnl  Called: m4_assert_numargs_internal(`macroname',wantargs,$#,len(`$1'))
gcl-2.6.12/gmp4/mpn/asm-defs.m4-383-define(m4_assert_numargs_internal,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:384:`m4_assert_numargs_internal_check(`$1',`$2',m4_numargs_count(`$3',`$4'))')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-385-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-394-             || ($2==-1 && $3==0 && m4_dollarhash_1_if_noparen_p)),0,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:395:`m4_error(`$1 expected 'm4_Narguments(`$2')`, got 'm4_Narguments(`$3')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-396-)')')
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-402-`ifelse($1,0, -1,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:403:`ifelse(eval($1==1 && $2-0==0),1, 0, $1)')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-404-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-407-define(m4_Narguments,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:408:`$1 argument`'ifelse(`$1',1,,s)')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-409-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-421-dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4:422:dnl  This is used by PROLOGUE, since that's normally in the main .asm file,
gcl-2.6.12/gmp4/mpn/asm-defs.m4-423-dnl  and in particular it sets up m4wrap error checks for missing EPILOGUE.
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-451-`ifelse($2,1,,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:452:`m4_error(`$1 expected 1 argument, got 'm4_Narguments(`$2')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-453-)')')
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-469-m4_assert_numargs(2)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:470:``m4_assert_numargs_range_internal'(m4_doublequote($`'0),$1,$2,$`#',`len'(m4_doublequote($`'1)))`dnl '')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-471-
gcl-2.6.12/gmp4/mpn/asm-defs.m4:472:dnl  Called: m4_assert_numargs_range_internal(`name',low,high,$#,len(`$1'))
gcl-2.6.12/gmp4/mpn/asm-defs.m4-473-define(m4_assert_numargs_range_internal,
gcl-2.6.12/gmp4/mpn/asm-defs.m4-474-m4_assert_numargs(5)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:475:`m4_assert_numargs_range_check(`$1',`$2',`$3',m4_numargs_count(`$4',`$5'))')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-476-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-486-             ($4 - ($4==0 && m4_dollarhash_1_if_noparen_p) <= $3)),0,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:487:`m4_error(`$1 expected $2 to $3 arguments, got 'm4_Narguments(`$4')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-488-)')')
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-506-m4_assert_numargs(1)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:507:``m4_assert_defined_internal'(m4_doublequote($`'0),``$1'')`dnl '')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-508-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-534-m4_assert_numargs(1)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:535:`ifdef(`$1',`define_not_for_expansion(`$1')')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-536-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-541-')')dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4:542:define(`$1',`m4_not_for_expansion_internal(`$1')')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-543-
gcl-2.6.12/gmp4/mpn/asm-defs.m4-544-define(m4_not_for_expansion_internal,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:545:`m4_error(``$1' is not meant to be expanded, perhaps you mean `ifdef(`$1',...)'
gcl-2.6.12/gmp4/mpn/asm-defs.m4-546-')')
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-576-m4_assert_numargs_range(2,3)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:577:`ifelse(eval(ifdef(`$1',1,0)+m4_length(defn(`$1'))),0,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:578:`$3',`$2')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-579-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-586-define(m4_ifdef_anyof_p,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:587:`ifelse(eval($#<=1 && m4_length(`$1')==0),1, 0,
gcl-2.6.12/gmp4/mpn/asm-defs.m4-588-`ifdef(`$1', 1,
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-599-m4_assert_onearg()
gcl-2.6.12/gmp4/mpn/asm-defs.m4:600:`eval(len(`$1')-0)')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-601-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-607-define(m4_stringequal_p,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:608:`ifelse(`$1',`$2',1,0)')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-609-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-617-m4_assert_numargs(2)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:618:`ifelse(eval($1<$2),1,incr($1),decr($1))')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-619-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-655-m4_assert_numargs(4)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:656:`pushdef(`$1',eval(`$2'))dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4-657-pushdef(`forloop_first',1)dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4-658-pushdef(`forloop_last',0)dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4:659:forloop_internal(`$1',eval(`$3'),`$4')`'dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4-660-popdef(`forloop_first')dnl
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-668-`define(`forloop_last',1)$3',
gcl-2.6.12/gmp4/mpn/asm-defs.m4:669:`$3`'dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4-670-define(`forloop_first',0)dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4-671-define(`$1',m4_incr_or_decr($1,$2))dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4:672:forloop_internal(`$1',$2,`$3')')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-673-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-691-`ifelse(`$3',,,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:692:`pushdef(`$1',`$3')$2`'popdef(`$1')dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4:693:foreach(`$1',`$2',shift(shift(shift($@))))')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-694-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-733-m4_assert_onearg()
gcl-2.6.12/gmp4/mpn/asm-defs.m4:734:`ifelse(eval($1),0,,eval($1))')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-735-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-752-m4_assert_numargs(1)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:753:`m4_log2_internal(0,1,eval(`$1'))')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-754-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-761-')',
gcl-2.6.12/gmp4/mpn/asm-defs.m4:762:`m4_log2_internal(incr($1),eval(2*$2),$3)')')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-763-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-772-m4_assert_numargs(1)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:773:`eval((($1) + ((($1)<0) & ($1))) / 2)')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-774-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-791-m4_assert_numargs(2)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:792:`m4_lshift(`$1',-(`$2'))')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-793-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-795-m4_assert_numargs(2)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:796:`m4_lshift_internal(eval(`$1'),eval(`$2'))')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-797-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-799-m4_assert_numargs(2)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:800:`ifelse(eval($2-0==0),1,$1,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:801:`ifelse(eval($2>0),1,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:802:`m4_lshift_internal(eval($1*2),decr($2))',
gcl-2.6.12/gmp4/mpn/asm-defs.m4-803-`m4_lshift_internal(m4_div2_towards_zero($1),incr($2))')')')
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-811-m4_assert_numargs(1)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:812:`m4_popcount_internal(0,eval(`$1'))')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-813-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-817-`ifelse($2,0,$1,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:818:`m4_popcount_internal(eval($1+($2%2)),eval($2/2))')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-819-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-827-m4_assert_numargs(1)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:828:`m4_count_trailing_zeros_internal(eval(`$1'),0)')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-829-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-834-`m4_error(`m4_count_trailing_zeros() given a zero value')',
gcl-2.6.12/gmp4/mpn/asm-defs.m4:835:`ifelse(eval(($1)%2),1,`$2',
gcl-2.6.12/gmp4/mpn/asm-defs.m4:836:`m4_count_trailing_zeros_internal(eval($1/2),incr($2))')')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-837-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-872-`define(`$1',
gcl-2.6.12/gmp4/mpn/asm-defs.m4:873:`deflit_emptyargcheck'(``$1'',$`#',m4_doublequote($`'1))`dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4-874-$2`'dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4:875:ifelse(eval($'`#>1 || m4_length('m4_doublequote($`'1)`)!=0),1,($'`@))')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-876-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-878-define(deflit_emptyargcheck,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:879:`ifelse(eval($2==1 && !m4_dollarhash_1_if_noparen_p && m4_length(`$3')==0),1,
gcl-2.6.12/gmp4/mpn/asm-defs.m4-880-`m4_error(`dont use a deflit as $1() because it loses the brackets (see deflit in asm-defs.m4 for more information)
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-893-m4_assert_numargs(1)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:894:`ifelse(eval($1),1,,
gcl-2.6.12/gmp4/mpn/asm-defs.m4-895-`m4_error(`assertion failed: $1
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-905-m4_assert_numargs(2)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:906:`m4_repeat_internal(eval($1),`$2')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-907-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-910-`ifelse(`$1',0,,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:911:`forloop(m4_repeat_internal_counter,1,$1,``$2'')')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-912-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-920-m4_assert_numargs(1)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:921:`m4_cpu_hex_constant(m4_hex_lowmask_internal1(eval(`$1')))')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-922-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-925-m4_assert_numargs(1)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:926:`ifelse($1,0,`0',
gcl-2.6.12/gmp4/mpn/asm-defs.m4:927:`m4_hex_lowmask_internal2(eval(($1)%4),eval(($1)/4))')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-928-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-931-m4_assert_numargs(2)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:932:`ifelse($1,1,`1',
gcl-2.6.12/gmp4/mpn/asm-defs.m4:933:`ifelse($1,2,`3',
gcl-2.6.12/gmp4/mpn/asm-defs.m4:934:`ifelse($1,3,`7')')')dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4-935-m4_repeat($2,`f')')
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-962-`ifelse(`$1',,,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:963:`$1`,'m4_list_quote(shift($@))')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-964-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-972-`ifelse(`$2',,0,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:973:`ifelse(`$1',`$2',1,
gcl-2.6.12/gmp4/mpn/asm-defs.m4-974-`m4_list_find(`$1',shift(shift($@)))')')')
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-983-`ifelse(`$2',,,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:984:`ifelse(`$1',`$2',,`$2,')dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4-985-m4_list_remove(`$1',shift(shift($@)))')')
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1006-`ifelse(`$2',,$1,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:1007:`m4_list_count_internal(eval($1+1),shift(shift($@)))')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1008-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1024-m4_assert_defined(`CONFIG_TOP_SRCDIR')
gcl-2.6.12/gmp4/mpn/asm-defs.m4:1025:`include(CONFIG_TOP_SRCDIR`/mpn/$1')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1026-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1129-	"configure" should have extracted this from gmp-mparam.h and put it
gcl-2.6.12/gmp4/mpn/asm-defs.m4:1130:	in config.m4 (or in <cpu>_<file>.asm for a fat binary), but somehow
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1131-        this has failed.
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1174-`deflit(`$1',
gcl-2.6.12/gmp4/mpn/asm-defs.m4:1175:substr(`$2',0,1)``''substr(`$2',1))')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1176-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1209-define(m4_instruction_wrapper_internal,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:1210:`ifelse(eval($3<=1 && m4_length(`$4')==0),1,
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1211-`m4_error(`$1 is a macro replacing that instruction and needs arguments, see $2 for details
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1326-m4_assert_numargs(1)
gcl-2.6.12/gmp4/mpn/asm-defs.m4:1327:`deflit(`mpn_$1',`MPN(`$1')')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1328-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1556-`PROLOGUE_cpu(GSYM_PREFIX`'$1)',
gcl-2.6.12/gmp4/mpn/asm-defs.m4:1557:`PROLOGUE_cpu(GSYM_PREFIX`'$1,`$2')')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1558-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1621-	GLOBL	`$1' GLOBL_ATTR
gcl-2.6.12/gmp4/mpn/asm-defs.m4:1622:	TYPE(`$1',`function')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1623-`$1'LABEL_SUFFIX')
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1625-define(EPILOGUE_cpu,
gcl-2.6.12/gmp4/mpn/asm-defs.m4:1626:`	SIZE(`$1',.-`$1')')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1627-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1657-m4_assert_defined(`LABEL_SUFFIX')
gcl-2.6.12/gmp4/mpn/asm-defs.m4:1658:`L(`$1')`'LABEL_SUFFIX`'')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1659-
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1690-m4_assert_defined(`ALIGN_LOGARITHMIC')
gcl-2.6.12/gmp4/mpn/asm-defs.m4:1691:`.align	ifelse(ALIGN_LOGARITHMIC,yes,`m4_log2($1)',`eval($1)')dnl
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1692-ifelse(ALIGN_FILL_0x90,yes,`, 0x90')')
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1711-dnl  A dummy macro which is grepped for by ./configure to know what nails
gcl-2.6.12/gmp4/mpn/asm-defs.m4:1712:dnl  are supported in an asm file.
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1713-dnl
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1729-dnl  A dummy macro which is grepped for by ./configure to know what ABIs
gcl-2.6.12/gmp4/mpn/asm-defs.m4:1730:dnl  are supported in an asm file.
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1731-dnl
##############################################
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1756-define(`m4append',
gcl-2.6.12/gmp4/mpn/asm-defs.m4:1757:`define(`$1',  defn(`$1')`$2')
gcl-2.6.12/gmp4/mpn/asm-defs.m4-1758-'
##############################################
gcl-2.6.12/gmp4/mpn/cpp-ccas-62-    --cpp=*)
gcl-2.6.12/gmp4/mpn/cpp-ccas:63:      CPP=`echo "$i" | sed 's/^--cpp=//'`
gcl-2.6.12/gmp4/mpn/cpp-ccas-64-      ;;
##############################################
gcl-2.6.12/gmp4/mpn/cpp-ccas-73-      fi
gcl-2.6.12/gmp4/mpn/cpp-ccas:74:      BASENAME=`echo "$i" | sed -e 's/\.S$//' -e 's/^.*[\\/:]//'`
gcl-2.6.12/gmp4/mpn/cpp-ccas-75-      S=$i
##############################################
gcl-2.6.12/gmp4/mpn/generic/mod_1_1.c-43-#ifndef MOD_1_1P_METHOD
gcl-2.6.12/gmp4/mpn/generic/mod_1_1.c:44:# define MOD_1_1P_METHOD 1    /* need to make sure this is 2 for asm testing */
gcl-2.6.12/gmp4/mpn/generic/mod_1_1.c-45-#endif
##############################################
gcl-2.6.12/gmp4/mpn/generic/mode1o.c-109-   A CPU specific implementation might want to omit the size==1 code or the
gcl-2.6.12/gmp4/mpn/generic/mode1o.c:110:   high<divisor test.  mpn/x86/k6/mode1o.asm for instance finds neither
gcl-2.6.12/gmp4/mpn/generic/mode1o.c-111-   useful.  */
##############################################
gcl-2.6.12/gmp4/mpn/generic/sec_powm.c-122-/* For fat builds, we use SQR_TOOM2_THRESHOLD which will expand to a read from
gcl-2.6.12/gmp4/mpn/generic/sec_powm.c:123:   __gmpn_cpuvec.  Perhaps any possible sqr_basecase.asm allow any size, and we
gcl-2.6.12/gmp4/mpn/generic/sec_powm.c-124-   limit the use unnecessarily.  We cannot tell, so play it safe.  FIXME.  */
##############################################
gcl-2.6.12/gmp4/mpn/generic/toom42_mulmid.c-232-         mulmid_basecase being pretty fast for a diagonal sum like this,
gcl-2.6.12/gmp4/mpn/generic/toom42_mulmid.c:233:	 which is true at least for the K8 asm version, but surely false
gcl-2.6.12/gmp4/mpn/generic/toom42_mulmid.c-234-	 for the generic version. */
##############################################
gcl-2.6.12/gmp4/mpn/ia64/dive_1.asm-47-
gcl-2.6.12/gmp4/mpn/ia64/dive_1.asm:48:C This code is a bit messy, and not as similar to mode1o.asm as desired.
gcl-2.6.12/gmp4/mpn/ia64/dive_1.asm-49-
##############################################
gcl-2.6.12/gmp4/mpn/ia64/ia64-defs.m4-96-`ifelse(IA64_ALIGN_OK,no,,
gcl-2.6.12/gmp4/mpn/ia64/ia64-defs.m4:97:`.align	eval($1)')')
gcl-2.6.12/gmp4/mpn/ia64/ia64-defs.m4-98-
##############################################
gcl-2.6.12/gmp4/mpn/ia64/ia64-defs.m4-124-ifelse(`$1',,,
gcl-2.6.12/gmp4/mpn/ia64/ia64-defs.m4:125:`($1)	br	.LASSERTok`'ASSERT_label_counter ;;
gcl-2.6.12/gmp4/mpn/ia64/ia64-defs.m4-126-	cmp.ne	p6,p6 = r0, r0	C illegal instruction
##############################################
gcl-2.6.12/gmp4/mpn/ia64/logops_n.asm-40-C TODO
gcl-2.6.12/gmp4/mpn/ia64/logops_n.asm:41:C  * Use rp,rpx scheme of aors_n.asm to allow parallel stores (useful in
gcl-2.6.12/gmp4/mpn/ia64/logops_n.asm-42-C    wind-down code).
##############################################
gcl-2.6.12/gmp4/mpn/ia64/rsh1aors_n.asm-39-C TODO
gcl-2.6.12/gmp4/mpn/ia64/rsh1aors_n.asm:40:C  * Rewrite function entry code using aorslsh1_n.asm style.
gcl-2.6.12/gmp4/mpn/ia64/rsh1aors_n.asm-41-C  * Micro-optimize feed-in and wind-down code.
##############################################
gcl-2.6.12/gmp4/mpn/lisp/gmpasm-mode.el:1:;;; gmpasm-mode.el -- GNU MP asm and m4 editing mode.
gcl-2.6.12/gmp4/mpn/lisp/gmpasm-mode.el-2-
##############################################
gcl-2.6.12/gmp4/mpn/lisp/gmpasm-mode.el-47-;;
gcl-2.6.12/gmp4/mpn/lisp/gmpasm-mode.el:48:;; To use gmpasm-mode automatically on all .asm and .m4 files, put the
gcl-2.6.12/gmp4/mpn/lisp/gmpasm-mode.el-49-;; following in your .emacs
##############################################
gcl-2.6.12/gmp4/mpn/lisp/gmpasm-mode.el-75-
gcl-2.6.12/gmp4/mpn/lisp/gmpasm-mode.el:76:(defgroup gmpasm nil
gcl-2.6.12/gmp4/mpn/lisp/gmpasm-mode.el:77:  "GNU MP m4 and asm editing."
gcl-2.6.12/gmp4/mpn/lisp/gmpasm-mode.el-78-  :prefix "gmpasm-"
##############################################
gcl-2.6.12/gmp4/mpn/lisp/gmpasm-mode.el-205-
gcl-2.6.12/gmp4/mpn/lisp/gmpasm-mode.el:206:The keywords are m4 builtins and some of the GMP macros used in asm files.
gcl-2.6.12/gmp4/mpn/lisp/gmpasm-mode.el-207-L doesn't look good fontified, so it's omitted.
##############################################
gcl-2.6.12/gmp4/mpn/lisp/gmpasm-mode.el-223-(defun gmpasm-mode ()
gcl-2.6.12/gmp4/mpn/lisp/gmpasm-mode.el:224:  "A major mode for editing GNU MP asm and m4 files.
gcl-2.6.12/gmp4/mpn/lisp/gmpasm-mode.el-225-
##############################################
gcl-2.6.12/gmp4/mpn/m4-ccas-33-
gcl-2.6.12/gmp4/mpn/m4-ccas:34:# Usage: m4-ccas --m4=M4 CC ... file.asm ...
gcl-2.6.12/gmp4/mpn/m4-ccas-35-#
gcl-2.6.12/gmp4/mpn/m4-ccas:36:# Process file.asm with the given M4 plus any -D arguments, then
gcl-2.6.12/gmp4/mpn/m4-ccas-37-# assemble with the given CC plus all arguments.
##############################################
gcl-2.6.12/gmp4/mpn/m4-ccas-39-# The M4 command must be in a single --m4= argument, and will be split
gcl-2.6.12/gmp4/mpn/m4-ccas:40:# on whitespace.  When CC is invoked file.asm is replaced with a
gcl-2.6.12/gmp4/mpn/m4-ccas-41-# temporary .s file which is the M4 output.
##############################################
gcl-2.6.12/gmp4/mpn/m4-ccas-55-    --m4=*)
gcl-2.6.12/gmp4/mpn/m4-ccas:56:      M4=`echo "$i" | sed 's/^--m4=//'`
gcl-2.6.12/gmp4/mpn/m4-ccas-57-      ;;
##############################################
gcl-2.6.12/gmp4/mpn/m4-ccas-63-      if test -n "$ASM"; then
gcl-2.6.12/gmp4/mpn/m4-ccas:64:        echo "Only one .asm file permitted"
gcl-2.6.12/gmp4/mpn/m4-ccas-65-        exit 1
gcl-2.6.12/gmp4/mpn/m4-ccas-66-      fi
gcl-2.6.12/gmp4/mpn/m4-ccas:67:      BASENAME=`echo "$i" | sed -e 's/\.asm$//' -e 's/^.*[\\/:]//'`
gcl-2.6.12/gmp4/mpn/m4-ccas-68-      TMP=tmp-$BASENAME.s
##############################################
gcl-2.6.12/gmp4/mpn/m4-ccas-87-if test -z "$ASM"; then
gcl-2.6.12/gmp4/mpn/m4-ccas:88:  echo "No .asm specified"
gcl-2.6.12/gmp4/mpn/m4-ccas-89-  exit 1
##############################################
gcl-2.6.12/gmp4/mpn/m4-ccas-99-
gcl-2.6.12/gmp4/mpn/m4-ccas:100:echo "$M4 $DEFS $ASM >$TMP"
gcl-2.6.12/gmp4/mpn/m4-ccas:101:$M4 $DEFS $ASM >$TMP || exit
gcl-2.6.12/gmp4/mpn/m4-ccas-102-
##############################################
gcl-2.6.12/gmp4/mpn/m68k/README-75-  identified by running some code?  Currently this only makes a difference
gcl-2.6.12/gmp4/mpn/m68k/README:76:  to the compiler options selected, since we have no specific asm code for
gcl-2.6.12/gmp4/mpn/m68k/README-77-  those chips.
##############################################
gcl-2.6.12/gmp4/mpn/m68k/README-83-
gcl-2.6.12/gmp4/mpn/m68k/README:84:Naturally an entirely new set of asm subroutines would be needed for a
gcl-2.6.12/gmp4/mpn/m68k/README-85-16-bit limb.  Also there's various places in the C code assuming limb>=long,
##############################################
gcl-2.6.12/gmp4/mpn/m68k/README-89-
gcl-2.6.12/gmp4/mpn/m68k/README:90:ASM FILES
gcl-2.6.12/gmp4/mpn/m68k/README-91-
gcl-2.6.12/gmp4/mpn/m68k/README:92:The .asm files are put through m4 for macro processing, and with the help of
gcl-2.6.12/gmp4/mpn/m68k/README-93-configure give either MIT or Motorola syntax.  The generic mpn/asm-defs.m4
##############################################
gcl-2.6.12/gmp4/mpn/m68k/README-110-
gcl-2.6.12/gmp4/mpn/m68k/README:111:The asm files adapt to these two ABIs by checking sizeof(unsigned), coming
gcl-2.6.12/gmp4/mpn/m68k/README-112-through config.m4 as SIZEOF_UNSIGNED.  Only mpn_lshift and mpn_rshift are
##############################################
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-50-	GLOBL	`$1' GLOBL_ATTR
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:51:	TYPE(`$1',`function')
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-52-`$1'LABEL_SUFFIX')
##############################################
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-79-m4_assert_numargs(1)
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:80:`deflit($1,`m68k_reg(`$1')')')
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-81-
##############################################
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-122-`ifelse(WANT_ADDRESSING,mit,
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:123:`ifelse($#,1, ``$1'@')dnl
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-124-ifelse($#,2,
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:125:`ifelse($2,+, ``$1'@+',
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:126:`ifelse($1,-, ``$2'@-',
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-127-              ``$1'@($2)')')')dnl
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:128:ifelse($#,3,  ``$1'@(`$2':`$3')')dnl
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:129:ifelse($#,4,  ``$1'@(`$2':`$3':$4)')',
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-130-
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-131-dnl  WANT_ADDRESSING `motorola'
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:132:`ifelse($#,1, `(`$1')')dnl
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-133-ifelse($#,2,
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:134:`ifelse($2,+, `(`$1')+',
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:135:`ifelse($1,-, `-(`$2')',
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:136:              `$2(`$1')')')')dnl
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:137:ifelse($#,3,  `(`$1',`$2'.$3)')dnl
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:138:ifelse($#,4,  `(`$1',`$2'.$3*$4)')')')
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-139-
##############################################
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-152-m4_assert_defined(`WANT_DOT_SIZE')
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:153:`ifelse(WANT_DOT_SIZE,yes, ``$1'.``$2''',
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-154-                           ``$1$2'')')
##############################################
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-158-m4_assert_numargs(2)
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:159:`deflit($1`'$2,`m68k_insn(`$1',`$2')')')
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-160-
##############################################
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-191-dnl  See also t-m68k-defs.pl which verifies all the bXX branches used in the
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:192:dnl  asm files have entries here.
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-193-
##############################################
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-204-m4_assert_numargs(1)
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4:205:`deflit(b$1,`m68k_branch(`$1')')')
gcl-2.6.12/gmp4/mpn/m68k/m68k-defs.m4-206-
##############################################
gcl-2.6.12/gmp4/mpn/m88k/README-51-
gcl-2.6.12/gmp4/mpn/m88k/README:52:Conversion to the current m4 .asm style wouldn't be difficult.
gcl-2.6.12/gmp4/mpn/m88k/README-53-
##############################################
gcl-2.6.12/gmp4/mpn/pa32/hppa1_1/addmul_1.asm-43-
gcl-2.6.12/gmp4/mpn/pa32/hppa1_1/addmul_1.asm:44:C There are some ideas described in mul_1.asm that applies to this code too.
gcl-2.6.12/gmp4/mpn/pa32/hppa1_1/addmul_1.asm-45-
##############################################
gcl-2.6.12/gmp4/mpn/pa32/hppa1_1/submul_1.asm-43-
gcl-2.6.12/gmp4/mpn/pa32/hppa1_1/submul_1.asm:44:C There are some ideas described in mul_1.asm that applies to this code too.
gcl-2.6.12/gmp4/mpn/pa32/hppa1_1/submul_1.asm-45-
##############################################
gcl-2.6.12/gmp4/mpn/powerpc32/darwin.m4-40-`ifelse(`$2',toc,,
gcl-2.6.12/gmp4/mpn/powerpc32/darwin.m4:41:`ifelse(`$2',,,`m4_error(`Unrecognised PROLOGUE parameter')')')dnl
gcl-2.6.12/gmp4/mpn/powerpc32/darwin.m4-42-	.text
##############################################
gcl-2.6.12/gmp4/mpn/powerpc32/elf.m4-40-`ifelse(`$2',toc,,
gcl-2.6.12/gmp4/mpn/powerpc32/elf.m4:41:`ifelse(`$2',,,`m4_error(`Unrecognised PROLOGUE parameter')')')dnl
gcl-2.6.12/gmp4/mpn/powerpc32/elf.m4-42-	.section	".text"
##############################################
gcl-2.6.12/gmp4/mpn/powerpc32/powerpc-defs.m4-48-	GLOBL	`$1' GLOBL_ATTR
gcl-2.6.12/gmp4/mpn/powerpc32/powerpc-defs.m4:49:	TYPE(`$1',`function')
gcl-2.6.12/gmp4/mpn/powerpc32/powerpc-defs.m4-50-`$1'LABEL_SUFFIX')
##############################################
gcl-2.6.12/gmp4/mpn/powerpc32/powerpc-defs.m4-94-ifelse(`$1',,,
gcl-2.6.12/gmp4/mpn/powerpc32/powerpc-defs.m4:95:`	b$1	L(ASSERT_ok`'ASSERT_counter)
gcl-2.6.12/gmp4/mpn/powerpc32/powerpc-defs.m4-96-	W32	0	C assertion failed
##############################################
gcl-2.6.12/gmp4/mpn/powerpc32/submul_1.asm-49-
gcl-2.6.12/gmp4/mpn/powerpc32/submul_1.asm:50:C This is optimized for the PPC604.  See addmul_1.asm for additional comments.
gcl-2.6.12/gmp4/mpn/powerpc32/submul_1.asm-51-
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/aix.m4-43-`ifelse(`$2',toc,,
gcl-2.6.12/gmp4/mpn/powerpc64/aix.m4:44:`ifelse(`$2',,,`m4_error(`Unrecognised PROLOGUE parameter')')')dnl
gcl-2.6.12/gmp4/mpn/powerpc64/aix.m4-45-	.globl	$1
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/darwin.m4-42-`ifelse(`$2',toc,,
gcl-2.6.12/gmp4/mpn/powerpc64/darwin.m4:43:`ifelse(`$2',,,`m4_error(`Unrecognised PROLOGUE parameter')')')dnl
gcl-2.6.12/gmp4/mpn/powerpc64/darwin.m4-44-	.text
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/darwin.m4-78-`	.non_lazy_symbol_pointer
gcl-2.6.12/gmp4/mpn/powerpc64/darwin.m4:79:`L'$2`'$non_lazy_ptr:
gcl-2.6.12/gmp4/mpn/powerpc64/darwin.m4-80-	.indirect_symbol $2
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/darwin.m4-85-1:	mflr	$1
gcl-2.6.12/gmp4/mpn/powerpc64/darwin.m4:86:	addis	$1, $1, ha16(`L'$2`'$non_lazy_ptr-1b)
gcl-2.6.12/gmp4/mpn/powerpc64/darwin.m4:87:	ld	$1, lo16(`L'$2`'$non_lazy_ptr-1b)($1)
gcl-2.6.12/gmp4/mpn/powerpc64/darwin.m4-88-	mtlr	r0			C restore return address
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/elf.m4-44-`ifelse(`$2',toc,,
gcl-2.6.12/gmp4/mpn/powerpc64/elf.m4:45:`ifelse(`$2',,,`m4_error(`Unrecognised PROLOGUE parameter')')')dnl
gcl-2.6.12/gmp4/mpn/powerpc64/elf.m4-46-ifdef(`ELFv2_ABI',
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/elf.m4-52-$1:
gcl-2.6.12/gmp4/mpn/powerpc64/elf.m4:53:ifelse(`$2',toc,`
gcl-2.6.12/gmp4/mpn/powerpc64/elf.m4-54-0:	addis	2, 12, (.TOC.-0b)@ha
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/lshift.asm-42-C  * Micro-optimise header code
gcl-2.6.12/gmp4/mpn/powerpc64/lshift.asm:43:C  * Keep in synch with rshift.asm and lshiftc.asm
gcl-2.6.12/gmp4/mpn/powerpc64/lshift.asm-44-
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/lshiftc.asm-42-C  * Micro-optimise header code
gcl-2.6.12/gmp4/mpn/powerpc64/lshiftc.asm:43:C  * Keep in synch with lshift.asm and rshift.asm
gcl-2.6.12/gmp4/mpn/powerpc64/lshiftc.asm-44-C  * Could the long-scheduled std insns be less scheduled?
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/mode64/p7/aors_n.asm-39-
gcl-2.6.12/gmp4/mpn/powerpc64/mode64/p7/aors_n.asm:40:C This is a tad bit slower than the cnd_aors_n.asm code, which is of course an
gcl-2.6.12/gmp4/mpn/powerpc64/mode64/p7/aors_n.asm-41-C anomaly.
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/p6/lshift.asm-105-	addi	rp, rp, -16
gcl-2.6.12/gmp4/mpn/powerpc64/p6/lshift.asm:106:L(o$1):	srdi	r10, r8, eval(64-$1)
gcl-2.6.12/gmp4/mpn/powerpc64/p6/lshift.asm-107-	rldimi	r10, r9, $1, 0
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/p6/lshift.asm-110-	std	r10, 0(rp)
gcl-2.6.12/gmp4/mpn/powerpc64/p6/lshift.asm:111:L(e$1):	srdi	r11, r9, eval(64-$1)
gcl-2.6.12/gmp4/mpn/powerpc64/p6/lshift.asm-112-	rldimi	r11, r8, $1, 0
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/p6/lshiftc.asm-107-	addi	rp, rp, -16
gcl-2.6.12/gmp4/mpn/powerpc64/p6/lshiftc.asm:108:L(o$1):	srdi	r10, r8, eval(64-$1)
gcl-2.6.12/gmp4/mpn/powerpc64/p6/lshiftc.asm-109-	rldimi	r10, r9, $1, 0
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/p6/lshiftc.asm-113-	std	r10, 0(rp)
gcl-2.6.12/gmp4/mpn/powerpc64/p6/lshiftc.asm:114:L(e$1):	srdi	r11, r9, eval(64-$1)
gcl-2.6.12/gmp4/mpn/powerpc64/p6/lshiftc.asm-115-	rldimi	r11, r8, $1, 0
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/p6/rshift.asm-105-L(o$1):	srdi	r10, r9, $1
gcl-2.6.12/gmp4/mpn/powerpc64/p6/rshift.asm:106:	rldimi	r10, r8, eval(64-$1), 0
gcl-2.6.12/gmp4/mpn/powerpc64/p6/rshift.asm-107-	ld	r9, 8(up)
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/p6/rshift.asm-110-L(e$1):	srdi	r11, r8, $1
gcl-2.6.12/gmp4/mpn/powerpc64/p6/rshift.asm:111:	rldimi	r11, r9, eval(64-$1), 0
gcl-2.6.12/gmp4/mpn/powerpc64/p6/rshift.asm-112-	bdnz	L(lo$1)
##############################################
gcl-2.6.12/gmp4/mpn/powerpc64/rshift.asm-42-C  * Micro-optimise header code
gcl-2.6.12/gmp4/mpn/powerpc64/rshift.asm:43:C  * Keep in synch with lshift.asm and lshiftc.asm
gcl-2.6.12/gmp4/mpn/powerpc64/rshift.asm-44-
##############################################
gcl-2.6.12/gmp4/mpn/sparc32/sparc-defs.m4-46-`ifelse(HAVE_REGISTER,yes,
gcl-2.6.12/gmp4/mpn/sparc32/sparc-defs.m4:47:`.register `$1',`$2'')')
gcl-2.6.12/gmp4/mpn/sparc32/sparc-defs.m4-48-
##############################################
gcl-2.6.12/gmp4/mpn/sparc32/sparc-defs.m4-71-	sethi	%hi(_GLOBAL_OFFSET_TABLE_+4), %`$3'
gcl-2.6.12/gmp4/mpn/sparc32/sparc-defs.m4:72:	add	%`$3', %lo(_GLOBAL_OFFSET_TABLE_+8), %`$3'
gcl-2.6.12/gmp4/mpn/sparc32/sparc-defs.m4:73:	add	%`$2', %`$3', %`$3'
gcl-2.6.12/gmp4/mpn/sparc32/sparc-defs.m4:74:	sethi	%hi(`$1'), %`$2'
gcl-2.6.12/gmp4/mpn/sparc32/sparc-defs.m4:75:	or	%`$2', %lo(`$1'), %`$2'
gcl-2.6.12/gmp4/mpn/sparc32/sparc-defs.m4:76:	ldx	[%`$3' + %`$2'], %`$2'',`
gcl-2.6.12/gmp4/mpn/sparc32/sparc-defs.m4:77:	setx	`$1', %`$3', %`$2'')')
gcl-2.6.12/gmp4/mpn/sparc32/sparc-defs.m4-78-
##############################################
gcl-2.6.12/gmp4/mpn/x86/README-69-
gcl-2.6.12/gmp4/mpn/x86/README:70:ASM FILES
gcl-2.6.12/gmp4/mpn/x86/README-71-
gcl-2.6.12/gmp4/mpn/x86/README:72:The x86 .asm files are BSD style assembler code, first put through m4 for
gcl-2.6.12/gmp4/mpn/x86/README-73-macro processing.  The generic mpn/asm-defs.m4 is used, together with
##############################################
gcl-2.6.12/gmp4/mpn/x86/README-332-
gcl-2.6.12/gmp4/mpn/x86/README:333:In any case in the asm code we write _GLOBAL_OFFSET_TABLE_ and let a macro
gcl-2.6.12/gmp4/mpn/x86/README-334-in x86-defs.m4 add an extra underscore if required (according to a configure
##############################################
gcl-2.6.12/gmp4/mpn/x86/atom/logops_n.asm-52-define(M4_choose_op,
gcl-2.6.12/gmp4/mpn/x86/atom/logops_n.asm:53:`ifdef(`OPERATION_$1',`
gcl-2.6.12/gmp4/mpn/x86/atom/logops_n.asm-54-define(`M4_function', `mpn_$1')
##############################################
gcl-2.6.12/gmp4/mpn/x86/bdiv_q_1.asm-2-
gcl-2.6.12/gmp4/mpn/x86/bdiv_q_1.asm:3:dnl  Rearranged from mpn/x86/dive_1.asm by Marco Bodrato.
gcl-2.6.12/gmp4/mpn/x86/bdiv_q_1.asm-4-
##############################################
gcl-2.6.12/gmp4/mpn/x86/fat/fat.c-45-
gcl-2.6.12/gmp4/mpn/x86/fat/fat.c:46:/* fat_entry.asm */
gcl-2.6.12/gmp4/mpn/x86/fat/fat.c-47-long __gmpn_cpuid (char [12], int);
##############################################
gcl-2.6.12/gmp4/mpn/x86/fat/fat.c-205-   don't want it to write different values to those fields since some of the
gcl-2.6.12/gmp4/mpn/x86/fat/fat.c:206:   asm routines only operate correctly up to their own defined threshold,
gcl-2.6.12/gmp4/mpn/x86/fat/fat.c-207-   not an arbitrary value.  */
##############################################
gcl-2.6.12/gmp4/mpn/x86/fat/gmp-mparam.h-36-   this might not be true currently is for actual 80386 and 80486 chips,
gcl-2.6.12/gmp4/mpn/x86/fat/gmp-mparam.h:37:   where mpn/x86/dive_1.asm might be slower than mpn/x86/divrem_1.asm, but
gcl-2.6.12/gmp4/mpn/x86/fat/gmp-mparam.h-38-   that's not worth worrying about.  */
##############################################
gcl-2.6.12/gmp4/mpn/x86/k6/cross.pl-37-#
gcl-2.6.12/gmp4/mpn/x86/k6/cross.pl:38:# With no arguments, all .o files corresponding to .asm files are processed.
gcl-2.6.12/gmp4/mpn/x86/k6/cross.pl-39-# This is good in the mpn object directory of a k6*-*-* build.
##############################################
gcl-2.6.12/gmp4/mpn/x86/k6/mmx/logops_n.asm-54-m4_assert_numargs(7)
gcl-2.6.12/gmp4/mpn/x86/k6/mmx/logops_n.asm:55:`ifdef(`OPERATION_$1',`
gcl-2.6.12/gmp4/mpn/x86/k6/mmx/logops_n.asm-56-define(`M4_function',  `mpn_$1')
##############################################
gcl-2.6.12/gmp4/mpn/x86/k7/bdiv_q_1.asm-2-
gcl-2.6.12/gmp4/mpn/x86/k7/bdiv_q_1.asm:3:dnl  Rearranged from mpn/x86/k7/dive_1.asm by Marco Bodrato.
gcl-2.6.12/gmp4/mpn/x86/k7/bdiv_q_1.asm-4-
##############################################
gcl-2.6.12/gmp4/mpn/x86/k7/mmx/copyd.asm-40-C
gcl-2.6.12/gmp4/mpn/x86/k7/mmx/copyd.asm:41:C The various comments in mpn/x86/k7/copyi.asm apply here too.
gcl-2.6.12/gmp4/mpn/x86/k7/mmx/copyd.asm-42-
##############################################
gcl-2.6.12/gmp4/mpn/x86/k7/mmx/lshift.asm-352-
gcl-2.6.12/gmp4/mpn/x86/k7/mmx/lshift.asm:353:define(`disp', `m4_empty_if_zero(eval($1 ifelse(UNROLL_BYTES,256,-128)))')
gcl-2.6.12/gmp4/mpn/x86/k7/mmx/lshift.asm-354-
##############################################
gcl-2.6.12/gmp4/mpn/x86/k7/sqr_basecase.asm-411-
gcl-2.6.12/gmp4/mpn/x86/k7/sqr_basecase.asm:412:define(cmovX,`ifelse(eval(UNROLL_COUNT%2),0,`cmovz($@)',`cmovnz($@)')')
gcl-2.6.12/gmp4/mpn/x86/k7/sqr_basecase.asm-413-
##############################################
gcl-2.6.12/gmp4/mpn/x86/p6/bdiv_q_1.asm-2-
gcl-2.6.12/gmp4/mpn/x86/p6/bdiv_q_1.asm:3:dnl  Rearranged from mpn/x86/p6/dive_1.asm by Marco Bodrato.
gcl-2.6.12/gmp4/mpn/x86/p6/bdiv_q_1.asm-4-
##############################################
gcl-2.6.12/gmp4/mpn/x86/p6/sqr_basecase.asm-434-
gcl-2.6.12/gmp4/mpn/x86/p6/sqr_basecase.asm:435:define(cmovX,`ifelse(eval(UNROLL_COUNT%2),1,`cmovz($@)',`cmovnz($@)')')
gcl-2.6.12/gmp4/mpn/x86/p6/sqr_basecase.asm-436-
##############################################
gcl-2.6.12/gmp4/mpn/x86/pentium/bdiv_q_1.asm-2-
gcl-2.6.12/gmp4/mpn/x86/pentium/bdiv_q_1.asm:3:dnl  Rearranged from mpn/x86/pentium/dive_1.asm by Marco Bodrato.
gcl-2.6.12/gmp4/mpn/x86/pentium/bdiv_q_1.asm-4-
##############################################
gcl-2.6.12/gmp4/mpn/x86/pentium/gmp-mparam.h-35-
gcl-2.6.12/gmp4/mpn/x86/pentium/gmp-mparam.h:36:/* For mpn/x86/pentium/mod_1.asm */
gcl-2.6.12/gmp4/mpn/x86/pentium/gmp-mparam.h-37-#define COUNT_LEADING_ZEROS_NEED_CLZ_TAB
##############################################
gcl-2.6.12/gmp4/mpn/x86/pentium/logops_n.asm-38-define(M4_choose_op,
gcl-2.6.12/gmp4/mpn/x86/pentium/logops_n.asm:39:`ifdef(`OPERATION_$1',`
gcl-2.6.12/gmp4/mpn/x86/pentium/logops_n.asm-40-define(`M4_function', `mpn_$1')
##############################################
gcl-2.6.12/gmp4/mpn/x86/pentium/mmx/gmp-mparam.h-36-
gcl-2.6.12/gmp4/mpn/x86/pentium/mmx/gmp-mparam.h:37:/* For mpn/x86/pentium/mod_1.asm */
gcl-2.6.12/gmp4/mpn/x86/pentium/mmx/gmp-mparam.h-38-#define COUNT_LEADING_ZEROS_NEED_CLZ_TAB
##############################################
gcl-2.6.12/gmp4/mpn/x86/pentium4/sse2/bdiv_q_1.asm-2-
gcl-2.6.12/gmp4/mpn/x86/pentium4/sse2/bdiv_q_1.asm:3:dnl  Rearranged from mpn/x86/pentium4/sse2/dive_1.asm by Marco Bodrato.
gcl-2.6.12/gmp4/mpn/x86/pentium4/sse2/bdiv_q_1.asm-4-
##############################################
gcl-2.6.12/gmp4/mpn/x86/sqr_basecase.asm-53-C
gcl-2.6.12/gmp4/mpn/x86/sqr_basecase.asm:54:C The addmul loop here is also not unrolled like aorsmul_1.asm and
gcl-2.6.12/gmp4/mpn/x86/sqr_basecase.asm:55:C mul_basecase.asm are.  Perhaps it should be done.  It'd add to the
gcl-2.6.12/gmp4/mpn/x86/sqr_basecase.asm-56-C complexity, but if it's worth doing in the other places then it should be
##############################################
gcl-2.6.12/gmp4/mpn/x86/sqr_basecase.asm-58-C
gcl-2.6.12/gmp4/mpn/x86/sqr_basecase.asm:59:C A fully-unrolled style like other sqr_basecase.asm versions (k6, k7, p6)
gcl-2.6.12/gmp4/mpn/x86/sqr_basecase.asm-60-C might be worth considering.  That'd add quite a bit to the code size, but
##############################################
gcl-2.6.12/gmp4/mpn/x86/t-zdisp.sh-46-
gcl-2.6.12/gmp4/mpn/x86/t-zdisp.sh:47:cat >tmp-zdisptest.asm <<\EOF
gcl-2.6.12/gmp4/mpn/x86/t-zdisp.sh-48-
##############################################
gcl-2.6.12/gmp4/mpn/x86/t-zdisp.sh-53-`define(`Zdisp_found',1)dnl
gcl-2.6.12/gmp4/mpn/x86/t-zdisp.sh:54:ifelse(`$2',0,`	$1	$2$3, $4')`'dnl
gcl-2.6.12/gmp4/mpn/x86/t-zdisp.sh:55:ifelse(`$3',0,`	$1	$2, $3$4')`'dnl
gcl-2.6.12/gmp4/mpn/x86/t-zdisp.sh-56-
##############################################
gcl-2.6.12/gmp4/mpn/x86/t-zdisp.sh-62-
gcl-2.6.12/gmp4/mpn/x86/t-zdisp.sh:63:m4 tmp-zdisptest.asm >tmp-zdisptest.s
gcl-2.6.12/gmp4/mpn/x86/t-zdisp.sh-64-as -o tmp-zdisptest.o tmp-zdisptest.s
##############################################
gcl-2.6.12/gmp4/mpn/x86/t-zdisp2.pl-41-#
gcl-2.6.12/gmp4/mpn/x86/t-zdisp2.pl:42:# No output means everything is ok.  All the asm files are put through m4 in
gcl-2.6.12/gmp4/mpn/x86/t-zdisp2.pl-43-# PIC and non-PIC modes, and in each multi-function form, all of which can
##############################################
gcl-2.6.12/gmp4/mpn/x86/t-zdisp2.pl-105-
gcl-2.6.12/gmp4/mpn/x86/t-zdisp2.pl:106:sub process_asm {
gcl-2.6.12/gmp4/mpn/x86/t-zdisp2.pl-107-  my ($file) = @_;
##############################################
gcl-2.6.12/gmp4/mpn/x86/t-zdisp2.pl-129-        my $pat=$1;
gcl-2.6.12/gmp4/mpn/x86/t-zdisp2.pl:130:        $pat = eval($pat);
gcl-2.6.12/gmp4/mpn/x86/t-zdisp2.pl-131-        next if ($pat != 0);
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-189-ifelse(MCOUNT_NONPIC_REG,,,
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:190:`	movl	`$'L(mcount_data_`'mcount_counter), MCOUNT_NONPIC_REG
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-191-')dnl
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-379-`ALIGN($1)
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:380:forloop(`i',1,$2,`	nop
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-381-')')
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-417-`ifelse(defframe_empty_if_zero_disabled,1,
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:418:`eval($1)',
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-419-`m4_empty_if_zero($1)')')
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-423-m4_assert_numargs(3)
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:424:`ifelse(eval(($3)+($2)<0),1,
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-425-`m4_error(`$1 at frame offset $2 used when FRAME is only $3 bytes
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-454-m4_assert_defined(`FRAME')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:455:`deflit(`FRAME',eval(FRAME-($1)))')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-456-
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-459-m4_assert_defined(`FRAME')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:460:`deflit(`FRAME',eval(FRAME+($1)))')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-461-
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-563-m4_assert_numargs_range(1,999)
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:564:`ifelse(eval($#<3),1,
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-565-`m4_error(`unrecognised part of x86 instruction: $1
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-566-')',
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:567:`ifelse(`$1',`$2', `$3',
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-568-`x86_lookup(`$1',shift(shift(shift($@))))')')')
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-571-m4_assert_numargs_range(1,999)
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:572:`ifelse(eval($#<3),1, `0',
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:573:`ifelse(`$1',`$2',    `1',
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-574-`x86_lookup_p(`$1',shift(shift(shift($@))))')')')
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-651-`ifelse(m4_length(`$1'),0,,
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:652:`define_cmov(`$1',`$2')define_cmov_many(shift(shift($@)))')')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-653-
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-654-dnl  Called: define_cmov(cond,tttn)
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:655:dnl  Emit basically define(cmov<cond>,`cmov_internal(<cond>,<ttn>,`$1',`$2')')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-656-define(define_cmov,
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-670-15, dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:671:eval(64+$2), dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:672:eval(192+8*x86_opcode_reg32(`$4')+x86_opcode_reg32(`$3')) dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-673-	C `$1 $3, $4'')
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-709-`.byte 0x0f,0xf6,dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:710:eval(192+x86_opcode_regmmx(`$2')*8+x86_opcode_regmmx(`$1')) dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-711-	C `psadbw $1, $2'')
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-754-define(Zdisp_1,`dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:755:Zdisp_match( adcl, 0,(%edx), %eax,        `0x13,0x42,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:756:Zdisp_match( adcl, 0,(%edx), %ebx,        `0x13,0x5a,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:757:Zdisp_match( adcl, 0,(%edx), %esi,        `0x13,0x72,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:758:Zdisp_match( addl, %ebx, 0,(%edi),        `0x01,0x5f,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:759:Zdisp_match( addl, %ecx, 0,(%edi),        `0x01,0x4f,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:760:Zdisp_match( addl, %esi, 0,(%edi),        `0x01,0x77,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:761:Zdisp_match( sbbl, 0,(%edx), %eax,        `0x1b,0x42,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:762:Zdisp_match( sbbl, 0,(%edx), %esi,        `0x1b,0x72,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:763:Zdisp_match( subl, %ecx, 0,(%edi),        `0x29,0x4f,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:764:Zdisp_match( movzbl, 0,(%eax,%ebp), %eax, `0x0f,0xb6,0x44,0x28,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:765:Zdisp_match( movzbl, 0,(%ecx,%edi), %edi, `0x0f,0xb6,0x7c,0x39,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:766:Zdisp_match( adc, 0,(%ebx,%ecx,4), %eax,  `0x13,0x44,0x8b,0x00',      $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:767:Zdisp_match( sbb, 0,(%ebx,%ecx,4), %eax,  `0x1b,0x44,0x8b,0x00',      $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-768-')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-769-define(Zdisp_2,`dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:770:Zdisp_match( movl, %eax, 0,(%edi),        `0x89,0x47,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:771:Zdisp_match( movl, %ebx, 0,(%edi),        `0x89,0x5f,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:772:Zdisp_match( movl, %esi, 0,(%edi),        `0x89,0x77,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:773:Zdisp_match( movl, 0,(%ebx), %eax,        `0x8b,0x43,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:774:Zdisp_match( movl, 0,(%ebx), %esi,        `0x8b,0x73,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:775:Zdisp_match( movl, 0,(%edx), %eax,        `0x8b,0x42,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:776:Zdisp_match( movl, 0,(%esi), %eax,        `0x8b,0x46,0x00',           $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:777:Zdisp_match( movl, 0,(%esi,%ecx,4), %eax, `0x8b,0x44,0x8e,0x00',      $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:778:Zdisp_match( mov, 0,(%esi,%ecx,4), %eax,  `0x8b,0x44,0x8e,0x00',      $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:779:Zdisp_match( mov, %eax, 0,(%edi,%ecx,4),  `0x89,0x44,0x8f,0x00',      $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-780-')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-781-define(Zdisp_3,`dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:782:Zdisp_match( movq, 0,(%eax,%ecx,8), %mm0, `0x0f,0x6f,0x44,0xc8,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:783:Zdisp_match( movq, 0,(%ebx,%eax,4), %mm0, `0x0f,0x6f,0x44,0x83,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:784:Zdisp_match( movq, 0,(%ebx,%eax,4), %mm2, `0x0f,0x6f,0x54,0x83,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:785:Zdisp_match( movq, 0,(%ebx,%ecx,4), %mm0, `0x0f,0x6f,0x44,0x8b,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:786:Zdisp_match( movq, 0,(%edx), %mm0,        `0x0f,0x6f,0x42,0x00',      $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:787:Zdisp_match( movq, 0,(%esi), %mm0,        `0x0f,0x6f,0x46,0x00',      $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:788:Zdisp_match( movq, %mm0, 0,(%edi),        `0x0f,0x7f,0x47,0x00',      $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:789:Zdisp_match( movq, %mm2, 0,(%ecx,%eax,4), `0x0f,0x7f,0x54,0x81,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:790:Zdisp_match( movq, %mm2, 0,(%edx,%eax,4), `0x0f,0x7f,0x54,0x82,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:791:Zdisp_match( movq, %mm0, 0,(%edx,%ecx,8), `0x0f,0x7f,0x44,0xca,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-792-')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-793-define(Zdisp_4,`dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:794:Zdisp_match( movd, 0,(%eax,%ecx,4), %mm0, `0x0f,0x6e,0x44,0x88,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:795:Zdisp_match( movd, 0,(%eax,%ecx,8), %mm1, `0x0f,0x6e,0x4c,0xc8,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:796:Zdisp_match( movd, 0,(%edx,%ecx,8), %mm0, `0x0f,0x6e,0x44,0xca,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:797:Zdisp_match( movd, %mm0, 0,(%eax,%ecx,4), `0x0f,0x7e,0x44,0x88,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:798:Zdisp_match( movd, %mm0, 0,(%ecx,%eax,4), `0x0f,0x7e,0x44,0x81,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:799:Zdisp_match( movd, %mm2, 0,(%ecx,%eax,4), `0x0f,0x7e,0x54,0x81,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:800:Zdisp_match( movd, %mm0, 0,(%edx,%ecx,4), `0x0f,0x7e,0x44,0x8a,0x00', $@)`'dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-801-')
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-804-m4_assert_numargs(9)
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:805:`ifelse(eval(m4_stringequal_p(`$1',`$6')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-806-	&& m4_stringequal_p(`$2',0)
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:807:	&& m4_stringequal_p(`$3',`$8')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:808:	&& m4_stringequal_p(`$4',`$9')),1,
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-809-`define(`Zdisp_found',1)dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:810:ifelse(eval(`$7'),0,
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:811:`	.byte	$5  C `$1 0$3, $4'',
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-812-`	$6	$7$8, $9')',
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-813-
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:814:`ifelse(eval(m4_stringequal_p(`$1',`$6')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:815:	&& m4_stringequal_p(`$2',`$7')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-816-	&& m4_stringequal_p(`$3',0)
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:817:	&& m4_stringequal_p(`$4',`$9')),1,
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-818-`define(`Zdisp_found',1)dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:819:ifelse(eval(`$8'),0,
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:820:`	.byte	$5  C `$1 $2, 0$4'',
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-821-`	$6	$7, $8$9')')')')
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-859-
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:860:dnl  Effectively: define(shldl,`shd_instruction(`$0',`$1',`$2',`$3')') etc
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-861-define_shd_instruction(shldl)
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-869-m4_assert_defined(`WANT_SHLDL_CL')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:870:`ifelse(eval(m4_stringequal_p(`$2',`%cl') && !WANT_SHLDL_CL),1,
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:871:``$1'	`$3', `$4'',
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:872:``$1'	`$2', `$3', `$4'')')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-873-
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-904-	`C ASSERT
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:905:ifelse(`$2',,,`	pushf	ifdef(`FRAME',`FRAME_pushl()')')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-906-	$2
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:907:	j`$1'	L(ASSERT_ok`'ASSERT_counter)
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-908-	ud2	C assertion failed
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-909-L(ASSERT_ok`'ASSERT_counter):
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:910:ifelse(`$2',,,`	popf	ifdef(`FRAME',`FRAME_popl()')')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-911-define(`ASSERT_counter',incr(ASSERT_counter))')')')
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-936-	popl	$2	C %eip
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:937:	addl	`$'$1-L(movl_text_address_`'movl_text_address_counter), $2
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-938-define(`movl_text_address_counter',incr(movl_text_address_counter))',
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-945-dnl
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:946:dnl  Expand to either "notl `reg'" or "xorl $GMP_NUMB_BITS,`reg'" as
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-947-dnl  appropriate for nails in use or not.
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-952-`notl	`$1'',
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:953:`xorl	$GMP_NUMB_MASK, `$1'')')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-954-
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-965-	ret_internal
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:966:	SIZE($'`1, .-$'`1)')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-967-
##############################################
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-983-m4_assert_numargs(1)
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4:984:`	SIZE(`$1',.-`$1')')
gcl-2.6.12/gmp4/mpn/x86/x86-defs.m4-985-
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/atom/aorrlsh1_n.asm-37-C  * This code is slightly large at 433 bytes.
gcl-2.6.12/gmp4/mpn/x86_64/atom/aorrlsh1_n.asm:38:C  * sublsh1_n.asm and this file use the same basic pattern.
gcl-2.6.12/gmp4/mpn/x86_64/atom/aorrlsh1_n.asm-39-
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/atom/sublsh1_n.asm-37-C  * This code is slightly large at 501 bytes.
gcl-2.6.12/gmp4/mpn/x86_64/atom/sublsh1_n.asm:38:C  * aorrlsh1_n.asm and this file use the same basic pattern.
gcl-2.6.12/gmp4/mpn/x86_64/atom/sublsh1_n.asm-39-
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/core2/mul_basecase.asm-120-ifdef(`N',,`define(`N',0)')
gcl-2.6.12/gmp4/mpn/x86_64/core2/mul_basecase.asm:121:define(`MOV', `ifelse(eval(N & $3),0,`mov	$1, $2',`lea	($1), $2')')
gcl-2.6.12/gmp4/mpn/x86_64/core2/mul_basecase.asm-122-
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/core2/mullo_basecase.asm-91-ifdef(`N',,`define(`N',0)')
gcl-2.6.12/gmp4/mpn/x86_64/core2/mullo_basecase.asm:92:define(`MOV', `ifelse(eval(N & $3),0,`mov	$1, $2',`lea	($1), $2')')
gcl-2.6.12/gmp4/mpn/x86_64/core2/mullo_basecase.asm-93-
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/core2/sqr_basecase.asm-132-ifdef(`N',,`define(`N',0)')
gcl-2.6.12/gmp4/mpn/x86_64/core2/sqr_basecase.asm:133:define(`MOV', `ifelse(eval(N & $3),0,`mov	$1, $2',`lea	($1), $2')')
gcl-2.6.12/gmp4/mpn/x86_64/core2/sqr_basecase.asm-134-
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/div_qr_2n_pi1.asm-99-	C udiv_qr_3by2 (q,u2,u1,u2,u1,n0, d1,d0,di)
gcl-2.6.12/gmp4/mpn/x86_64/div_qr_2n_pi1.asm:100:	C Based on the optimized divrem_2.asm code.
gcl-2.6.12/gmp4/mpn/x86_64/div_qr_2n_pi1.asm-101-
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/div_qr_2u_pi1.asm-122-	C udiv_qr_3by2 (q,u2,u1,u2,u1,n0, d1,d0,di)
gcl-2.6.12/gmp4/mpn/x86_64/div_qr_2u_pi1.asm:123:	C Based on the optimized divrem_2.asm code.
gcl-2.6.12/gmp4/mpn/x86_64/div_qr_2u_pi1.asm-124-
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/dos64.m4-70-	mov	%rcx, %rdi
gcl-2.6.12/gmp4/mpn/x86_64/dos64.m4:71:ifelse(eval($1>=2),1,`dnl
gcl-2.6.12/gmp4/mpn/x86_64/dos64.m4-72-	mov	%rdx, %rsi
gcl-2.6.12/gmp4/mpn/x86_64/dos64.m4:73:ifelse(eval($1>=3),1,`dnl
gcl-2.6.12/gmp4/mpn/x86_64/dos64.m4-74-	mov	%r8, %rdx
gcl-2.6.12/gmp4/mpn/x86_64/dos64.m4:75:ifelse(eval($1>=4),1,`dnl
gcl-2.6.12/gmp4/mpn/x86_64/dos64.m4-76-	mov	%r9, %rcx
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/fat/fat.c-48-
gcl-2.6.12/gmp4/mpn/x86_64/fat/fat.c:49:/* fat_entry.asm */
gcl-2.6.12/gmp4/mpn/x86_64/fat/fat.c-50-long __gmpn_cpuid (char [12], int);
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/fat/fat.c-195-   don't want it to write different values to those fields since some of the
gcl-2.6.12/gmp4/mpn/x86_64/fat/fat.c:196:   asm routines only operate correctly up to their own defined threshold,
gcl-2.6.12/gmp4/mpn/x86_64/fat/fat.c-197-   not an arbitrary value.  */
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/fat/gmp-mparam.h-37-   this might not be true currently is for actual 80386 and 80486 chips,
gcl-2.6.12/gmp4/mpn/x86_64/fat/gmp-mparam.h:38:   where mpn/x86/dive_1.asm might be slower than mpn/x86/divrem_1.asm, but
gcl-2.6.12/gmp4/mpn/x86_64/fat/gmp-mparam.h-39-   that's not worth worrying about.  */
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/k8/redc_1.asm-57-C  * Micro-optimise, none performed thus far.
gcl-2.6.12/gmp4/mpn/x86_64/k8/redc_1.asm:58:C  * This looks different from other current redc_1.asm variants.  Consider
gcl-2.6.12/gmp4/mpn/x86_64/k8/redc_1.asm-59-C    adapting this to the mainstream style.
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/rsh1aors_n.asm-44-C TODO
gcl-2.6.12/gmp4/mpn/x86_64/rsh1aors_n.asm:45:C  * Rewrite to use indexed addressing, like addlsh1.asm and sublsh1.asm.
gcl-2.6.12/gmp4/mpn/x86_64/rsh1aors_n.asm-46-
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-129-	$2
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:130:	j`$1'	L(ASSERT_ok`'ASSERT_counter)
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-131-	ud2	C assertion failed
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-132-L(ASSERT_ok`'ASSERT_counter):
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:133:ifelse(`$2',,,`	popfq')
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-134-define(`ASSERT_counter',incr(ASSERT_counter))')')')
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-154-m4_assert_numargs(1)
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:155:`	SIZE(`$1',.-`$1')')
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-156-
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-158-define(`R32',
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:159:	`ifelse($1,`%rax',`%eax',
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-160-		$1,`%rbx',`%ebx',
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-174-define(`R8',
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:175:	`ifelse($1,`%rax',`%al',
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-176-		$1,`%rbx',`%bl',
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-247-m4_assert_numargs_range(1,999)
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:248:`ifelse(eval($#<3),1,
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-249-`m4_error(`unrecognised part of x86 instruction: $1
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-250-')',
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:251:`ifelse(`$1',`$2', `$3',
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-252-`x86_lookup(`$1',shift(shift(shift($@))))')')')
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-288-`.byte	0x66,dnl
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:289:ifelse(eval(x86_opcode_regxmm($3) >= 8 || x86_opcode_regxmm($2) >= 8),1,
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:290:       `eval(0x40+x86_opcode_regxmm($3)/8*4+x86_opcode_regxmm($2)/8),')dnl
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-291-0x0f,0x3a,0x0f,dnl
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:292:eval(0xc0+x86_opcode_regxmm($3)%8*8+x86_opcode_regxmm($2)%8),dnl
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-293-substr($1,1)')
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-303-define(`regnum',`x86_lookup(`$1',oplist)')
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:304:define(`regnumh',`eval(regnum($1)/8 & 1)')
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:305:define(`ix',`eval(regnum($1)/16)')
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-306-define(`oplist',
##############################################
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-340-`.byte	0xc4`'dnl
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:341:,0x`'eval(0xe2^32*regnumh($1)^128*regnumh($3),16)`'dnl
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:342:,0x`'eval(0xfb-8*regnum($2),16)`'dnl
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-343-,0xf6`'dnl
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:344:,0x`'eval(0xc0+(7 & regnum($1))+8*(7 & regnum($3))-0xc0*ix($1),16)`'dnl
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-345-',$#,4,
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-346-`.byte	0xc4`'dnl
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:347:,0x`'eval(0xe2^32*regnumh($2)^128*regnumh($4),16)`'dnl
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:348:,0x`'eval(0xfb-8*regnum($3),16)`'dnl
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-349-,0xf6`'dnl
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:350:,0x`'eval(0x40+(7 & regnum($2))+8*(7 & regnum($4)),16)`'dnl
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4:351:,0x`'eval(($1 + 256) % 256,16)`'dnl
gcl-2.6.12/gmp4/mpn/x86_64/x86_64-defs.m4-352-')')
##############################################
gcl-2.6.12/gmp4/mpq/Makefile.in-68-  { \
gcl-2.6.12/gmp4/mpq/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/mpq/Makefile.in-70-  }; \
##############################################
gcl-2.6.12/gmp4/mpq/Makefile.in-421-.c.obj:
gcl-2.6.12/gmp4/mpq/Makefile.in:422:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/mpq/Makefile.in-423-
##############################################
gcl-2.6.12/gmp4/mpq/Makefile.in-462-GTAGS:
gcl-2.6.12/gmp4/mpq/Makefile.in:463:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/mpq/Makefile.in-464-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/mpq/Makefile.in-485-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/mpq/Makefile.in:486:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/mpq/Makefile.in:487:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/mpq/Makefile.in-488-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/mpq/Makefile.in-499-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/mpq/Makefile.in:500:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/mpq/Makefile.in-501-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/mpz/Makefile.in-68-  { \
gcl-2.6.12/gmp4/mpz/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/mpz/Makefile.in-70-  }; \
##############################################
gcl-2.6.12/gmp4/mpz/Makefile.in-472-.c.obj:
gcl-2.6.12/gmp4/mpz/Makefile.in:473:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/mpz/Makefile.in-474-
##############################################
gcl-2.6.12/gmp4/mpz/Makefile.in-513-GTAGS:
gcl-2.6.12/gmp4/mpz/Makefile.in:514:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/mpz/Makefile.in-515-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/mpz/Makefile.in-536-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/mpz/Makefile.in:537:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/mpz/Makefile.in:538:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/mpz/Makefile.in-539-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/mpz/Makefile.in-550-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/mpz/Makefile.in:551:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/mpz/Makefile.in-552-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/printf/Makefile.in-68-  { \
gcl-2.6.12/gmp4/printf/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/printf/Makefile.in-70-  }; \
##############################################
gcl-2.6.12/gmp4/printf/Makefile.in-420-.c.obj:
gcl-2.6.12/gmp4/printf/Makefile.in:421:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/printf/Makefile.in-422-
##############################################
gcl-2.6.12/gmp4/printf/Makefile.in-461-GTAGS:
gcl-2.6.12/gmp4/printf/Makefile.in:462:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/printf/Makefile.in-463-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/printf/Makefile.in-484-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/printf/Makefile.in:485:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/printf/Makefile.in:486:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/printf/Makefile.in-487-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/printf/Makefile.in-498-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/printf/Makefile.in:499:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/printf/Makefile.in-500-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/rand/Makefile.in-68-  { \
gcl-2.6.12/gmp4/rand/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/rand/Makefile.in-70-  }; \
##############################################
gcl-2.6.12/gmp4/rand/Makefile.in-414-.c.obj:
gcl-2.6.12/gmp4/rand/Makefile.in:415:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/rand/Makefile.in-416-
##############################################
gcl-2.6.12/gmp4/rand/Makefile.in-455-GTAGS:
gcl-2.6.12/gmp4/rand/Makefile.in:456:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/rand/Makefile.in-457-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/rand/Makefile.in-478-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/rand/Makefile.in:479:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/rand/Makefile.in:480:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/rand/Makefile.in-481-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/rand/Makefile.in-492-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/rand/Makefile.in:493:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/rand/Makefile.in-494-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/scanf/Makefile.in-68-  { \
gcl-2.6.12/gmp4/scanf/Makefile.in:69:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/scanf/Makefile.in-70-  }; \
##############################################
gcl-2.6.12/gmp4/scanf/Makefile.in-413-.c.obj:
gcl-2.6.12/gmp4/scanf/Makefile.in:414:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/scanf/Makefile.in-415-
##############################################
gcl-2.6.12/gmp4/scanf/Makefile.in-454-GTAGS:
gcl-2.6.12/gmp4/scanf/Makefile.in:455:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/scanf/Makefile.in-456-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/scanf/Makefile.in-477-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/scanf/Makefile.in:478:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/scanf/Makefile.in:479:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/scanf/Makefile.in-480-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/scanf/Makefile.in-491-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/scanf/Makefile.in:492:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/scanf/Makefile.in-493-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.am-29-
gcl-2.6.12/gmp4/tests/Makefile.am:30:EXTRA_libtests_la_SOURCES = amd64call.asm amd64check.c x86call.asm x86check.c \
gcl-2.6.12/gmp4/tests/Makefile.am:31:    arm32call.asm arm32check.c
gcl-2.6.12/gmp4/tests/Makefile.am-32-libtests_la_SOURCES = tests.h \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-84-  { \
gcl-2.6.12/gmp4/tests/Makefile.in:85:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/tests/Makefile.in-86-  }; \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-285-}
gcl-2.6.12/gmp4/tests/Makefile.in:286:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gcl-2.6.12/gmp4/tests/Makefile.in-287-am__vpath_adj = case $$p in \
gcl-2.6.12/gmp4/tests/Makefile.in:288:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gcl-2.6.12/gmp4/tests/Makefile.in-289-    *) f=$$p;; \
gcl-2.6.12/gmp4/tests/Makefile.in-290-  esac;
gcl-2.6.12/gmp4/tests/Makefile.in:291:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gcl-2.6.12/gmp4/tests/Makefile.in-292-am__install_max = 40
gcl-2.6.12/gmp4/tests/Makefile.in-293-am__nobase_strip_setup = \
gcl-2.6.12/gmp4/tests/Makefile.in:294:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gcl-2.6.12/gmp4/tests/Makefile.in-295-am__nobase_strip = \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-413-case "$@" in						\
gcl-2.6.12/gmp4/tests/Makefile.in:414:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
gcl-2.6.12/gmp4/tests/Makefile.in-415-    *) am__odir=.;; 					\
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-443-  bases='$(TEST_LOGS)'; \
gcl-2.6.12/gmp4/tests/Makefile.in:444:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/Makefile.in:445:  bases=`echo $$bases`
gcl-2.6.12/gmp4/tests/Makefile.in-446-RECHECK_LOGS = $(TEST_LOGS)
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-455-        */*) b='$*';; \
gcl-2.6.12/gmp4/tests/Makefile.in:456:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/Makefile.in-457-       esac;; \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-475-  while test -n "$$dir1"; do \
gcl-2.6.12/gmp4/tests/Makefile.in:476:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gcl-2.6.12/gmp4/tests/Makefile.in-477-    if test "$$first" != "."; then \
gcl-2.6.12/gmp4/tests/Makefile.in-478-      if test "$$first" = ".."; then \
gcl-2.6.12/gmp4/tests/Makefile.in:479:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gcl-2.6.12/gmp4/tests/Makefile.in:480:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gcl-2.6.12/gmp4/tests/Makefile.in-481-      else \
gcl-2.6.12/gmp4/tests/Makefile.in:482:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gcl-2.6.12/gmp4/tests/Makefile.in-483-        if test "$$first2" = "$$first"; then \
gcl-2.6.12/gmp4/tests/Makefile.in:484:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gcl-2.6.12/gmp4/tests/Makefile.in-485-        else \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-490-    fi; \
gcl-2.6.12/gmp4/tests/Makefile.in:491:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gcl-2.6.12/gmp4/tests/Makefile.in-492-  done; \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-676-# On IRIX 6 native make this doesn't work properly though.  Somehow .c
gcl-2.6.12/gmp4/tests/Makefile.in:677:# remains ahead of .s, perhaps because .c.s is a builtin rule.  .asm works
gcl-2.6.12/gmp4/tests/Makefile.in-678-# fine though, and mpn/mips3 uses this.
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-686-check_LTLIBRARIES = libtests.la
gcl-2.6.12/gmp4/tests/Makefile.in:687:EXTRA_libtests_la_SOURCES = amd64call.asm amd64check.c x86call.asm x86check.c \
gcl-2.6.12/gmp4/tests/Makefile.in:688:    arm32call.asm arm32check.c
gcl-2.6.12/gmp4/tests/Makefile.in-689-
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-698-.SUFFIXES:
gcl-2.6.12/gmp4/tests/Makefile.in:699:.SUFFIXES: .s .S .asm .c .lo .log .o .obj .test .test$(EXEEXT) .trs
gcl-2.6.12/gmp4/tests/Makefile.in-700-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../mpn/Makeasm.am $(am__configure_deps)
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-750-	test -n "$(EXEEXT)" || exit 0; \
gcl-2.6.12/gmp4/tests/Makefile.in:751:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gcl-2.6.12/gmp4/tests/Makefile.in-752-	echo " rm -f" $$list; \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-800-.c.obj:
gcl-2.6.12/gmp4/tests/Makefile.in:801:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/tests/Makefile.in-802-
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-825-	dot_seen=no; \
gcl-2.6.12/gmp4/tests/Makefile.in:826:	target=`echo $@ | sed s/-recursive//`; \
gcl-2.6.12/gmp4/tests/Makefile.in-827-	case "$@" in \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-888-GTAGS:
gcl-2.6.12/gmp4/tests/Makefile.in:889:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/tests/Makefile.in-890-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-931-	if test -n "$$redo_bases"; then \
gcl-2.6.12/gmp4/tests/Makefile.in:932:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/Makefile.in:933:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/Makefile.in-934-	  if $(am__make_dryrun); then :; else \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-956-	ws='[ 	]'; \
gcl-2.6.12/gmp4/tests/Makefile.in:957:	results=`for b in $$bases; do echo $$b.trs; done`; \
gcl-2.6.12/gmp4/tests/Makefile.in-958-	test -n "$$results" || results=/dev/null; \
gcl-2.6.12/gmp4/tests/Makefile.in:959:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/Makefile.in:960:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/Makefile.in:961:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/Makefile.in:962:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/Makefile.in:963:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/Makefile.in:964:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/Makefile.in:965:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/Makefile.in:966:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
gcl-2.6.12/gmp4/tests/Makefile.in-967-	  success=true; \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-1035-	@set +e; $(am__set_TESTS_bases); \
gcl-2.6.12/gmp4/tests/Makefile.in:1036:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/Makefile.in:1037:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/Makefile.in:1038:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
gcl-2.6.12/gmp4/tests/Makefile.in-1039-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-1045-	         | $(am__list_recheck_tests)` || exit 1; \
gcl-2.6.12/gmp4/tests/Makefile.in:1046:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/Makefile.in:1047:	log_list=`echo $$log_list`; \
gcl-2.6.12/gmp4/tests/Makefile.in-1048-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-1130-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/tests/Makefile.in:1131:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/Makefile.in:1132:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/Makefile.in-1133-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-1144-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/tests/Makefile.in:1145:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/tests/Makefile.in-1146-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-1314-.s.o:
gcl-2.6.12/gmp4/tests/Makefile.in:1315:	$(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
gcl-2.6.12/gmp4/tests/Makefile.in-1316-.s.obj:
gcl-2.6.12/gmp4/tests/Makefile.in:1317:	$(CCAS) $(COMPILE_FLAGS) `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
gcl-2.6.12/gmp4/tests/Makefile.in-1318-.s.lo:
gcl-2.6.12/gmp4/tests/Makefile.in:1319:	$(LIBTOOL) --mode=compile --tag=CC $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
gcl-2.6.12/gmp4/tests/Makefile.in-1320-
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-1329-.S.o:
gcl-2.6.12/gmp4/tests/Makefile.in:1330:	$(CPP) $(PREPROCESS_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$< | grep -v '^#' >tmp-$*.s
gcl-2.6.12/gmp4/tests/Makefile.in-1331-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-1333-.S.obj:
gcl-2.6.12/gmp4/tests/Makefile.in:1334:	$(CPP) $(PREPROCESS_FLAGS) `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` | grep -v '^#' >tmp-$*.s
gcl-2.6.12/gmp4/tests/Makefile.in-1335-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-1337-.S.lo:
gcl-2.6.12/gmp4/tests/Makefile.in:1338:	$(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/cpp-ccas --cpp="$(CPP) $(PREPROCESS_FLAGS)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
gcl-2.6.12/gmp4/tests/Makefile.in-1339-
gcl-2.6.12/gmp4/tests/Makefile.in:1340:# .asm assembler, preprocessed with m4.
gcl-2.6.12/gmp4/tests/Makefile.in-1341-#
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-1348-# with a special m4-ccas script which first m4 preprocesses, then compiles.
gcl-2.6.12/gmp4/tests/Makefile.in:1349:# --tag=CC is necessary since foo.asm is otherwise unknown to libtool.
gcl-2.6.12/gmp4/tests/Makefile.in-1350-#
gcl-2.6.12/gmp4/tests/Makefile.in:1351:# Libtool adds -DPIC when building a shared object and the .asm files look
gcl-2.6.12/gmp4/tests/Makefile.in-1352-# for that.  But it should be noted that the other PIC flags are on occasion
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-1357-.asm.o:
gcl-2.6.12/gmp4/tests/Makefile.in:1358:	$(M4) -DOPERATION_$* `test -f '$<' || echo '$(srcdir)/'`$< >tmp-$*.s
gcl-2.6.12/gmp4/tests/Makefile.in-1359-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-1361-.asm.obj:
gcl-2.6.12/gmp4/tests/Makefile.in:1362:	$(M4) -DOPERATION_$* `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` >tmp-$*.s
gcl-2.6.12/gmp4/tests/Makefile.in-1363-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/tests/Makefile.in-1365-.asm.lo:
gcl-2.6.12/gmp4/tests/Makefile.in:1366:	$(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/m4-ccas --m4="$(M4)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
gcl-2.6.12/gmp4/tests/Makefile.in-1367-
##############################################
gcl-2.6.12/gmp4/tests/amd64call.asm-67-
gcl-2.6.12/gmp4/tests/amd64call.asm:68:define(`WANT_RBX', eval(8*0)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:69:define(`WANT_RBP', eval(8*1)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:70:define(`WANT_R12', eval(8*2)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:71:define(`WANT_R13', eval(8*3)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:72:define(`WANT_R14', eval(8*4)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:73:define(`WANT_R15', eval(8*5)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm-74-
gcl-2.6.12/gmp4/tests/amd64call.asm:75:define(`JUNK_RAX', eval(8*6)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:76:define(`JUNK_R10', eval(8*7)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:77:define(`JUNK_R11', eval(8*8)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm-78-
gcl-2.6.12/gmp4/tests/amd64call.asm:79:define(`SAVE_RBX', eval(8*9)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:80:define(`SAVE_RBP', eval(8*10)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:81:define(`SAVE_R12', eval(8*11)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:82:define(`SAVE_R13', eval(8*12)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:83:define(`SAVE_R14', eval(8*13)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:84:define(`SAVE_R15', eval(8*14)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm-85-
gcl-2.6.12/gmp4/tests/amd64call.asm:86:define(`RETADDR',  eval(8*15)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm-87-
gcl-2.6.12/gmp4/tests/amd64call.asm:88:define(`RBX',	   eval(8*16)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:89:define(`RBP',	   eval(8*17)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:90:define(`R12',	   eval(8*18)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:91:define(`R13',	   eval(8*19)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:92:define(`R14',	   eval(8*20)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:93:define(`R15',	   eval(8*21)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm:94:define(`RFLAGS',   eval(8*22)($1))
gcl-2.6.12/gmp4/tests/amd64call.asm-95-
##############################################
gcl-2.6.12/gmp4/tests/amd64call.asm-104-	mov	G(calling_conventions_values)@GOTPCREL(%rip), %rax
gcl-2.6.12/gmp4/tests/amd64call.asm:105:	pop	RETADDR(%rax)
gcl-2.6.12/gmp4/tests/amd64call.asm-106-
##############################################
gcl-2.6.12/gmp4/tests/amd64call.asm-158-
gcl-2.6.12/gmp4/tests/amd64call.asm:159:	push	RETADDR(%rcx)
gcl-2.6.12/gmp4/tests/amd64call.asm-160-
##############################################
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-56-  { \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-58-  }; \
##############################################
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-339-}
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:340:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-341-am__vpath_adj = case $$p in \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:342:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-343-    *) f=$$p;; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-344-  esac;
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:345:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-346-am__install_max = 40
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-347-am__nobase_strip_setup = \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:348:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-349-am__nobase_strip = \
##############################################
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-467-case "$@" in						\
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:468:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-469-    *) am__odir=.;; 					\
##############################################
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-497-  bases='$(TEST_LOGS)'; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:498:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:499:  bases=`echo $$bases`
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-500-RECHECK_LOGS = $(TEST_LOGS)
##############################################
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-510-        */*) b='$*';; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:511:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-512-       esac;; \
##############################################
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-772-	test -n "$(EXEEXT)" || exit 0; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:773:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-774-	echo " rm -f" $$list; \
##############################################
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-866-.c.obj:
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:867:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-868-
##############################################
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-875-.cc.obj:
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:876:	$(AM_V_CXX)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-877-
##############################################
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-916-GTAGS:
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:917:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-918-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-959-	if test -n "$$redo_bases"; then \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:960:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:961:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-962-	  if $(am__make_dryrun); then :; else \
##############################################
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-984-	ws='[ 	]'; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:985:	results=`for b in $$bases; do echo $$b.trs; done`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-986-	test -n "$$results" || results=/dev/null; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:987:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:988:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:989:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:990:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:991:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:992:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:993:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:994:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-995-	  success=true; \
##############################################
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-1063-	@set +e; $(am__set_TESTS_bases); \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:1064:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:1065:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:1066:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-1067-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-1073-	         | $(am__list_recheck_tests)` || exit 1; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:1074:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:1075:	log_list=`echo $$log_list`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-1076-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-1235-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:1236:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:1237:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-1238-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-1249-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in:1250:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/tests/cxx/Makefile.in-1251-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/tests/devel/Makefile.in-56-  { \
gcl-2.6.12/gmp4/tests/devel/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/tests/devel/Makefile.in-58-  }; \
##############################################
gcl-2.6.12/gmp4/tests/devel/Makefile.in-465-.c.obj:
gcl-2.6.12/gmp4/tests/devel/Makefile.in:466:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/tests/devel/Makefile.in-467-
##############################################
gcl-2.6.12/gmp4/tests/devel/Makefile.in-506-GTAGS:
gcl-2.6.12/gmp4/tests/devel/Makefile.in:507:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/tests/devel/Makefile.in-508-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/tests/devel/Makefile.in-529-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/tests/devel/Makefile.in:530:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/devel/Makefile.in:531:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/devel/Makefile.in-532-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/tests/devel/Makefile.in-543-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/tests/devel/Makefile.in:544:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/tests/devel/Makefile.in-545-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/tests/misc/Makefile.in-56-  { \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in-58-  }; \
##############################################
gcl-2.6.12/gmp4/tests/misc/Makefile.in-209-}
gcl-2.6.12/gmp4/tests/misc/Makefile.in:210:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gcl-2.6.12/gmp4/tests/misc/Makefile.in-211-am__vpath_adj = case $$p in \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:212:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in-213-    *) f=$$p;; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in-214-  esac;
gcl-2.6.12/gmp4/tests/misc/Makefile.in:215:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gcl-2.6.12/gmp4/tests/misc/Makefile.in-216-am__install_max = 40
gcl-2.6.12/gmp4/tests/misc/Makefile.in-217-am__nobase_strip_setup = \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:218:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gcl-2.6.12/gmp4/tests/misc/Makefile.in-219-am__nobase_strip = \
##############################################
gcl-2.6.12/gmp4/tests/misc/Makefile.in-337-case "$@" in						\
gcl-2.6.12/gmp4/tests/misc/Makefile.in:338:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
gcl-2.6.12/gmp4/tests/misc/Makefile.in-339-    *) am__odir=.;; 					\
##############################################
gcl-2.6.12/gmp4/tests/misc/Makefile.in-367-  bases='$(TEST_LOGS)'; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:368:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:369:  bases=`echo $$bases`
gcl-2.6.12/gmp4/tests/misc/Makefile.in-370-RECHECK_LOGS = $(TEST_LOGS)
##############################################
gcl-2.6.12/gmp4/tests/misc/Makefile.in-380-        */*) b='$*';; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:381:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in-382-       esac;; \
##############################################
gcl-2.6.12/gmp4/tests/misc/Makefile.in-600-	test -n "$(EXEEXT)" || exit 0; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:601:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in-602-	echo " rm -f" $$list; \
##############################################
gcl-2.6.12/gmp4/tests/misc/Makefile.in-626-.c.obj:
gcl-2.6.12/gmp4/tests/misc/Makefile.in:627:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/tests/misc/Makefile.in-628-
##############################################
gcl-2.6.12/gmp4/tests/misc/Makefile.in-667-GTAGS:
gcl-2.6.12/gmp4/tests/misc/Makefile.in:668:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/tests/misc/Makefile.in-669-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/tests/misc/Makefile.in-710-	if test -n "$$redo_bases"; then \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:711:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:712:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in-713-	  if $(am__make_dryrun); then :; else \
##############################################
gcl-2.6.12/gmp4/tests/misc/Makefile.in-735-	ws='[ 	]'; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:736:	results=`for b in $$bases; do echo $$b.trs; done`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in-737-	test -n "$$results" || results=/dev/null; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:738:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:739:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:740:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:741:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:742:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:743:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:744:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:745:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
gcl-2.6.12/gmp4/tests/misc/Makefile.in-746-	  success=true; \
##############################################
gcl-2.6.12/gmp4/tests/misc/Makefile.in-814-	@set +e; $(am__set_TESTS_bases); \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:815:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:816:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:817:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in-818-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
gcl-2.6.12/gmp4/tests/misc/Makefile.in-824-	         | $(am__list_recheck_tests)` || exit 1; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:825:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:826:	log_list=`echo $$log_list`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in-827-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
gcl-2.6.12/gmp4/tests/misc/Makefile.in-867-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/tests/misc/Makefile.in:868:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:869:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in-870-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/tests/misc/Makefile.in-881-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/tests/misc/Makefile.in:882:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/tests/misc/Makefile.in-883-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-56-  { \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-58-  }; \
##############################################
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-345-}
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:346:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-347-am__vpath_adj = case $$p in \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:348:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-349-    *) f=$$p;; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-350-  esac;
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:351:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-352-am__install_max = 40
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-353-am__nobase_strip_setup = \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:354:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-355-am__nobase_strip = \
##############################################
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-473-case "$@" in						\
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:474:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-475-    *) am__odir=.;; 					\
##############################################
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-503-  bases='$(TEST_LOGS)'; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:504:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:505:  bases=`echo $$bases`
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-506-RECHECK_LOGS = $(TEST_LOGS)
##############################################
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-516-        */*) b='$*';; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:517:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-518-       esac;; \
##############################################
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-731-	test -n "$(EXEEXT)" || exit 0; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:732:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-733-	echo " rm -f" $$list; \
##############################################
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-853-.c.obj:
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:854:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-855-
##############################################
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-894-GTAGS:
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:895:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-896-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-937-	if test -n "$$redo_bases"; then \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:938:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:939:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-940-	  if $(am__make_dryrun); then :; else \
##############################################
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-962-	ws='[ 	]'; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:963:	results=`for b in $$bases; do echo $$b.trs; done`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-964-	test -n "$$results" || results=/dev/null; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:965:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:966:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:967:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:968:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:969:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:970:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:971:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:972:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-973-	  success=true; \
##############################################
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-1041-	@set +e; $(am__set_TESTS_bases); \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:1042:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:1043:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:1044:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-1045-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-1051-	         | $(am__list_recheck_tests)` || exit 1; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:1052:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:1053:	log_list=`echo $$log_list`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-1054-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-1262-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:1263:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:1264:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-1265-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-1276-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in:1277:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/tests/mpf/Makefile.in-1278-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-56-  { \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-58-  }; \
##############################################
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-452-}
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:453:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-454-am__vpath_adj = case $$p in \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:455:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-456-    *) f=$$p;; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-457-  esac;
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:458:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-459-am__install_max = 40
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-460-am__nobase_strip_setup = \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:461:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-462-am__nobase_strip = \
##############################################
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-580-case "$@" in						\
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:581:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-582-    *) am__odir=.;; 					\
##############################################
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-610-  bases='$(TEST_LOGS)'; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:611:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:612:  bases=`echo $$bases`
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-613-RECHECK_LOGS = $(TEST_LOGS)
##############################################
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-623-        */*) b='$*';; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:624:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-625-       esac;; \
##############################################
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-839-	test -n "$(EXEEXT)" || exit 0; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:840:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-841-	echo " rm -f" $$list; \
##############################################
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1033-.c.obj:
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1034:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1035-
##############################################
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1074-GTAGS:
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1075:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1076-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1117-	if test -n "$$redo_bases"; then \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1118:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1119:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1120-	  if $(am__make_dryrun); then :; else \
##############################################
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1142-	ws='[ 	]'; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1143:	results=`for b in $$bases; do echo $$b.trs; done`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1144-	test -n "$$results" || results=/dev/null; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1145:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1146:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1147:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1148:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1149:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1150:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1151:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1152:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1153-	  success=true; \
##############################################
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1221-	@set +e; $(am__set_TESTS_bases); \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1222:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1223:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1224:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1225-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1231-	         | $(am__list_recheck_tests)` || exit 1; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1232:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1233:	log_list=`echo $$log_list`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1234-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1568-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1569:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1570:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1571-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1582-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in:1583:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/tests/mpn/Makefile.in-1584-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/tests/mpn/t-asmtype.c-29-/* This apparently trivial test is designed to detect missing .type and
gcl-2.6.12/gmp4/tests/mpn/t-asmtype.c:30:   .size directives in asm code, per the problem described under
gcl-2.6.12/gmp4/tests/mpn/t-asmtype.c-31-   GMP_ASM_TYPE in acinclude.m4.
##############################################
gcl-2.6.12/gmp4/tests/mpn/t-asmtype.c-39-   mpn_add_n is used for the test because normally it's implemented in
gcl-2.6.12/gmp4/tests/mpn/t-asmtype.c:40:   assembler on a CPU that has any asm code.
gcl-2.6.12/gmp4/tests/mpn/t-asmtype.c-41-
##############################################
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-56-  { \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-58-  }; \
##############################################
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-272-}
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:273:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-274-am__vpath_adj = case $$p in \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:275:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-276-    *) f=$$p;; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-277-  esac;
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:278:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-279-am__install_max = 40
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-280-am__nobase_strip_setup = \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:281:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-282-am__nobase_strip = \
##############################################
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-400-case "$@" in						\
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:401:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-402-    *) am__odir=.;; 					\
##############################################
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-430-  bases='$(TEST_LOGS)'; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:431:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:432:  bases=`echo $$bases`
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-433-RECHECK_LOGS = $(TEST_LOGS)
##############################################
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-443-        */*) b='$*';; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:444:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-445-       esac;; \
##############################################
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-663-	test -n "$(EXEEXT)" || exit 0; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:664:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-665-	echo " rm -f" $$list; \
##############################################
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-733-.c.obj:
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:734:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-735-
##############################################
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-774-GTAGS:
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:775:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-776-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-817-	if test -n "$$redo_bases"; then \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:818:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:819:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-820-	  if $(am__make_dryrun); then :; else \
##############################################
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-842-	ws='[ 	]'; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:843:	results=`for b in $$bases; do echo $$b.trs; done`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-844-	test -n "$$results" || results=/dev/null; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:845:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:846:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:847:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:848:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:849:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:850:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:851:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:852:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-853-	  success=true; \
##############################################
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-921-	@set +e; $(am__set_TESTS_bases); \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:922:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:923:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:924:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-925-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-931-	         | $(am__list_recheck_tests)` || exit 1; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:932:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:933:	log_list=`echo $$log_list`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-934-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-1051-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:1052:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:1053:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-1054-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-1065-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in:1066:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/tests/mpq/Makefile.in-1067-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-56-  { \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-58-  }; \
##############################################
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-551-}
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:552:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-553-am__vpath_adj = case $$p in \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:554:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-555-    *) f=$$p;; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-556-  esac;
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:557:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-558-am__install_max = 40
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-559-am__nobase_strip_setup = \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:560:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-561-am__nobase_strip = \
##############################################
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-679-case "$@" in						\
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:680:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-681-    *) am__odir=.;; 					\
##############################################
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-709-  bases='$(TEST_LOGS)'; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:710:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:711:  bases=`echo $$bases`
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-712-RECHECK_LOGS = $(TEST_LOGS)
##############################################
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-722-        */*) b='$*';; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:723:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-724-       esac;; \
##############################################
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-942-	test -n "$(EXEEXT)" || exit 0; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:943:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-944-	echo " rm -f" $$list; \
##############################################
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1208-.c.obj:
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1209:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1210-
##############################################
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1249-GTAGS:
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1250:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1251-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1292-	if test -n "$$redo_bases"; then \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1293:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1294:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1295-	  if $(am__make_dryrun); then :; else \
##############################################
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1317-	ws='[ 	]'; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1318:	results=`for b in $$bases; do echo $$b.trs; done`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1319-	test -n "$$results" || results=/dev/null; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1320:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1321:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1322:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1323:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1324:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1325:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1326:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1327:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1328-	  success=true; \
##############################################
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1396-	@set +e; $(am__set_TESTS_bases); \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1397:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1398:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1399:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1400-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1406-	         | $(am__list_recheck_tests)` || exit 1; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1407:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1408:	log_list=`echo $$log_list`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1409-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1869-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1870:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1871:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1872-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1883-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in:1884:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/tests/mpz/Makefile.in-1885-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/tests/rand/Makefile.in-56-  { \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:57:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in-58-  }; \
##############################################
gcl-2.6.12/gmp4/tests/rand/Makefile.in-264-}
gcl-2.6.12/gmp4/tests/rand/Makefile.in:265:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gcl-2.6.12/gmp4/tests/rand/Makefile.in-266-am__vpath_adj = case $$p in \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:267:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in-268-    *) f=$$p;; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in-269-  esac;
gcl-2.6.12/gmp4/tests/rand/Makefile.in:270:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gcl-2.6.12/gmp4/tests/rand/Makefile.in-271-am__install_max = 40
gcl-2.6.12/gmp4/tests/rand/Makefile.in-272-am__nobase_strip_setup = \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:273:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gcl-2.6.12/gmp4/tests/rand/Makefile.in-274-am__nobase_strip = \
##############################################
gcl-2.6.12/gmp4/tests/rand/Makefile.in-392-case "$@" in						\
gcl-2.6.12/gmp4/tests/rand/Makefile.in:393:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
gcl-2.6.12/gmp4/tests/rand/Makefile.in-394-    *) am__odir=.;; 					\
##############################################
gcl-2.6.12/gmp4/tests/rand/Makefile.in-422-  bases='$(TEST_LOGS)'; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:423:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:424:  bases=`echo $$bases`
gcl-2.6.12/gmp4/tests/rand/Makefile.in-425-RECHECK_LOGS = $(TEST_LOGS)
##############################################
gcl-2.6.12/gmp4/tests/rand/Makefile.in-435-        */*) b='$*';; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:436:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in-437-       esac;; \
##############################################
gcl-2.6.12/gmp4/tests/rand/Makefile.in-662-	test -n "$(EXEEXT)" || exit 0; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:663:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in-664-	echo " rm -f" $$list; \
##############################################
gcl-2.6.12/gmp4/tests/rand/Makefile.in-724-.c.obj:
gcl-2.6.12/gmp4/tests/rand/Makefile.in:725:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/tests/rand/Makefile.in-726-
##############################################
gcl-2.6.12/gmp4/tests/rand/Makefile.in-765-GTAGS:
gcl-2.6.12/gmp4/tests/rand/Makefile.in:766:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/tests/rand/Makefile.in-767-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/tests/rand/Makefile.in-808-	if test -n "$$redo_bases"; then \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:809:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:810:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in-811-	  if $(am__make_dryrun); then :; else \
##############################################
gcl-2.6.12/gmp4/tests/rand/Makefile.in-833-	ws='[ 	]'; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:834:	results=`for b in $$bases; do echo $$b.trs; done`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in-835-	test -n "$$results" || results=/dev/null; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:836:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:837:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:838:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:839:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:840:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:841:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:842:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:843:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
gcl-2.6.12/gmp4/tests/rand/Makefile.in-844-	  success=true; \
##############################################
gcl-2.6.12/gmp4/tests/rand/Makefile.in-912-	@set +e; $(am__set_TESTS_bases); \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:913:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:914:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:915:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in-916-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
gcl-2.6.12/gmp4/tests/rand/Makefile.in-922-	         | $(am__list_recheck_tests)` || exit 1; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:923:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:924:	log_list=`echo $$log_list`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in-925-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
gcl-2.6.12/gmp4/tests/rand/Makefile.in-993-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/tests/rand/Makefile.in:994:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:995:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in-996-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/tests/rand/Makefile.in-1007-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/tests/rand/Makefile.in:1008:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/tests/rand/Makefile.in-1009-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/tests/x86call.asm-67-
gcl-2.6.12/gmp4/tests/x86call.asm:68:define(`WANT_EBX', eval(4*0)($1))
gcl-2.6.12/gmp4/tests/x86call.asm:69:define(`WANT_EBP', eval(4*1)($1))
gcl-2.6.12/gmp4/tests/x86call.asm:70:define(`WANT_ESI', eval(4*2)($1))
gcl-2.6.12/gmp4/tests/x86call.asm:71:define(`WANT_EDI', eval(4*3)($1))
gcl-2.6.12/gmp4/tests/x86call.asm-72-
gcl-2.6.12/gmp4/tests/x86call.asm:73:define(`JUNK_EAX', eval(4*4)($1))
gcl-2.6.12/gmp4/tests/x86call.asm:74:define(`JUNK_ECX', eval(4*5)($1))
gcl-2.6.12/gmp4/tests/x86call.asm:75:define(`JUNK_EDX', eval(4*6)($1))
gcl-2.6.12/gmp4/tests/x86call.asm-76-
gcl-2.6.12/gmp4/tests/x86call.asm:77:define(`SAVE_EBX', eval(4*7)($1))
gcl-2.6.12/gmp4/tests/x86call.asm:78:define(`SAVE_EBP', eval(4*8)($1))
gcl-2.6.12/gmp4/tests/x86call.asm:79:define(`SAVE_ESI', eval(4*9)($1))
gcl-2.6.12/gmp4/tests/x86call.asm:80:define(`SAVE_EDI', eval(4*10)($1))
gcl-2.6.12/gmp4/tests/x86call.asm-81-
gcl-2.6.12/gmp4/tests/x86call.asm:82:define(`RETADDR',  eval(4*11)($1))
gcl-2.6.12/gmp4/tests/x86call.asm-83-
gcl-2.6.12/gmp4/tests/x86call.asm:84:define(`EBX',	   eval(4*12)($1))
gcl-2.6.12/gmp4/tests/x86call.asm:85:define(`EBP',	   eval(4*13)($1))
gcl-2.6.12/gmp4/tests/x86call.asm:86:define(`ESI',	   eval(4*14)($1))
gcl-2.6.12/gmp4/tests/x86call.asm:87:define(`EDI',	   eval(4*15)($1))
gcl-2.6.12/gmp4/tests/x86call.asm:88:define(`EFLAGS',   eval(4*16)($1))
gcl-2.6.12/gmp4/tests/x86call.asm-89-
##############################################
gcl-2.6.12/gmp4/tests/x86call.asm-98-	LEA(	G(calling_conventions_values), %ecx)
gcl-2.6.12/gmp4/tests/x86call.asm:99:	pop	RETADDR(%ecx)
gcl-2.6.12/gmp4/tests/x86call.asm-100-
##############################################
gcl-2.6.12/gmp4/tests/x86call.asm-140-
gcl-2.6.12/gmp4/tests/x86call.asm:141:	push	RETADDR(%ecx)
gcl-2.6.12/gmp4/tests/x86call.asm-142-
##############################################
gcl-2.6.12/gmp4/tests/x86check.c-59-
gcl-2.6.12/gmp4/tests/x86check.c:60:/* expected values, as per x86call.asm */
gcl-2.6.12/gmp4/tests/x86check.c-61-#define VALUE_EBX   0x01234567
##############################################
gcl-2.6.12/gmp4/tune/Makefile.am-33-
gcl-2.6.12/gmp4/tune/Makefile.am:34:EXTRA_DIST = alpha.asm pentium.asm sparcv9.asm hppa.asm hppa2.asm hppa2w.asm \
gcl-2.6.12/gmp4/tune/Makefile.am:35:  ia64.asm powerpc.asm powerpc64.asm x86_64.asm many.pl
gcl-2.6.12/gmp4/tune/Makefile.am-36-noinst_HEADERS = speed.h
##############################################
gcl-2.6.12/gmp4/tune/Makefile.am-115-CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES) \
gcl-2.6.12/gmp4/tune/Makefile.am:116:	$(TUNE_MPN_SRCS) fac_ui.c sqr_asm.asm \
gcl-2.6.12/gmp4/tune/Makefile.am-117-	stg.gnuplot stg.data \
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-96-  { \
gcl-2.6.12/gmp4/tune/Makefile.in:97:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gcl-2.6.12/gmp4/tune/Makefile.in-98-  }; \
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-445-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/tests
gcl-2.6.12/gmp4/tune/Makefile.in:446:EXTRA_DIST = alpha.asm pentium.asm sparcv9.asm hppa.asm hppa2.asm hppa2w.asm \
gcl-2.6.12/gmp4/tune/Makefile.in:447:  ia64.asm powerpc.asm powerpc64.asm x86_64.asm many.pl
gcl-2.6.12/gmp4/tune/Makefile.in-448-
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-493-CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES) \
gcl-2.6.12/gmp4/tune/Makefile.in:494:	$(TUNE_MPN_SRCS) fac_ui.c sqr_asm.asm \
gcl-2.6.12/gmp4/tune/Makefile.in-495-	stg.gnuplot stg.data \
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-551-# On IRIX 6 native make this doesn't work properly though.  Somehow .c
gcl-2.6.12/gmp4/tune/Makefile.in:552:# remains ahead of .s, perhaps because .c.s is a builtin rule.  .asm works
gcl-2.6.12/gmp4/tune/Makefile.in-553-# fine though, and mpn/mips3 uses this.
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-561-.SUFFIXES:
gcl-2.6.12/gmp4/tune/Makefile.in:562:.SUFFIXES: .s .S .asm .c .lo .o .obj
gcl-2.6.12/gmp4/tune/Makefile.in-563-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/../mpn/Makeasm.am $(am__configure_deps)
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-627-.c.obj:
gcl-2.6.12/gmp4/tune/Makefile.in:628:	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gcl-2.6.12/gmp4/tune/Makefile.in-629-
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-668-GTAGS:
gcl-2.6.12/gmp4/tune/Makefile.in:669:	here=`$(am__cd) $(top_builddir) && pwd` \
gcl-2.6.12/gmp4/tune/Makefile.in-670-	  && $(am__cd) $(top_srcdir) \
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-691-distdir: $(DISTFILES)
gcl-2.6.12/gmp4/tune/Makefile.in:692:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tune/Makefile.in:693:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gcl-2.6.12/gmp4/tune/Makefile.in-694-	list='$(DISTFILES)'; \
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-705-	  if test -d $$d/$$file; then \
gcl-2.6.12/gmp4/tune/Makefile.in:706:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gcl-2.6.12/gmp4/tune/Makefile.in-707-	    if test -d "$(distdir)/$$file"; then \
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-880-.s.o:
gcl-2.6.12/gmp4/tune/Makefile.in:881:	$(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
gcl-2.6.12/gmp4/tune/Makefile.in-882-.s.obj:
gcl-2.6.12/gmp4/tune/Makefile.in:883:	$(CCAS) $(COMPILE_FLAGS) `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
gcl-2.6.12/gmp4/tune/Makefile.in-884-.s.lo:
gcl-2.6.12/gmp4/tune/Makefile.in:885:	$(LIBTOOL) --mode=compile --tag=CC $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
gcl-2.6.12/gmp4/tune/Makefile.in-886-
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-895-.S.o:
gcl-2.6.12/gmp4/tune/Makefile.in:896:	$(CPP) $(PREPROCESS_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$< | grep -v '^#' >tmp-$*.s
gcl-2.6.12/gmp4/tune/Makefile.in-897-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-899-.S.obj:
gcl-2.6.12/gmp4/tune/Makefile.in:900:	$(CPP) $(PREPROCESS_FLAGS) `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` | grep -v '^#' >tmp-$*.s
gcl-2.6.12/gmp4/tune/Makefile.in-901-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-903-.S.lo:
gcl-2.6.12/gmp4/tune/Makefile.in:904:	$(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/cpp-ccas --cpp="$(CPP) $(PREPROCESS_FLAGS)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
gcl-2.6.12/gmp4/tune/Makefile.in-905-
gcl-2.6.12/gmp4/tune/Makefile.in:906:# .asm assembler, preprocessed with m4.
gcl-2.6.12/gmp4/tune/Makefile.in-907-#
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-914-# with a special m4-ccas script which first m4 preprocesses, then compiles.
gcl-2.6.12/gmp4/tune/Makefile.in:915:# --tag=CC is necessary since foo.asm is otherwise unknown to libtool.
gcl-2.6.12/gmp4/tune/Makefile.in-916-#
gcl-2.6.12/gmp4/tune/Makefile.in:917:# Libtool adds -DPIC when building a shared object and the .asm files look
gcl-2.6.12/gmp4/tune/Makefile.in-918-# for that.  But it should be noted that the other PIC flags are on occasion
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-923-.asm.o:
gcl-2.6.12/gmp4/tune/Makefile.in:924:	$(M4) -DOPERATION_$* `test -f '$<' || echo '$(srcdir)/'`$< >tmp-$*.s
gcl-2.6.12/gmp4/tune/Makefile.in-925-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-927-.asm.obj:
gcl-2.6.12/gmp4/tune/Makefile.in:928:	$(M4) -DOPERATION_$* `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` >tmp-$*.s
gcl-2.6.12/gmp4/tune/Makefile.in-929-	$(CCAS) $(COMPILE_FLAGS) tmp-$*.s -o $@
##############################################
gcl-2.6.12/gmp4/tune/Makefile.in-931-.asm.lo:
gcl-2.6.12/gmp4/tune/Makefile.in:932:	$(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/mpn/m4-ccas --m4="$(M4)" $(CCAS) $(COMPILE_FLAGS) `test -f '$<' || echo '$(srcdir)/'`$<
gcl-2.6.12/gmp4/tune/Makefile.in-933-
##############################################
gcl-2.6.12/gmp4/tune/README-477-There are some upper limits on some of the thresholds, arising from arrays
gcl-2.6.12/gmp4/tune/README:478:dimensioned according to a threshold (mpn_mul_n), or asm code with certain
gcl-2.6.12/gmp4/tune/README-479-sized displacements (some x86 versions of sqr_basecase).  So putting huge
##############################################
gcl-2.6.12/gmp4/tune/freq.c-37-       possible though.  But currently we don't use the cycle counter due to
gcl-2.6.12/gmp4/tune/freq.c:38:       unicos having int==8bytes where tune/alpha.asm assumes int==4bytes.
gcl-2.6.12/gmp4/tune/freq.c-39-
##############################################
gcl-2.6.12/gmp4/tune/many.pl-51-#
gcl-2.6.12/gmp4/tune/many.pl:52:# Suppose $HOME/newcode/mul_1_experiment.asm is a new implementation of
gcl-2.6.12/gmp4/tune/many.pl-53-# mpn_mul_1, then
##############################################
gcl-2.6.12/gmp4/tune/many.pl-98-#	cd $builddir/tune
gcl-2.6.12/gmp4/tune/many.pl:99:#	perl $srcdir/tune/many.pl `find $srcdir/mpn/x86 -type d`
gcl-2.6.12/gmp4/tune/many.pl-100-#
##############################################
gcl-2.6.12/gmp4/tune/many.pl-178-# available too.  These are recognised from PROLOGUE or MULFUNC_PROLOGUE in
gcl-2.6.12/gmp4/tune/many.pl:179:# .S and .asm files, or from a line starting with "mpn_foo_1c" in a .c file
gcl-2.6.12/gmp4/tune/many.pl-180-# (possibly via a #define), and on that basis are entirely optional.  This
##############################################
gcl-2.6.12/gmp4/tune/time.c-268-  do {                                  \
gcl-2.6.12/gmp4/tune/time.c:269:    asm ("stck %0" : "=Q" (timestamp)); \
gcl-2.6.12/gmp4/tune/time.c-270-  } while (0)
##############################################
gcl-2.6.12/gmp4/tune/time.c-288-    do {                                \
gcl-2.6.12/gmp4/tune/time.c:289:      asm volatile ("mftbu %0\n"        \
gcl-2.6.12/gmp4/tune/time.c-290-		    "mftb  %1\n"        \
##############################################
gcl-2.6.12/gmp4/tune/tuneup.c-2010-  /* No support for tuning native assembler code, do that by hand and put
gcl-2.6.12/gmp4/tune/tuneup.c:2011:     the results in the .asm file, there's no need for such thresholds to
gcl-2.6.12/gmp4/tune/tuneup.c-2012-     appear in gmp-mparam.h.  */
##############################################
gcl-2.6.12/gmp4/tune/tuneup.c-2108-  /* No support for tuning native assembler code, do that by hand and put
gcl-2.6.12/gmp4/tune/tuneup.c:2109:     the results in the .asm file, there's no need for such thresholds to
gcl-2.6.12/gmp4/tune/tuneup.c-2110-     appear in gmp-mparam.h.  */
##############################################
gcl-2.6.12/gmp4/tune/tuneup.c-2327-  /* No support for tuning native assembler code, do that by hand and put
gcl-2.6.12/gmp4/tune/tuneup.c:2328:     the results in the .asm file, and there's no need for such thresholds
gcl-2.6.12/gmp4/tune/tuneup.c-2329-     to appear in gmp-mparam.h.  */
##############################################
gcl-2.6.12/gmp4/ylwrap-101-# We'll later need for a correct munging of "#line" directives.
gcl-2.6.12/gmp4/ylwrap:102:input_sub_rx=`get_dirname "$input" | quote_for_sed`
gcl-2.6.12/gmp4/ylwrap-103-case $input in
##############################################
gcl-2.6.12/gmp4/ylwrap-111-esac
gcl-2.6.12/gmp4/ylwrap:112:input_rx=`get_dirname "$input" | quote_for_sed`
gcl-2.6.12/gmp4/ylwrap-113-
##############################################
gcl-2.6.12/gmp4/ylwrap-150-  shift
gcl-2.6.12/gmp4/ylwrap:151:  sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
gcl-2.6.12/gmp4/ylwrap:152:  sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
gcl-2.6.12/gmp4/ylwrap-153-done
##############################################
gcl-2.6.12/gmp4/ylwrap-182-  do
gcl-2.6.12/gmp4/ylwrap:183:    to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
gcl-2.6.12/gmp4/ylwrap-184-    if test -f "$from"; then
##############################################
gcl-2.6.12/gmp4/ylwrap-198-        realtarget=$target
gcl-2.6.12/gmp4/ylwrap:199:        target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'`
gcl-2.6.12/gmp4/ylwrap-200-      fi
##############################################
gcl-2.6.12/go/makefile-88-new-init: grab_defs
gcl-2.6.12/go/makefile:89:	$(MAKE) new_init.c "INI_FILES=`echo ${OBJS} | sed -e 's:\.o:.ini:g' -e 's:new_init.o::g' `"
gcl-2.6.12/go/makefile-90-new_init.c: ${INI_FILES}
##############################################
gcl-2.6.12/h/386-bsd.h-52-
gcl-2.6.12/h/386-bsd.h:53:#define DATA_BEGIN (char *)N_DATADDR(header);
gcl-2.6.12/h/386-bsd.h-54-#define UNIXSAVE "unexlin.c"
##############################################
gcl-2.6.12/h/386-linux.h-5-/*  #define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO */
gcl-2.6.12/h/386-linux.h:6:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/h/386-linux.h-7-/*   ((siginfo_t *)code)->si_addr */
##############################################
gcl-2.6.12/h/386-linux.h-32-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/h/386-linux.h:33:#define GET_FAULT_ADDR(sig,code,sv,a) ((siginfo_t *)code)->si_addr
gcl-2.6.12/h/386-linux.h:34:/* #define GET_FAULT_ADDR(sig,code,sv,a) ((void *)(((struct sigcontext *)(&code))->cr2)) */
gcl-2.6.12/h/386-linux.h-35-#endif
##############################################
gcl-2.6.12/h/386-macosx.defs-8-# This is due to the requirements of the two level namespace.
gcl-2.6.12/h/386-macosx.defs:9:LIBS := `echo $(LIBS) | sed -e 's/-lncurses/ /'`
gcl-2.6.12/h/386-macosx.defs-10-
##############################################
gcl-2.6.12/h/386-macosx.defs-34-
gcl-2.6.12/h/386-macosx.defs:35:FINAL_CFLAGS := `echo $(FINAL_CFLAGS) | sed -e 's:-g::g'`
##############################################
gcl-2.6.12/h/386-macosx.h-105-   Work around this by looking at the dar field of the exception state.  */
gcl-2.6.12/h/386-macosx.h:106:#define GET_FAULT_ADDR(sig,code,sv,a) ((siginfo_t *)code)->si_addr
gcl-2.6.12/h/386-macosx.h:107:/* #define GET_FAULT_ADDR(sig,code,scp,addr) ((char *) (((ucontext_t *) scp)->uc_mcontext->es.dar)) */
gcl-2.6.12/h/386-macosx.h-108-
##############################################
gcl-2.6.12/h/386-macosx.h-176-#define FPE_CODE(i_,v_) make_fixnum(FFN(fSfpe_code)(*(fixnum *)&UC(v_)->uc_mcontext->__fs.__fpu_fsw,UC(v_)->uc_mcontext->__fs.__fpu_mxcsr))
gcl-2.6.12/h/386-macosx.h:177:#define FPE_ADDR(i_,v_) make_fixnum(UC(v_)->uc_mcontext->__fs.__fpu_fop ? UC(v_)->uc_mcontext->__fs.__fpu_ip : (fixnum)SF(i_)->si_addr)
gcl-2.6.12/h/386-macosx.h-178-#define FPE_CTXT(v_) list(3,make_fixnum((fixnum)&UC(v_)->uc_mcontext->__ss), \
##############################################
gcl-2.6.12/h/386.h-17-({ulong __x =(x),__y=(y); \
gcl-2.6.12/h/386.h:18:  asm volatile("divl %3" \
gcl-2.6.12/h/386.h-19-     :"=a" (__x),"=d" (hiremainder) \
##############################################
gcl-2.6.12/h/386.h-29-({ulong __x =(x),__y=(y); \
gcl-2.6.12/h/386.h:30:  asm volatile("mull %3" \
gcl-2.6.12/h/386.h-31-     :"=a" (__x),"=d" (hiremainder) \
##############################################
gcl-2.6.12/h/386.h-41-({ulong __res ; \
gcl-2.6.12/h/386.h:42:     asm volatile("addl %4,%1\n\tadcl $0,%0" \
gcl-2.6.12/h/386.h-43-  :"=rm,rm" (h),"=r,m" (__res): "0,0" (h),"1,1" (x),"rmn,r"(y)); \
##############################################
gcl-2.6.12/h/386.h-51-#define SET_MACHINE_CARRY(overflow) \
gcl-2.6.12/h/386.h:52:  asm volatile("addl $-1,%0" : "=r" (overflow) : "0" (overflow))
gcl-2.6.12/h/386.h-53-
##############################################
gcl-2.6.12/h/386.h-60-#define SET_OVERFLOW \
gcl-2.6.12/h/386.h:61:  asm volatile("movl $0,%0\n\tadcl $0,%0" \
gcl-2.6.12/h/386.h-62-  : "=rm" (overflow))
##############################################
gcl-2.6.12/h/386.h-65-#define SUBXCC(xp,yp)\
gcl-2.6.12/h/386.h:66:({unsigned long _res;  asm volatile("sbbl %2,%0" \
gcl-2.6.12/h/386.h-67-  :"=r,rm" (_res): "0,0" (xp) , "rm,r" (yp)); _res;})
##############################################
gcl-2.6.12/h/386.h-69-#define ADDXCC(xp,yp)\
gcl-2.6.12/h/386.h:70:({unsigned long _res;  asm volatile("adcl %2,%0" \
gcl-2.6.12/h/386.h-71-  :"=r,m" (_res): "0,0" (xp) , "rm,r" (yp)); _res;})
##############################################
gcl-2.6.12/h/386.h-75-#define bfffo(x) \
gcl-2.6.12/h/386.h:76:({ulong _res;  asm ("bfffo %1{#0:#0},%0" : "=r" (_res): "rm" (x)); _res;})
gcl-2.6.12/h/386.h-77-*/
##############################################
gcl-2.6.12/h/FreeBSD.h-90-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/h/FreeBSD.h:91:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/h/FreeBSD.h-92- ((siginfo_t *)code)->si_addr
gcl-2.6.12/h/FreeBSD.h:93:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/h/FreeBSD.h-94-/*      ((void *)(*((char ***)(&code)))[44]) */
##############################################
gcl-2.6.12/h/NetBSD.h-63-/* begin stuff for dumping and reloading */
gcl-2.6.12/h/NetBSD.h:64:#define DATA_BEGIN (char *)N_DATADDR(header);
gcl-2.6.12/h/NetBSD.h-65-#define A_TEXT_OFFSET(x) (sizeof (struct exec))
##############################################
gcl-2.6.12/h/OpenBSD.h-34-
gcl-2.6.12/h/OpenBSD.h:35:#define DATA_BEGIN (char *) N_DATADDR(header);
gcl-2.6.12/h/OpenBSD.h-36-#define A_TEXT_OFFSET(x) (sizeof (struct exec))
##############################################
gcl-2.6.12/h/aarch64-linux.h-5-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/h/aarch64-linux.h:6:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/h/aarch64-linux.h-7- ((siginfo_t *)code)->si_addr
gcl-2.6.12/h/aarch64-linux.h:8:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/h/aarch64-linux.h-9-/*      ((void *)(*((char ***)(&code)))[44]) */
##############################################
gcl-2.6.12/h/alpha-osf1.h-102-#define SIGPROTV SIGBUS
gcl-2.6.12/h/alpha-osf1.h:103:#define GET_FAULT_ADDR(sig,code,sv,a) ((char *) code)
gcl-2.6.12/h/alpha-osf1.h-104-#define MPROTECT_FAIL_VALUE -1
##############################################
gcl-2.6.12/h/cmponly.h-9-#define CMPcadar(x)	(x)->c.c_car->c.c_cdr->c.c_car
gcl-2.6.12/h/cmponly.h:10:#define CMPcaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car
gcl-2.6.12/h/cmponly.h-11-#define CMPcdaar(x)	(x)->c.c_car->c.c_car->c.c_cdr
##############################################
gcl-2.6.12/h/cmponly.h-17-#define CMPcaadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/h/cmponly.h:18:#define CMPcaaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/h/cmponly.h-19-#define CMPcadaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_car
##############################################
gcl-2.6.12/h/cmponly.h-25-#define CMPcdadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/h/cmponly.h:26:#define CMPcdaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/h/cmponly.h-27-#define CMPcddaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_cdr
##############################################
gcl-2.6.12/h/dec3100.h-63-#define SIGPROTV SIGBUS
gcl-2.6.12/h/dec3100.h:64:#define GET_FAULT_ADDR(sig,code,sv,a) ((char *) code)
gcl-2.6.12/h/dec3100.h-65-#define MPROTECT_FAIL_VALUE -1
##############################################
gcl-2.6.12/h/dos-go32.h-50-
gcl-2.6.12/h/dos-go32.h:51:#define DATA_BEGIN (char *)N_DATADDR(header)
gcl-2.6.12/h/dos-go32.h-52-
##############################################
gcl-2.6.12/h/eval.h-99-#define MMcadar(x)	(x)->c.c_car->c.c_cdr->c.c_car
gcl-2.6.12/h/eval.h:100:#define MMcaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car
gcl-2.6.12/h/eval.h-101-#define MMcdaar(x)	(x)->c.c_car->c.c_car->c.c_cdr
##############################################
gcl-2.6.12/h/eval.h-107-#define MMcaadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/h/eval.h:108:#define MMcaaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/h/eval.h-109-#define MMcadaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_car
##############################################
gcl-2.6.12/h/eval.h-115-#define MMcdadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/h/eval.h:116:#define MMcdaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/h/eval.h-117-#define MMcddaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_cdr
##############################################
gcl-2.6.12/h/hp300-bsd.h-47- */
gcl-2.6.12/h/hp300-bsd.h:48:#define GET_FAULT_ADDR(sig,code,sv,a) ((char *) code)
gcl-2.6.12/h/hp300-bsd.h-49-
##############################################
gcl-2.6.12/h/hp300.h-36-
gcl-2.6.12/h/hp300.h:37:#define DATA_BEGIN (char *)N_DATADDR(header)
gcl-2.6.12/h/hp300.h-38-
##############################################
gcl-2.6.12/h/hp800.h-36-
gcl-2.6.12/h/hp800.h:37:#define DATA_BEGIN (char *)N_DATADDR(header)
gcl-2.6.12/h/hp800.h-38-
##############################################
gcl-2.6.12/h/hppa-linux.h-5-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/h/hppa-linux.h:6:#define GET_FAULT_ADDR(sig,code,sv,a) ((siginfo_t *)code)->si_addr
gcl-2.6.12/h/hppa-linux.h-7-#endif
##############################################
gcl-2.6.12/h/hppa-linux.h-17-   v1=(void *)((unsigned long)v1 & ~(CLEAR_CACHE_LINE_SIZE - 1));\
gcl-2.6.12/h/hppa-linux.h:18:   for (v=v1;v<ve;v+=CLEAR_CACHE_LINE_SIZE) asm __volatile__ ("fdc 0(%0)" : : "r" (v) : "memory");\
gcl-2.6.12/h/hppa-linux.h:19:   asm __volatile__ ("syncdma\n\tsync" : : "r" (v) : "memory");\
gcl-2.6.12/h/hppa-linux.h:20:   for (v=v1;v<ve;v+=CLEAR_CACHE_LINE_SIZE) asm __volatile__ ("fic 0(%%sr4,%0)" : : "r" (v) : "memory");\
gcl-2.6.12/h/hppa-linux.h:21:   asm __volatile__ ("syncdma\n\tsync" : : "r" (v) : "memory");}
gcl-2.6.12/h/hppa-linux.h-22-#endif
##############################################
gcl-2.6.12/h/ia64-linux.h-5-#ifdef IN_GBC
gcl-2.6.12/h/ia64-linux.h:6:#define GET_FAULT_ADDR(sig,code,scp,addr) \
gcl-2.6.12/h/ia64-linux.h-7-  ((siginfo_t *)code )->si_addr
##############################################
gcl-2.6.12/h/mac2.h-177-  
gcl-2.6.12/h/mac2.h:178:#define DATA_BEGIN (char *)N_DATADDR(header)
gcl-2.6.12/h/mac2.h-179-
##############################################
gcl-2.6.12/h/mc68k.h-11-({ulong __x =(x),__y=(y); \
gcl-2.6.12/h/mc68k.h:12:  asm volatile("divul %3,%1:%0" \
gcl-2.6.12/h/mc68k.h-13-     :"=d" (__x),"=d" (hiremainder) \
##############################################
gcl-2.6.12/h/mc68k.h-23-({ulong __x =(x),__y=(y); \
gcl-2.6.12/h/mc68k.h:24:  asm volatile("mulul %3,%1:%0" \
gcl-2.6.12/h/mc68k.h-25-     :"=d" (__x),"=d" (hiremainder) \
##############################################
gcl-2.6.12/h/mc68k.h-38-  __res = (x) + (y); \
gcl-2.6.12/h/mc68k.h:39:     asm volatile("addxl %2,%0" \
gcl-2.6.12/h/mc68k.h-40-  :"=d" (h): "0" (h) , "d" (ZERO),"d" (__res)); \
##############################################
gcl-2.6.12/h/mc68k.h-48-#define SET_MACHINE_CARRY(overflow) \
gcl-2.6.12/h/mc68k.h:49:  asm volatile("addl #-1,%0" : "=d" (overflow) : "0" (overflow))
gcl-2.6.12/h/mc68k.h-50-
##############################################
gcl-2.6.12/h/mc68k.h-57-#define SET_OVERFLOW \
gcl-2.6.12/h/mc68k.h:58:  asm volatile("clrl %0\n\taddxl %0,%0" \
gcl-2.6.12/h/mc68k.h-59-  : "=d" (overflow))
##############################################
gcl-2.6.12/h/mc68k.h-62-#define SUBXCC(xp,yp)\
gcl-2.6.12/h/mc68k.h:63:({unsigned plong _res;  asm volatile("subxl %2,%0" \
gcl-2.6.12/h/mc68k.h-64-  :"=d" (_res): "0" (xp) , "d" (yp)); _res;})
##############################################
gcl-2.6.12/h/mc68k.h-66-#define ADDXCC(xp,yp)\
gcl-2.6.12/h/mc68k.h:67:({unsigned plong _res;  asm volatile("addxl %2,%0" \
gcl-2.6.12/h/mc68k.h-68-  :"=d" (_res): "0" (xp) , "d" (yp)); _res;})
##############################################
gcl-2.6.12/h/mc68k.h-77-#define bfffo(x) \
gcl-2.6.12/h/mc68k.h:78:({ulong _res;  asm ("bfffo %1{#0:#0},%0" : "=d" (_res): "rm" (x)); _res;})
gcl-2.6.12/h/mc68k.h-79-
##############################################
gcl-2.6.12/h/mips.h-18-({ulong __x =(x),__y=(y),__res; \
gcl-2.6.12/h/mips.h:19:  asm volatile("multu %2,%3\n\tmflo %0\n\tmfhi %1" \
gcl-2.6.12/h/mips.h-20-     :"=r" (__res),"=r" (hiremainder) \
##############################################
gcl-2.6.12/h/mipsel-linux.h-5-#ifdef IN_GBC
gcl-2.6.12/h/mipsel-linux.h:6:#define GET_FAULT_ADDR(sig,code,scp,addr) \
gcl-2.6.12/h/mipsel-linux.h-7-  ((siginfo_t *)code )->si_addr
##############################################
gcl-2.6.12/h/powerpc-linux.h-5-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/h/powerpc-linux.h:6:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/h/powerpc-linux.h-7- ((siginfo_t *)code)->si_addr
##############################################
gcl-2.6.12/h/powerpc-linux.h-15-                        for (;v<ve;v+=CLEAR_CACHE_LINE_SIZE) \
gcl-2.6.12/h/powerpc-linux.h:16:                           asm __volatile__ ("dcbst 0,%0\n\tsync\n\ticbi 0,%0\n\tsync\n\tisync": : "r" (v) : "memory");\
gcl-2.6.12/h/powerpc-linux.h-17-                        } while(0)
##############################################
gcl-2.6.12/h/powerpc-macosx.defs-8-# This is due to the requirements of the two level namespace.
gcl-2.6.12/h/powerpc-macosx.defs:9:LIBS := `echo $(LIBS) | sed -e 's/-lncurses/ /'`
gcl-2.6.12/h/powerpc-macosx.defs-10-
##############################################
gcl-2.6.12/h/powerpc-macosx.defs-34-
gcl-2.6.12/h/powerpc-macosx.defs:35:FINAL_CFLAGS := `echo $(FINAL_CFLAGS) | sed -e 's:-g::g'`
##############################################
gcl-2.6.12/h/powerpc-macosx.h-87-  for (;v<ve;v+=CLEAR_CACHE_LINE_SIZE)                                          \
gcl-2.6.12/h/powerpc-macosx.h:88:  asm __volatile__                                                              \
gcl-2.6.12/h/powerpc-macosx.h-89-    ("dcbst 0,%0\n\tsync\n\ticbi 0,%0\n\tsync\n\tisync": : "r" (v) : "memory"); \
##############################################
gcl-2.6.12/h/powerpc-macosx.h-118-   Work around this by looking at the dar field of the exception state.  */
gcl-2.6.12/h/powerpc-macosx.h:119:#define GET_FAULT_ADDR(sig,code,scp,addr) ((char *) (((ucontext_t *) scp)->uc_mcontext->es.dar))
gcl-2.6.12/h/powerpc-macosx.h-120-
##############################################
gcl-2.6.12/h/rios-aix3.h-44-
gcl-2.6.12/h/rios-aix3.h:45:#define N_DATADDR(header)
gcl-2.6.12/h/rios-aix3.h-46-#define DATA_BEGIN (char *)header.a_dbase
##############################################
gcl-2.6.12/h/rios-aix3.h-186-/* #define SGC
gcl-2.6.12/h/rios-aix3.h:187:#define GET_FAULT_ADDR(x,y,c,d) getfault()
gcl-2.6.12/h/rios-aix3.h-188-*/
##############################################
gcl-2.6.12/h/rios.h-44-
gcl-2.6.12/h/rios.h:45:#define N_DATADDR(header)
gcl-2.6.12/h/rios.h-46-#define DATA_BEGIN (char *)header.a_dbase
##############################################
gcl-2.6.12/h/rios.h-195-/* #define SGC
gcl-2.6.12/h/rios.h:196:#define GET_FAULT_ADDR(x,y,c,d) getfault()
gcl-2.6.12/h/rios.h-197-*/
##############################################
gcl-2.6.12/h/rt_aix.h-27-
gcl-2.6.12/h/rt_aix.h:28:#define N_DATADDR(header) 
gcl-2.6.12/h/rt_aix.h-29-#define DATA_BEGIN (char *)header.a_dbase
##############################################
gcl-2.6.12/h/s390-linux.h-5-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/h/s390-linux.h:6:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/h/s390-linux.h-7- ((siginfo_t *)code)->si_addr
gcl-2.6.12/h/s390-linux.h:8:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/h/s390-linux.h-9-/*      ((void *)(*((char ***)(&code)))[44]) */
##############################################
gcl-2.6.12/h/solaris-i386.h-13-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/h/solaris-i386.h:14:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/h/solaris-i386.h-15- ((siginfo_t *)code)->si_addr
gcl-2.6.12/h/solaris-i386.h:16:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/h/solaris-i386.h-17-/*      ((void *)(*((char ***)(&code)))[44]) */
##############################################
gcl-2.6.12/h/solaris.h-13-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/h/solaris.h:14:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/h/solaris.h-15- ((siginfo_t *)code)->si_addr
gcl-2.6.12/h/solaris.h:16:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/h/solaris.h-17-/*      ((void *)(*((char ***)(&code)))[44]) */
##############################################
gcl-2.6.12/h/sparc-linux.h-5-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/h/sparc-linux.h:6:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/h/sparc-linux.h-7- ((siginfo_t *)code)->si_addr
gcl-2.6.12/h/sparc-linux.h:8:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/h/sparc-linux.h-9-/*      ((void *)(*((char ***)(&code)))[44]) */
##############################################
gcl-2.6.12/h/sparc.h-7-({ ulong __res,__x =(x),__y=(y); \
gcl-2.6.12/h/sparc.h:8:  asm volatile(  \
gcl-2.6.12/h/sparc.h-9-"addcc %2,%3,%0
##############################################
gcl-2.6.12/h/sparc.h-20-#define SET_MACHINE_CARRY(overflow) \
gcl-2.6.12/h/sparc.h:21: asm volatile("subcc %%g0,%0,%%g0" \
gcl-2.6.12/h/sparc.h-22-	      : :"r" (overflow))
##############################################
gcl-2.6.12/h/sparc.h-29-#define SET_OVERFLOW \
gcl-2.6.12/h/sparc.h:30:  asm volatile("addx %%g0,%%g0,%0" \
gcl-2.6.12/h/sparc.h-31-  : "=r" (overflow))
##############################################
gcl-2.6.12/h/sun2r3.h-11-
gcl-2.6.12/h/sun2r3.h:12:#define DATA_BEGIN (char *)N_DATADDR(header)
gcl-2.6.12/h/sun2r3.h-13-/* Begin for cmpinclude */
##############################################
gcl-2.6.12/h/sun3-os4.h-14-
gcl-2.6.12/h/sun3-os4.h:15:#define DATA_BEGIN (char *)N_DATADDR(header)
gcl-2.6.12/h/sun3-os4.h-16-
##############################################
gcl-2.6.12/h/sun3.h-13-
gcl-2.6.12/h/sun3.h:14:#define DATA_BEGIN (char *)N_DATADDR(header)
gcl-2.6.12/h/sun3.h-15-
##############################################
gcl-2.6.12/h/sun386i.h-123-
gcl-2.6.12/h/sun386i.h:124:#define DATA_BEGIN (char *)N_DATADDR(header)
gcl-2.6.12/h/sun386i.h-125-
##############################################
gcl-2.6.12/h/sun4.h-21-
gcl-2.6.12/h/sun4.h:22:#define GET_FAULT_ADDR(sig,code,scp,addr) \
gcl-2.6.12/h/sun4.h-23-  (code ? ((siginfo_t *)code )->si_addr : error("no address info"))
##############################################
gcl-2.6.12/h/sun4.h-76-  
gcl-2.6.12/h/sun4.h:77:#define DATA_BEGIN (char *)N_DATADDR(header)
gcl-2.6.12/h/sun4.h-78-
##############################################
gcl-2.6.12/h/u370_aix.h-59-
gcl-2.6.12/h/u370_aix.h:60:#define N_DATADDR(header) 
gcl-2.6.12/h/u370_aix.h-61-#define DATA_BEGIN (char *)header.a_dbase
##############################################
gcl-2.6.12/h/amd64-linux.h-5-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/h/amd64-linux.h:6:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/h/amd64-linux.h-7- ((siginfo_t *)code)->si_addr
##############################################
gcl-2.6.12/h/mips-linux.h-5-#ifdef IN_GBC
gcl-2.6.12/h/mips-linux.h:6:#define GET_FAULT_ADDR(sig,code,scp,addr) \
gcl-2.6.12/h/mips-linux.h-7-  ((siginfo_t *)code )->si_addr
##############################################
gcl-2.6.12/h/gnuwin95.h-142-/* #define FPE_CODE(i_,v_) make_fixnum((fixnum)SF(i_)->si_code) */
gcl-2.6.12/h/gnuwin95.h:143:#define FPE_ADDR(i_,v_) make_fixnum((fixnum)SF(i_)->si_addr)
gcl-2.6.12/h/gnuwin95.h-144-#define FPE_CTXT(v_) Cnil
##############################################
gcl-2.6.12/h/386-kfreebsd.h-5-/*  #define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO */
gcl-2.6.12/h/386-kfreebsd.h:6:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/h/386-kfreebsd.h-7-/*   ((siginfo_t *)code)->si_addr */
##############################################
gcl-2.6.12/h/386-kfreebsd.h-32-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/h/386-kfreebsd.h:33:#define GET_FAULT_ADDR(sig,code,sv,a) ((siginfo_t *)code)->si_addr
gcl-2.6.12/h/386-kfreebsd.h-34-#endif
##############################################
gcl-2.6.12/h/amd64-kfreebsd.h-5-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/h/amd64-kfreebsd.h:6:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/h/amd64-kfreebsd.h-7- ((siginfo_t *)code)->si_addr
##############################################
gcl-2.6.12/h/mingw.h-201-#define FPE_CODE(i_,v_) make_fixnum(fSfpe_code(FFN(fSfnstsw)(),FFN(fSstmxcsr)()))
gcl-2.6.12/h/mingw.h:202:#define FPE_ADDR(i_,v_) make_fixnum(0)
gcl-2.6.12/h/mingw.h-203-#define FPE_CTXT(v_) Cnil
##############################################
gcl-2.6.12/h/att_ext.h-235-object cadar();
gcl-2.6.12/h/att_ext.h:236:object caddr();
gcl-2.6.12/h/att_ext.h-237-object cdaar();
##############################################
gcl-2.6.12/h/att_ext.h-243-object caadar();
gcl-2.6.12/h/att_ext.h:244:object caaddr();
gcl-2.6.12/h/att_ext.h-245-object cadaar();
##############################################
gcl-2.6.12/h/att_ext.h-251-object cdadar();
gcl-2.6.12/h/att_ext.h:252:object cdaddr();
gcl-2.6.12/h/att_ext.h-253-object cddaar();
##############################################
gcl-2.6.12/h/compdefs.h-77-CMPcadar(x) 
gcl-2.6.12/h/compdefs.h:78:CMPcaddr(x) 
gcl-2.6.12/h/compdefs.h-79-CMPcdaar(x) 
##############################################
gcl-2.6.12/h/compdefs.h-85-CMPcaadar(x)
gcl-2.6.12/h/compdefs.h:86:CMPcaaddr(x)
gcl-2.6.12/h/compdefs.h-87-CMPcadaar(x)
##############################################
gcl-2.6.12/h/compdefs.h-93-CMPcdadar(x)
gcl-2.6.12/h/compdefs.h:94:CMPcdaddr(x)
gcl-2.6.12/h/compdefs.h-95-CMPcddaar(x)
##############################################
gcl-2.6.12/h/compprotos.h-85-object cadar(object);
gcl-2.6.12/h/compprotos.h:86:object caddr(object);
gcl-2.6.12/h/compprotos.h-87-object cdaar(object);
##############################################
gcl-2.6.12/h/compprotos.h-93-object caadar(object);
gcl-2.6.12/h/compprotos.h:94:object caaddr(object);
gcl-2.6.12/h/compprotos.h-95-object cadaar(object);
##############################################
gcl-2.6.12/h/compprotos.h-101-object cdadar(object);
gcl-2.6.12/h/compprotos.h:102:object cdaddr(object);
gcl-2.6.12/h/compprotos.h-103-object cddaar(object);
##############################################
gcl-2.6.12/h/sh4-linux.h-5-/*  #define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO */
gcl-2.6.12/h/sh4-linux.h:6:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/h/sh4-linux.h-7-/*   ((siginfo_t *)code)->si_addr */
##############################################
gcl-2.6.12/h/sh4-linux.h-32-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/h/sh4-linux.h:33:#define GET_FAULT_ADDR(sig,code,sv,a) ((siginfo_t *)code)->si_addr
gcl-2.6.12/h/sh4-linux.h:34:/* #define GET_FAULT_ADDR(sig,code,sv,a) ((void *)(((struct sigcontext *)(&code))->cr2)) */
gcl-2.6.12/h/sh4-linux.h-35-#endif
##############################################
gcl-2.6.12/h/sh4-linux.h-52-   p=(void *)((unsigned long)p & ~(PAGESIZE-1)); \
gcl-2.6.12/h/sh4-linux.h:53:   for (;p<pe;p++) /*+=PAGESIZE?*/ asm __volatile__ ("ocbp @%0\n\t": : "r" (p) : "memory");\
gcl-2.6.12/h/sh4-linux.h-54-}
##############################################
gcl-2.6.12/h/m68k-linux.h-30-
gcl-2.6.12/h/m68k-linux.h:31:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/h/m68k-linux.h-32-    ({\
##############################################
gcl-2.6.12/h/alpha-linux.h-9-/* #include <ucontext.h> */
gcl-2.6.12/h/alpha-linux.h:10:/* #define GET_FAULT_ADDR(sig,code,scp,addr) \ no longer working*/
gcl-2.6.12/h/alpha-linux.h-11-/*   (char *)((struct ucontext *)scp )->uc_mcontext.sc_traparg_a0 */
gcl-2.6.12/h/alpha-linux.h:12:/*#define GET_FAULT_ADDR(sig,code,sv,a) ((siginfo_t *)code)->si_addr  perhaps try this when get access*/
gcl-2.6.12/h/alpha-linux.h-13-/* #endif */
##############################################
gcl-2.6.12/h/386-gnu.h-5-/*  #define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO */
gcl-2.6.12/h/386-gnu.h:6:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/h/386-gnu.h-7-/*   ((siginfo_t *)code)->si_addr */
##############################################
gcl-2.6.12/h/386-gnu.h-33-#ifndef SA_SIGINFO
gcl-2.6.12/h/386-gnu.h:34:#define GET_FAULT_ADDR(sig,code,sv,a) ((char *)code)
gcl-2.6.12/h/386-gnu.h-35-#define SA_SIGINFO 0
gcl-2.6.12/h/386-gnu.h-36-#else
gcl-2.6.12/h/386-gnu.h:37:#define GET_FAULT_ADDR(sig,code,sv,a) ((siginfo_t *)code)->si_addr
gcl-2.6.12/h/386-gnu.h-38-#endif
gcl-2.6.12/h/386-gnu.h:39:/* #define GET_FAULT_ADDR(sig,code,sv,a) ((void *)(((struct sigcontext *)(&code))->cr2)) */
gcl-2.6.12/h/386-gnu.h-40-#endif
##############################################
gcl-2.6.12/h/linux.h-110-/* #define DATA_BEGIN((TXTRELOC+header.a_text+(SEGSIZ-1)) & ~(SEGSIZ-1)); */
gcl-2.6.12/h/linux.h:111:#define DATA_BEGIN (char *)(char *)N_DATADDR(header);
gcl-2.6.12/h/linux.h-112-
##############################################
gcl-2.6.12/h/linux.h-149-#define FPE_CODE(i_,v_) make_fixnum(FFN(fSfpe_code)(UC(v_)->uc_mcontext.fpregs->sw,((struct _fpstate *)UC(v_)->uc_mcontext.fpregs)->mxcsr))
gcl-2.6.12/h/linux.h:150:#define FPE_ADDR(i_,v_) make_fixnum((UC(v_)->uc_mcontext.fpregs->tag!=-1) ? UC(v_)->uc_mcontext.fpregs->ipoff : (fixnum)SF(i_)->si_addr)
gcl-2.6.12/h/linux.h-151-#else
gcl-2.6.12/h/linux.h-152-#define FPE_CODE(i_,v_) make_fixnum(FFN(fSfpe_code)(UC(v_)->uc_mcontext.fpregs->swd,((struct _fpstate *)UC(v_)->uc_mcontext.fpregs)->mxcsr))
gcl-2.6.12/h/linux.h:153:#define FPE_ADDR(i_,v_) make_fixnum(UC(v_)->uc_mcontext.fpregs->fop ? UC(v_)->uc_mcontext.fpregs->rip : (fixnum)SF(i_)->si_addr)
gcl-2.6.12/h/linux.h-154-#endif
##############################################
gcl-2.6.12/h/linux.h-176-#define FPE_CODE(i_,v_) make_fixnum((fixnum)SF(i_)->si_code)
gcl-2.6.12/h/linux.h:177:#define FPE_ADDR(i_,v_) make_fixnum((fixnum)SF(i_)->si_addr)
gcl-2.6.12/h/linux.h-178-#define FPE_CTXT(v_) Cnil
##############################################
gcl-2.6.12/h/arm-linux.h-5-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/h/arm-linux.h:6:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/h/arm-linux.h-7- ((siginfo_t *)code)->si_addr
gcl-2.6.12/h/arm-linux.h:8:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/h/arm-linux.h-9-/*      ((void *)(*((char ***)(&code)))[44]) */
##############################################
gcl-2.6.12/h/armhf-linux.h-5-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/h/armhf-linux.h:6:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/h/armhf-linux.h-7- ((siginfo_t *)code)->si_addr
gcl-2.6.12/h/armhf-linux.h:8:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/h/armhf-linux.h-9-/*      ((void *)(*((char ***)(&code)))[44]) */
##############################################
gcl-2.6.12/h/notcomp.h-316-#define Mcadar(x)	(x)->c.c_car->c.c_cdr->c.c_car
gcl-2.6.12/h/notcomp.h:317:#define Mcaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car
gcl-2.6.12/h/notcomp.h-318-#define Mcdaar(x)	(x)->c.c_car->c.c_car->c.c_cdr
##############################################
gcl-2.6.12/h/notcomp.h-324-#define Mcaadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/h/notcomp.h:325:#define Mcaaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/h/notcomp.h-326-#define Mcadaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_car
##############################################
gcl-2.6.12/h/notcomp.h-332-#define Mcdadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/h/notcomp.h:333:#define Mcdaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/h/notcomp.h-334-#define Mcddaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_cdr
##############################################
gcl-2.6.12/h/protoize.h-1395-void Lcadadr(void);
gcl-2.6.12/h/protoize.h:1396:void Lcaaddr(void);
gcl-2.6.12/h/protoize.h-1397-void Lset_macro_character(void);
##############################################
gcl-2.6.12/h/protoize.h-1507-void Lcddadr(void);
gcl-2.6.12/h/protoize.h:1508:void Lcdaddr(void);
gcl-2.6.12/h/protoize.h-1509-void Lcadddr(void);
##############################################
gcl-2.6.12/h/protoize.h-1684-void Lcdadr(void);
gcl-2.6.12/h/protoize.h:1685:void Lcaddr(void);
gcl-2.6.12/h/protoize.h-1686-void Lfmakunbound(void);
##############################################
gcl-2.6.12/info/gcl-si.info-2047-
gcl-2.6.12/info/gcl-si.info:2048: -- Function: CAADDR (x)
gcl-2.6.12/info/gcl-si.info-2049-     Package:LISP
##############################################
gcl-2.6.12/info/gcl-si.info-2065-
gcl-2.6.12/info/gcl-si.info:2066:     Equivalent to (CADDR (CDDDDR X)).
gcl-2.6.12/info/gcl-si.info-2067-
##############################################
gcl-2.6.12/info/gcl-si.info-2197-
gcl-2.6.12/info/gcl-si.info:2198: -- Function: CDADDR (x)
gcl-2.6.12/info/gcl-si.info-2199-     Package:LISP
##############################################
gcl-2.6.12/info/gcl-si.info-2463-
gcl-2.6.12/info/gcl-si.info:2464: -- Function: CADDR (x)
gcl-2.6.12/info/gcl-si.info-2465-     Package:LISP
##############################################
gcl-2.6.12/info/gcl-si/Lists.html-358-</p>
gcl-2.6.12/info/gcl-si/Lists.html:359:<p>Equivalent to (CADDR (CDDDDR X)).
gcl-2.6.12/info/gcl-si/Lists.html-360-</p>
##############################################
gcl-2.6.12/info/io.texi-1001-supplied text itself, i.e. contains no prefix.  For example, the
gcl-2.6.12/info/io.texi:1002:setting ``maxima::$'' will complete input text ``int'' according to
gcl-2.6.12/info/io.texi-1003-the internal symbols in the maxima package of the form
##############################################
gcl-2.6.12/info/list.texi-241-
gcl-2.6.12/info/list.texi:242:@defun CAADDR (x)
gcl-2.6.12/info/list.texi-243-Package:LISP
##############################################
gcl-2.6.12/info/list.texi-268-
gcl-2.6.12/info/list.texi:269:Equivalent to (CADDR (CDDDDR X)).
gcl-2.6.12/info/list.texi-270-
##############################################
gcl-2.6.12/info/list.texi-472-
gcl-2.6.12/info/list.texi:473:@defun CDADDR (x)
gcl-2.6.12/info/list.texi-474-Package:LISP
##############################################
gcl-2.6.12/info/list.texi-867-
gcl-2.6.12/info/list.texi:868:@defun CADDR (x)
gcl-2.6.12/info/list.texi-869-Package:LISP
##############################################
gcl-2.6.12/install.sh-85-
gcl-2.6.12/install.sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
gcl-2.6.12/install.sh-87-	    shift
##############################################
gcl-2.6.12/install.sh-89-
gcl-2.6.12/install.sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
gcl-2.6.12/install.sh-91-	    shift
##############################################
gcl-2.6.12/install.sh-150-	then
gcl-2.6.12/install.sh:151:		dst="$dst"/`basename $src`
gcl-2.6.12/install.sh-152-	else
##############################################
gcl-2.6.12/install.sh-157-## this sed command emulates the dirname command
gcl-2.6.12/install.sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
gcl-2.6.12/install.sh-159-
##############################################
gcl-2.6.12/install.sh-171-IFS='%'
gcl-2.6.12/install.sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
gcl-2.6.12/install.sh-173-IFS="${oIFS}"
##############################################
gcl-2.6.12/install.sh-205-	then
gcl-2.6.12/install.sh:206:		dstfile=`basename $dst`
gcl-2.6.12/install.sh-207-	else
##############################################
gcl-2.6.12/install.sh-215-	then
gcl-2.6.12/install.sh:216:		dstfile=`basename $dst`
gcl-2.6.12/install.sh-217-	else
##############################################
gcl-2.6.12/lsp/gcl_defstruct.lsp-351-	       ;; If
gcl-2.6.12/lsp/gcl_defstruct.lsp:352:	       (setf (caddr (car sds))
gcl-2.6.12/lsp/gcl_defstruct.lsp:353:		     (best-array-element-type (caddr (car sds))))
gcl-2.6.12/lsp/gcl_defstruct.lsp:354:	       (when (not  (equal (normalize-type (or (caddr (car sds)) t))
gcl-2.6.12/lsp/gcl_defstruct.lsp:355:				 (normalize-type (or (caddr (car olds)) t))))
gcl-2.6.12/lsp/gcl_defstruct.lsp-356-		     (error "Type mismmatch for included slot ~a" (car sds)))
##############################################
gcl-2.6.12/lsp/gcl_profile.lsp-76-(defun prof-offset (addr) (* (/ (float (cadr *current-profile*)) #x10000)
gcl-2.6.12/lsp/gcl_profile.lsp:77:			        (- addr (car *current-profile*))))
gcl-2.6.12/lsp/gcl_profile.lsp-78-
##############################################
gcl-2.6.12/lsp/gcl_fpe.lsp-66-  (if p 
gcl-2.6.12/lsp/gcl_fpe.lsp:67:      (map-into (make-list (truncate 16 w)) (lambda nil (rf (+ addr (* w (incf i))) w)))
gcl-2.6.12/lsp/gcl_fpe.lsp-68-    (rf addr w)))
##############################################
gcl-2.6.12/lsp/gcl_fpe.lsp-71-		  (f (eql #\F (aref z 0))))
gcl-2.6.12/lsp/gcl_fpe.lsp:72:  (ref addr (unless f (eql (aref z (- lz 2)) #\P)) (if (or f (eql (aref z (1- lz)) #\D)) 8 4)))
gcl-2.6.12/lsp/gcl_fpe.lsp-73-
##############################################
gcl-2.6.12/lsp/makefile-39-fns:	../cmpnew/gcl_collectfn.o
gcl-2.6.12/lsp/makefile:40:	$(MAKE) fns1 -e "FNS=`echo ${OBJS} | sed -e 's:\.o:\.fn:g'`"
gcl-2.6.12/lsp/makefile-41-
##############################################
gcl-2.6.12/lsp/makefile-59-newc:	
gcl-2.6.12/lsp/makefile:60:	$(MAKE) $(OBJS) -e "NEWCFILES=`echo $(OBJS) | sed -e 's:\.o:.c:g'`"
gcl-2.6.12/lsp/makefile-61-
##############################################
gcl-2.6.12/lsp/gcl_listlib.lsp-167-  (declare (optimize (safety 2)))
gcl-2.6.12/lsp/gcl_listlib.lsp:168:  (caddr (cddddr x)))
gcl-2.6.12/lsp/gcl_listlib.lsp-169-(defun eighth (x) 
##############################################
gcl-2.6.12/lsp/gcl_setf.lsp-152-(defsetf cdadr (x) (y) `(progn (rplacd (cadr ,x) ,y) ,y))
gcl-2.6.12/lsp/gcl_setf.lsp:153:(defsetf caddr (x) (y) `(progn (rplaca (cddr ,x) ,y) ,y))
gcl-2.6.12/lsp/gcl_setf.lsp-154-(defsetf cdddr (x) (y) `(progn (rplacd (cddr ,x) ,y) ,y))
##############################################
gcl-2.6.12/lsp/gcl_setf.lsp-166-(defsetf cddadr (x) (y) `(progn (rplacd (cdadr ,x) ,y) ,y))
gcl-2.6.12/lsp/gcl_setf.lsp:167:(defsetf caaddr (x) (y) `(progn (rplaca (caddr ,x) ,y) ,y))
gcl-2.6.12/lsp/gcl_setf.lsp:168:(defsetf cdaddr (x) (y) `(progn (rplacd (caddr ,x) ,y) ,y))
gcl-2.6.12/lsp/gcl_setf.lsp-169-(defsetf cadddr (x) (y) `(progn (rplaca (cdddr ,x) ,y) ,y))
##############################################
gcl-2.6.12/ltmain.sh-33-  :
gcl-2.6.12/ltmain.sh:34:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
gcl-2.6.12/ltmain.sh-35-  # Yippee, $echo works!
##############################################
gcl-2.6.12/ltmain.sh-51-# The name of this program.
gcl-2.6.12/ltmain.sh:52:progname=`$echo "$0" | sed 's%^.*/%%'`
gcl-2.6.12/ltmain.sh-53-modename="$progname"
##############################################
gcl-2.6.12/ltmain.sh-87-if test "$LTCONFIG_VERSION" != "$VERSION"; then
gcl-2.6.12/ltmain.sh:88:  echo "$modename: ltconfig version \`$LTCONFIG_VERSION' does not match $PROGRAM version \`$VERSION'" 1>&2
gcl-2.6.12/ltmain.sh-89-  echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
##############################################
gcl-2.6.12/ltmain.sh-118-  case $arg in
gcl-2.6.12/ltmain.sh:119:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
gcl-2.6.12/ltmain.sh-120-  *) optarg= ;;
##############################################
gcl-2.6.12/ltmain.sh-149-	  # Evaluate the configuration.
gcl-2.6.12/ltmain.sh:150:	  eval "`sed -n -e '/^### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $0`"
gcl-2.6.12/ltmain.sh-151-        else
##############################################
gcl-2.6.12/ltmain.sh-328-	prev=
gcl-2.6.12/ltmain.sh:329:	lastarg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
gcl-2.6.12/ltmain.sh-330-
##############################################
gcl-2.6.12/ltmain.sh-380-      -Wc,*)
gcl-2.6.12/ltmain.sh:381:	args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
gcl-2.6.12/ltmain.sh-382-	lastarg=
##############################################
gcl-2.6.12/ltmain.sh-397-	IFS="$save_ifs"
gcl-2.6.12/ltmain.sh:398:	lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
gcl-2.6.12/ltmain.sh-399-
##############################################
gcl-2.6.12/ltmain.sh-432-      # interpreted inside of double-quoted scrings.
gcl-2.6.12/ltmain.sh:433:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
gcl-2.6.12/ltmain.sh-434-
##############################################
gcl-2.6.12/ltmain.sh-456-      # Get the name of the library object.
gcl-2.6.12/ltmain.sh:457:      libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh-458-      ;;
##############################################
gcl-2.6.12/ltmain.sh-471-    *.ads) xform=ads ;;
gcl-2.6.12/ltmain.sh:472:    *.asm) xform=asm ;;
gcl-2.6.12/ltmain.sh-473-    *.c++) xform=c++ ;;
##############################################
gcl-2.6.12/ltmain.sh-482-
gcl-2.6.12/ltmain.sh:483:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
gcl-2.6.12/ltmain.sh-484-
gcl-2.6.12/ltmain.sh-485-    case $libobj in
gcl-2.6.12/ltmain.sh:486:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
gcl-2.6.12/ltmain.sh-487-    *)
##############################################
gcl-2.6.12/ltmain.sh-501-      # but not from the CC environment variable when ltconfig was run.
gcl-2.6.12/ltmain.sh:502:      "`$echo $CC` "*) ;;
gcl-2.6.12/ltmain.sh-503-      *)
##############################################
gcl-2.6.12/ltmain.sh-506-	    # Evaluate the configuration.
gcl-2.6.12/ltmain.sh:507:	    eval "`sed -n -e '/^### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`"
gcl-2.6.12/ltmain.sh-508-            case $base_compile in
##############################################
gcl-2.6.12/ltmain.sh-515-              ;;
gcl-2.6.12/ltmain.sh:516:	    "`$echo $CC` "*)
gcl-2.6.12/ltmain.sh-517-	      tagname=$z
##############################################
gcl-2.6.12/ltmain.sh-536-
gcl-2.6.12/ltmain.sh:537:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh:538:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
gcl-2.6.12/ltmain.sh-539-    if test "X$xdir" = "X$obj"; then
##############################################
gcl-2.6.12/ltmain.sh-575-    if test "$compiler_c_o" = no; then
gcl-2.6.12/ltmain.sh:576:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
gcl-2.6.12/ltmain.sh-577-      lockfile="$output_obj.lock"
##############################################
gcl-2.6.12/ltmain.sh-596-*** ERROR, $lockfile exists and contains:
gcl-2.6.12/ltmain.sh:597:`cat $lockfile 2>/dev/null`
gcl-2.6.12/ltmain.sh-598-
##############################################
gcl-2.6.12/ltmain.sh-665-      if test "$need_locks" = warn &&
gcl-2.6.12/ltmain.sh:666:	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then
gcl-2.6.12/ltmain.sh-667-	echo "\
gcl-2.6.12/ltmain.sh-668-*** ERROR, $lockfile contains:
gcl-2.6.12/ltmain.sh:669:`cat $lockfile 2>/dev/null`
gcl-2.6.12/ltmain.sh-670-
##############################################
gcl-2.6.12/ltmain.sh-735-      if test "$need_locks" = warn &&
gcl-2.6.12/ltmain.sh:736:	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then
gcl-2.6.12/ltmain.sh-737-	echo "\
gcl-2.6.12/ltmain.sh-738-*** ERROR, $lockfile contains:
gcl-2.6.12/ltmain.sh:739:`cat $lockfile 2>/dev/null`
gcl-2.6.12/ltmain.sh-740-
##############################################
gcl-2.6.12/ltmain.sh-893-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
gcl-2.6.12/ltmain.sh:894:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
gcl-2.6.12/ltmain.sh-895-	;;
##############################################
gcl-2.6.12/ltmain.sh-972-	    moreargs=
gcl-2.6.12/ltmain.sh:973:	    for fil in `cat $save_arg`
gcl-2.6.12/ltmain.sh-974-	    do
##############################################
gcl-2.6.12/ltmain.sh-999-	        # Extract subdirectory from the argument.
gcl-2.6.12/ltmain.sh:1000:	        xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
gcl-2.6.12/ltmain.sh-1001-	        if test "X$xdir" = "X$arg"; then
##############################################
gcl-2.6.12/ltmain.sh-1053-	          # Extract subdirectory from the argument.
gcl-2.6.12/ltmain.sh:1054:	          xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
gcl-2.6.12/ltmain.sh-1055-	          if test "X$xdir" = "X$arg"; then
##############################################
gcl-2.6.12/ltmain.sh-1060-
gcl-2.6.12/ltmain.sh:1061:                  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
gcl-2.6.12/ltmain.sh:1062:                  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
gcl-2.6.12/ltmain.sh-1063-	          libobjs="$libobjs $pic_object"
##############################################
gcl-2.6.12/ltmain.sh-1184-      -L*)
gcl-2.6.12/ltmain.sh:1185:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
gcl-2.6.12/ltmain.sh-1186-	# We need an absolute path.
##############################################
gcl-2.6.12/ltmain.sh-1189-	*)
gcl-2.6.12/ltmain.sh:1190:	  absdir=`cd "$dir" && pwd`
gcl-2.6.12/ltmain.sh-1191-	  if test -z "$absdir"; then
##############################################
gcl-2.6.12/ltmain.sh-1284-      -R*)
gcl-2.6.12/ltmain.sh:1285:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
gcl-2.6.12/ltmain.sh-1286-	# We need an absolute path.
##############################################
gcl-2.6.12/ltmain.sh-1320-      -Wc,*)
gcl-2.6.12/ltmain.sh:1321:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
gcl-2.6.12/ltmain.sh-1322-	arg=
##############################################
gcl-2.6.12/ltmain.sh-1334-	IFS="$save_ifs"
gcl-2.6.12/ltmain.sh:1335:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
gcl-2.6.12/ltmain.sh-1336-	;;
##############################################
gcl-2.6.12/ltmain.sh-1338-      -Wl,*)
gcl-2.6.12/ltmain.sh:1339:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
gcl-2.6.12/ltmain.sh-1340-	arg=
##############################################
gcl-2.6.12/ltmain.sh-1353-	IFS="$save_ifs"
gcl-2.6.12/ltmain.sh:1354:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
gcl-2.6.12/ltmain.sh-1355-	;;
##############################################
gcl-2.6.12/ltmain.sh-1370-	# to be aesthetically quoted because they are evaled later.
gcl-2.6.12/ltmain.sh:1371:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
gcl-2.6.12/ltmain.sh-1372-	case $arg in
##############################################
gcl-2.6.12/ltmain.sh-1407-	  # Extract subdirectory from the argument.
gcl-2.6.12/ltmain.sh:1408:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
gcl-2.6.12/ltmain.sh-1409-	  if test "X$xdir" = "X$arg"; then
##############################################
gcl-2.6.12/ltmain.sh-1461-	    # Extract subdirectory from the argument.
gcl-2.6.12/ltmain.sh:1462:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
gcl-2.6.12/ltmain.sh-1463-	    if test "X$xdir" = "X$arg"; then
##############################################
gcl-2.6.12/ltmain.sh-1468-
gcl-2.6.12/ltmain.sh:1469:            pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
gcl-2.6.12/ltmain.sh:1470:            non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
gcl-2.6.12/ltmain.sh-1471-	    libobjs="$libobjs $pic_object"
##############################################
gcl-2.6.12/ltmain.sh-1504-	# to be aesthetically quoted because they are evaled later.
gcl-2.6.12/ltmain.sh:1505:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
gcl-2.6.12/ltmain.sh-1506-	case $arg in
##############################################
gcl-2.6.12/ltmain.sh-1535-      # but not from the CC environment variable when ltconfig was run.
gcl-2.6.12/ltmain.sh:1536:      "`$echo $CC` "*) ;;
gcl-2.6.12/ltmain.sh-1537-      *)
##############################################
gcl-2.6.12/ltmain.sh-1540-	    # Evaluate the configuration.
gcl-2.6.12/ltmain.sh:1541:	    eval "`sed -n -e '/^### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`"
gcl-2.6.12/ltmain.sh-1542-            case $base_compile in
##############################################
gcl-2.6.12/ltmain.sh-1549-	      ;;
gcl-2.6.12/ltmain.sh:1550:	    "`$echo $CC` "*)
gcl-2.6.12/ltmain.sh-1551-	      tagname=$z
##############################################
gcl-2.6.12/ltmain.sh-1577-    # calculate the name of the file, without its directory
gcl-2.6.12/ltmain.sh:1578:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh-1579-    libobjs_save="$libobjs"
##############################################
gcl-2.6.12/ltmain.sh-1582-      # get the directories listed in $shlibpath_var
gcl-2.6.12/ltmain.sh:1583:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
gcl-2.6.12/ltmain.sh-1584-    else
##############################################
gcl-2.6.12/ltmain.sh-1589-
gcl-2.6.12/ltmain.sh:1590:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
gcl-2.6.12/ltmain.sh-1591-    if test "X$output_objdir" = "X$output"; then
##############################################
gcl-2.6.12/ltmain.sh-1701-	  fi
gcl-2.6.12/ltmain.sh:1702:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
gcl-2.6.12/ltmain.sh-1703-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
gcl-2.6.12/ltmain.sh-1728-	    newdependency_libs="$deplib $newdependency_libs"
gcl-2.6.12/ltmain.sh:1729:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
gcl-2.6.12/ltmain.sh-1730-	    ;;
##############################################
gcl-2.6.12/ltmain.sh-1737-	      deplibs="$deplib $deplibs"
gcl-2.6.12/ltmain.sh:1738:	      newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
gcl-2.6.12/ltmain.sh-1739-	    else
##############################################
gcl-2.6.12/ltmain.sh-1751-	  if test $pass = link; then
gcl-2.6.12/ltmain.sh:1752:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
gcl-2.6.12/ltmain.sh-1753-	    # Make sure the xrpath contains only unique directories.
##############################################
gcl-2.6.12/ltmain.sh-1824-
gcl-2.6.12/ltmain.sh:1825:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
gcl-2.6.12/ltmain.sh-1826-	test "X$ladir" = "X$lib" && ladir="."
##############################################
gcl-2.6.12/ltmain.sh-1907-	*)
gcl-2.6.12/ltmain.sh:1908:	  abs_ladir=`cd "$ladir" && pwd`
gcl-2.6.12/ltmain.sh-1909-	  if test -z "$abs_ladir"; then
##############################################
gcl-2.6.12/ltmain.sh-1915-	esac
gcl-2.6.12/ltmain.sh:1916:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh-1917-
##############################################
gcl-2.6.12/ltmain.sh-1934-	fi # $installed = yes
gcl-2.6.12/ltmain.sh:1935:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
gcl-2.6.12/ltmain.sh-1936-
##############################################
gcl-2.6.12/ltmain.sh-1980-	    case $deplib in
gcl-2.6.12/ltmain.sh:1981:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
gcl-2.6.12/ltmain.sh-1982-	    esac
##############################################
gcl-2.6.12/ltmain.sh-2057-	    shift; shift
gcl-2.6.12/ltmain.sh:2058:	    libname=`eval \\$echo \"$libname_spec\"`
gcl-2.6.12/ltmain.sh-2059-	    # use dlname if we got it. it's perfectly good, no?
##############################################
gcl-2.6.12/ltmain.sh-2065-	      *cygwin*)
gcl-2.6.12/ltmain.sh:2066:		major=`expr $current - $age`
gcl-2.6.12/ltmain.sh-2067-		versuffix="-$major"
##############################################
gcl-2.6.12/ltmain.sh-2076-	    soroot="$soname"
gcl-2.6.12/ltmain.sh:2077:	    soname=`echo $soroot | sed -e 's/^.*\///'`
gcl-2.6.12/ltmain.sh:2078:	    newlib="libimp-`echo $soname | sed 's/^lib//;s/\.dll$//'`.a"
gcl-2.6.12/ltmain.sh-2079-
##############################################
gcl-2.6.12/ltmain.sh-2273-	      case $libdir in
gcl-2.6.12/ltmain.sh:2274:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
gcl-2.6.12/ltmain.sh-2275-		   case " $xrpath " in
##############################################
gcl-2.6.12/ltmain.sh-2303-	      *.la)
gcl-2.6.12/ltmain.sh:2304:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
gcl-2.6.12/ltmain.sh-2305-		test "X$dir" = "X$deplib" && dir="."
##############################################
gcl-2.6.12/ltmain.sh-2309-		*)
gcl-2.6.12/ltmain.sh:2310:		  absdir=`cd "$dir" && pwd`
gcl-2.6.12/ltmain.sh-2311-		  if test -z "$absdir"; then
##############################################
gcl-2.6.12/ltmain.sh-2319-		else
gcl-2.6.12/ltmain.sh:2320:		  eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gcl-2.6.12/ltmain.sh-2321-		  if test -z "$libdir"; then
##############################################
gcl-2.6.12/ltmain.sh-2447-      lib*)
gcl-2.6.12/ltmain.sh:2448:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
gcl-2.6.12/ltmain.sh-2449-	eval libname=\"$libname_spec\"
##############################################
gcl-2.6.12/ltmain.sh-2452-	if test "$module" = no; then
gcl-2.6.12/ltmain.sh:2453:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
gcl-2.6.12/ltmain.sh-2454-	  $echo "$help" 1>&2
##############################################
gcl-2.6.12/ltmain.sh-2458-	  # Add the "lib" prefix for modules if required
gcl-2.6.12/ltmain.sh:2459:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
gcl-2.6.12/ltmain.sh-2460-	  eval libname=\"$libname_spec\"
gcl-2.6.12/ltmain.sh-2461-	else
gcl-2.6.12/ltmain.sh:2462:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
gcl-2.6.12/ltmain.sh-2463-	fi
##############################################
gcl-2.6.12/ltmain.sh-2553-	if test $age -gt $current; then
gcl-2.6.12/ltmain.sh:2554:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
gcl-2.6.12/ltmain.sh-2555-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
gcl-2.6.12/ltmain.sh-2568-	  # verstring for coding it into the library header
gcl-2.6.12/ltmain.sh:2569:	  major=.`expr $current - $age`
gcl-2.6.12/ltmain.sh-2570-	  versuffix="$major.$age.$revision"
gcl-2.6.12/ltmain.sh-2571-	  # Darwin ld doesn't like 0 for these options...
gcl-2.6.12/ltmain.sh:2572:	  minor_current=`expr $current + 1`
gcl-2.6.12/ltmain.sh-2573-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
gcl-2.6.12/ltmain.sh-2586-	irix)
gcl-2.6.12/ltmain.sh:2587:	  major=`expr $current - $age + 1`
gcl-2.6.12/ltmain.sh-2588-	  verstring="sgi$major.$revision"
##############################################
gcl-2.6.12/ltmain.sh-2592-	  while test $loop != 0; do
gcl-2.6.12/ltmain.sh:2593:	    iface=`expr $revision - $loop`
gcl-2.6.12/ltmain.sh:2594:	    loop=`expr $loop - 1`
gcl-2.6.12/ltmain.sh-2595-	    verstring="sgi$major.$iface:$verstring"
##############################################
gcl-2.6.12/ltmain.sh-2603-	linux)
gcl-2.6.12/ltmain.sh:2604:	  major=.`expr $current - $age`
gcl-2.6.12/ltmain.sh-2605-	  versuffix="$major.$age.$revision"
##############################################
gcl-2.6.12/ltmain.sh-2608-	osf)
gcl-2.6.12/ltmain.sh:2609:	  major=`expr $current - $age`
gcl-2.6.12/ltmain.sh-2610-	  versuffix=".$current.$age.$revision"
##############################################
gcl-2.6.12/ltmain.sh-2615-	  while test $loop != 0; do
gcl-2.6.12/ltmain.sh:2616:	    iface=`expr $current - $loop`
gcl-2.6.12/ltmain.sh:2617:	    loop=`expr $loop - 1`
gcl-2.6.12/ltmain.sh-2618-	    verstring="$verstring:${iface}.0"
##############################################
gcl-2.6.12/ltmain.sh-2632-	  # extension on DOS 8.3 filesystems.
gcl-2.6.12/ltmain.sh:2633:	  major=`expr $current - $age`
gcl-2.6.12/ltmain.sh-2634-	  versuffix="-$major"
##############################################
gcl-2.6.12/ltmain.sh-2678-        removelist=
gcl-2.6.12/ltmain.sh:2679:        tempremovelist=`echo "$output_objdir/*"`
gcl-2.6.12/ltmain.sh-2680-	for p in $tempremovelist; do
##############################################
gcl-2.6.12/ltmain.sh-2700-	# Transform .lo files to .o files.
gcl-2.6.12/ltmain.sh:2701:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
gcl-2.6.12/ltmain.sh-2702-      fi
##############################################
gcl-2.6.12/ltmain.sh-2705-      for path in $notinst_path; do
gcl-2.6.12/ltmain.sh:2706:	lib_search_path=`echo "$lib_search_path " | sed -e 's% $path % %g'`
gcl-2.6.12/ltmain.sh:2707:	deplibs=`echo "$deplibs " | sed -e 's% -L$path % %g'`
gcl-2.6.12/ltmain.sh:2708:	dependency_libs=`echo "$dependency_libs " | sed -e 's% -L$path % %g'`
gcl-2.6.12/ltmain.sh-2709-      done
##############################################
gcl-2.6.12/ltmain.sh-2804-	    for i in $deplibs; do
gcl-2.6.12/ltmain.sh:2805:	      name="`expr $i : '-l\(.*\)'`"
gcl-2.6.12/ltmain.sh-2806-	      # If $name is empty we are operating on a -L argument.
gcl-2.6.12/ltmain.sh-2807-	      if test -n "$name" && test "$name" != "0"; then
gcl-2.6.12/ltmain.sh:2808:		libname=`eval \\$echo \"$libname_spec\"`
gcl-2.6.12/ltmain.sh:2809:		deplib_matches=`eval \\$echo \"$library_names_spec\"`
gcl-2.6.12/ltmain.sh-2810-		set dummy $deplib_matches
gcl-2.6.12/ltmain.sh-2811-		deplib_match=$2
gcl-2.6.12/ltmain.sh:2812:		if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gcl-2.6.12/ltmain.sh-2813-		  newdeplibs="$newdeplibs $i"
##############################################
gcl-2.6.12/ltmain.sh-2829-	    for i in $deplibs; do
gcl-2.6.12/ltmain.sh:2830:	      name="`expr $i : '-l\(.*\)'`"
gcl-2.6.12/ltmain.sh-2831-	     # If $name is empty we are operating on a -L argument.
##############################################
gcl-2.6.12/ltmain.sh-2837-		  ldd_output=`ldd conftest`
gcl-2.6.12/ltmain.sh:2838:		  libname=`eval \\$echo \"$libname_spec\"`
gcl-2.6.12/ltmain.sh:2839:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
gcl-2.6.12/ltmain.sh-2840-		  set dummy $deplib_matches
gcl-2.6.12/ltmain.sh-2841-		  deplib_match=$2
gcl-2.6.12/ltmain.sh:2842:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
gcl-2.6.12/ltmain.sh-2843-		    newdeplibs="$newdeplibs $i"
##############################################
gcl-2.6.12/ltmain.sh-2867-	  set dummy $deplibs_check_method
gcl-2.6.12/ltmain.sh:2868:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
gcl-2.6.12/ltmain.sh-2869-	  for a_deplib in $deplibs; do
gcl-2.6.12/ltmain.sh:2870:	    name="`expr $a_deplib : '-l\(.*\)'`"
gcl-2.6.12/ltmain.sh-2871-	    # If $name is empty we are operating on a -L argument.
gcl-2.6.12/ltmain.sh-2872-	    if test -n "$name" && test "$name" != "0"; then
gcl-2.6.12/ltmain.sh:2873:	      libname=`eval \\$echo \"$libname_spec\"`
gcl-2.6.12/ltmain.sh-2874-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gcl-2.6.12/ltmain.sh:2875:		    potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gcl-2.6.12/ltmain.sh-2876-		    for potent_lib in $potential_libs; do
##############################################
gcl-2.6.12/ltmain.sh-2888-		      while test -h "$potlib" 2>/dev/null; do
gcl-2.6.12/ltmain.sh:2889:			potliblink=`ls -ld $potlib | sed 's/.* -> //'`
gcl-2.6.12/ltmain.sh-2890-			case $potliblink in
gcl-2.6.12/ltmain.sh-2891-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
gcl-2.6.12/ltmain.sh:2892:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
gcl-2.6.12/ltmain.sh-2893-			esac
##############################################
gcl-2.6.12/ltmain.sh-2926-	  set dummy $deplibs_check_method
gcl-2.6.12/ltmain.sh:2927:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
gcl-2.6.12/ltmain.sh-2928-	  for a_deplib in $deplibs; do
gcl-2.6.12/ltmain.sh:2929:	    name="`expr $a_deplib : '-l\(.*\)'`"
gcl-2.6.12/ltmain.sh-2930-	    # If $name is empty we are operating on a -L argument.
gcl-2.6.12/ltmain.sh-2931-	    if test -n "$name" && test "$name" != "0"; then
gcl-2.6.12/ltmain.sh:2932:	      libname=`eval \\$echo \"$libname_spec\"`
gcl-2.6.12/ltmain.sh-2933-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gcl-2.6.12/ltmain.sh:2934:		potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gcl-2.6.12/ltmain.sh-2935-		for potent_lib in $potential_libs; do
##############################################
gcl-2.6.12/ltmain.sh-2983-	  # On Rhapsody replace the C library is the System framework
gcl-2.6.12/ltmain.sh:2984:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
gcl-2.6.12/ltmain.sh-2985-	  ;;
##############################################
gcl-2.6.12/ltmain.sh-3117-#	for obj in $libobjs; do
gcl-2.6.12/ltmain.sh:3118:#	  xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
gcl-2.6.12/ltmain.sh-3119-#	  if test "X$xdir" = "X$obj"; then
##############################################
gcl-2.6.12/ltmain.sh-3123-#	  fi
gcl-2.6.12/ltmain.sh:3124:#	  baseobj=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh:3125:#	  oldobj=`$echo "X$baseobj" | $Xsed -e "$lo2o"`
gcl-2.6.12/ltmain.sh-3126-#	  if test ! -f $xdir/$oldobj && test "$baseobj" != "$oldobj"; then
##############################################
gcl-2.6.12/ltmain.sh-3132-	# Use standard objects if they are pic
gcl-2.6.12/ltmain.sh:3133:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
gcl-2.6.12/ltmain.sh-3134-
##############################################
gcl-2.6.12/ltmain.sh-3183-	      esac
gcl-2.6.12/ltmain.sh:3184:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh-3185-	      xdir="$gentop/$xlib"
##############################################
gcl-2.6.12/ltmain.sh-3197-
gcl-2.6.12/ltmain.sh:3198:	      libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
gcl-2.6.12/ltmain.sh-3199-	    done
##############################################
gcl-2.6.12/ltmain.sh-3218-	fi
gcl-2.6.12/ltmain.sh:3219:        if len=`expr "X$cmds" : ".*"` &&
gcl-2.6.12/ltmain.sh-3220-           test $len -le $max_cmd_len; then
##############################################
gcl-2.6.12/ltmain.sh-3252-            if test "X$objlist" = X ||
gcl-2.6.12/ltmain.sh:3253:	       { len=`expr "X$test_cmds" : ".*"` &&
gcl-2.6.12/ltmain.sh-3254-                 test $len -le $max_cmd_len; }; then
##############################################
gcl-2.6.12/ltmain.sh-3267-              last_robj=$output_objdir/$save_output-${k}.$objext
gcl-2.6.12/ltmain.sh:3268:              k=`expr $k + 1`
gcl-2.6.12/ltmain.sh-3269-              output=$output_objdir/$save_output-${k}.$objext
##############################################
gcl-2.6.12/ltmain.sh-3284-          do
gcl-2.6.12/ltmain.sh:3285:            i=`expr $i + 1`
gcl-2.6.12/ltmain.sh-3286-            delfiles="$delfiles $output_objdir/$save_output-${i}.$objext"
##############################################
gcl-2.6.12/ltmain.sh-3382-	libobj="$output"
gcl-2.6.12/ltmain.sh:3383:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
gcl-2.6.12/ltmain.sh-3384-	;;
##############################################
gcl-2.6.12/ltmain.sh-3424-	    esac
gcl-2.6.12/ltmain.sh:3425:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh-3426-	    xdir="$gentop/$xlib"
##############################################
gcl-2.6.12/ltmain.sh-3438-
gcl-2.6.12/ltmain.sh:3439:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
gcl-2.6.12/ltmain.sh-3440-	  done
##############################################
gcl-2.6.12/ltmain.sh-3444-      # Create the old-style object.
gcl-2.6.12/ltmain.sh:3445:      reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
gcl-2.6.12/ltmain.sh-3446-
##############################################
gcl-2.6.12/ltmain.sh-3495-#	$run $rm $libobj
gcl-2.6.12/ltmain.sh:3496:#	xdir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`
gcl-2.6.12/ltmain.sh-3497-#	if test "X$xdir" = "X$libobj"; then
##############################################
gcl-2.6.12/ltmain.sh-3501-#	fi
gcl-2.6.12/ltmain.sh:3502:#	baseobj=`$echo "X$libobj" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh:3503:#	oldobj=`$echo "X$baseobj" | $Xsed -e "$lo2o"`
gcl-2.6.12/ltmain.sh-3504-#	$show "(cd $xdir && $LN_S $oldobj $baseobj)"
##############################################
gcl-2.6.12/ltmain.sh-3517-      case $host in
gcl-2.6.12/ltmain.sh:3518:	*cygwin*) output=`echo $output | sed -e 's,.exe$,,;s,$,.exe,'` ;;
gcl-2.6.12/ltmain.sh-3519-      esac
##############################################
gcl-2.6.12/ltmain.sh-3537-	# On Rhapsody replace the C library is the System framework
gcl-2.6.12/ltmain.sh:3538:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
gcl-2.6.12/ltmain.sh:3539:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
gcl-2.6.12/ltmain.sh-3540-	;;
##############################################
gcl-2.6.12/ltmain.sh-3709-	    $show "extracting global C symbols from \`$arg'"
gcl-2.6.12/ltmain.sh:3710:	    name=`echo "$arg" | sed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh-3711-	    $run eval 'echo ": $name " >> "$nlist"'
##############################################
gcl-2.6.12/ltmain.sh-3805-	  # Transform the symbol file into the correct name.
gcl-2.6.12/ltmain.sh:3806:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
gcl-2.6.12/ltmain.sh:3807:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
gcl-2.6.12/ltmain.sh-3808-	  ;;
##############################################
gcl-2.6.12/ltmain.sh-3819-	# Nullify the symbol file.
gcl-2.6.12/ltmain.sh:3820:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
gcl-2.6.12/ltmain.sh:3821:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
gcl-2.6.12/ltmain.sh-3822-      fi
##############################################
gcl-2.6.12/ltmain.sh-3825-	# Replace the output file specification.
gcl-2.6.12/ltmain.sh:3826:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
gcl-2.6.12/ltmain.sh-3827-	link_command="$compile_command$compile_rpath"
##############################################
gcl-2.6.12/ltmain.sh-3892-	# Replace the output file specification.
gcl-2.6.12/ltmain.sh:3893:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
gcl-2.6.12/ltmain.sh-3894-	# Delete the old output file.
##############################################
gcl-2.6.12/ltmain.sh-3912-	  if test "$fast_install" = yes; then
gcl-2.6.12/ltmain.sh:3913:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
gcl-2.6.12/ltmain.sh-3914-	  else
##############################################
gcl-2.6.12/ltmain.sh-3924-      # Replace the output file specification.
gcl-2.6.12/ltmain.sh:3925:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
gcl-2.6.12/ltmain.sh-3926-
##############################################
gcl-2.6.12/ltmain.sh-3944-	  else
gcl-2.6.12/ltmain.sh:3945:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
gcl-2.6.12/ltmain.sh-3946-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
gcl-2.6.12/ltmain.sh-3949-	relink_command="cd `pwd`; $relink_command"
gcl-2.6.12/ltmain.sh:3950:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
gcl-2.6.12/ltmain.sh-3951-      fi
##############################################
gcl-2.6.12/ltmain.sh-3958-	esac
gcl-2.6.12/ltmain.sh:3959:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
gcl-2.6.12/ltmain.sh-3960-      else
gcl-2.6.12/ltmain.sh:3961:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
gcl-2.6.12/ltmain.sh-3962-      fi
##############################################
gcl-2.6.12/ltmain.sh-3968-	case $output in
gcl-2.6.12/ltmain.sh:3969:	  *.exe) output=`echo $output|sed 's,.exe$,,'` ;;
gcl-2.6.12/ltmain.sh-3970-	esac
##############################################
gcl-2.6.12/ltmain.sh-4014-      shift
gcl-2.6.12/ltmain.sh:4015:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
gcl-2.6.12/ltmain.sh-4016-      # Yippee, \$echo works!
##############################################
gcl-2.6.12/ltmain.sh-4026-  # Find the directory that this script lives in.
gcl-2.6.12/ltmain.sh:4027:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
gcl-2.6.12/ltmain.sh-4028-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
gcl-2.6.12/ltmain.sh-4030-  # Follow symbolic links until we get to the real thisdir.
gcl-2.6.12/ltmain.sh:4031:  file=\`ls -ld \"\$file\" | sed -n 's/.*-> //p'\`
gcl-2.6.12/ltmain.sh-4032-  while test -n \"\$file\"; do
gcl-2.6.12/ltmain.sh:4033:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
gcl-2.6.12/ltmain.sh-4034-
##############################################
gcl-2.6.12/ltmain.sh-4042-
gcl-2.6.12/ltmain.sh:4043:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
gcl-2.6.12/ltmain.sh:4044:    file=\`ls -ld \"\$thisdir/\$file\" | sed -n 's/.*-> //p'\`
gcl-2.6.12/ltmain.sh-4045-  done
##############################################
gcl-2.6.12/ltmain.sh-4047-  # Try to get the absolute directory name.
gcl-2.6.12/ltmain.sh:4048:  absdir=\`cd \"\$thisdir\" && pwd\`
gcl-2.6.12/ltmain.sh-4049-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
gcl-2.6.12/ltmain.sh-4057-  if test ! -f \"\$progdir/\$program\" || \\
gcl-2.6.12/ltmain.sh:4058:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | sed 1q\`; \\
gcl-2.6.12/ltmain.sh-4059-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
gcl-2.6.12/ltmain.sh-4072-    if test -n \"\$relink_command\"; then
gcl-2.6.12/ltmain.sh:4073:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
gcl-2.6.12/ltmain.sh-4074-      else
##############################################
gcl-2.6.12/ltmain.sh-4104-    # The second colon is a workaround for a bug in BeOS R4 sed
gcl-2.6.12/ltmain.sh:4105:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
gcl-2.6.12/ltmain.sh-4106-
##############################################
gcl-2.6.12/ltmain.sh-4203-	  esac
gcl-2.6.12/ltmain.sh:4204:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh-4205-	  xdir="$gentop/$xlib"
##############################################
gcl-2.6.12/ltmain.sh-4217-
gcl-2.6.12/ltmain.sh:4218:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print | $NL2SP`
gcl-2.6.12/ltmain.sh-4219-	done
##############################################
gcl-2.6.12/ltmain.sh-4230-#	  if test ! -f $oldobj; then
gcl-2.6.12/ltmain.sh:4231:#	    xdir=`$echo "X$oldobj" | $Xsed -e 's%/[^/]*$%%'`
gcl-2.6.12/ltmain.sh-4232-#	    if test "X$xdir" = "X$oldobj"; then
##############################################
gcl-2.6.12/ltmain.sh-4236-#	    fi
gcl-2.6.12/ltmain.sh:4237:#	    baseobj=`$echo "X$oldobj" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh:4238:#	    obj=`$echo "X$baseobj" | $Xsed -e "$o2lo"`
gcl-2.6.12/ltmain.sh-4239-#	    $show "(cd $xdir && ${LN_S} $obj $baseobj)"
##############################################
gcl-2.6.12/ltmain.sh-4245-
gcl-2.6.12/ltmain.sh:4246:        if len=`expr "X$cmds" : ".*"` &&
gcl-2.6.12/ltmain.sh-4247-             test $len -le $max_cmd_len; then
##############################################
gcl-2.6.12/ltmain.sh-4261-            eval test_cmds=\"$old_archive_cmds\"
gcl-2.6.12/ltmain.sh:4262:            if len=`expr "X$test_cmds" : ".*"` &&
gcl-2.6.12/ltmain.sh-4263-               test $len -le $max_cmd_len; then
##############################################
gcl-2.6.12/ltmain.sh-4305-	else
gcl-2.6.12/ltmain.sh:4306:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
gcl-2.6.12/ltmain.sh-4307-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
gcl-2.6.12/ltmain.sh-4315-      relink_command="(cd `pwd`; $SHELL $0$tagopts --mode=relink $libtool_args)"
gcl-2.6.12/ltmain.sh:4316:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
gcl-2.6.12/ltmain.sh-4317-
##############################################
gcl-2.6.12/ltmain.sh-4330-	      *.la)
gcl-2.6.12/ltmain.sh:4331:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh:4332:		eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gcl-2.6.12/ltmain.sh-4333-		if test -z "$libdir"; then
##############################################
gcl-2.6.12/ltmain.sh-4344-	    for lib in $dlfiles; do
gcl-2.6.12/ltmain.sh:4345:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh:4346:	      eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gcl-2.6.12/ltmain.sh-4347-	      if test -z "$libdir"; then
##############################################
gcl-2.6.12/ltmain.sh-4355-	    for lib in $dlprefiles; do
gcl-2.6.12/ltmain.sh:4356:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh:4357:	      eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gcl-2.6.12/ltmain.sh-4358-	      if test -z "$libdir"; then
##############################################
gcl-2.6.12/ltmain.sh-4430-      # Aesthetically quote it.
gcl-2.6.12/ltmain.sh:4431:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
gcl-2.6.12/ltmain.sh-4432-      case $arg in
##############################################
gcl-2.6.12/ltmain.sh-4446-    # Aesthetically quote it.
gcl-2.6.12/ltmain.sh:4447:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
gcl-2.6.12/ltmain.sh-4448-    case $arg in
##############################################
gcl-2.6.12/ltmain.sh-4494-      # Aesthetically quote the argument.
gcl-2.6.12/ltmain.sh:4495:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
gcl-2.6.12/ltmain.sh-4496-      case $arg in
##############################################
gcl-2.6.12/ltmain.sh-4526-    # Strip any trailing slash from the destination.
gcl-2.6.12/ltmain.sh:4527:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
gcl-2.6.12/ltmain.sh-4528-
##############################################
gcl-2.6.12/ltmain.sh-4534-    else
gcl-2.6.12/ltmain.sh:4535:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
gcl-2.6.12/ltmain.sh-4536-      test "X$destdir" = "X$dest" && destdir=.
gcl-2.6.12/ltmain.sh:4537:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh-4538-
##############################################
gcl-2.6.12/ltmain.sh-4610-
gcl-2.6.12/ltmain.sh:4611:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
gcl-2.6.12/ltmain.sh-4612-	test "X$dir" = "X$file/" && dir=
##############################################
gcl-2.6.12/ltmain.sh-4666-	# Install the pseudo-library for information purposes.
gcl-2.6.12/ltmain.sh:4667:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh-4668-	instname="$dir/$name"i
##############################################
gcl-2.6.12/ltmain.sh-4682-	else
gcl-2.6.12/ltmain.sh:4683:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh-4684-	  destfile="$destdir/$destfile"
##############################################
gcl-2.6.12/ltmain.sh-4689-	*.lo)
gcl-2.6.12/ltmain.sh:4690:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
gcl-2.6.12/ltmain.sh-4691-	  ;;
##############################################
gcl-2.6.12/ltmain.sh-4711-	  # Deduce the name of the old-style object file.
gcl-2.6.12/ltmain.sh:4712:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
gcl-2.6.12/ltmain.sh-4713-
##############################################
gcl-2.6.12/ltmain.sh-4724-	else
gcl-2.6.12/ltmain.sh:4725:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh-4726-	  destfile="$destdir/$destfile"
##############################################
gcl-2.6.12/ltmain.sh-4756-	    fi
gcl-2.6.12/ltmain.sh:4757:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
gcl-2.6.12/ltmain.sh-4758-	    if test -n "$libdir" && test ! -f "$libfile"; then
gcl-2.6.12/ltmain.sh:4759:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
gcl-2.6.12/ltmain.sh-4760-	      finalize=no
##############################################
gcl-2.6.12/ltmain.sh-4781-	      fi
gcl-2.6.12/ltmain.sh:4782:	      file=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh-4783-	      outputname="$tmpdir/$file"
gcl-2.6.12/ltmain.sh-4784-	      # Replace the output file specification.
gcl-2.6.12/ltmain.sh:4785:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
gcl-2.6.12/ltmain.sh-4786-
##############################################
gcl-2.6.12/ltmain.sh-4799-	    # Install the binary that we compiled earlier.
gcl-2.6.12/ltmain.sh:4800:	    file=`$echo "X$file" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
gcl-2.6.12/ltmain.sh-4801-	  fi
##############################################
gcl-2.6.12/ltmain.sh-4816-	  *:*.exe)
gcl-2.6.12/ltmain.sh:4817:	    destfile=`echo $destfile | sed -e 's,.exe$,,'`
gcl-2.6.12/ltmain.sh-4818-	    ;;
##############################################
gcl-2.6.12/ltmain.sh-4830-    for file in $staticlibs; do
gcl-2.6.12/ltmain.sh:4831:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh-4832-
##############################################
gcl-2.6.12/ltmain.sh-4985-	  # Warn if it was a shared library.
gcl-2.6.12/ltmain.sh:4986:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
gcl-2.6.12/ltmain.sh-4987-	  continue
##############################################
gcl-2.6.12/ltmain.sh-4989-
gcl-2.6.12/ltmain.sh:4990:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
gcl-2.6.12/ltmain.sh-4991-	test "X$dir" = "X$file" && dir=.
##############################################
gcl-2.6.12/ltmain.sh-4995-	else
gcl-2.6.12/ltmain.sh:4996:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
gcl-2.6.12/ltmain.sh-4997-	  exit 1
##############################################
gcl-2.6.12/ltmain.sh-5002-	# Just add the directory containing the .lo file.
gcl-2.6.12/ltmain.sh:5003:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
gcl-2.6.12/ltmain.sh-5004-	test "X$dir" = "X$file" && dir=.
##############################################
gcl-2.6.12/ltmain.sh-5013-      # Get the absolute pathname.
gcl-2.6.12/ltmain.sh:5014:      absdir=`cd "$dir" && pwd`
gcl-2.6.12/ltmain.sh-5015-      test -n "$absdir" && dir="$absdir"
##############################################
gcl-2.6.12/ltmain.sh-5049-      # Quote arguments (to preserve shell metacharacters).
gcl-2.6.12/ltmain.sh:5050:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
gcl-2.6.12/ltmain.sh-5051-      args="$args \"$file\""
##############################################
gcl-2.6.12/ltmain.sh-5110-    for file in $files; do
gcl-2.6.12/ltmain.sh:5111:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
gcl-2.6.12/ltmain.sh-5112-      if test "X$dir" = "X$file"; then
##############################################
gcl-2.6.12/ltmain.sh-5117-      fi
gcl-2.6.12/ltmain.sh:5118:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
gcl-2.6.12/ltmain.sh-5119-      test $mode = uninstall && objdir="$dir"
##############################################
gcl-2.6.12/ltmain.sh-5469-### BEGIN LIBTOOL TAG CONFIG: disable-static
gcl-2.6.12/ltmain.sh:5470:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
gcl-2.6.12/ltmain.sh-5471-### END LIBTOOL TAG CONFIG: disable-static
##############################################
gcl-2.6.12/mp/gcclab-18-
gcl-2.6.12/mp/gcclab:19:FILE=`echo "${FILE}" | sed -e 's:\.c$::g'`
gcl-2.6.12/mp/gcclab-20-gcc -o ${TEMP}.s ${BIL} -S
##############################################
gcl-2.6.12/o/block.c-79-		FEerror("The block name ~S is undefined.", 1, MMcar(args));
gcl-2.6.12/o/block.c:80:	fr = frs_sch(MMcaddr(lex_block));
gcl-2.6.12/o/block.c-81-	if(fr == NULL)
##############################################
gcl-2.6.12/o/block.c-88-		eval(MMcadr(args));
gcl-2.6.12/o/block.c:89:	unwind(fr, MMcaddr(lex_block));
gcl-2.6.12/o/block.c-90-	/*  never reached  */
##############################################
gcl-2.6.12/o/block.c-103- 		FEerror("The block name ~S is undefined.", 1, Cnil);
gcl-2.6.12/o/block.c:104:	fr = frs_sch(MMcaddr(lex_block));
gcl-2.6.12/o/block.c-105-	if (fr == NULL)
##############################################
gcl-2.6.12/o/block.c-111-		eval(MMcar(args));
gcl-2.6.12/o/block.c:112:	unwind(fr, MMcaddr(lex_block));
gcl-2.6.12/o/block.c-113-	/*  never reached  */
##############################################
gcl-2.6.12/o/clxsocket.c-99-      /* Get the statistics on the specified host. */
gcl-2.6.12/o/clxsocket.c:100:      if ((inaddr.sin_addr.s_addr = inet_addr(host)) == -1) 
gcl-2.6.12/o/clxsocket.c-101-	{
##############################################
gcl-2.6.12/o/conditional.c-49-			vs_top = top;
gcl-2.6.12/o/conditional.c:50:			eval(MMcaddr(form));
gcl-2.6.12/o/conditional.c-51-		}
##############################################
gcl-2.6.12/o/prog.c-183-		FEerror("~S is an undefined tag.", 1, MMcar(args));
gcl-2.6.12/o/prog.c:184:	fr = frs_sch(MMcaddr(lex_tag));
gcl-2.6.12/o/prog.c-185-	if (fr == NULL)
gcl-2.6.12/o/prog.c-186-		FEerror("The tag ~S is missing.", 1, MMcar(args));
gcl-2.6.12/o/prog.c:187:	vs_push(MMcons(MMcaddr(lex_tag), MMcar(lex_tag)));
gcl-2.6.12/o/prog.c-188-	vs_base = vs_top;
##############################################
gcl-2.6.12/o/rel_ps2aix.c-43-
gcl-2.6.12/o/rel_ps2aix.c:44:#define LONG_AT_ADDR(p) LONG_AT_ADDR1(((unsigned char *)p))
gcl-2.6.12/o/rel_ps2aix.c-45-#define LONG_AT_ADDR1(p) (p[0] | (p[1] << 8) | (p[2] << 16) |(p[3] << 24))
##############################################
gcl-2.6.12/o/rel_ps2aix.c-65-    { dprintf( r_abs ,0);  return; }
gcl-2.6.12/o/rel_ps2aix.c:66:  old_val = LONG_AT_ADDR(where);
gcl-2.6.12/o/rel_ps2aix.c-67-  switch(relocation_info.r_type)
##############################################
gcl-2.6.12/o/rel_rios.c-79-#define SYM_SMC(sym)  (((union auxent *)(sym+1))->x_csect.x_smclas)
gcl-2.6.12/o/rel_rios.c:80:#define SYM_TOC_ADDR(sym)  (((union auxent *)(sym+1))->x_csect.x_parmhash)
gcl-2.6.12/o/rel_rios.c-81-/* #define SYM_USED(sym)   (((union auxent *)(&sym[1]))->x_csect.x_snhash) */
##############################################
gcl-2.6.12/o/rel_rios.c-137-	   if (((int *)where)[1] == 0x80410014) /* l   r2,0x14(r1) */
gcl-2.6.12/o/rel_rios.c:138:	     {int x = SYM_TOC_ADDR(sym);
gcl-2.6.12/o/rel_rios.c-139-	      if (x)
##############################################
gcl-2.6.12/o/rel_rios.c-182-      if (NUM_AUX(sym))
gcl-2.6.12/o/rel_rios.c:183:	SYM_TOC_ADDR(sym) =  (toc_start + answ->tc_offset);
gcl-2.6.12/o/rel_rios.c-184-      else printf("symbol should have aux entry");
##############################################
gcl-2.6.12/o/rel_u370aix.c-43-
gcl-2.6.12/o/rel_u370aix.c:44:#define LONG_AT_ADDR(p)  *((unsigned int *)p)
gcl-2.6.12/o/rel_u370aix.c-45-#define STORE_LONG(p,val) (*((unsigned int *)p)) = (val)
##############################################
gcl-2.6.12/o/rel_u370aix.c-64-    { dprintf( r_abs ,0);  return; }
gcl-2.6.12/o/rel_u370aix.c:65:  old_val = LONG_AT_ADDR(where);
gcl-2.6.12/o/rel_u370aix.c-66-  switch(relocation_info.r_type)
##############################################
gcl-2.6.12/o/save_sgi4.c-191-#ifdef SUN2R3
gcl-2.6.12/o/save_sgi4.c:192:	data_begin = (char *)N_DATADDR(header);
gcl-2.6.12/o/save_sgi4.c-193-#endif
gcl-2.6.12/o/save_sgi4.c-194-#ifdef SUN3
gcl-2.6.12/o/save_sgi4.c:195:	data_begin = (char *)N_DATADDR(header);
gcl-2.6.12/o/save_sgi4.c-196-#endif
##############################################
gcl-2.6.12/o/test_memprotect.c-50-  struct sigcontext_struct *bil= (void *) & code;
gcl-2.6.12/o/test_memprotect.c:51: printf("\nPage violation (sig=%x,code=%x,scp=%x,addr=%x,fault_adr=%x)",sig,code,scp,addr,GET_FAULT_ADDR(sig,code,scp,addr));
gcl-2.6.12/o/test_memprotect.c-52-  fflush(stdout);
##############################################
gcl-2.6.12/o/macros.c-45-	}
gcl-2.6.12/o/macros.c:46:	clear_compiler_properties(vs_base[0],MMcaddr(vs_base[1]));
gcl-2.6.12/o/macros.c-47-	if (vs_base[0]->s.s_hpack == lisp_package &&
##############################################
gcl-2.6.12/o/macros.c-53-	}
gcl-2.6.12/o/macros.c:54:	vs_base[0]->s.s_gfdef = MMcaddr(vs_base[1]);
gcl-2.6.12/o/macros.c-55-	vs_base[0]->s.s_mflag = TRUE;
##############################################
gcl-2.6.12/o/macros.c-104-	}
gcl-2.6.12/o/macros.c:105:	clear_compiler_properties(name,MMcaddr(top[0]));
gcl-2.6.12/o/macros.c-106-	if (name->s.s_hpack == lisp_package &&
##############################################
gcl-2.6.12/o/macros.c-112-	}
gcl-2.6.12/o/macros.c:113:	name->s.s_gfdef = MMcaddr(top[0]);
gcl-2.6.12/o/macros.c-114-	name->s.s_mflag = TRUE;
##############################################
gcl-2.6.12/o/macros.c-164-	else if (MMcadr(fd) == sSmacro)
gcl-2.6.12/o/macros.c:165:		return(MMcaddr(fd));
gcl-2.6.12/o/macros.c-166-	else
##############################################
gcl-2.6.12/o/macros.c-282-	else if (MMcadr(fd) == sSmacro)
gcl-2.6.12/o/macros.c:283:		exp_fun = MMcaddr(fd);
gcl-2.6.12/o/macros.c-284-	else
##############################################
gcl-2.6.12/o/macros.c-319-	else if (MMcadr(fd) == sSmacro)
gcl-2.6.12/o/macros.c:320:		exp_fun = MMcaddr(fd);
gcl-2.6.12/o/macros.c-321-	else
##############################################
gcl-2.6.12/o/nsocket.c-151-    } else {
gcl-2.6.12/o/nsocket.c:152:        addr.s_addr = inet_addr(host);
gcl-2.6.12/o/nsocket.c-153-        if (addr.s_addr == -1) {
##############################################
gcl-2.6.12/o/nsocket.c-349-           address=make_simple_string(inet_ntoa(peername.sin_addr));
gcl-2.6.12/o/nsocket.c:350:           hostEntPtr = /* gethostbyaddr((char *) &(peername.sin_addr), */
gcl-2.6.12/o/nsocket.c-351-                    /* sizeof(peername.sin_addr), AF_INET); */
##############################################
gcl-2.6.12/o/nsocket.c-354-#else
gcl-2.6.12/o/nsocket.c:355:	   gethostbyaddr((char *) &(peername.sin_addr),
gcl-2.6.12/o/nsocket.c-356-			 sizeof(peername.sin_addr), AF_INET);
##############################################
gcl-2.6.12/o/nsocket.c-379-  address= make_simple_string(inet_ntoa(sockname.sin_addr));
gcl-2.6.12/o/nsocket.c:380:  hostEntPtr = /* gethostbyaddr((char *) &(sockname.sin_addr), */
gcl-2.6.12/o/nsocket.c-381-	       /* 		     sizeof(sockname.sin_addr), AF_INET); */
##############################################
gcl-2.6.12/o/nsocket.c-384-#else
gcl-2.6.12/o/nsocket.c:385:  gethostbyaddr((char *) &(sockname.sin_addr),
gcl-2.6.12/o/nsocket.c-386-		sizeof(sockname.sin_addr), AF_INET);
##############################################
gcl-2.6.12/o/let.c-303-				   MMcddr(def));
gcl-2.6.12/o/let.c:304:		lex_macro_bind(MMcar(def), MMcaddr(top[0]));
gcl-2.6.12/o/let.c-305-		def_list = MMcdr(def_list);
##############################################
gcl-2.6.12/o/sockets.c-289-  hostid = lisp_copy_to_null_terminated(host_id,buf,sizeof(buf));
gcl-2.6.12/o/sockets.c:290:  addr.s_addr = inet_addr(hostid);
gcl-2.6.12/o/sockets.c:291:  h = /* gethostbyaddr((char *)&addr, 4, AF_INET); */
gcl-2.6.12/o/sockets.c-292-#ifdef STATIC_LINKING
##############################################
gcl-2.6.12/o/sockets.c-294-#else
gcl-2.6.12/o/sockets.c:295:  gethostbyaddr((char *)&addr, 4, AF_INET);
gcl-2.6.12/o/sockets.c-296-#endif
##############################################
gcl-2.6.12/o/assignment.c-324-	if (fun == sLgetf) 
gcl-2.6.12/o/assignment.c:325:	  Ieval(Mcaddr(args));
gcl-2.6.12/o/assignment.c-326-	if (fun == sLaref) { f = siLaset; goto EVAL; }
##############################################
gcl-2.6.12/o/cfun.c-31-
gcl-2.6.12/o/cfun.c:32:#define PADDR(i) ((void *)(long)(sSPinit->s.s_dbind->v.v_self[fix(i)]))
gcl-2.6.12/o/cfun.c-33-object sSPinit,sSPmemory;
##############################################
gcl-2.6.12/o/cfun.c-116-  dcheck_type(sSPmemory->s.s_dbind,t_cfdata);
gcl-2.6.12/o/cfun.c:117:  name=make_cclosure_new(PADDR(address),name,Cnil,
gcl-2.6.12/o/cfun.c-118-			 sSPmemory->s.s_dbind);
##############################################
gcl-2.6.12/o/cfun.c-138-  dcheck_type(address,t_fixnum);
gcl-2.6.12/o/cfun.c:139:  return MFsfun(name,PADDR(address),fix(argd),sSPmemory->s.s_dbind);RETURN1(name);
gcl-2.6.12/o/cfun.c-140-}
##############################################
gcl-2.6.12/o/cfun.c-160-{ /* 3 args */
gcl-2.6.12/o/cfun.c:161:  MFvfun(name,PADDR(address),fix(argd),sSPmemory->s.s_dbind);
gcl-2.6.12/o/cfun.c-162-  RETURN1(name);
##############################################
gcl-2.6.12/o/cfun.c-175-{ /* 4 args */
gcl-2.6.12/o/cfun.c:176: MFvfun_key(symbol,PADDR(address),fix(argd),sSPmemory->s.s_dbind,PADDR(keys));
gcl-2.6.12/o/cfun.c-177- RETURN1(symbol);
##############################################
gcl-2.6.12/o/cfun.c-202-{ /* 2 args */
gcl-2.6.12/o/cfun.c:203:  MFnew(name,PADDR(addr),sSPmemory->s.s_dbind);
gcl-2.6.12/o/cfun.c-204-  RETURN1(name);
##############################################
gcl-2.6.12/o/cfun.c-242-{ /* 2 args */
gcl-2.6.12/o/cfun.c:243:  MM(name,PADDR(addr),
gcl-2.6.12/o/cfun.c-244-    /* bit wasteful to pass these in just to be reset to themselves..*/
##############################################
gcl-2.6.12/o/list.d-558-object cadar(x) object x;   {  return(car(cdr(car(x))));  }
gcl-2.6.12/o/list.d:559:object caddr(x) object x;   {  return(car(cdr(cdr(x))));  }
gcl-2.6.12/o/list.d-560-object cdaar(x) object x;   {  return(cdr(car(car(x))));  }
##############################################
gcl-2.6.12/o/list.d-566-object caadar(x) object x;  {  return(car(car(cdr(car(x)))));  }
gcl-2.6.12/o/list.d:567:object caaddr(x) object x;  {  return(car(car(cdr(cdr(x)))));  }
gcl-2.6.12/o/list.d-568-object cadaar(x) object x;  {  return(car(cdr(car(car(x)))));  }
##############################################
gcl-2.6.12/o/list.d-574-object cdadar(x) object x;  {  return(cdr(car(cdr(car(x)))));  }
gcl-2.6.12/o/list.d:575:object cdaddr(x) object x;  {  return(cdr(car(cdr(cdr(x)))));  }
gcl-2.6.12/o/list.d-576-object cddaar(x) object x;  {  return(cdr(cdr(car(car(x)))));  }
##############################################
gcl-2.6.12/o/makefun.c-3-
gcl-2.6.12/o/makefun.c:4:#define PADDR(i) ((void *)(sSPinit->s.s_dbind->fixa.fixa_self[Mfix(i)]))
gcl-2.6.12/o/makefun.c-5-/* eg:
##############################################
gcl-2.6.12/o/makefun.c-78-  va_list ap;
gcl-2.6.12/o/makefun.c:79:  object fun = fSmakefun(IisSymbol(sym),PADDR(addr_ind),Mfix(argd));
gcl-2.6.12/o/makefun.c-80-  if (nargs > 0)
##############################################
gcl-2.6.12/o/makefun.c-85-	   of the closure variables not the actual variables */
gcl-2.6.12/o/makefun.c:86:	{ fun->cl.cl_env[nargs]= (object) PADDR(fun->cl.cl_env[nargs]);}
gcl-2.6.12/o/makefun.c-87-      va_end(ap);
##############################################
gcl-2.6.12/o/makefun.c-112-   the objects")
gcl-2.6.12/o/makefun.c:113:{ set_key_struct(PADDR(key_struct_ind),sSPmemory->s.s_dbind);
gcl-2.6.12/o/makefun.c-114-  return Cnil;
##############################################
gcl-2.6.12/o/makefun.c-238-{ int (*fn)();
gcl-2.6.12/o/makefun.c:239:  fn = (void *) PADDR(x);
gcl-2.6.12/o/makefun.c-240-  (*fn)();
##############################################
gcl-2.6.12/o/reference.c-121-			vs_base = vs_top;
gcl-2.6.12/o/reference.c:122:			vs_push(MMcaddr(fd));
gcl-2.6.12/o/reference.c-123-		}
##############################################
gcl-2.6.12/o/eval.c-734-			if (MMcadr(x) == sSmacro) {
gcl-2.6.12/o/eval.c:735:				x = MMcaddr(x);
gcl-2.6.12/o/eval.c-736-				goto EVAL_MACRO;
gcl-2.6.12/o/eval.c-737-			}
gcl-2.6.12/o/eval.c:738:			x = MMcaddr(x);
gcl-2.6.12/o/eval.c-739-			goto EVAL_ARGS;
##############################################
gcl-2.6.12/o/eval.c-910-			if (MMcadr(x) == sSmacro) {
gcl-2.6.12/o/eval.c:911:				x = MMcaddr(x);
gcl-2.6.12/o/eval.c-912-				goto EVAL_MACRO;
gcl-2.6.12/o/eval.c-913-			}
gcl-2.6.12/o/eval.c:914:			x = MMcaddr(x);
gcl-2.6.12/o/eval.c-915-			goto EVAL_ARGS;
##############################################
gcl-2.6.12/o/sgbc.c-368-  char *faddr;
gcl-2.6.12/o/sgbc.c:369:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/o/sgbc.c-370-
##############################################
gcl-2.6.12/o/sgbc.c-921-#ifdef GET_FAULT_ADDR
gcl-2.6.12/o/sgbc.c:922:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/o/sgbc.c-923-  debug_fault = (long) faddr;
##############################################
gcl-2.6.12/o/print.d-255-static void
gcl-2.6.12/o/print.d:256:write_addr(x)
gcl-2.6.12/o/print.d-257-object x;
##############################################
gcl-2.6.12/o/print.d-748-		write_str("#<FREE OBJECT ");
gcl-2.6.12/o/print.d:749:		write_addr(x);
gcl-2.6.12/o/print.d-750-		write_str(">");
##############################################
gcl-2.6.12/o/print.d-945-			write_str("#<array ");
gcl-2.6.12/o/print.d:946:			write_addr(x);
gcl-2.6.12/o/print.d-947-			write_str(">");
##############################################
gcl-2.6.12/o/print.d-1021-			write_str("#<vector ");
gcl-2.6.12/o/print.d:1022:			write_addr(x);
gcl-2.6.12/o/print.d-1023-			write_str(">");
##############################################
gcl-2.6.12/o/print.d-1078-			write_str("#<bit-vector ");
gcl-2.6.12/o/print.d:1079:			write_addr(x);
gcl-2.6.12/o/print.d-1080-			write_str(">");
##############################################
gcl-2.6.12/o/print.d-1201-		write_str("#<hash-table ");
gcl-2.6.12/o/print.d:1202:		write_addr(x);
gcl-2.6.12/o/print.d-1203-		write_str(">");
##############################################
gcl-2.6.12/o/print.d-1246-			write_str("#<broadcast stream ");
gcl-2.6.12/o/print.d:1247:			write_addr(x);
gcl-2.6.12/o/print.d-1248-			write_str(">");
##############################################
gcl-2.6.12/o/print.d-1252-			write_str("#<concatenated stream ");
gcl-2.6.12/o/print.d:1253:			write_addr(x);
gcl-2.6.12/o/print.d-1254-			write_str(">");
##############################################
gcl-2.6.12/o/print.d-1258-			write_str("#<two-way stream ");
gcl-2.6.12/o/print.d:1259:			write_addr(x);
gcl-2.6.12/o/print.d-1260-			write_str(">");
##############################################
gcl-2.6.12/o/print.d-1264-			write_str("#<echo stream ");
gcl-2.6.12/o/print.d:1265:			write_addr(x);
gcl-2.6.12/o/print.d-1266-			write_str(">");
##############################################
gcl-2.6.12/o/print.d-1281-			write_str("#<use-define stream");
gcl-2.6.12/o/print.d:1282:			write_addr(x);
gcl-2.6.12/o/print.d-1283-			write_str(">");
##############################################
gcl-2.6.12/o/print.d-1288-			write_str("#<string-output stream ");
gcl-2.6.12/o/print.d:1289:			write_addr(x);
gcl-2.6.12/o/print.d-1290-			write_str(">");
##############################################
gcl-2.6.12/o/print.d-1336-		write_str("#<readtable ");
gcl-2.6.12/o/print.d:1337:		write_addr(x);
gcl-2.6.12/o/print.d-1338-		write_str(">");
##############################################
gcl-2.6.12/o/print.d-1349-			write_str("#<pathname ");
gcl-2.6.12/o/print.d:1350:			write_addr(x);
gcl-2.6.12/o/print.d-1351-			write_str(">");
##############################################
gcl-2.6.12/o/print.d-1362-		else
gcl-2.6.12/o/print.d:1363:			write_addr(x);
gcl-2.6.12/o/print.d-1364-		write_str(">");
##############################################
gcl-2.6.12/o/print.d-1372-		else
gcl-2.6.12/o/print.d:1373:			write_addr(x);
gcl-2.6.12/o/print.d-1374-		write_str(">");
##############################################
gcl-2.6.12/o/usig.c-140-
gcl-2.6.12/o/usig.c:141:#define ASM __asm__ __volatile__
gcl-2.6.12/o/usig.c-142-
##############################################
gcl-2.6.12/o/usig.c-144-  volatile double d;
gcl-2.6.12/o/usig.c:145:  ASM ("fldt %1;fstpl %0" : "=m" (d): "m" (*(char *)val));
gcl-2.6.12/o/usig.c-146-  RETURN1(make_longfloat(d));
##############################################
gcl-2.6.12/o/usig.c-169-#elif defined(__x86_64__) || defined(__i386__)
gcl-2.6.12/o/usig.c:170:#define ASM __asm__ __volatile__
gcl-2.6.12/o/usig.c-171-  {
##############################################
gcl-2.6.12/o/usig.c-196-#elif defined(__x86_64__) || defined(__i386__)
gcl-2.6.12/o/usig.c:197:#define ASM __asm__ __volatile__
gcl-2.6.12/o/usig.c-198-  {
##############################################
gcl-2.6.12/o/usig.c-227-  volatile unsigned short t;
gcl-2.6.12/o/usig.c:228:  ASM ("fnstsw %0" :: "m" (t));
gcl-2.6.12/o/usig.c-229-  RETURN1(t);
##############################################
gcl-2.6.12/o/usig.c-232-  volatile unsigned int t;
gcl-2.6.12/o/usig.c:233:  ASM ("stmxcsr %0" :: "m" (t));
gcl-2.6.12/o/usig.c-234-  RETURN1(t);
##############################################
gcl-2.6.12/o/usig.c-247-#endif
gcl-2.6.12/o/usig.c:248:  ifuncall3(sSfloating_point_error,FPE_CODE(i,v),FPE_ADDR(i,v),FPE_CTXT(v));
gcl-2.6.12/o/usig.c-249-
##############################################
gcl-2.6.12/pcl/gcl_pcl_boot.lisp-1796-(defun early-method-lambda-list (early-method)
gcl-2.6.12/pcl/gcl_pcl_boot.lisp:1797:  (caddr (fifth early-method)))
gcl-2.6.12/pcl/gcl_pcl_boot.lisp-1798-
##############################################
gcl-2.6.12/pcl/gcl_pcl_defs.lisp-482-(defun variable-class (var env)
gcl-2.6.12/pcl/gcl_pcl_defs.lisp:483:  (caddr (variable-declaration 'class var env)))
gcl-2.6.12/pcl/gcl_pcl_defs.lisp-484-
##############################################
gcl-2.6.12/pcl/gcl_pcl_vector.lisp-447-  (when (symbolp var)
gcl-2.6.12/pcl/gcl_pcl_vector.lisp:448:    (let* ((rebound? (caddr (variable-declaration 'variable-rebinding var env)))
gcl-2.6.12/pcl/gcl_pcl_vector.lisp-449-	   (parameter-or-nil (car (memq (or rebound? var) required-parameters))))
gcl-2.6.12/pcl/gcl_pcl_vector.lisp-450-      (when parameter-or-nil
gcl-2.6.12/pcl/gcl_pcl_vector.lisp:451:	(let* ((class-name (caddr (variable-declaration 
gcl-2.6.12/pcl/gcl_pcl_vector.lisp-452-				   'class parameter-or-nil env)))
##############################################
gcl-2.6.12/pcl/gcl_pcl_vector.lisp-573-  (or (and (symbolp form)
gcl-2.6.12/pcl/gcl_pcl_vector.lisp:574:	   (let* ((rebound? (caddr (variable-declaration 'variable-rebinding
gcl-2.6.12/pcl/gcl_pcl_vector.lisp-575-							 form env)))
##############################################
gcl-2.6.12/pcl/gcl_pcl_vector.lisp-577-	     (when parameter-or-nil
gcl-2.6.12/pcl/gcl_pcl_vector.lisp:578:	       (let* ((class-name (caddr (variable-declaration 
gcl-2.6.12/pcl/gcl_pcl_vector.lisp-579-					  'class parameter-or-nil env))))
##############################################
gcl-2.6.12/pcl/impl/gcl/makefile.gcl-37-tar1:
gcl-2.6.12/pcl/impl/gcl/makefile.gcl:38:	(cd .. ; tar cvf - `basename ${DIR}` | gzip -c > `basename ${DIR}`.tgz) 
##############################################
gcl-2.6.12/pcl/impl/kcl/new-kcl-wrapper.text-897-     {object slots;
gcl-2.6.12/pcl/impl/kcl/new-kcl-wrapper.text:898:      if(str==caddr(str)&&name==siSslot_descriptions)
gcl-2.6.12/pcl/impl/kcl/new-kcl-wrapper.text-899-	FEerror("Illegal call to SI:MAKE-STRUCTURES 2",0);
gcl-2.6.12/pcl/impl/kcl/new-kcl-wrapper.text:900:      slots=slot_value(caddr(str),siSslot_descriptions);
gcl-2.6.12/pcl/impl/kcl/new-kcl-wrapper.text-901-      for(;!endp(slots);slots=cdr(slots))
##############################################
gcl-2.6.12/pcl/impl/kcl/new-kcl-wrapper.text-958-	  break;}
gcl-2.6.12/pcl/impl/kcl/new-kcl-wrapper.text:959:       {object def=caddr(value),plist=cdddr(value),result;
gcl-2.6.12/pcl/impl/kcl/new-kcl-wrapper.text-960-	object slots,slots_tail;
##############################################
gcl-2.6.12/pcl/defsys.lisp-870-			'test
gcl-2.6.12/pcl/defsys.lisp:871:			(caddr (get-system 'pcl))))
gcl-2.6.12/pcl/defsys.lisp-872-         (total-number (length files))
##############################################
gcl-2.6.12/pcl/gcl_pcl_walk.lisp-254-  #+Prime
gcl-2.6.12/pcl/gcl_pcl_walk.lisp:255:  (eq (caddr (cddddr object)) 'lucid::%alphalex))
gcl-2.6.12/pcl/gcl_pcl_walk.lisp-256-
##############################################
gcl-2.6.12/pcl/gcl_pcl_walk.lisp-977-(defun env-declarations (env)
gcl-2.6.12/pcl/gcl_pcl_walk.lisp:978:  (caddr (env-lock env)))
gcl-2.6.12/pcl/gcl_pcl_walk.lisp-979-
##############################################
gcl-2.6.12/pcl/gcl_pcl_walk.lisp-984-(defun note-declaration (declaration env)
gcl-2.6.12/pcl/gcl_pcl_walk.lisp:985:  (push declaration (caddr (env-lock env))))
gcl-2.6.12/pcl/gcl_pcl_walk.lisp-986-
##############################################
gcl-2.6.12/pcl/makefile-72-tar1:
gcl-2.6.12/pcl/makefile:73:	(cd .. ; tar cvf - `basename ${DIR}` | gzip -c > `basename ${DIR}`.tgz) 
##############################################
gcl-2.6.12/xbin/dfiles-1-#!/bin/sh
gcl-2.6.12/xbin/dfiles:2:for v in c/*.d ;do echo  "ln $v `echo $v | sed -e s:\\\.d:\\\.c:g`" | sh ;done
##############################################
gcl-2.6.12/xbin/distribute-8-
gcl-2.6.12/xbin/distribute:9:DNAME="gcl-`cat ${GCL}/majvers`.`cat ${GCL}/minvers`"
gcl-2.6.12/xbin/distribute-10-NAME="${DNAME}.tgz"
##############################################
gcl-2.6.12/xbin/distribute-18-moved=0 
gcl-2.6.12/xbin/distribute:19:nameNow=`basename ${GCL}`
gcl-2.6.12/xbin/distribute-20-cd ${GCL}/..
##############################################
gcl-2.6.12/xbin/distribute-30-fi
gcl-2.6.12/xbin/distribute:31:tar cvf - `${DNAME}/xbin/new-files ${DNAME} ${DNAME}` | (cd ${DNAME} ; gzip -c ${OPT} > ${FILE} )
gcl-2.6.12/xbin/distribute-32-
##############################################
gcl-2.6.12/xbin/dos-files-1-#!/bin/sh
gcl-2.6.12/xbin/dos-files:2:OBJS=`find ./ \( -type f -o -type l \) -a -print  | sed -e "/~/d" -e "/#/d" -e "/.*\.o/d"   -e "/.*TAGS/d"  -e "/standard-kcl/d" -e "/core/d" -e "/saved/d" -e "/raw/d"  -e "/rsym$/d" -e "/merge$/d" -e "/dpp$/d" -e "/-$/d" -e "/installed_kcl/d"    -e "/^[^V]*\/cmpinclude.h/d" -e "/config\.h/d" -e "/_aos/d" -e  "/gazonk/d" -e "/\.out/d"  -e "/print_doc$/d"  -e "/foo/d" -e "/akcllib/d" -e "/\.fn/d" -e "/collectfn.[cdh]/d" -e "/Vmakefile/d" -e "/ps2_/d"  -e "/.*\.a$/d"   -e "/test\//d" -e "/tmpx/d" -e "/V\//d" -e "/xbin\//d" -e "/mpi-386.s/d" `
gcl-2.6.12/xbin/dos-files-3-
##############################################
gcl-2.6.12/xbin/new-files-9-echo > ${HERE}/tmpx
gcl-2.6.12/xbin/new-files:10:GCL=`basename ${HERE}`
gcl-2.6.12/xbin/new-files:11:OBJS=`find ./${GCL} \( -type f  \) -a -print  | sed  -f ${HERE}/tmpx  -e "/notyet/d" -e "s:/${GCL}/:/${GCL_VERS}/:g" -e "/~/d" -e "/#/d" -e "/.*\.o/d"   -e "/TAGS$/d" -e "/tags$/d"  -e "/standard-gcl/d" -e "/core/d" -e "/saved_/d" -e "/unixport\/raw/d"  -e "/rsym$/d" -e "/merge$/d" -e  "/errs$/d" -e "/dpp$/d" -e "/-$/d" -e "/installed_gcl/d"  -e '/\/\.nfs/d'  -e "/config\.h/d" -e "/_aos/d" -e  "/gazonk/d" -e "/\.out$/d"  -e "/print_doc$/d"  -e "/foo/d" -e "/gcllib/d" -e "/\.fn$/d" -e "/collectfn.[cdh]/d"  -e "/ps2_/d"  -e "/.*\.a$/d"   -e "/test\//d" -e "/tmpx/d" -e "/makedefs$/d"   -e "/\.tgz/d" -e "/\/old\//d"  -e "/guis$/d" -e "/\.X$/d"  -e "/gcltkaux/d" -e "/\.dvi/d" -e "/\.log/d" -e '/\.aux$/d'  -e "/\.exe$/d"  -e "/grab_defs$/d" -e "/config.status/d" -e "/config.cache/d" -e "/\.rej$/d" -e "/\/CVS\//d" -e '/file-sub$/d' -e '/\.lo$/d' -e '/gmp\/.*\/Makefile$/d' -e '/\.libs/d' -e /makedefsafter/d `
gcl-2.6.12/xbin/new-files-12-rm -f ${HERE}/tmpx
##############################################
gcl-2.6.12/xgcl-2/gcl_drawtrans.lsp-219-(DEFUN MENU-SET-NAMED-MENU (MS NAME)
gcl-2.6.12/xgcl-2/gcl_drawtrans.lsp:220:  (CADDR (MENU-SET-NAMED-ITEM MS NAME)))
gcl-2.6.12/xgcl-2/gcl_drawtrans.lsp-221-(SETF (GET 'MENU-SET-NAMED-MENU 'GLARGUMENTS)
##############################################
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1446-    (SETF (CADADR M) NIL)
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1447:    (XFREEGC *WINDOW-DISPLAY* (CADDR (CADR M)))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1448:    (SETF (CADDR (CADR M)) NIL)
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1449-    (SETF (CADR M) NIL)))
##############################################
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1532-                 15 0)
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1533:             (CADDR (NTH 10 M))))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1534-    (SETF (SEVENTH M) MAXWIDTH)
##############################################
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1626-      (WINDOW-SET-COLOR-RGB MW (CAADR COL) (CADADR COL)
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1627:          (CADDR (CADR COL)))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1628-      (WINDOW-DRAW-BOX-XY MW
##############################################
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1746-          (SETQ XSIZE (SEVENTH M))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1747:          (SETQ YSIZE (TRUNCATE (- (EIGHTH M) (CADDR (NTH 10 M))) 2))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1748-          (SETQ XOFF (TRUNCATE XSIZE 2))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1749:          (SETQ YOFF (+ (CADDR (NTH 10 M)) (TRUNCATE YSIZE 2))))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1750-        (WHEN (SETQ B (ASSOC ITEMNAME (CADDDR (NTH 10 M))))
##############################################
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1815-          (IF (AND (NTH 13 M) (/= (NTH 13 M) 1))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1816:              (XSETLINEATTRIBUTES *WINDOW-DISPLAY* (CADDR (CADR M))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1817-                  (OR (NTH 13 M) 1) 0 1 0))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1818:          (XDRAWLINE *WINDOW-DISPLAY* (CADADR M) (CADDR (CADR M)) XZERO
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1819-              (- QQWHEIGHT YZERO) (+ XZERO (NTH 11 M))
##############################################
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1821-          (IF (AND (NTH 13 M) (/= (NTH 13 M) 1))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1822:              (XSETLINEATTRIBUTES *WINDOW-DISPLAY* (CADDR (CADR M)) 1 0
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1823-                  1 0)))
##############################################
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1825-          (IF (AND (NTH 13 M) (/= (NTH 13 M) 1))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1826:              (XSETLINEATTRIBUTES *WINDOW-DISPLAY* (CADDR (CADR M))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1827-                  (OR (NTH 13 M) 1) 0 1 0))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1828:          (XDRAWLINE *WINDOW-DISPLAY* (CADADR M) (CADDR (CADR M)) XZERO
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1829-              (- QQWHEIGHT YZERO) XZERO
##############################################
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1831-          (IF (AND (NTH 13 M) (/= (NTH 13 M) 1))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1832:              (XSETLINEATTRIBUTES *WINDOW-DISPLAY* (CADDR (CADR M)) 1 0
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1833-                  1 0))))
##############################################
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1885-            (IF (AND (NTH 13 M) (/= (NTH 13 M) 1))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1886:                (XSETLINEATTRIBUTES *WINDOW-DISPLAY* (CADDR (CADR M))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1887-                    (OR (NTH 13 M) 1) 0 1 0))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1888:            (XDRAWLINE *WINDOW-DISPLAY* (CADADR M) (CADDR (CADR M))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1889-                (+ XZERO (NTH 11 M)) (- QQWHEIGHT YZERO) (+ XZERO VAL)
##############################################
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1891-            (IF (AND (NTH 13 M) (/= (NTH 13 M) 1))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1892:                (XSETLINEATTRIBUTES *WINDOW-DISPLAY* (CADDR (CADR M)) 1
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1893-                    0 1 0)))
##############################################
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1895-            (IF (AND (NTH 13 M) (/= (NTH 13 M) 1))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1896:                (XSETLINEATTRIBUTES *WINDOW-DISPLAY* (CADDR (CADR M))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1897-                    (OR (NTH 13 M) 1) 0 1 0))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1898:            (XDRAWLINE *WINDOW-DISPLAY* (CADADR M) (CADDR (CADR M))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1899-                XZERO (- QQWHEIGHT (+ YZERO (NTH 11 M))) XZERO
##############################################
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1901-            (IF (AND (NTH 13 M) (/= (NTH 13 M) 1))
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp:1902:                (XSETLINEATTRIBUTES *WINDOW-DISPLAY* (CADDR (CADR M)) 1
gcl-2.6.12/xgcl-2/gcl_dwtrans.lsp-1903-                    0 1 0))))
##############################################
gcl-2.6.12/xgcl-2/gcl_editorstrans.lsp-554-    (IF (OR (NULL *EDIT-COLOR-MENU-SET*)
gcl-2.6.12/xgcl-2/gcl_editorstrans.lsp:555:            (NOT (EQ W (CADR (CADDR (CAADDR *EDIT-COLOR-MENU-SET*))))))
gcl-2.6.12/xgcl-2/gcl_editorstrans.lsp-556-        (EDIT-COLOR-INIT W))
##############################################
gcl-2.6.12/xgcl-2/gcl_menu-settrans.lsp-216-(DEFUN MENU-SET-NAMED-MENU (MS NAME)
gcl-2.6.12/xgcl-2/gcl_menu-settrans.lsp:217:  (CADDR (MENU-SET-NAMED-ITEM MS NAME)))
gcl-2.6.12/xgcl-2/gcl_menu-settrans.lsp-218-(SETF (GET 'MENU-SET-NAMED-MENU 'GLARGUMENTS)
##############################################
gcl-2.6.12/debian/changelog-3660-    eval.c
gcl-2.6.12/debian/changelog:3661:  * GBC register spiil asm for hppa
gcl-2.6.12/debian/changelog-3662-  * fix hash_equal declaration error in hash.d
##############################################
gcl-2.6.12/debian/in.gcl.emacsen-install-14-
gcl-2.6.12/debian/in.gcl.emacsen-install:15:#FLAVORTEST=`echo $FLAVOR | cut -c-6`
gcl-2.6.12/debian/in.gcl.emacsen-install-16-#if [ ${FLAVORTEST} = xemacs ] ; then
##############################################
gcl-2.6.12/debian/patches/Version_2_6_13pre1-5971-+			if (MMcadr(x) == sSmacro) {
gcl-2.6.12/debian/patches/Version_2_6_13pre1:5972: 				x = MMcaddr(x);
gcl-2.6.12/debian/patches/Version_2_6_13pre1-5973- 				goto EVAL_MACRO;
##############################################
gcl-2.6.12/debian/patches/Version_2_6_13pre1-6020-+			if (MMcadr(x) == sSmacro) {
gcl-2.6.12/debian/patches/Version_2_6_13pre1:6021: 				x = MMcaddr(x);
gcl-2.6.12/debian/patches/Version_2_6_13pre1-6022- 				goto EVAL_MACRO;
##############################################
gcl-2.6.12/debian/patches/Version_2_6_13pre1-7918-+	else if (MMcadr(fd) == sSmacro)
gcl-2.6.12/debian/patches/Version_2_6_13pre1:7919: 		return(MMcaddr(fd));
gcl-2.6.12/debian/patches/Version_2_6_13pre1-7920- 	else
##############################################
gcl-2.6.12/debian/patches/Version_2_6_13pre1-7927-+	else if (MMcadr(fd) == sSmacro)
gcl-2.6.12/debian/patches/Version_2_6_13pre1:7928: 		exp_fun = MMcaddr(fd);
gcl-2.6.12/debian/patches/Version_2_6_13pre1-7929- 	else
##############################################
gcl-2.6.12/debian/patches/Version_2_6_13pre1-7936-+	else if (MMcadr(fd) == sSmacro)
gcl-2.6.12/debian/patches/Version_2_6_13pre1:7937: 		exp_fun = MMcaddr(fd);
gcl-2.6.12/debian/patches/Version_2_6_13pre1-7938- 	else
##############################################
gcl-2.6.12/debian/patches/Version_2_6_13pre18-32--  (code result) (system (ts string))
gcl-2.6.12/debian/patches/Version_2_6_13pre18:33:+  (code result) (system (mysub (ts string) "$" "\\$"))
gcl-2.6.12/debian/patches/Version_2_6_13pre18-34-     (unless (and (zerop code) (zerop result))
##############################################
gcl-2.6.12/debian/patches/Version_2_6_13pre25-53- 
gcl-2.6.12/debian/patches/Version_2_6_13pre25:54: me=`echo "$0" | sed -e 's,.*/,,'`
gcl-2.6.12/debian/patches/Version_2_6_13pre25-55-@@ -50,7 +50,7 @@ version="\
##############################################
gcl-2.6.12/debian/patches/Version_2_6_13pre25-80-+	    earmv*)
gcl-2.6.12/debian/patches/Version_2_6_13pre25:81:+		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
gcl-2.6.12/debian/patches/Version_2_6_13pre25:82:+		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
gcl-2.6.12/debian/patches/Version_2_6_13pre25-83-+		machine=${arch}${endian}-unknown
##############################################
gcl-2.6.12/debian/patches/Version_2_6_13pre25-102-+		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
gcl-2.6.12/debian/patches/Version_2_6_13pre25:103:+		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
gcl-2.6.12/debian/patches/Version_2_6_13pre25-104-+		;;
##############################################
gcl-2.6.12/debian/patches/Version_2_6_13pre25-112- 	    *)
gcl-2.6.12/debian/patches/Version_2_6_13pre25:113:-		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gcl-2.6.12/debian/patches/Version_2_6_13pre25:114:+		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
gcl-2.6.12/debian/patches/Version_2_6_13pre25-115- 		;;
##############################################
gcl-2.6.12/debian/patches/Version_2_6_13pre46-37-@@ -85,9 +85,8 @@
gcl-2.6.12/debian/patches/Version_2_6_13pre46:38:   (code result) (system (mysub (ts string) "$" "\\$"))
gcl-2.6.12/debian/patches/Version_2_6_13pre46-39-     (unless (and (zerop code) (zerop result))
##############################################
gcl-2.6.12/debian/patches/Version_2_6_13pre54-314-   (maybe-eval (not (macro-function n)) (cons 'defmacro w));FIXME?
gcl-2.6.12/debian/patches/Version_2_6_13pre54:315:   (t1expr `(defun ,n ,@(if macp args (cddr (caddr (si::defmacro* n (pop args) args))))))
gcl-2.6.12/debian/patches/Version_2_6_13pre54-316-   (setf (symbol-plist n) l)
##############################################
gcl-2.6.12/debian/patches/Version_2_6_13pre66-105--dnl 		       $CC foo.c -o foo
gcl-2.6.12/debian/patches/Version_2_6_13pre66:106:-dnl 		       GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/debian/patches/Version_2_6_13pre66-107--dnl 		       rm -f foo.c foo
##############################################
gcl-2.6.12/debian/patches/Version_2_6_13pre76-145-+#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/debian/patches/Version_2_6_13pre76:146:+#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/debian/patches/Version_2_6_13pre76-147-+ ((siginfo_t *)code)->si_addr
gcl-2.6.12/debian/patches/Version_2_6_13pre76:148:+/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/debian/patches/Version_2_6_13pre76-149-+/*      ((void *)(*((char ***)(&code)))[44]) */
##############################################
gcl-2.6.12/debian/patches/list_order.1-609-+  (maybe-eval (not (macro-function n)) (cons 'defmacro w));FIXME?
gcl-2.6.12/debian/patches/list_order.1:610:+  (t1expr `(defun ,n ,@(if macp args (cddr (caddr (si::defmacro* n (pop args) args))))))
gcl-2.6.12/debian/patches/list_order.1-611-+  (setf (symbol-plist n) l)
##############################################
gcl-2.6.12/debian/patches/list_order.1-1514-+	leon-*|leon[3-9]-*)
gcl-2.6.12/debian/patches/list_order.1:1515:+		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
gcl-2.6.12/debian/patches/list_order.1-1516-+		;;
##############################################
gcl-2.6.12/debian/patches/list_order.17-82--		       $CC foo.c -o foo
gcl-2.6.12/debian/patches/list_order.17:83:-		       GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/debian/patches/list_order.17-84--		       rm -f foo.c foo
##############################################
gcl-2.6.12/debian/patches/list_order.17-116--		       $CC foo.c -o foo
gcl-2.6.12/debian/patches/list_order.17:117:-		       GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/debian/patches/list_order.17-118--		       rm -f foo.c foo
##############################################
gcl-2.6.12/debian/patches/list_order.17-135-+dnl 		       $CC foo.c -o foo
gcl-2.6.12/debian/patches/list_order.17:136:+dnl 		       GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/debian/patches/list_order.17-137-+dnl 		       rm -f foo.c foo
##############################################
gcl-2.6.12/debian/patches/list_order.21-33--#include <ucontext.h>
gcl-2.6.12/debian/patches/list_order.21:34:-#define GET_FAULT_ADDR(sig,code,scp,addr) \
gcl-2.6.12/debian/patches/list_order.21-35--  (char *)((struct ucontext *)scp )->uc_mcontext.sc_traparg_a0
##############################################
gcl-2.6.12/debian/patches/list_order.21-39-+/* #include <ucontext.h> */
gcl-2.6.12/debian/patches/list_order.21:40:+/* #define GET_FAULT_ADDR(sig,code,scp,addr) \ no longer working*/
gcl-2.6.12/debian/patches/list_order.21-41-+/*   (char *)((struct ucontext *)scp )->uc_mcontext.sc_traparg_a0 */
gcl-2.6.12/debian/patches/list_order.21:42:+/*#define GET_FAULT_ADDR(sig,code,sv,a) ((siginfo_t *)code)->si_addr  perhaps try this when get access*/
gcl-2.6.12/debian/patches/list_order.21-43-+/* #endif */
##############################################
gcl-2.6.12/debian/patches/pathnames1.1-11494- 		  (f (eql #\F (aref z 0))))
gcl-2.6.12/debian/patches/pathnames1.1:11495:   (ref addr (unless f (eql (aref z (- lz 2)) #\P)) (if (or f (eql (aref z (1- lz)) #\D)) 8 4)))
gcl-2.6.12/debian/patches/pathnames1.1-11496- 
##############################################
gcl-2.6.12/debian/patches/pathnames1.1-16305-@@ -304,7 +304,7 @@ is an illegal macro definition in MACROF
gcl-2.6.12/debian/patches/pathnames1.1:16306: 		lex_macro_bind(MMcar(def), MMcaddr(top[0]));
gcl-2.6.12/debian/patches/pathnames1.1-16307- 		def_list = MMcdr(def_list);
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-526--
gcl-2.6.12/debian/patches/pathnames1.5:527:-INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/debian/patches/pathnames1.5-528--
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-535--
gcl-2.6.12/debian/patches/pathnames1.5:536:-EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/debian/patches/pathnames1.5-537--
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-881--esac
gcl-2.6.12/debian/patches/pathnames1.5:882:+INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/debian/patches/pathnames1.5-883- 
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-890- 
gcl-2.6.12/debian/patches/pathnames1.5:891:+EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/debian/patches/pathnames1.5-892- 
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-1122- 
gcl-2.6.12/debian/patches/pathnames1.5:1123:+GCL_CC=`basename $CC`
gcl-2.6.12/debian/patches/pathnames1.5-1124-+if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-1151-+    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/debian/patches/pathnames1.5:1152:+    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/debian/patches/pathnames1.5-1153- 
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-1469--	$CC foo.c -o foo
gcl-2.6.12/debian/patches/pathnames1.5:1470:-	GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/debian/patches/pathnames1.5-1471--	rm -f foo.c foo
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-1475-+		       $CC foo.c -o foo
gcl-2.6.12/debian/patches/pathnames1.5:1476:+		       GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/debian/patches/pathnames1.5-1477-+		       rm -f foo.c foo
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-1632-+
gcl-2.6.12/debian/patches/pathnames1.5:1633: FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/debian/patches/pathnames1.5:1634: #CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/debian/patches/pathnames1.5:1635: FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/debian/patches/pathnames1.5-1636-@@ -4488,27 +4229,27 @@ FOOPT0=`echo $CFLAGS | tr ' ' '\012' |gr
gcl-2.6.12/debian/patches/pathnames1.5:1637: CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/debian/patches/pathnames1.5-1638- 
gcl-2.6.12/debian/patches/pathnames1.5-1639- if test "$FOOPT0" != "" ; then
gcl-2.6.12/debian/patches/pathnames1.5:1640:-   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/debian/patches/pathnames1.5:1641:-   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/debian/patches/pathnames1.5:1642:+    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/debian/patches/pathnames1.5:1643:+    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/debian/patches/pathnames1.5-1644- else
gcl-2.6.12/debian/patches/pathnames1.5-1645--if test "$FOOPT1" != "" ; then
gcl-2.6.12/debian/patches/pathnames1.5:1646:-   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/debian/patches/pathnames1.5:1647:-   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/debian/patches/pathnames1.5-1648--else
gcl-2.6.12/debian/patches/pathnames1.5-1649--if test "$FOOPT2" != "" ; then
gcl-2.6.12/debian/patches/pathnames1.5:1650:-   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/debian/patches/pathnames1.5:1651:-   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/debian/patches/pathnames1.5-1652--fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-1654-+    if test "$FOOPT1" != "" ; then
gcl-2.6.12/debian/patches/pathnames1.5:1655:+	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/debian/patches/pathnames1.5:1656:+	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/debian/patches/pathnames1.5-1657-+    else
gcl-2.6.12/debian/patches/pathnames1.5-1658-+	if test "$FOOPT2" != "" ; then
gcl-2.6.12/debian/patches/pathnames1.5:1659:+	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/debian/patches/pathnames1.5:1660:+	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/debian/patches/pathnames1.5-1661-+	fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-1665- if test "$FDEBUG" != "" ; then
gcl-2.6.12/debian/patches/pathnames1.5:1666:-   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/debian/patches/pathnames1.5:1667:-   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/debian/patches/pathnames1.5:1668:+    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/debian/patches/pathnames1.5:1669:+    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/debian/patches/pathnames1.5-1670- fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-1963--				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/debian/patches/pathnames1.5:1964:-				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/debian/patches/pathnames1.5-1965--				rm -f foo.c
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-1972-+		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/debian/patches/pathnames1.5:1973:+		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/debian/patches/pathnames1.5-1974-+		      rm -f foo.c
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-2456--		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/debian/patches/pathnames1.5:2457:-		MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/debian/patches/pathnames1.5-2458--		rm -f foo.c foo
gcl-2.6.12/debian/patches/pathnames1.5-2459--		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/debian/patches/pathnames1.5:2460:-		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/debian/patches/pathnames1.5-2461--		else
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-2464--		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/debian/patches/pathnames1.5:2465:-		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/debian/patches/pathnames1.5-2466--		else
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-2475-+	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/debian/patches/pathnames1.5:2476:+	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/debian/patches/pathnames1.5-2477-+	rm -f foo.c foo
gcl-2.6.12/debian/patches/pathnames1.5-2478-+	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/debian/patches/pathnames1.5:2479:+	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/debian/patches/pathnames1.5-2480-+	else
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-2483-+	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/debian/patches/pathnames1.5:2484:+	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/debian/patches/pathnames1.5-2485-+	else
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-3672--      k=0;
gcl-2.6.12/debian/patches/pathnames1.5:3673:-      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/debian/patches/pathnames1.5-3674--      max=0;
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-3676--      while test $n -lt $lim ; do
gcl-2.6.12/debian/patches/pathnames1.5:3677:-        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/debian/patches/pathnames1.5-3678--        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-3686--        fi;
gcl-2.6.12/debian/patches/pathnames1.5:3687:-        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/debian/patches/pathnames1.5-3688--      done
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-3690-+	k=0;
gcl-2.6.12/debian/patches/pathnames1.5:3691:+	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/debian/patches/pathnames1.5-3692-+	max=0;
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-3694-+	while test $n -lt $lim ; do
gcl-2.6.12/debian/patches/pathnames1.5:3695:+            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/debian/patches/pathnames1.5-3696-+            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-3704-+            fi;
gcl-2.6.12/debian/patches/pathnames1.5:3705:+            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/debian/patches/pathnames1.5-3706-+	done
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-3736-+            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/debian/patches/pathnames1.5:3737: 	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/debian/patches/pathnames1.5:3738: 		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/debian/patches/pathnames1.5-3739- 		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-4620- 
gcl-2.6.12/debian/patches/pathnames1.5:4621:-	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext in asm files" >&5
gcl-2.6.12/debian/patches/pathnames1.5:4622:-$as_echo "sigcontext in asm files" >&6; }
gcl-2.6.12/debian/patches/pathnames1.5-4623--
gcl-2.6.12/debian/patches/pathnames1.5:4624:+	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/debian/patches/pathnames1.5:4625:+$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/debian/patches/pathnames1.5-4626- else
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-4663--	if [ "$EMACS" != "" ] ; then
gcl-2.6.12/debian/patches/pathnames1.5:4664:-		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/debian/patches/pathnames1.5-4665--	else
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-4668-+    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/debian/patches/pathnames1.5:4669:+	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/debian/patches/pathnames1.5-4670-+    else
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-4679- if [ "$EMACS" != "" ] ; then
gcl-2.6.12/debian/patches/pathnames1.5:4680:-	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/debian/patches/pathnames1.5:4681:+    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/debian/patches/pathnames1.5-4682- else
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-4750- 
gcl-2.6.12/debian/patches/pathnames1.5:4751:-        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/debian/patches/pathnames1.5-4752--     fi
gcl-2.6.12/debian/patches/pathnames1.5:4753:+	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/debian/patches/pathnames1.5-4754-+	fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-4772--      else
gcl-2.6.12/debian/patches/pathnames1.5:4773:-         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/debian/patches/pathnames1.5:4774:-            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/debian/patches/pathnames1.5-4775--         fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-4781-+	else
gcl-2.6.12/debian/patches/pathnames1.5:4782:+	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/debian/patches/pathnames1.5:4783:+		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/debian/patches/pathnames1.5-4784-+	    fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-4850- 
gcl-2.6.12/debian/patches/pathnames1.5:4851:-   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/debian/patches/pathnames1.5-4852--   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-4856--      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -llieee" >&5
gcl-2.6.12/debian/patches/pathnames1.5:4857:+    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/debian/patches/pathnames1.5-4858-+    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-4870--      if test "$have_ieee" = "0" ; then
gcl-2.6.12/debian/patches/pathnames1.5:4871:-        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/debian/patches/pathnames1.5-4872--      fi
gcl-2.6.12/debian/patches/pathnames1.5-4873--      if test "$have_dl" = "0" ; then
gcl-2.6.12/debian/patches/pathnames1.5:4874:-        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/debian/patches/pathnames1.5-4875--      fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-4878-+	if test "$have_ieee" = "0" ; then
gcl-2.6.12/debian/patches/pathnames1.5:4879:+	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/debian/patches/pathnames1.5-4880-+	fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-4928- 
gcl-2.6.12/debian/patches/pathnames1.5:4929:+LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'` $TLDFLAGS"
gcl-2.6.12/debian/patches/pathnames1.5-4930- 
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-4941--
gcl-2.6.12/debian/patches/pathnames1.5:4942:-LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/debian/patches/pathnames1.5-4943--
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-5081--[INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/debian/patches/pathnames1.5:5082:-INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/debian/patches/pathnames1.5-5083--
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-5085--[EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/debian/patches/pathnames1.5:5086:-EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/debian/patches/pathnames1.5-5087--
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-5102-@@ -119,341 +18,150 @@ my_host_system=`echo $host_os | awk '{j=
gcl-2.6.12/debian/patches/pathnames1.5:5103: AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/debian/patches/pathnames1.5:5104: AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/debian/patches/pathnames1.5-5105- if test "$my_host_system" != "" ; then 
gcl-2.6.12/debian/patches/pathnames1.5:5106:-	AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/debian/patches/pathnames1.5:5107:+    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/debian/patches/pathnames1.5-5108- fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-5441-+	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/debian/patches/pathnames1.5:5442:+INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/debian/patches/pathnames1.5-5443-+
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-5445-+	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/debian/patches/pathnames1.5:5446:+EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/debian/patches/pathnames1.5-5447-+
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-5563- AC_SUBST(CC)
gcl-2.6.12/debian/patches/pathnames1.5:5564:+GCL_CC=`basename $CC`
gcl-2.6.12/debian/patches/pathnames1.5-5565-+if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-5574-+    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/debian/patches/pathnames1.5:5575:+    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/debian/patches/pathnames1.5-5576-+    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-5803--	$CC foo.c -o foo
gcl-2.6.12/debian/patches/pathnames1.5:5804:-	GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/debian/patches/pathnames1.5-5805--	rm -f foo.c foo
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-5853-+		       $CC foo.c -o foo
gcl-2.6.12/debian/patches/pathnames1.5:5854:+		       GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/debian/patches/pathnames1.5-5855-+		       rm -f foo.c foo
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-5975-+
gcl-2.6.12/debian/patches/pathnames1.5:5976: FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/debian/patches/pathnames1.5:5977: #CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/debian/patches/pathnames1.5:5978: FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/debian/patches/pathnames1.5-5979-@@ -693,27 +430,27 @@ FOOPT0=`echo $CFLAGS | tr ' ' '\012' |gr
gcl-2.6.12/debian/patches/pathnames1.5:5980: CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/debian/patches/pathnames1.5-5981- 
gcl-2.6.12/debian/patches/pathnames1.5-5982- if test "$FOOPT0" != "" ; then
gcl-2.6.12/debian/patches/pathnames1.5:5983:-   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/debian/patches/pathnames1.5:5984:-   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/debian/patches/pathnames1.5-5985--else 
gcl-2.6.12/debian/patches/pathnames1.5-5986--if test "$FOOPT1" != "" ; then
gcl-2.6.12/debian/patches/pathnames1.5:5987:-   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/debian/patches/pathnames1.5:5988:-   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/debian/patches/pathnames1.5:5989:+    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/debian/patches/pathnames1.5:5990:+    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/debian/patches/pathnames1.5-5991- else 
gcl-2.6.12/debian/patches/pathnames1.5-5992--if test "$FOOPT2" != "" ; then
gcl-2.6.12/debian/patches/pathnames1.5:5993:-   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/debian/patches/pathnames1.5:5994:-   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/debian/patches/pathnames1.5-5995--fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-5997-+    if test "$FOOPT1" != "" ; then
gcl-2.6.12/debian/patches/pathnames1.5:5998:+	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/debian/patches/pathnames1.5:5999:+	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/debian/patches/pathnames1.5-6000-+    else 
gcl-2.6.12/debian/patches/pathnames1.5-6001-+	if test "$FOOPT2" != "" ; then
gcl-2.6.12/debian/patches/pathnames1.5:6002:+	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/debian/patches/pathnames1.5:6003:+	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/debian/patches/pathnames1.5-6004-+	fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-6008- if test "$FDEBUG" != "" ; then
gcl-2.6.12/debian/patches/pathnames1.5:6009:-   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/debian/patches/pathnames1.5:6010:-   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/debian/patches/pathnames1.5:6011:+    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/debian/patches/pathnames1.5:6012:+    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/debian/patches/pathnames1.5-6013- fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-6033- 	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/debian/patches/pathnames1.5:6034: 	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/debian/patches/pathnames1.5-6035- 	fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-6184--				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/debian/patches/pathnames1.5:6185:-				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/debian/patches/pathnames1.5-6186--				rm -f foo.c,
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-6219-+		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/debian/patches/pathnames1.5:6220:+		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/debian/patches/pathnames1.5-6221-+		      rm -f foo.c])])])
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-6539--		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/debian/patches/pathnames1.5:6540:-		MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/debian/patches/pathnames1.5-6541--		rm -f foo.c foo
gcl-2.6.12/debian/patches/pathnames1.5-6542--		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/debian/patches/pathnames1.5:6543:-		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/debian/patches/pathnames1.5-6544--		else
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-6547--		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/debian/patches/pathnames1.5:6548:-		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/debian/patches/pathnames1.5-6549--		else
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-6633-+	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/debian/patches/pathnames1.5:6634:+	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/debian/patches/pathnames1.5-6635-+	rm -f foo.c foo
gcl-2.6.12/debian/patches/pathnames1.5-6636-+	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/debian/patches/pathnames1.5:6637:+	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/debian/patches/pathnames1.5-6638- 	else
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-6698-+	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/debian/patches/pathnames1.5:6699:+	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/debian/patches/pathnames1.5-6700-+	else
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-7658--dnl # | grep -v ld-kfreebsd needed on some strange bsd amd64 boxes
gcl-2.6.12/debian/patches/pathnames1.5:7659:-dnl    heap_ceiling=`ldd $AAWK | tail -n 1 | $AWK '{print $NF}' | tr -d '()'`
gcl-2.6.12/debian/patches/pathnames1.5-7660--dnl fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-7705--      k=0;
gcl-2.6.12/debian/patches/pathnames1.5:7706:-      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/debian/patches/pathnames1.5-7707--      max=0;
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-7709--      while test $n -lt $lim ; do
gcl-2.6.12/debian/patches/pathnames1.5:7710:-        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/debian/patches/pathnames1.5-7711--        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-7719--        fi;
gcl-2.6.12/debian/patches/pathnames1.5:7720:-        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/debian/patches/pathnames1.5-7721--      done	  
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-7752-+	k=0;
gcl-2.6.12/debian/patches/pathnames1.5:7753:+	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/debian/patches/pathnames1.5-7754-+	max=0;
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-7756-+	while test $n -lt $lim ; do
gcl-2.6.12/debian/patches/pathnames1.5:7757:+            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/debian/patches/pathnames1.5-7758-+            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-7766-+            fi;
gcl-2.6.12/debian/patches/pathnames1.5:7767:+            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/debian/patches/pathnames1.5-7768-+	done	  
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-7783-+            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/debian/patches/pathnames1.5:7784: 	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/debian/patches/pathnames1.5:7785: 		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/debian/patches/pathnames1.5-7786- 		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/debian/patches/pathnames1.5-7787-@@ -1795,356 +1394,139 @@ if test "$use" != "386-gnu" ; then #hurd
gcl-2.6.12/debian/patches/pathnames1.5:7788: 	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/debian/patches/pathnames1.5-7789- 		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-8728--        AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/debian/patches/pathnames1.5:8729:-	AC_MSG_RESULT(sigcontext in asm files)
gcl-2.6.12/debian/patches/pathnames1.5-8730--        ],
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-8783-+	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/debian/patches/pathnames1.5:8784:+	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/debian/patches/pathnames1.5-8785-+	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-8793--	if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/debian/patches/pathnames1.5:8794:-		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/debian/patches/pathnames1.5-8795--	else
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-8798-+    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/debian/patches/pathnames1.5:8799:+	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/debian/patches/pathnames1.5-8800-+    else
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-8809- if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/debian/patches/pathnames1.5:8810:-	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/debian/patches/pathnames1.5:8811:+    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/debian/patches/pathnames1.5-8812- else
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-8863--   
gcl-2.6.12/debian/patches/pathnames1.5:8864:-        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/debian/patches/pathnames1.5-8865--     fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-8878--      else
gcl-2.6.12/debian/patches/pathnames1.5:8879:-         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/debian/patches/pathnames1.5:8880:-            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/debian/patches/pathnames1.5-8881--         fi      
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-8918--   
gcl-2.6.12/debian/patches/pathnames1.5:8919:-   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/debian/patches/pathnames1.5-8920--   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-8925--      if test "$have_ieee" = "0" ; then
gcl-2.6.12/debian/patches/pathnames1.5:8926:-        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/debian/patches/pathnames1.5-8927--      fi
gcl-2.6.12/debian/patches/pathnames1.5-8928--      if test "$have_dl" = "0" ; then
gcl-2.6.12/debian/patches/pathnames1.5:8929:-        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/debian/patches/pathnames1.5-8930--      fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-8934-+	    
gcl-2.6.12/debian/patches/pathnames1.5:8935:+	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/debian/patches/pathnames1.5-8936-+	fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-8949-+	else
gcl-2.6.12/debian/patches/pathnames1.5:8950:+	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/debian/patches/pathnames1.5:8951:+		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/debian/patches/pathnames1.5-8952-+	    fi      
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-8989-+    
gcl-2.6.12/debian/patches/pathnames1.5:8990:+    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/debian/patches/pathnames1.5-8991-+    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-8996-+	if test "$have_ieee" = "0" ; then
gcl-2.6.12/debian/patches/pathnames1.5:8997:+	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/debian/patches/pathnames1.5-8998-+	fi
##############################################
gcl-2.6.12/debian/patches/pathnames1.5-9067--
gcl-2.6.12/debian/patches/pathnames1.5:9068:-LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/debian/patches/pathnames1.5:9069:+LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'` $TLDFLAGS"
gcl-2.6.12/debian/patches/pathnames1.5-9070- AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/debian/patches/pathnames1.7-308- 
gcl-2.6.12/debian/patches/pathnames1.7:309:-LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'` $TLDFLAGS"
gcl-2.6.12/debian/patches/pathnames1.7:310:+LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/debian/patches/pathnames1.7-311- 
##############################################
gcl-2.6.12/debian/patches/pathnames1.7-337-     CFLAGS_ORI=$CFLAGS
gcl-2.6.12/debian/patches/pathnames1.7:338:     CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/debian/patches/pathnames1.7-339-     AC_RUN_IFELSE(
##############################################
gcl-2.6.12/debian/patches/pathnames1.7-584- 
gcl-2.6.12/debian/patches/pathnames1.7:585:-LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'` $TLDFLAGS"
gcl-2.6.12/debian/patches/pathnames1.7:586:+LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/debian/patches/pathnames1.7-587- AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/debian/rules-140-debian/control.rm:
gcl-2.6.12/debian/rules:141:	rm -f `echo $@ | sed 's,\.rm$$,,1'`
gcl-2.6.12/debian/rules-142-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpcall.lsp-191-                  )))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpcall.lsp:192:         (c2lambda-expr lambda-list (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpcall.lsp-193-         )
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpcall.lsp-200-	      
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpcall.lsp:201:	 (c2let (car lambda-list) args (caddr (cddr lambda-expr)))))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpcall.lsp-202-  )
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpeval.lsp-633-  `(progn (si:putprop ',name
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpeval.lsp:634:                      (caddr (si:defmacro* ',name ',vl ',body))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpeval.lsp-635-                      'compiler-macro)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpflet.lsp-315-    (push (list (car def)
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpflet.lsp:316:                (caddr (si:defmacro* (car def) (cadr def) (cddr def))))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpflet.lsp-317-          *funs*))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpfun.lsp-674-                     (1 (cons 'cadr (cdr args)))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpfun.lsp:675:                     (2 (cons 'caddr (cdr args)))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpfun.lsp-676-                     (3 (cons 'cadddr (cdr args)))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpfun.lsp-678-                     (5 (list 'cadr (cons 'cddddr (cdr args))))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpfun.lsp:679:                     (6 (list 'caddr (cons 'cddddr (cdr args))))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpfun.lsp-680-                     (7 (list 'cadddr (cons 'cddddr (cdr args))))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmplam.lsp-642-  (dolist** (kwd keywords)
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmplam.lsp:643:    (cond ((and (eq (caaddr kwd) 'LOCATION) (null (caddr (caddr kwd))))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmplam.lsp-644-           ;;; Cnil has been set if keyword parameter is not supplied.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmplam.lsp-880-            (when (cadddr kwd) (c2dm-reserve-v (cadddr kwd))))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmplam.lsp:881:  (dolist** (aux (caddr (cddddr vl)))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmplam.lsp-882-            (c2dm-reserve-v (car aux)))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmplam.lsp-895-                        (allow-other-keys (cadr (cddddr vl)))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmplam.lsp:896:                        (auxs (caddr (cddddr vl)))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmplam.lsp-897-                        )
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp-520-;;CAADDR
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp:521: (push '((t) t #.(flags)"caaddr(#0)")
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp-522-   (get 'caaddr 'inline-safe))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp:523:(push '((t) t #.(flags)"CMPcaaddr(#0)")
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp-524-   (get 'caaddr 'inline-unsafe))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp-568-;;CADDR
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp:569: (push '((t) t #.(flags)"caddr(#0)")
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp-570-   (get 'caddr 'inline-safe))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp:571:(push '((t) t #.(flags)"CMPcaddr(#0)")
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp-572-   (get 'caddr 'inline-unsafe))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp-610-;;CDADDR
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp:611: (push '((t) t #.(flags)"cdaddr(#0)")
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp-612-   (get 'cdaddr 'inline-safe))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp:613:(push '((t) t #.(flags)"CMPcdaddr(#0)")
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp-614-   (get 'cdaddr 'inline-unsafe))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp-804-                                             'FIXNUM-VALUE)
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp:805:                                            (EQUAL (CADDR (CADR LOC1))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp-806-                                             2))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp-1208-;;THIRD
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp:1209: (push '((t) t #.(flags)"caddr(#0)")
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp-1210-   (get 'third 'inline-safe))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp:1211:(push '((t) t #.(flags)"CMPcaddr(#0)")
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmpopt.lsp-1212-   (get 'third 'inline-unsafe))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-439-    (push (list (car def)
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp:440:                (caddr (si:defmacro* (car def) (cadr def) (cddr def))))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-441-          *funs*))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-815-		  (setf (var-loc (car v)) (cdr v)))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp:816:              (c2expr (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-817-              
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-1010-      
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp:1011:      (setq deflt (mapcar 'caddr (ll-keywords ll)))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-1012-      (let ((vkdefaults nil)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-1120-      (wt-nl "goto TTL;") (wt-nl1 "TTL:;"))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp:1121:    (c2expr (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-1122-    
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-1154-         (when *compiler-push-events* (wt-nl "ihs_check;"))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp:1155:         (c2lambda-expr (lambda-list lambda-expr) (caddr (cddr lambda-expr)) fname)
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-1156-         (wt-nl1 "}")
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-1255-	(t
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp:1256:	 (let ((addr (make-info))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-1257-	       (data (make-info)))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-1714-	(when *compiler-push-events* (wt-nl "ihs_check;"))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp:1715:	(c2expr (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp:1716:	;(c2lambda-expr (lambda-list lambda-expr) (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-1717-;;; Use base if defined for lint
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-1766-   (if closure-p
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp:1767:       (c2lambda-expr (lambda-list lambda-expr) (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-1768-     (c2lambda-expr (lambda-list lambda-expr)
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp:1769:		    (caddr (cddr lambda-expr)) fun))
gcl-2.6.12/.pc/Version_2_6_13pre1/cmpnew/gcl_cmptop.lsp-1770-   (wt-nl1 "}")
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-847-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:848:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-849-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-891-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:892:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-893-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-896-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:897:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-898-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-917-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:918:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-919-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-922-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:923:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-924-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1121-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:1122:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1123-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1126-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:1127:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1128-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1137-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:1138:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1139-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1142-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:1143:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1144-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1175-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:1176:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1177-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1196-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:1197:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1198-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1218-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:1219:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1220-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1253-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:1254:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1255-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1309-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:1310:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1311-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1352-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:1353:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:1354:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1355-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1481-*)
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:1482:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1483-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:1484:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-1485-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2213-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2214:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2215-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2296-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2297:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2298-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2311-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2312:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2313-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2431-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2432:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2433:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2434-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2442-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2443:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2444:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2445-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2462-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2463:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2464-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2674-
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2675:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2676-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2683-
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2684:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2685-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2762-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2763:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2764-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2765-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2766:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2767-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2786-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2787:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2788-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2797-else
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2798:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2799-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2819-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2820:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2821-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2823-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2824:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2825:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2826-
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2827-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2828:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2829-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2832-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2833:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2834-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2838-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:2839:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-2840-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-3580-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:3581:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-3582-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-3624-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:3625:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-3626-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-3684-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:3685:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-3686-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-3793-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:3794:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-3795-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4309-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4310:	GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4311-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4413-
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4414:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4415:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4416:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4417:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4418:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4419:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4420:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4421:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4422:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4423:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4424-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4425:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4426:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4427:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4428-
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4429-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4430:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4431:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4432-else
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4433-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4434:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4435:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4436-else
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4437-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4438:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4439:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4440-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4444-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4445:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4446:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4447-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4506-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4507:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4508-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4518-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4519:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4520-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4550-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4551:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4552-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4616-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4617:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4618-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4777-do :
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4778:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4779-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4782-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:4783:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-4784-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-5089-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:5090:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-5091-				rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-5375-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:5376:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-5377-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-5485-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:5486:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-5487-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-5825-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:5826:		MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-5827-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-5828-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:5829:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-5830-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-5833-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:5834:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-5835-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-7216-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:7217:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-7218-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-7220-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:7221:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-7222-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-7230-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:7231:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-7232-      done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-7250-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:7251:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:7252:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-7253-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-7255-            else
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:7256:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-7257-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-7647-do :
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:7648:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-7649-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-7651-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:7652:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-7653-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-8793-
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:8794:	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext in asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:8795:$as_echo "sigcontext in asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-8796-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-8883-	if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:8884:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-8885-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-8907-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:8908:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-8909-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-8940-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:8941:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-8942-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9003-
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9004:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9005-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9018-      else
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9019:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9020:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9021-         fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9058-
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9059:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9060-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9100-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9101:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9102-      fi
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9103-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9104:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9105-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9317-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9318:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9319-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9405-
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9406:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9407-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9529-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9530:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9531-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9596-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9597:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9598-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9599-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9600:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9601-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9603-else
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9604:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9605-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9613-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9614:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9615-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9690-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9691:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9692-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9762-  {
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9763:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9764-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9866-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9867:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9868-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9997-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:9998:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-9999-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10019-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:10020:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:10021:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10022-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10024-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:10025:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10026-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10048-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:10049:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10050-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10056-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:10057:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10058-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10180-fi
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:10181:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10182-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10197-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:10198:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10199-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10203-
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:10204:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10205-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10341-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:10342:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10343-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10473-      esac
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:10474:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10475-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10532-*)
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:10533:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10534-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:10535:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10536-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10584-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:10585:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10586-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10601-
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:10602:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10603-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10627-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre1/configure:10628:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre1/configure-10629-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-91-[INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:92:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-93-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-95-[EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:96:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-97-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-116-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:117:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:118:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:119:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:120:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-121-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:122:	AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-123-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-556-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:557:	GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-558-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-651-
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:652:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:653:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:654:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:655:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:656:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:657:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:658:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:659:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:660:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:661:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-662-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:663:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:664:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:665:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-666-
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-667-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:668:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:669:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-670-else 
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-671-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:672:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:673:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-674-else 
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-675-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:676:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:677:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-678-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-682-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:683:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:684:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-685-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-701-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:702:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-703-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-712-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:713:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-714-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-822-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:823:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-824-				rm -f foo.c,
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1059-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:1060:		MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1061-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1062-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:1063:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1064-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1067-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:1068:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1069-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1685-dnl # | grep -v ld-kfreebsd needed on some strange bsd amd64 boxes
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:1686:dnl    heap_ceiling=`ldd $AAWK | tail -n 1 | $AWK '{print $NF}' | tr -d '()'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1687-dnl fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1731-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:1732:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1733-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1735-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:1736:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1737-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1745-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:1746:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1747-      done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1762-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:1763:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:1764:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1765-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1766-            else					
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:1767:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-1768-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2521-        AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:2522:	AC_MSG_RESULT(sigcontext in asm files)
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2523-        ],
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2566-	if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:2567:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2568-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2588-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:2589:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2590-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2619-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:2620:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2621-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2643-   
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:2644:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2645-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2658-      else
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:2659:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:2660:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2661-         fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2698-   
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:2699:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2700-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2705-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:2706:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2707-      fi
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2708-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:2709:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2710-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2792-
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in:2793:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre1/configure.in-2794-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/h/amd64-linux.h-5-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/.pc/Version_2_6_13pre1/h/amd64-linux.h:6:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/.pc/Version_2_6_13pre1/h/amd64-linux.h-7- ((siginfo_t *)code)->si_addr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/h/att_ext.h-242-object cadar();
gcl-2.6.12/.pc/Version_2_6_13pre1/h/att_ext.h:243:object caddr();
gcl-2.6.12/.pc/Version_2_6_13pre1/h/att_ext.h-244-object cdaar();
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/h/att_ext.h-250-object caadar();
gcl-2.6.12/.pc/Version_2_6_13pre1/h/att_ext.h:251:object caaddr();
gcl-2.6.12/.pc/Version_2_6_13pre1/h/att_ext.h-252-object cadaar();
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/h/att_ext.h-258-object cdadar();
gcl-2.6.12/.pc/Version_2_6_13pre1/h/att_ext.h:259:object cdaddr();
gcl-2.6.12/.pc/Version_2_6_13pre1/h/att_ext.h-260-object cddaar();
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/h/compdefs.h-78-CMPcadar(x) 
gcl-2.6.12/.pc/Version_2_6_13pre1/h/compdefs.h:79:CMPcaddr(x) 
gcl-2.6.12/.pc/Version_2_6_13pre1/h/compdefs.h-80-CMPcdaar(x) 
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/h/compdefs.h-86-CMPcaadar(x)
gcl-2.6.12/.pc/Version_2_6_13pre1/h/compdefs.h:87:CMPcaaddr(x)
gcl-2.6.12/.pc/Version_2_6_13pre1/h/compdefs.h-88-CMPcadaar(x)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/h/compdefs.h-94-CMPcdadar(x)
gcl-2.6.12/.pc/Version_2_6_13pre1/h/compdefs.h:95:CMPcdaddr(x)
gcl-2.6.12/.pc/Version_2_6_13pre1/h/compdefs.h-96-CMPcddaar(x)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/h/notcomp.h-321-#define Mcadar(x)	(x)->c.c_car->c.c_cdr->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre1/h/notcomp.h:322:#define Mcaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre1/h/notcomp.h-323-#define Mcdaar(x)	(x)->c.c_car->c.c_car->c.c_cdr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/h/notcomp.h-329-#define Mcaadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre1/h/notcomp.h:330:#define Mcaaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre1/h/notcomp.h-331-#define Mcadaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_car
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/h/notcomp.h-337-#define Mcdadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/Version_2_6_13pre1/h/notcomp.h:338:#define Mcdaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/Version_2_6_13pre1/h/notcomp.h-339-#define Mcddaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_cdr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/h/protoize.h-1401-void Lcadadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre1/h/protoize.h:1402:void Lcaaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre1/h/protoize.h-1403-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/h/protoize.h-1514-void Lcddadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre1/h/protoize.h:1515:void Lcdaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre1/h/protoize.h-1516-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/h/protoize.h-1691-void Lcdadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre1/h/protoize.h:1692:void Lcaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre1/h/protoize.h-1693-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_defstruct.lsp-356-	       ;; If
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_defstruct.lsp:357:	       (setf (caddr (car sds))
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_defstruct.lsp:358:		     (best-array-element-type (caddr (car sds))))
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_defstruct.lsp:359:	       (when (not  (equal (normalize-type (or (caddr (car sds)) t))
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_defstruct.lsp:360:				 (normalize-type (or (caddr (car olds)) t))))
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_defstruct.lsp-361-		     (error "Type mismmatch for included slot ~a" (car sds)))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_fpe.lsp-66-  (if p 
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_fpe.lsp:67:      (map-into (make-list (truncate 16 w)) (lambda nil (rf (+ addr (* w (incf i))) w)))
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_fpe.lsp-68-    (rf addr w)))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_fpe.lsp-71-		  (f (eql #\F (aref z 0))))
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_fpe.lsp:72:  (ref addr (unless f (eql (aref z (- lz 2)) #\P)) (if (or f (eql (aref z (1- lz)) #\D)) 8 4)))
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_fpe.lsp-73-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_listlib.lsp-173-  (declare (optimize (safety 2)))
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_listlib.lsp:174:  (caddr (cddddr x)))
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_listlib.lsp-175-(defun eighth (x) 
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_profile.lsp-76-(defun prof-offset (addr) (* (/ (float (cadr *current-profile*)) #x10000)
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_profile.lsp:77:			        (- addr (car *current-profile*))))
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_profile.lsp-78-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_setf.lsp-161-(defsetf cdadr (x) (y) `(progn (rplacd (cadr ,x) ,y) ,y))
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_setf.lsp:162:(defsetf caddr (x) (y) `(progn (rplaca (cddr ,x) ,y) ,y))
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_setf.lsp-163-(defsetf cdddr (x) (y) `(progn (rplacd (cddr ,x) ,y) ,y))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_setf.lsp-175-(defsetf cddadr (x) (y) `(progn (rplacd (cdadr ,x) ,y) ,y))
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_setf.lsp:176:(defsetf caaddr (x) (y) `(progn (rplaca (caddr ,x) ,y) ,y))
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_setf.lsp:177:(defsetf cdaddr (x) (y) `(progn (rplacd (caddr ,x) ,y) ,y))
gcl-2.6.12/.pc/Version_2_6_13pre1/lsp/gcl_setf.lsp-178-(defsetf cadddr (x) (y) `(progn (rplaca (cdddr ,x) ,y) ,y))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/assignment.c-324-	if (fun == sLgetf) 
gcl-2.6.12/.pc/Version_2_6_13pre1/o/assignment.c:325:	  Ieval(Mcaddr(args));
gcl-2.6.12/.pc/Version_2_6_13pre1/o/assignment.c-326-	if (fun == sLaref) { f = siLaset; goto EVAL; }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c-31-
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c:32:#define PADDR(i) ((void *)(long)(sSPinit->s.s_dbind->v.v_self[fix(i)]))
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c-33-object sSPinit,sSPmemory;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c-116-  dcheck_type(sSPmemory->s.s_dbind,t_cfdata);
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c:117:  name=make_cclosure_new(PADDR(address),name,Cnil,
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c-118-			 sSPmemory->s.s_dbind);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c-138-  dcheck_type(address,t_fixnum);
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c:139:  return MFsfun(name,PADDR(address),fix(argd),sSPmemory->s.s_dbind);RETURN1(name);
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c-140-}
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c-160-{ /* 3 args */
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c:161:  MFvfun(name,PADDR(address),fix(argd),sSPmemory->s.s_dbind);
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c-162-  RETURN1(name);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c-175-{ /* 4 args */
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c:176: MFvfun_key(symbol,PADDR(address),fix(argd),sSPmemory->s.s_dbind,PADDR(keys));
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c-177- RETURN1(symbol);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c-202-{ /* 2 args */
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c:203:  MFnew(name,PADDR(addr),sSPmemory->s.s_dbind);
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c-204-  RETURN1(name);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c-241-{ /* 2 args */
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c:242:  MM(name,PADDR(addr),
gcl-2.6.12/.pc/Version_2_6_13pre1/o/cfun.c-243-    /* bit wasteful to pass these in just to be reset to themselves..*/
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/eval.c-724-			if (MMcadr(x) == sLmacro) {
gcl-2.6.12/.pc/Version_2_6_13pre1/o/eval.c:725:				x = MMcaddr(x);
gcl-2.6.12/.pc/Version_2_6_13pre1/o/eval.c-726-				goto EVAL_MACRO;
gcl-2.6.12/.pc/Version_2_6_13pre1/o/eval.c-727-			}
gcl-2.6.12/.pc/Version_2_6_13pre1/o/eval.c:728:			x = MMcaddr(x);
gcl-2.6.12/.pc/Version_2_6_13pre1/o/eval.c-729-			goto EVAL_ARGS;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/eval.c-906-			if (MMcadr(x) == sLmacro) {
gcl-2.6.12/.pc/Version_2_6_13pre1/o/eval.c:907:				x = MMcaddr(x);
gcl-2.6.12/.pc/Version_2_6_13pre1/o/eval.c-908-				goto EVAL_MACRO;
gcl-2.6.12/.pc/Version_2_6_13pre1/o/eval.c-909-			}
gcl-2.6.12/.pc/Version_2_6_13pre1/o/eval.c:910:			x = MMcaddr(x);
gcl-2.6.12/.pc/Version_2_6_13pre1/o/eval.c-911-			goto EVAL_ARGS;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/let.c-303-				   MMcddr(def));
gcl-2.6.12/.pc/Version_2_6_13pre1/o/let.c:304:		lex_macro_bind(MMcar(def), MMcaddr(top[0]));
gcl-2.6.12/.pc/Version_2_6_13pre1/o/let.c-305-		def_list = MMcdr(def_list);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c-45-	}
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c:46:	clear_compiler_properties(vs_base[0],MMcaddr(vs_base[1]));
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c-47-	if (vs_base[0]->s.s_hpack == lisp_package &&
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c-53-	}
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c:54:	vs_base[0]->s.s_gfdef = MMcaddr(vs_base[1]);
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c-55-	vs_base[0]->s.s_mflag = TRUE;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c-104-	}
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c:105:	clear_compiler_properties(name,MMcaddr(top[0]));
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c-106-	if (name->s.s_hpack == lisp_package &&
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c-112-	}
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c:113:	name->s.s_gfdef = MMcaddr(top[0]);
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c-114-	name->s.s_mflag = TRUE;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c-164-	else if (MMcadr(fd) == sLmacro)
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c:165:		return(MMcaddr(fd));
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c-166-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c-282-	else if (MMcadr(fd) == sLmacro)
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c:283:		exp_fun = MMcaddr(fd);
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c-284-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c-319-	else if (MMcadr(fd) == sLmacro)
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c:320:		exp_fun = MMcaddr(fd);
gcl-2.6.12/.pc/Version_2_6_13pre1/o/macros.c-321-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/reference.c-125-			vs_base = vs_top;
gcl-2.6.12/.pc/Version_2_6_13pre1/o/reference.c:126:			vs_push(MMcaddr(fd));
gcl-2.6.12/.pc/Version_2_6_13pre1/o/reference.c-127-		}
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/sgbc.c-896-  char *faddr;
gcl-2.6.12/.pc/Version_2_6_13pre1/o/sgbc.c:897:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/Version_2_6_13pre1/o/sgbc.c-898-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/o/sgbc.c-1473-#ifdef GET_FAULT_ADDR
gcl-2.6.12/.pc/Version_2_6_13pre1/o/sgbc.c:1474:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/Version_2_6_13pre1/o/sgbc.c-1475-  debug_fault = (long) faddr;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/pcl/defsys.lisp-886-			'test
gcl-2.6.12/.pc/Version_2_6_13pre1/pcl/defsys.lisp:887:			(caddr (get-system 'pcl))))
gcl-2.6.12/.pc/Version_2_6_13pre1/pcl/defsys.lisp-888-         (total-number (length files))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/pcl/gcl_pcl_walk.lisp-254-  #+Prime
gcl-2.6.12/.pc/Version_2_6_13pre1/pcl/gcl_pcl_walk.lisp:255:  (eq (caddr (cddddr object)) 'lucid::%alphalex))
gcl-2.6.12/.pc/Version_2_6_13pre1/pcl/gcl_pcl_walk.lisp-256-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/pcl/gcl_pcl_walk.lisp-977-(defun env-declarations (env)
gcl-2.6.12/.pc/Version_2_6_13pre1/pcl/gcl_pcl_walk.lisp:978:  (caddr (env-lock env)))
gcl-2.6.12/.pc/Version_2_6_13pre1/pcl/gcl_pcl_walk.lisp-979-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/pcl/gcl_pcl_walk.lisp-984-(defun note-declaration (declaration env)
gcl-2.6.12/.pc/Version_2_6_13pre1/pcl/gcl_pcl_walk.lisp:985:  (push declaration (caddr (env-lock env))))
gcl-2.6.12/.pc/Version_2_6_13pre1/pcl/gcl_pcl_walk.lisp-986-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1/pcl/makefile-73-tar1:
gcl-2.6.12/.pc/Version_2_6_13pre1/pcl/makefile:74:	(cd .. ; tar cvf - `basename ${DIR}` | gzip -c > `basename ${DIR}`.tgz) 
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1b/makefile-130-gmp_all: $(GMPDIR)/Makefile
gcl-2.6.12/.pc/Version_2_6_13pre1b/makefile:131:	cd $(GMPDIR) && echo '#include <stdio.h>' >> gmp.h && echo "#include \"`$(PWD_CMD)`/../h/prelink.h\"" >> gmp.h && $(MAKE) 
gcl-2.6.12/.pc/Version_2_6_13pre1b/makefile-132-	touch $@
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1b/makefile-138-	rm -f bin/gcl xbin/gcl
gcl-2.6.12/.pc/Version_2_6_13pre1b/makefile:139:	MGCLDIR=`echo $(GCLDIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
gcl-2.6.12/.pc/Version_2_6_13pre1b/makefile:140:	GCLDIR=`echo $(GCLDIR)` ; \
gcl-2.6.12/.pc/Version_2_6_13pre1b/makefile-141-	$(MAKE) install-command "INSTALL_LIB_DIR=$$GCLDIR" "prefix=$$GCLDIR" "BINDIR=$$MGCLDIR/$(PORTDIR)"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1b/makefile-143-
gcl-2.6.12/.pc/Version_2_6_13pre1b/makefile:144:#	GCLDIR=`echo $(GCLDIR) | sed -e 'sX^/cygdrive/\([a-z]\)X\1!Xg' -e 'sX^//\([a-z]\)X\1!Xg'` ; \
gcl-2.6.12/.pc/Version_2_6_13pre1b/makefile-145-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre1b/makefile-189-	mkdir -p $(DESTDIR)$(INSTALL_LIB_DIR)
gcl-2.6.12/.pc/Version_2_6_13pre1b/makefile:190:	MINSTALL_LIB_DIR=`echo $(INSTALL_LIB_DIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
gcl-2.6.12/.pc/Version_2_6_13pre1b/makefile-191-	$(MAKE) install-command "INSTALL_LIB_DIR=$(INSTALL_LIB_DIR)" "prefix=$(prefix)" "DESTDIR=$(DESTDIR)" "BINDIR=$$MINSTALL_LIB_DIR/unixport"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre2/h/protoize.h-1396-void Lcadadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre2/h/protoize.h:1397:void Lcaaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre2/h/protoize.h-1398-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre2/h/protoize.h-1508-void Lcddadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre2/h/protoize.h:1509:void Lcdaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre2/h/protoize.h-1510-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre2/h/protoize.h-1685-void Lcdadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre2/h/protoize.h:1686:void Lcaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre2/h/protoize.h-1687-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre3/h/protoize.h-1396-void Lcadadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre3/h/protoize.h:1397:void Lcaaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre3/h/protoize.h-1398-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre3/h/protoize.h-1508-void Lcddadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre3/h/protoize.h:1509:void Lcdaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre3/h/protoize.h-1510-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre3/h/protoize.h-1685-void Lcdadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre3/h/protoize.h:1686:void Lcaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre3/h/protoize.h-1687-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre3/pcl/makefile-71-tar1:
gcl-2.6.12/.pc/Version_2_6_13pre3/pcl/makefile:72:	(cd .. ; tar cvf - `basename ${DIR}` | gzip -c > `basename ${DIR}`.tgz) 
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre4/h/protoize.h-1396-void Lcadadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre4/h/protoize.h:1397:void Lcaaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre4/h/protoize.h-1398-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre4/h/protoize.h-1508-void Lcddadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre4/h/protoize.h:1509:void Lcdaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre4/h/protoize.h-1510-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre4/h/protoize.h-1685-void Lcdadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre4/h/protoize.h:1686:void Lcaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre4/h/protoize.h-1687-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre4/o/sgbc.c-397-  char *faddr;
gcl-2.6.12/.pc/Version_2_6_13pre4/o/sgbc.c:398:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/Version_2_6_13pre4/o/sgbc.c-399-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre4/o/sgbc.c-960-#ifdef GET_FAULT_ADDR
gcl-2.6.12/.pc/Version_2_6_13pre4/o/sgbc.c:961:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/Version_2_6_13pre4/o/sgbc.c-962-  debug_fault = (long) faddr;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre7/h/att_ext.h-242-object cadar();
gcl-2.6.12/.pc/Version_2_6_13pre7/h/att_ext.h:243:object caddr();
gcl-2.6.12/.pc/Version_2_6_13pre7/h/att_ext.h-244-object cdaar();
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre7/h/att_ext.h-250-object caadar();
gcl-2.6.12/.pc/Version_2_6_13pre7/h/att_ext.h:251:object caaddr();
gcl-2.6.12/.pc/Version_2_6_13pre7/h/att_ext.h-252-object cadaar();
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre7/h/att_ext.h-258-object cdadar();
gcl-2.6.12/.pc/Version_2_6_13pre7/h/att_ext.h:259:object cdaddr();
gcl-2.6.12/.pc/Version_2_6_13pre7/h/att_ext.h-260-object cddaar();
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre7/h/protoize.h-1396-void Lcadadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre7/h/protoize.h:1397:void Lcaaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre7/h/protoize.h-1398-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre7/h/protoize.h-1508-void Lcddadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre7/h/protoize.h:1509:void Lcdaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre7/h/protoize.h-1510-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre7/h/protoize.h-1685-void Lcdadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre7/h/protoize.h:1686:void Lcaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre7/h/protoize.h-1687-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre8a/gmp4/mpn/x86_64/k8/redc_1.asm-57-C  * Micro-optimise, none performed thus far.
gcl-2.6.12/.pc/Version_2_6_13pre8a/gmp4/mpn/x86_64/k8/redc_1.asm:58:C  * This looks different from other current redc_1.asm variants.  Consider
gcl-2.6.12/.pc/Version_2_6_13pre8a/gmp4/mpn/x86_64/k8/redc_1.asm-59-C    adapting this to the mainstream style.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/att_ext.h-242-object cadar();
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/att_ext.h:243:object caddr();
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/att_ext.h-244-object cdaar();
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/att_ext.h-250-object caadar();
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/att_ext.h:251:object caaddr();
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/att_ext.h-252-object cadaar();
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/att_ext.h-258-object cdadar();
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/att_ext.h:259:object cdaddr();
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/att_ext.h-260-object cddaar();
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/notcomp.h-320-#define Mcadar(x)	(x)->c.c_car->c.c_cdr->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/notcomp.h:321:#define Mcaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/notcomp.h-322-#define Mcdaar(x)	(x)->c.c_car->c.c_car->c.c_cdr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/notcomp.h-328-#define Mcaadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/notcomp.h:329:#define Mcaaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/notcomp.h-330-#define Mcadaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_car
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/notcomp.h-336-#define Mcdadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/notcomp.h:337:#define Mcdaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/notcomp.h-338-#define Mcddaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_cdr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/protoize.h-1396-void Lcadadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/protoize.h:1397:void Lcaaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/protoize.h-1398-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/protoize.h-1508-void Lcddadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/protoize.h:1509:void Lcdaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/protoize.h-1510-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/protoize.h-1685-void Lcdadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/protoize.h:1686:void Lcaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre8a/h/protoize.h-1687-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre8a/makefile-130-gmp_all: $(GMPDIR)/Makefile
gcl-2.6.12/.pc/Version_2_6_13pre8a/makefile:131:	cd $(GMPDIR) && echo '#include <stdio.h>' >> gmp.h && echo "#include \"`$(PWD_CMD)`/../h/prelink.h\"" >> gmp.h && $(MAKE) 
gcl-2.6.12/.pc/Version_2_6_13pre8a/makefile-132-	touch $@
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre8a/makefile-138-	rm -f bin/gcl xbin/gcl
gcl-2.6.12/.pc/Version_2_6_13pre8a/makefile:139:	MGCLDIR=`echo $(GCLDIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
gcl-2.6.12/.pc/Version_2_6_13pre8a/makefile:140:	GCLDIR=`echo $(GCLDIR)` ; \
gcl-2.6.12/.pc/Version_2_6_13pre8a/makefile-141-	$(MAKE) install-command "INSTALL_LIB_DIR=$$GCLDIR" "prefix=$$GCLDIR" "BINDIR=$$MGCLDIR/$(PORTDIR)"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre8a/makefile-143-
gcl-2.6.12/.pc/Version_2_6_13pre8a/makefile:144:#	GCLDIR=`echo $(GCLDIR) | sed -e 'sX^/cygdrive/\([a-z]\)X\1!Xg' -e 'sX^//\([a-z]\)X\1!Xg'` ; \
gcl-2.6.12/.pc/Version_2_6_13pre8a/makefile-145-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre8a/makefile-189-	mkdir -p $(DESTDIR)$(INSTALL_LIB_DIR)
gcl-2.6.12/.pc/Version_2_6_13pre8a/makefile:190:	MINSTALL_LIB_DIR=`echo $(INSTALL_LIB_DIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
gcl-2.6.12/.pc/Version_2_6_13pre8a/makefile-191-	$(MAKE) install-command "INSTALL_LIB_DIR=$(INSTALL_LIB_DIR)" "prefix=$(prefix)" "DESTDIR=$(DESTDIR)" "BINDIR=$$MINSTALL_LIB_DIR/unixport"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/cmpnew/gcl_cmpfun.lsp-674-                     (1 (cons 'cadr (cdr args)))
gcl-2.6.12/.pc/Version_2_6_13pre12/cmpnew/gcl_cmpfun.lsp:675:                     (2 (cons 'caddr (cdr args)))
gcl-2.6.12/.pc/Version_2_6_13pre12/cmpnew/gcl_cmpfun.lsp-676-                     (3 (cons 'cadddr (cdr args)))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/cmpnew/gcl_cmpfun.lsp-678-                     (5 (list 'cadr (cons 'cddddr (cdr args))))
gcl-2.6.12/.pc/Version_2_6_13pre12/cmpnew/gcl_cmpfun.lsp:679:                     (6 (list 'caddr (cons 'cddddr (cdr args))))
gcl-2.6.12/.pc/Version_2_6_13pre12/cmpnew/gcl_cmpfun.lsp-680-                     (7 (list 'cadddr (cons 'cddddr (cdr args))))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-847-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:848:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-849-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-891-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:892:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-893-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-896-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:897:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-898-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-917-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:918:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-919-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-922-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:923:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-924-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1121-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:1122:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1123-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1126-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:1127:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1128-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1137-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:1138:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1139-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1142-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:1143:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1144-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1175-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:1176:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1177-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1196-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:1197:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1198-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1218-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:1219:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1220-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1253-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:1254:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1255-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1309-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:1310:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1311-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1352-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:1353:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:1354:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1355-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1481-*)
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:1482:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1483-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:1484:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-1485-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2213-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2214:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2215-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2296-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2297:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2298-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2311-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2312:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2313-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2431-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2432:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2433:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2434-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2442-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2443:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2444:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2445-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2462-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2463:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2464-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2674-
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2675:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2676-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2683-
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2684:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2685-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2762-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2763:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2764-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2765-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2766:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2767-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2786-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2787:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2788-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2797-else
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2798:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2799-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2819-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2820:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2821-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2823-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2824:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2825:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2826-
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2827-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2828:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2829-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2832-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2833:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2834-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2838-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:2839:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-2840-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-3580-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:3581:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-3582-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-3624-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:3625:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-3626-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-3684-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:3685:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-3686-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-3793-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:3794:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-3795-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4309-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4310:	GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4311-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4413-
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4414:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4415:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4416:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4417:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4418:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4419:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4420:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4421:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4422:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4423:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4424-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4425:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4426:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4427:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4428-
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4429-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4430:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4431:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4432-else
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4433-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4434:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4435:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4436-else
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4437-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4438:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4439:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4440-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4444-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4445:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4446:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4447-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4506-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4507:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4508-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4518-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4519:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4520-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4550-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4551:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4552-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4616-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4617:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4618-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4777-do :
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4778:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4779-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4782-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:4783:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-4784-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-5089-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:5090:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-5091-				rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-5375-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:5376:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-5377-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-5485-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:5486:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-5487-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-5825-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:5826:		MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-5827-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-5828-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:5829:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-5830-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-5833-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:5834:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-5835-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-7216-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:7217:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-7218-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-7220-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:7221:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-7222-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-7230-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:7231:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-7232-      done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-7250-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:7251:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:7252:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-7253-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-7255-            else
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:7256:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-7257-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-7644-do :
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:7645:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-7646-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-7648-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:7649:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-7650-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-8790-
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:8791:	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext in asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:8792:$as_echo "sigcontext in asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-8793-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-8880-	if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:8881:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-8882-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-8904-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:8905:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-8906-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-8937-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:8938:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-8939-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9000-
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9001:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9002-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9015-      else
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9016:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9017:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9018-         fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9055-
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9056:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9057-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9097-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9098:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9099-      fi
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9100-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9101:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9102-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9314-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9315:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9316-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9402-
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9403:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9404-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9526-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9527:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9528-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9593-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9594:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9595-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9596-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9597:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9598-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9600-else
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9601:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9602-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9610-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9611:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9612-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9687-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9688:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9689-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9759-  {
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9760:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9761-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9863-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9864:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9865-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9994-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:9995:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-9996-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10016-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:10017:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:10018:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10019-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10021-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:10022:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10023-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10045-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:10046:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10047-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10053-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:10054:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10055-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10177-fi
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:10178:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10179-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10194-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:10195:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10196-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10200-
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:10201:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10202-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10338-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:10339:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10340-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10470-      esac
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:10471:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10472-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10529-*)
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:10530:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10531-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:10532:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10533-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10581-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:10582:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10583-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10598-
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:10599:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10600-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10624-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre12/configure:10625:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre12/configure-10626-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-91-[INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:92:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-93-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-95-[EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:96:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-97-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-116-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:117:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:118:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:119:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:120:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-121-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:122:	AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-123-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-556-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:557:	GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-558-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-651-
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:652:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:653:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:654:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:655:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:656:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:657:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:658:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:659:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:660:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:661:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-662-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:663:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:664:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:665:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-666-
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-667-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:668:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:669:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-670-else 
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-671-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:672:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:673:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-674-else 
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-675-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:676:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:677:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-678-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-682-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:683:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:684:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-685-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-701-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:702:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-703-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-712-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:713:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-714-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-822-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:823:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-824-				rm -f foo.c,
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1059-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:1060:		MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1061-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1062-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:1063:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1064-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1067-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:1068:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1069-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1685-dnl # | grep -v ld-kfreebsd needed on some strange bsd amd64 boxes
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:1686:dnl    heap_ceiling=`ldd $AAWK | tail -n 1 | $AWK '{print $NF}' | tr -d '()'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1687-dnl fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1731-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:1732:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1733-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1735-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:1736:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1737-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1745-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:1746:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1747-      done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1762-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:1763:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:1764:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1765-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1766-            else					
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:1767:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-1768-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2520-        AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:2521:	AC_MSG_RESULT(sigcontext in asm files)
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2522-        ],
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2565-	if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:2566:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2567-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2587-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:2588:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2589-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2618-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:2619:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2620-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2642-   
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:2643:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2644-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2657-      else
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:2658:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:2659:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2660-         fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2697-   
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:2698:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2699-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2704-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:2705:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2706-      fi
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2707-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:2708:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2709-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2791-
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in:2792:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre12/configure.in-2793-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/gcl-tk/guis.c-56-#ifdef PLATFORM_NEXT
gcl-2.6.12/.pc/Version_2_6_13pre12/gcl-tk/guis.c:57:extern unsigned long inet_addr( char *cp );
gcl-2.6.12/.pc/Version_2_6_13pre12/gcl-tk/guis.c-58-extern char *inet_ntoa ( struct in_addr in );
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/gcl-tk/guis.c-349-  addr.sin_port = htons((unsigned short)(name & 0xffff));
gcl-2.6.12/.pc/Version_2_6_13pre12/gcl-tk/guis.c:350:  addr.sin_addr.s_addr = inet_addr( host_id );
gcl-2.6.12/.pc/Version_2_6_13pre12/gcl-tk/guis.c-351-  memset( addr.sin_zero, 0, 8 );
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/h/protoize.h-1395-void Lcadadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre12/h/protoize.h:1396:void Lcaaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre12/h/protoize.h-1397-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/h/protoize.h-1507-void Lcddadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre12/h/protoize.h:1508:void Lcdaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre12/h/protoize.h-1509-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/h/protoize.h-1684-void Lcdadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre12/h/protoize.h:1685:void Lcaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre12/h/protoize.h-1686-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/assignment.c-324-	if (fun == sLgetf) 
gcl-2.6.12/.pc/Version_2_6_13pre12/o/assignment.c:325:	  Ieval(Mcaddr(args));
gcl-2.6.12/.pc/Version_2_6_13pre12/o/assignment.c-326-	if (fun == sLaref) { f = siLaset; goto EVAL; }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c-31-
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c:32:#define PADDR(i) ((void *)(long)(sSPinit->s.s_dbind->v.v_self[fix(i)]))
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c-33-object sSPinit,sSPmemory;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c-116-  dcheck_type(sSPmemory->s.s_dbind,t_cfdata);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c:117:  name=make_cclosure_new(PADDR(address),name,Cnil,
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c-118-			 sSPmemory->s.s_dbind);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c-138-  dcheck_type(address,t_fixnum);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c:139:  return MFsfun(name,PADDR(address),fix(argd),sSPmemory->s.s_dbind);RETURN1(name);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c-140-}
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c-160-{ /* 3 args */
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c:161:  MFvfun(name,PADDR(address),fix(argd),sSPmemory->s.s_dbind);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c-162-  RETURN1(name);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c-175-{ /* 4 args */
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c:176: MFvfun_key(symbol,PADDR(address),fix(argd),sSPmemory->s.s_dbind,PADDR(keys));
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c-177- RETURN1(symbol);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c-202-{ /* 2 args */
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c:203:  MFnew(name,PADDR(addr),sSPmemory->s.s_dbind);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c-204-  RETURN1(name);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c-241-{ /* 2 args */
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c:242:  MM(name,PADDR(addr),
gcl-2.6.12/.pc/Version_2_6_13pre12/o/cfun.c-243-    /* bit wasteful to pass these in just to be reset to themselves..*/
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/nsocket.c-154-    } else {
gcl-2.6.12/.pc/Version_2_6_13pre12/o/nsocket.c:155:        addr.s_addr = inet_addr(host);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/nsocket.c-156-        if (addr.s_addr == -1) {
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/nsocket.c-352-           address=make_simple_string(inet_ntoa(peername.sin_addr));
gcl-2.6.12/.pc/Version_2_6_13pre12/o/nsocket.c:353:           hostEntPtr = /* gethostbyaddr((char *) &(peername.sin_addr), */
gcl-2.6.12/.pc/Version_2_6_13pre12/o/nsocket.c-354-                    /* sizeof(peername.sin_addr), AF_INET); */
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/nsocket.c-357-#else
gcl-2.6.12/.pc/Version_2_6_13pre12/o/nsocket.c:358:	   gethostbyaddr((char *) &(peername.sin_addr),
gcl-2.6.12/.pc/Version_2_6_13pre12/o/nsocket.c-359-			 sizeof(peername.sin_addr), AF_INET);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/nsocket.c-382-  address= make_simple_string(inet_ntoa(sockname.sin_addr));
gcl-2.6.12/.pc/Version_2_6_13pre12/o/nsocket.c:383:  hostEntPtr = /* gethostbyaddr((char *) &(sockname.sin_addr), */
gcl-2.6.12/.pc/Version_2_6_13pre12/o/nsocket.c-384-	       /* 		     sizeof(sockname.sin_addr), AF_INET); */
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/nsocket.c-387-#else
gcl-2.6.12/.pc/Version_2_6_13pre12/o/nsocket.c:388:  gethostbyaddr((char *) &(sockname.sin_addr),
gcl-2.6.12/.pc/Version_2_6_13pre12/o/nsocket.c-389-		sizeof(sockname.sin_addr), AF_INET);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-259-static void
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:260:write_addr(x)
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-261-object x;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-638-		write_str("#<FREE OBJECT ");
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:639:		write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-640-		write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-917-			write_str("#<array ");
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:918:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-919-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1008-			write_str("#<vector ");
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:1009:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1010-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1080-			write_str("#<bit-vector ");
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:1081:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1082-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1225-		write_str("#<hash-table ");
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:1226:		write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1227-		write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1270-			write_str("#<broadcast stream ");
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:1271:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1272-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1276-			write_str("#<concatenated stream ");
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:1277:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1278-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1282-			write_str("#<two-way stream ");
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:1283:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1284-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1288-			write_str("#<echo stream ");
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:1289:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1290-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1305-			write_str("#<use-define stream");
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:1306:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1307-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1312-			write_str("#<string-output stream ");
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:1313:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1314-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1375-		write_str("#<readtable ");
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:1376:		write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1377-		write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1388-			write_str("#<pathname ");
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:1389:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1390-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1401-		else
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:1402:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1403-		write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1411-		else
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d:1412:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/print.d-1413-		write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/sockets.c-294-  hostid = lisp_copy_to_null_terminated(host_id,buf,sizeof(buf));
gcl-2.6.12/.pc/Version_2_6_13pre12/o/sockets.c:295:  addr.s_addr = inet_addr(hostid);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/sockets.c:296:  h = /* gethostbyaddr((char *)&addr, 4, AF_INET); */
gcl-2.6.12/.pc/Version_2_6_13pre12/o/sockets.c-297-#ifdef STATIC_LINKING
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre12/o/sockets.c-299-#else
gcl-2.6.12/.pc/Version_2_6_13pre12/o/sockets.c:300:  gethostbyaddr((char *)&addr, 4, AF_INET);
gcl-2.6.12/.pc/Version_2_6_13pre12/o/sockets.c-301-#endif
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre13/h/protoize.h-1395-void Lcadadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre13/h/protoize.h:1396:void Lcaaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre13/h/protoize.h-1397-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre13/h/protoize.h-1507-void Lcddadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre13/h/protoize.h:1508:void Lcdaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre13/h/protoize.h-1509-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre13/h/protoize.h-1684-void Lcdadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre13/h/protoize.h:1685:void Lcaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre13/h/protoize.h-1686-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-847-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:848:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-849-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-891-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:892:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-893-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-896-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:897:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-898-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-917-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:918:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-919-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-922-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:923:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-924-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1121-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:1122:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1123-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1126-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:1127:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1128-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1137-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:1138:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1139-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1142-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:1143:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1144-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1175-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:1176:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1177-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1196-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:1197:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1198-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1218-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:1219:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1220-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1253-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:1254:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1255-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1309-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:1310:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1311-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1352-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:1353:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:1354:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1355-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1481-*)
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:1482:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1483-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:1484:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-1485-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2213-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2214:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2215-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2296-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2297:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2298-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2311-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2312:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2313-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2431-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2432:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2433:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2434-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2442-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2443:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2444:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2445-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2462-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2463:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2464-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2674-
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2675:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2676-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2683-
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2684:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2685-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2762-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2763:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2764-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2765-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2766:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2767-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2786-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2787:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2788-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2797-else
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2798:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2799-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2819-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2820:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2821-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2823-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2824:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2825:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2826-
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2827-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2828:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2829-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2832-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2833:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2834-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2838-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:2839:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-2840-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-3580-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:3581:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-3582-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-3624-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:3625:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-3626-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-3684-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:3685:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-3686-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-3793-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:3794:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-3795-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4346-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4347:	GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4348-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4450-
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4451:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4452:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4453:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4454:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4455:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4456:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4457:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4458:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4459:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4460:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4461-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4462:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4463:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4464:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4465-
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4466-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4467:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4468:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4469-else
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4470-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4471:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4472:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4473-else
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4474-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4475:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4476:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4477-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4481-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4482:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4483:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4484-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4543-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4544:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4545-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4555-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4556:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4557-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4587-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4588:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4589-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4653-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4654:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4655-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4814-do :
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4815:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4816-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4819-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:4820:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-4821-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-5126-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:5127:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-5128-				rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-5412-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:5413:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-5414-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-5522-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:5523:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-5524-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-5862-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:5863:		MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-5864-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-5865-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:5866:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-5867-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-5870-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:5871:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-5872-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-7253-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:7254:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-7255-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-7257-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:7258:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-7259-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-7267-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:7268:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-7269-      done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-7287-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:7288:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:7289:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-7290-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-7292-            else
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:7293:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-7294-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-7681-do :
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:7682:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-7683-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-7685-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:7686:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-7687-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-8827-
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:8828:	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext in asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:8829:$as_echo "sigcontext in asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-8830-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-8917-	if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:8918:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-8919-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-8941-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:8942:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-8943-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-8974-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:8975:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-8976-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9037-
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9038:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9039-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9052-      else
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9053:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9054:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9055-         fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9092-
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9093:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9094-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9134-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9135:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9136-      fi
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9137-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9138:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9139-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9351-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9352:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9353-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9439-
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9440:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9441-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9563-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9564:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9565-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9630-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9631:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9632-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9633-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9634:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9635-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9637-else
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9638:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9639-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9647-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9648:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9649-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9724-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9725:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9726-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9796-  {
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9797:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9798-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9900-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:9901:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-9902-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10031-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10032:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10033-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10053-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10054:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10055:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10056-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10058-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10059:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10060-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10082-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10083:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10084-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10090-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10091:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10092-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10214-fi
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10215:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10216-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10231-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10232:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10233-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10237-
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10238:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10239-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10375-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10376:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10377-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10507-      esac
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10508:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10509-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10566-*)
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10567:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10568-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10569:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10570-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10618-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10619:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10620-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10635-
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10636:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10637-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10661-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre16/configure:10662:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre16/configure-10663-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-91-[INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:92:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-93-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-95-[EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:96:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-97-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-116-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:117:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:118:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:119:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:120:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-121-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:122:	AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-123-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-572-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:573:	GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-574-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-667-
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:668:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:669:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:670:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:671:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:672:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:673:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:674:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:675:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:676:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:677:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-678-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:679:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:680:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:681:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-682-
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-683-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:684:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:685:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-686-else 
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-687-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:688:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:689:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-690-else 
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-691-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:692:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:693:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-694-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-698-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:699:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:700:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-701-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-717-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:718:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-719-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-728-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:729:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-730-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-838-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:839:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-840-				rm -f foo.c,
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1075-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:1076:		MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1077-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1078-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:1079:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1080-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1083-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:1084:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1085-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1701-dnl # | grep -v ld-kfreebsd needed on some strange bsd amd64 boxes
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:1702:dnl    heap_ceiling=`ldd $AAWK | tail -n 1 | $AWK '{print $NF}' | tr -d '()'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1703-dnl fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1747-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:1748:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1749-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1751-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:1752:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1753-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1761-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:1762:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1763-      done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1778-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:1779:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:1780:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1781-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1782-            else					
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:1783:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-1784-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2536-        AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:2537:	AC_MSG_RESULT(sigcontext in asm files)
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2538-        ],
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2581-	if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:2582:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2583-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2603-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:2604:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2605-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2634-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:2635:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2636-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2658-   
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:2659:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2660-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2673-      else
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:2674:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:2675:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2676-         fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2713-   
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:2714:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2715-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2720-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:2721:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2722-      fi
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2723-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:2724:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2725-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2807-
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in:2808:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre16/configure.in-2809-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/h/mingw.h-223-#define FPE_CODE(i_,v_) make_fixnum(fSfpe_code(FFN(fSfnstsw)(),FFN(fSstmxcsr)()))
gcl-2.6.12/.pc/Version_2_6_13pre16/h/mingw.h:224:#define FPE_ADDR(i_,v_) make_fixnum(0)
gcl-2.6.12/.pc/Version_2_6_13pre16/h/mingw.h-225-#define FPE_CTXT(v_) Cnil
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/h/protoize.h-1395-void Lcadadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre16/h/protoize.h:1396:void Lcaaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre16/h/protoize.h-1397-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/h/protoize.h-1507-void Lcddadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre16/h/protoize.h:1508:void Lcdaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre16/h/protoize.h-1509-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/h/protoize.h-1684-void Lcdadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre16/h/protoize.h:1685:void Lcaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre16/h/protoize.h-1686-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/nsocket.c-154-    } else {
gcl-2.6.12/.pc/Version_2_6_13pre16/o/nsocket.c:155:        addr.s_addr = inet_addr(host);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/nsocket.c-156-        if (addr.s_addr == -1) {
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/nsocket.c-352-           address=make_simple_string(inet_ntoa(peername.sin_addr));
gcl-2.6.12/.pc/Version_2_6_13pre16/o/nsocket.c:353:           hostEntPtr = /* gethostbyaddr((char *) &(peername.sin_addr), */
gcl-2.6.12/.pc/Version_2_6_13pre16/o/nsocket.c-354-                    /* sizeof(peername.sin_addr), AF_INET); */
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/nsocket.c-357-#else
gcl-2.6.12/.pc/Version_2_6_13pre16/o/nsocket.c:358:	   gethostbyaddr((char *) &(peername.sin_addr),
gcl-2.6.12/.pc/Version_2_6_13pre16/o/nsocket.c-359-			 sizeof(peername.sin_addr), AF_INET);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/nsocket.c-382-  address= make_simple_string(inet_ntoa(sockname.sin_addr));
gcl-2.6.12/.pc/Version_2_6_13pre16/o/nsocket.c:383:  hostEntPtr = /* gethostbyaddr((char *) &(sockname.sin_addr), */
gcl-2.6.12/.pc/Version_2_6_13pre16/o/nsocket.c-384-	       /* 		     sizeof(sockname.sin_addr), AF_INET); */
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/nsocket.c-387-#else
gcl-2.6.12/.pc/Version_2_6_13pre16/o/nsocket.c:388:  gethostbyaddr((char *) &(sockname.sin_addr),
gcl-2.6.12/.pc/Version_2_6_13pre16/o/nsocket.c-389-		sizeof(sockname.sin_addr), AF_INET);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-259-static void
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:260:write_addr(x)
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-261-object x;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-638-		write_str("#<FREE OBJECT ");
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:639:		write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-640-		write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-917-			write_str("#<array ");
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:918:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-919-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1008-			write_str("#<vector ");
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:1009:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1010-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1080-			write_str("#<bit-vector ");
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:1081:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1082-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1225-		write_str("#<hash-table ");
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:1226:		write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1227-		write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1270-			write_str("#<broadcast stream ");
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:1271:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1272-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1276-			write_str("#<concatenated stream ");
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:1277:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1278-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1282-			write_str("#<two-way stream ");
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:1283:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1284-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1288-			write_str("#<echo stream ");
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:1289:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1290-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1305-			write_str("#<use-define stream");
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:1306:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1307-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1312-			write_str("#<string-output stream ");
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:1313:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1314-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1375-		write_str("#<readtable ");
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:1376:		write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1377-		write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1388-			write_str("#<pathname ");
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:1389:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1390-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1401-		else
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:1402:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1403-		write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1411-		else
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d:1412:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/print.d-1413-		write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/sgbc.c-363-  char *faddr;
gcl-2.6.12/.pc/Version_2_6_13pre16/o/sgbc.c:364:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/Version_2_6_13pre16/o/sgbc.c-365-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/sgbc.c-928-#ifdef GET_FAULT_ADDR
gcl-2.6.12/.pc/Version_2_6_13pre16/o/sgbc.c:929:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/Version_2_6_13pre16/o/sgbc.c-930-  debug_fault = (long) faddr;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/sockets.c-294-  hostid = lisp_copy_to_null_terminated(host_id,buf,sizeof(buf));
gcl-2.6.12/.pc/Version_2_6_13pre16/o/sockets.c:295:  addr.s_addr = inet_addr(hostid);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/sockets.c:296:  h = /* gethostbyaddr((char *)&addr, 4, AF_INET); */
gcl-2.6.12/.pc/Version_2_6_13pre16/o/sockets.c-297-#ifdef STATIC_LINKING
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/sockets.c-299-#else
gcl-2.6.12/.pc/Version_2_6_13pre16/o/sockets.c:300:  gethostbyaddr((char *)&addr, 4, AF_INET);
gcl-2.6.12/.pc/Version_2_6_13pre16/o/sockets.c-301-#endif
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c-140-
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c:141:#define ASM __asm__ __volatile__
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c-142-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c-144-  volatile double d;
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c:145:  ASM ("fldt %1;fstpl %0" : "=m" (d): "m" (*(char *)val));
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c-146-  RETURN1(make_longfloat(d));
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c-167-#elif defined(__x86_64__) || defined(__i386__)
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c:168:#define ASM __asm__ __volatile__
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c-169-  {
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c-194-#elif defined(__x86_64__) || defined(__i386__)
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c:195:#define ASM __asm__ __volatile__
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c-196-  {
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c-225-  volatile unsigned short t;
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c:226:  ASM ("fnstsw %0" :: "m" (t));
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c-227-  RETURN1(t);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c-230-  volatile unsigned int t;
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c:231:  ASM ("stmxcsr %0" :: "m" (t));
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c-232-  RETURN1(t);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c-245-#endif
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c:246:  ifuncall3(sSfloating_point_error,FPE_CODE(i,v),FPE_ADDR(i,v),FPE_CTXT(v));
gcl-2.6.12/.pc/Version_2_6_13pre16/o/usig.c-247-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-847-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:848:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-849-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-891-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:892:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-893-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-896-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:897:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-898-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-917-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:918:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-919-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-922-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:923:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-924-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1121-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:1122:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1123-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1126-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:1127:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1128-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1137-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:1138:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1139-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1142-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:1143:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1144-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1175-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:1176:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1177-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1196-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:1197:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1198-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1218-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:1219:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1220-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1253-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:1254:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1255-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1309-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:1310:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1311-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1352-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:1353:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:1354:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1355-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1481-*)
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:1482:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1483-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:1484:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-1485-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2213-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2214:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2215-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2296-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2297:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2298-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2311-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2312:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2313-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2431-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2432:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2433:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2434-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2442-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2443:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2444:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2445-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2462-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2463:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2464-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2674-
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2675:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2676-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2683-
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2684:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2685-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2762-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2763:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2764-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2765-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2766:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2767-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2786-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2787:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2788-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2797-else
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2798:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2799-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2819-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2820:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2821-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2823-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2824:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2825:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2826-
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2827-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2828:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2829-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2832-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2833:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2834-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2838-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:2839:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-2840-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-3580-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:3581:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-3582-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-3624-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:3625:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-3626-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-3684-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:3685:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-3686-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-3793-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:3794:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-3795-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4351-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4352:	GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4353-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4455-
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4456:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4457:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4458:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4459:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4460:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4461:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4462:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4463:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4464:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4465:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4466-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4467:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4468:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4469:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4470-
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4471-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4472:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4473:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4474-else
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4475-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4476:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4477:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4478-else
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4479-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4480:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4481:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4482-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4486-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4487:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4488:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4489-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4548-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4549:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4550-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4560-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4561:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4562-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4592-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4593:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4594-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4658-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4659:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4660-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4819-do :
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4820:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4821-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4824-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:4825:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-4826-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-5131-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:5132:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-5133-				rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-5417-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:5418:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-5419-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-5527-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:5528:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-5529-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-5867-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:5868:		MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-5869-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-5870-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:5871:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-5872-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-5875-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:5876:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-5877-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-7297-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:7298:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-7299-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-7301-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:7302:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-7303-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-7311-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:7312:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-7313-      done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-7331-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:7332:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:7333:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-7334-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-7336-            else
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:7337:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-7338-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-7725-do :
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:7726:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-7727-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-7729-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:7730:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-7731-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-8871-
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:8872:	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext in asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:8873:$as_echo "sigcontext in asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-8874-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-8961-	if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:8962:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-8963-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-8985-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:8986:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-8987-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9018-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9019:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9020-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9081-
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9082:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9083-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9096-      else
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9097:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9098:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9099-         fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9136-
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9137:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9138-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9178-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9179:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9180-      fi
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9181-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9182:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9183-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9395-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9396:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9397-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9483-
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9484:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9485-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9607-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9608:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9609-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9674-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9675:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9676-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9677-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9678:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9679-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9681-else
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9682:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9683-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9691-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9692:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9693-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9768-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9769:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9770-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9840-  {
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9841:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9842-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9944-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:9945:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-9946-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10075-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10076:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10077-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10097-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10098:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10099:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10100-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10102-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10103:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10104-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10126-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10127:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10128-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10134-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10135:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10136-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10258-fi
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10259:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10260-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10275-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10276:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10277-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10281-
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10282:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10283-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10419-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10420:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10421-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10551-      esac
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10552:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10553-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10610-*)
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10611:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10612-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10613:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10614-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10662-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10663:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10664-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10679-
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10680:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10681-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10705-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre18/configure:10706:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre18/configure-10707-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-91-[INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:92:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-93-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-95-[EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:96:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-97-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-116-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:117:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:118:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:119:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:120:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-121-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:122:	AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-123-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-577-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:578:	GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-579-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-672-
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:673:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:674:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:675:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:676:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:677:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:678:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:679:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:680:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:681:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:682:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-683-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:684:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:685:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:686:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-687-
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-688-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:689:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:690:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-691-else 
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-692-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:693:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:694:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-695-else 
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-696-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:697:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:698:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-699-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-703-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:704:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:705:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-706-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-722-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:723:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-724-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-733-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:734:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-735-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-843-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:844:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-845-				rm -f foo.c,
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1080-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:1081:		MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1082-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1083-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:1084:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1085-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1088-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:1089:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1090-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1703-dnl # | grep -v ld-kfreebsd needed on some strange bsd amd64 boxes
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:1704:dnl    heap_ceiling=`ldd $AAWK | tail -n 1 | $AWK '{print $NF}' | tr -d '()'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1705-dnl fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1749-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:1750:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1751-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1753-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:1754:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1755-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1763-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:1764:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1765-      done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1780-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:1781:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:1782:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1783-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1784-            else					
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:1785:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-1786-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2538-        AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:2539:	AC_MSG_RESULT(sigcontext in asm files)
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2540-        ],
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2583-	if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:2584:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2585-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2605-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:2606:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2607-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2636-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:2637:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2638-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2660-   
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:2661:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2662-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2675-      else
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:2676:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:2677:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2678-         fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2715-   
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:2716:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2717-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2722-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:2723:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2724-      fi
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2725-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:2726:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2727-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2809-
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in:2810:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre18/configure.in-2811-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/h/mips-linux.h-5-#ifdef IN_GBC
gcl-2.6.12/.pc/Version_2_6_13pre18/h/mips-linux.h:6:#define GET_FAULT_ADDR(sig,code,scp,addr) \
gcl-2.6.12/.pc/Version_2_6_13pre18/h/mips-linux.h-7-  ((siginfo_t *)code )->si_addr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-259-static void
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:260:write_addr(x)
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-261-object x;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-638-		write_str("#<FREE OBJECT ");
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:639:		write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-640-		write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-917-			write_str("#<array ");
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:918:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-919-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1008-			write_str("#<vector ");
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:1009:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1010-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1080-			write_str("#<bit-vector ");
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:1081:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1082-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1225-		write_str("#<hash-table ");
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:1226:		write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1227-		write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1270-			write_str("#<broadcast stream ");
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:1271:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1272-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1276-			write_str("#<concatenated stream ");
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:1277:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1278-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1282-			write_str("#<two-way stream ");
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:1283:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1284-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1288-			write_str("#<echo stream ");
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:1289:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1290-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1305-			write_str("#<use-define stream");
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:1306:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1307-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1312-			write_str("#<string-output stream ");
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:1313:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1314-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1375-		write_str("#<readtable ");
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:1376:		write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1377-		write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1388-			write_str("#<pathname ");
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:1389:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1390-			write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1401-		else
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:1402:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1403-		write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1411-		else
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d:1412:			write_addr(x);
gcl-2.6.12/.pc/Version_2_6_13pre18/o/print.d-1413-		write_str(">");
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-849-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:850:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-851-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-893-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:894:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-895-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-898-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:899:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-900-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-919-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:920:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-921-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-924-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:925:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-926-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1132-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:1133:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1134-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1137-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:1138:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1139-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1148-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:1149:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1150-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1153-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:1154:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1155-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1186-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:1187:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1188-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1207-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:1208:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1209-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1229-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:1230:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1231-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1264-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:1265:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1266-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1320-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:1321:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1322-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1363-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:1364:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:1365:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1366-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1493-*)
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:1494:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1495-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:1496:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-1497-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2225-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2226:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2227-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2308-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2309:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2310-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2323-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2324:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2325-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2443-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2444:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2445:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2446-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2454-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2455:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2456:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2457-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2474-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2475:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2476-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2686-
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2687:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2688-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2695-
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2696:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2697-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2774-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2775:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2776-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2777-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2778:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2779-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2798-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2799:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2800-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2809-else
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2810:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2811-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2831-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2832:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2833-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2835-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2836:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2837:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2838-
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2839-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2840:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2841-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2844-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2845:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2846-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2850-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:2851:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-2852-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-3592-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:3593:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-3594-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-3636-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:3637:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-3638-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-3696-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:3697:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-3698-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-3805-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:3806:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-3807-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4363-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4364:	GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4365-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4468-
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4469:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4470:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4471:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4472:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4473:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4474:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4475:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4476:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4477:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4478:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4479-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4480:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4481:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4482:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4483-
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4484-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4485:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4486:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4487-else
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4488-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4489:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4490:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4491-else
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4492-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4493:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4494:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4495-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4499-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4500:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4501:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4502-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4561-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4562:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4563-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4573-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4574:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4575-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4605-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4606:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4607-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4671-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4672:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4673-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4832-do :
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4833:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4834-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4837-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:4838:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-4839-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-5144-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:5145:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-5146-				rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-5430-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:5431:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-5432-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-5540-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:5541:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-5542-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-5880-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:5881:		MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-5882-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-5883-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:5884:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-5885-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-5888-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:5889:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-5890-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-7310-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:7311:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-7312-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-7314-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:7315:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-7316-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-7324-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:7325:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-7326-      done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-7344-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:7345:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:7346:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-7347-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-7349-            else
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:7350:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-7351-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-7738-do :
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:7739:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-7740-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-7742-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:7743:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-7744-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-8884-
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:8885:	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext in asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:8886:$as_echo "sigcontext in asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-8887-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-8974-	if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:8975:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-8976-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-8998-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:8999:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9000-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9031-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9032:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9033-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9094-
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9095:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9096-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9109-      else
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9110:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9111:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9112-         fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9149-
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9150:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9151-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9191-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9192:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9193-      fi
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9194-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9195:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9196-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9408-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9409:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9410-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9496-
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9497:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9498-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9620-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9621:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9622-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9687-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9688:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9689-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9690-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9691:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9692-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9694-else
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9695:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9696-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9704-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9705:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9706-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9781-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9782:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9783-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9853-  {
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9854:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9855-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9957-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:9958:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-9959-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10088-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10089:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10090-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10110-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10111:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10112:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10113-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10115-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10116:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10117-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10139-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10140:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10141-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10147-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10148:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10149-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10271-fi
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10272:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10273-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10288-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10289:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10290-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10294-
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10295:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10296-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10432-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10433:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10434-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10564-      esac
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10565:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10566-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10623-*)
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10624:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10625-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10626:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10627-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10675-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10676:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10677-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10692-
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10693:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10694-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10718-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre22/configure:10719:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre22/configure-10720-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-91-[INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:92:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-93-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-95-[EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:96:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-97-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-116-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:117:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:118:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:119:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:120:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-121-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:122:	AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-123-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-577-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:578:	GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-579-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-673-
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:674:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:675:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:676:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:677:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:678:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:679:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:680:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:681:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:682:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:683:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-684-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:685:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:686:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:687:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-688-
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-689-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:690:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:691:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-692-else 
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-693-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:694:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:695:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-696-else 
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-697-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:698:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:699:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-700-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-704-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:705:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:706:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-707-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-723-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:724:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-725-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-734-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:735:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-736-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-844-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:845:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-846-				rm -f foo.c,
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1081-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:1082:		MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1083-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1084-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:1085:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1086-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1089-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:1090:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1091-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1704-dnl # | grep -v ld-kfreebsd needed on some strange bsd amd64 boxes
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:1705:dnl    heap_ceiling=`ldd $AAWK | tail -n 1 | $AWK '{print $NF}' | tr -d '()'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1706-dnl fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1750-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:1751:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1752-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1754-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:1755:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1756-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1764-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:1765:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1766-      done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1781-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:1782:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:1783:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1784-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1785-            else					
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:1786:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-1787-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2539-        AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:2540:	AC_MSG_RESULT(sigcontext in asm files)
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2541-        ],
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2584-	if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:2585:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2586-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2606-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:2607:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2608-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2637-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:2638:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2639-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2661-   
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:2662:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2663-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2676-      else
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:2677:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:2678:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2679-         fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2716-   
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:2717:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2718-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2723-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:2724:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2725-      fi
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2726-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:2727:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2728-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2810-
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in:2811:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre22/configure.in-2812-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/h/notcomp.h-317-#define Mcadar(x)	(x)->c.c_car->c.c_cdr->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre22/h/notcomp.h:318:#define Mcaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre22/h/notcomp.h-319-#define Mcdaar(x)	(x)->c.c_car->c.c_car->c.c_cdr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/h/notcomp.h-325-#define Mcaadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre22/h/notcomp.h:326:#define Mcaaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre22/h/notcomp.h-327-#define Mcadaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_car
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre22/h/notcomp.h-333-#define Mcdadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/Version_2_6_13pre22/h/notcomp.h:334:#define Mcdaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/Version_2_6_13pre22/h/notcomp.h-335-#define Mcddaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_cdr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-34-
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-36-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-102-: ${TMPDIR=/tmp} ;
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-151-	EOF
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-153-	;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-209-	    *)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-211-		;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-240-	*4.0)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-242-		;;
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-243-	*5.*)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-245-		;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-288-	# 1.2 uses "1.2" for uname -r.
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-348-    s390x:SunOS:*:*)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-350-	exit ;;
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-351-    sun4H:SunOS:5.*:*)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-353-	exit ;;
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-356-	exit ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-373-	fi
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-375-	exit ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-381-	exit ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-390-	exit ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-394-    sun*:*:4.2BSD:*)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-532-    *:IRIX*:*:*)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-534-	exit ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-562-EOF
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-564-		then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-575-    *:AIX:*:[4567])
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-610-    9000/[34678]??:HP-UX:*:*)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-664-EOF
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-692-    ia64:HP-UX:*:*)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-722-EOF
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-814-	    amd64)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-816-	    *)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-818-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-872-    prep*:SunOS:5.*:*)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-874-	exit ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-876-	# the GNU system
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-878-	exit ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-880-	# other systems with GNU libc and userland
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-882-	exit ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-968-EOF
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-1262-	fi
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:1263:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-1264-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-1347-    *:DragonFly:*:*)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:1348:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-1349-	exit ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-1360-    i*86:skyos:*:*)
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gcl-2.6.12/.pc/Version_2_6_13pre25/config.guess-1362-	exit ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-849-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:850:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-851-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-893-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:894:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-895-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-898-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:899:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-900-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-919-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:920:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-921-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-924-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:925:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-926-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1132-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:1133:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1134-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1137-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:1138:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1139-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1148-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:1149:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1150-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1153-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:1154:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1155-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1186-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:1187:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1188-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1207-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:1208:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1209-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1229-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:1230:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1231-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1264-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:1265:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1266-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1320-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:1321:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1322-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1363-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:1364:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:1365:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1366-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1493-*)
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:1494:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1495-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:1496:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-1497-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2225-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2226:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2227-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2308-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2309:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2310-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2323-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2324:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2325-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2443-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2444:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2445:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2446-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2454-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2455:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2456:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2457-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2474-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2475:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2476-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2686-
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2687:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2688-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2695-
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2696:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2697-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2774-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2775:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2776-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2777-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2778:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2779-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2798-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2799:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2800-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2809-else
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2810:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2811-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2831-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2832:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2833-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2835-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2836:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2837:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2838-
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2839-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2840:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2841-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2844-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2845:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2846-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2850-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:2851:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-2852-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-3592-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:3593:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-3594-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-3636-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:3637:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-3638-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-3696-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:3697:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-3698-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-3805-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:3806:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-3807-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4363-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4364:	GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4365-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4468-
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4469:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4470:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4471:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4472:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4473:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4474:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4475:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4476:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4477:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4478:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4479-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4480:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4481:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4482:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4483-
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4484-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4485:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4486:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4487-else
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4488-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4489:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4490:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4491-else
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4492-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4493:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4494:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4495-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4499-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4500:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4501:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4502-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4561-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4562:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4563-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4573-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4574:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4575-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4605-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4606:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4607-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4671-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4672:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4673-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4832-do :
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4833:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4834-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4837-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:4838:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-4839-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-5144-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:5145:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-5146-				rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-5430-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:5431:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-5432-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-5540-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:5541:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-5542-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-5880-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:5881:		MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-5882-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-5883-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:5884:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-5885-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-5888-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:5889:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-5890-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-7313-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:7314:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-7315-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-7317-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:7318:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-7319-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-7327-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:7328:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-7329-      done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-7347-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:7348:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:7349:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-7350-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-7352-            else
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:7353:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-7354-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-7741-do :
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:7742:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-7743-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-7745-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:7746:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-7747-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-8887-
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:8888:	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext in asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:8889:$as_echo "sigcontext in asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-8890-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-8977-	if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:8978:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-8979-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9001-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9002:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9003-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9034-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9035:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9036-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9097-
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9098:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9099-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9112-      else
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9113:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9114:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9115-         fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9152-
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9153:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9154-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9194-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9195:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9196-      fi
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9197-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9198:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9199-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9411-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9412:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9413-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9499-
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9500:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9501-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9623-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9624:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9625-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9690-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9691:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9692-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9693-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9694:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9695-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9697-else
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9698:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9699-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9707-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9708:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9709-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9784-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9785:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9786-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9856-  {
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9857:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9858-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9960-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:9961:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-9962-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10091-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10092:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10093-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10113-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10114:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10115:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10116-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10118-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10119:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10120-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10142-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10143:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10144-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10150-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10151:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10152-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10274-fi
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10275:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10276-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10291-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10292:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10293-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10297-
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10298:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10299-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10435-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10436:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10437-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10567-      esac
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10568:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10569-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10626-*)
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10627:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10628-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10629:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10630-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10678-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10679:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10680-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10695-
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10696:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10697-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10721-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre26/configure:10722:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre26/configure-10723-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-91-[INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:92:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-93-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-95-[EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:96:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-97-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-116-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:117:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:118:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:119:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:120:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-121-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:122:	AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-123-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-577-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:578:	GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-579-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-673-
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:674:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:675:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:676:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:677:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:678:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:679:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:680:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:681:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:682:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:683:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-684-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:685:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:686:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:687:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-688-
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-689-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:690:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:691:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-692-else 
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-693-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:694:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:695:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-696-else 
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-697-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:698:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:699:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-700-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-704-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:705:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:706:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-707-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-723-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:724:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-725-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-734-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:735:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-736-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-844-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:845:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-846-				rm -f foo.c,
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1081-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:1082:		MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1083-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1084-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:1085:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1086-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1089-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:1090:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1091-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1707-dnl # | grep -v ld-kfreebsd needed on some strange bsd amd64 boxes
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:1708:dnl    heap_ceiling=`ldd $AAWK | tail -n 1 | $AWK '{print $NF}' | tr -d '()'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1709-dnl fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1753-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:1754:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1755-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1757-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:1758:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1759-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1767-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:1768:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1769-      done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1784-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:1785:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:1786:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1787-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1788-            else					
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:1789:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-1790-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2542-        AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:2543:	AC_MSG_RESULT(sigcontext in asm files)
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2544-        ],
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2587-	if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:2588:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2589-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2609-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:2610:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2611-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2640-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:2641:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2642-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2664-   
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:2665:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2666-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2679-      else
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:2680:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:2681:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2682-         fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2719-   
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:2720:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2721-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2726-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:2727:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2728-      fi
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2729-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:2730:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2731-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2813-
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in:2814:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre26/configure.in-2815-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/o/nsocket.c-151-    } else {
gcl-2.6.12/.pc/Version_2_6_13pre26/o/nsocket.c:152:        addr.s_addr = inet_addr(host);
gcl-2.6.12/.pc/Version_2_6_13pre26/o/nsocket.c-153-        if (addr.s_addr == -1) {
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/o/nsocket.c-349-           address=make_simple_string(inet_ntoa(peername.sin_addr));
gcl-2.6.12/.pc/Version_2_6_13pre26/o/nsocket.c:350:           hostEntPtr = /* gethostbyaddr((char *) &(peername.sin_addr), */
gcl-2.6.12/.pc/Version_2_6_13pre26/o/nsocket.c-351-                    /* sizeof(peername.sin_addr), AF_INET); */
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/o/nsocket.c-354-#else
gcl-2.6.12/.pc/Version_2_6_13pre26/o/nsocket.c:355:	   gethostbyaddr((char *) &(peername.sin_addr),
gcl-2.6.12/.pc/Version_2_6_13pre26/o/nsocket.c-356-			 sizeof(peername.sin_addr), AF_INET);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/o/nsocket.c-379-  address= make_simple_string(inet_ntoa(sockname.sin_addr));
gcl-2.6.12/.pc/Version_2_6_13pre26/o/nsocket.c:380:  hostEntPtr = /* gethostbyaddr((char *) &(sockname.sin_addr), */
gcl-2.6.12/.pc/Version_2_6_13pre26/o/nsocket.c-381-	       /* 		     sizeof(sockname.sin_addr), AF_INET); */
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre26/o/nsocket.c-384-#else
gcl-2.6.12/.pc/Version_2_6_13pre26/o/nsocket.c:385:  gethostbyaddr((char *) &(sockname.sin_addr),
gcl-2.6.12/.pc/Version_2_6_13pre26/o/nsocket.c-386-		sizeof(sockname.sin_addr), AF_INET);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre27/h/att_ext.h-242-object cadar();
gcl-2.6.12/.pc/Version_2_6_13pre27/h/att_ext.h:243:object caddr();
gcl-2.6.12/.pc/Version_2_6_13pre27/h/att_ext.h-244-object cdaar();
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre27/h/att_ext.h-250-object caadar();
gcl-2.6.12/.pc/Version_2_6_13pre27/h/att_ext.h:251:object caaddr();
gcl-2.6.12/.pc/Version_2_6_13pre27/h/att_ext.h-252-object cadaar();
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre27/h/att_ext.h-258-object cdadar();
gcl-2.6.12/.pc/Version_2_6_13pre27/h/att_ext.h:259:object cdaddr();
gcl-2.6.12/.pc/Version_2_6_13pre27/h/att_ext.h-260-object cddaar();
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre27/h/gnuwin95.h-151-/* #define FPE_CODE(i_,v_) make_fixnum((fixnum)SF(i_)->si_code) */
gcl-2.6.12/.pc/Version_2_6_13pre27/h/gnuwin95.h:152:#define FPE_ADDR(i_,v_) make_fixnum((fixnum)SF(i_)->si_addr)
gcl-2.6.12/.pc/Version_2_6_13pre27/h/gnuwin95.h-153-#define FPE_CTXT(v_) Cnil
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre27/h/linux.h-110-/* #define DATA_BEGIN((TXTRELOC+header.a_text+(SEGSIZ-1)) & ~(SEGSIZ-1)); */
gcl-2.6.12/.pc/Version_2_6_13pre27/h/linux.h:111:#define DATA_BEGIN (char *)(char *)N_DATADDR(header);
gcl-2.6.12/.pc/Version_2_6_13pre27/h/linux.h-112-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre27/h/linux.h-162-#define FPE_CODE(i_,v_) make_fixnum(FFN(fSfpe_code)(UC(v_)->uc_mcontext.fpregs->sw,((struct _fpstate *)UC(v_)->uc_mcontext.fpregs)->mxcsr))
gcl-2.6.12/.pc/Version_2_6_13pre27/h/linux.h:163:#define FPE_ADDR(i_,v_) make_fixnum((UC(v_)->uc_mcontext.fpregs->tag!=-1) ? UC(v_)->uc_mcontext.fpregs->ipoff : (fixnum)SF(i_)->si_addr)
gcl-2.6.12/.pc/Version_2_6_13pre27/h/linux.h-164-#else
gcl-2.6.12/.pc/Version_2_6_13pre27/h/linux.h-165-#define FPE_CODE(i_,v_) make_fixnum(FFN(fSfpe_code)(UC(v_)->uc_mcontext.fpregs->swd,((struct _fpstate *)UC(v_)->uc_mcontext.fpregs)->mxcsr))
gcl-2.6.12/.pc/Version_2_6_13pre27/h/linux.h:166:#define FPE_ADDR(i_,v_) make_fixnum(UC(v_)->uc_mcontext.fpregs->fop ? UC(v_)->uc_mcontext.fpregs->rip : (fixnum)SF(i_)->si_addr)
gcl-2.6.12/.pc/Version_2_6_13pre27/h/linux.h-167-#endif
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre27/h/linux.h-189-#define FPE_CODE(i_,v_) make_fixnum((fixnum)SF(i_)->si_code)
gcl-2.6.12/.pc/Version_2_6_13pre27/h/linux.h:190:#define FPE_ADDR(i_,v_) make_fixnum((fixnum)SF(i_)->si_addr)
gcl-2.6.12/.pc/Version_2_6_13pre27/h/linux.h-191-#define FPE_CTXT(v_) Cnil
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre27/h/mingw.h-223-#define FPE_CODE(i_,v_) make_fixnum(fSfpe_code(FFN(fSfnstsw)(),FFN(fSstmxcsr)()))
gcl-2.6.12/.pc/Version_2_6_13pre27/h/mingw.h:224:#define FPE_ADDR(i_,v_) make_fixnum(0)
gcl-2.6.12/.pc/Version_2_6_13pre27/h/mingw.h-225-#define FPE_CTXT(v_) Cnil
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre28/h/linux.h-110-/* #define DATA_BEGIN((TXTRELOC+header.a_text+(SEGSIZ-1)) & ~(SEGSIZ-1)); */
gcl-2.6.12/.pc/Version_2_6_13pre28/h/linux.h:111:#define DATA_BEGIN (char *)(char *)N_DATADDR(header);
gcl-2.6.12/.pc/Version_2_6_13pre28/h/linux.h-112-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre28/h/linux.h-158-#define FPE_CODE(i_,v_) make_fixnum(FFN(fSfpe_code)(UC(v_)->uc_mcontext.fpregs->sw,((struct _fpstate *)UC(v_)->uc_mcontext.fpregs)->mxcsr))
gcl-2.6.12/.pc/Version_2_6_13pre28/h/linux.h:159:#define FPE_ADDR(i_,v_) make_fixnum((UC(v_)->uc_mcontext.fpregs->tag!=-1) ? UC(v_)->uc_mcontext.fpregs->ipoff : (fixnum)SF(i_)->si_addr)
gcl-2.6.12/.pc/Version_2_6_13pre28/h/linux.h-160-#else
gcl-2.6.12/.pc/Version_2_6_13pre28/h/linux.h-161-#define FPE_CODE(i_,v_) make_fixnum(FFN(fSfpe_code)(UC(v_)->uc_mcontext.fpregs->swd,((struct _fpstate *)UC(v_)->uc_mcontext.fpregs)->mxcsr))
gcl-2.6.12/.pc/Version_2_6_13pre28/h/linux.h:162:#define FPE_ADDR(i_,v_) make_fixnum(UC(v_)->uc_mcontext.fpregs->fop ? UC(v_)->uc_mcontext.fpregs->rip : (fixnum)SF(i_)->si_addr)
gcl-2.6.12/.pc/Version_2_6_13pre28/h/linux.h-163-#endif
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre28/h/linux.h-185-#define FPE_CODE(i_,v_) make_fixnum((fixnum)SF(i_)->si_code)
gcl-2.6.12/.pc/Version_2_6_13pre28/h/linux.h:186:#define FPE_ADDR(i_,v_) make_fixnum((fixnum)SF(i_)->si_addr)
gcl-2.6.12/.pc/Version_2_6_13pre28/h/linux.h-187-#define FPE_CTXT(v_) Cnil
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre28/o/sgbc.c-363-  char *faddr;
gcl-2.6.12/.pc/Version_2_6_13pre28/o/sgbc.c:364:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/Version_2_6_13pre28/o/sgbc.c-365-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre28/o/sgbc.c-928-#ifdef GET_FAULT_ADDR
gcl-2.6.12/.pc/Version_2_6_13pre28/o/sgbc.c:929:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/Version_2_6_13pre28/o/sgbc.c-930-  debug_fault = (long) faddr;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-849-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:850:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-851-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-893-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:894:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-895-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-898-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:899:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-900-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-919-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:920:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-921-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-924-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:925:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-926-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1132-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:1133:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1134-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1137-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:1138:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1139-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1148-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:1149:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1150-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1153-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:1154:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1155-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1186-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:1187:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1188-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1207-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:1208:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1209-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1229-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:1230:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1231-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1264-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:1265:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1266-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1320-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:1321:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1322-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1363-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:1364:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:1365:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1366-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1493-*)
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:1494:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1495-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:1496:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-1497-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2225-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2226:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2227-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2308-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2309:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2310-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2323-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2324:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2325-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2443-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2444:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2445:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2446-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2454-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2455:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2456:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2457-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2474-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2475:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2476-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2686-
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2687:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2688-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2695-
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2696:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2697-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2774-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2775:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2776-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2777-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2778:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2779-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2798-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2799:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2800-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2809-else
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2810:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2811-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2831-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2832:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2833-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2835-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2836:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2837:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2838-
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2839-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2840:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2841-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2844-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2845:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2846-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2850-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:2851:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-2852-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-3592-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:3593:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-3594-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-3636-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:3637:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-3638-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-3696-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:3697:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-3698-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-3805-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:3806:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-3807-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4363-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4364:	GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4365-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4467-
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4468:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4469:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4470:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4471:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4472:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4473:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4474:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4475:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4476:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4477:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4478-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4479:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4480:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4481:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4482-
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4483-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4484:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4485:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4486-else
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4487-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4488:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4489:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4490-else
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4491-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4492:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4493:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4494-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4498-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4499:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4500:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4501-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4560-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4561:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4562-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4572-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4573:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4574-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4604-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4605:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4606-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4670-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4671:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4672-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4831-do :
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4832:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4833-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4836-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:4837:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-4838-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-5143-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:5144:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-5145-				rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-5429-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:5430:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-5431-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-5539-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:5540:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-5541-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-5879-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:5880:		MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-5881-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-5882-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:5883:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-5884-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-5887-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:5888:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-5889-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-7312-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:7313:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-7314-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-7316-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:7317:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-7318-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-7326-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:7327:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-7328-      done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-7346-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:7347:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:7348:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-7349-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-7351-            else
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:7352:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-7353-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-7740-do :
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:7741:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-7742-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-7744-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:7745:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-7746-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-8886-
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:8887:	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext in asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:8888:$as_echo "sigcontext in asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-8889-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-8976-	if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:8977:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-8978-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9000-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9001:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9002-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9033-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9034:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9035-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9096-
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9097:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9098-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9111-      else
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9112:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9113:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9114-         fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9151-
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9152:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9153-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9193-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9194:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9195-      fi
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9196-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9197:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9198-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9410-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9411:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9412-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9498-
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9499:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9500-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9622-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9623:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9624-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9689-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9690:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9691-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9692-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9693:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9694-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9696-else
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9697:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9698-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9706-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9707:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9708-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9783-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9784:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9785-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9855-  {
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9856:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9857-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9959-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:9960:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-9961-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10090-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10091:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10092-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10112-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10113:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10114:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10115-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10117-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10118:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10119-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10141-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10142:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10143-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10149-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10150:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10151-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10273-fi
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10274:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10275-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10290-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10291:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10292-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10296-
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10297:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10298-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10434-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10435:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10436-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10566-      esac
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10567:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10568-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10625-*)
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10626:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10627-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10628:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10629-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10677-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10678:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10679-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10694-
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10695:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10696-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10720-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre30/configure:10721:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre30/configure-10722-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-91-[INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:92:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-93-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-95-[EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:96:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-97-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-116-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:117:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:118:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:119:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:120:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-121-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:122:	AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-123-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-577-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:578:	GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-579-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-672-
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:673:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:674:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:675:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:676:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:677:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:678:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:679:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:680:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:681:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:682:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-683-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:684:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:685:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:686:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-687-
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-688-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:689:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:690:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-691-else 
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-692-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:693:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:694:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-695-else 
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-696-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:697:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:698:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-699-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-703-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:704:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:705:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-706-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-722-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:723:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-724-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-733-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:734:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-735-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-843-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:844:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-845-				rm -f foo.c,
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1080-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:1081:		MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1082-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1083-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:1084:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1085-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1088-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:1089:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1090-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1706-dnl # | grep -v ld-kfreebsd needed on some strange bsd amd64 boxes
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:1707:dnl    heap_ceiling=`ldd $AAWK | tail -n 1 | $AWK '{print $NF}' | tr -d '()'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1708-dnl fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1752-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:1753:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1754-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1756-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:1757:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1758-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1766-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:1767:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1768-      done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1783-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:1784:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:1785:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1786-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1787-            else					
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:1788:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-1789-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2541-        AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:2542:	AC_MSG_RESULT(sigcontext in asm files)
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2543-        ],
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2586-	if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:2587:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2588-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2608-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:2609:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2610-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2639-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:2640:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2641-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2663-   
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:2664:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2665-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2678-      else
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:2679:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:2680:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2681-         fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2718-   
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:2719:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2720-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2725-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:2726:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2727-      fi
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2728-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:2729:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2730-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2812-
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in:2813:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre30/configure.in-2814-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre31/h/386-kfreebsd.h-5-/*  #define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO */
gcl-2.6.12/.pc/Version_2_6_13pre31/h/386-kfreebsd.h:6:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/.pc/Version_2_6_13pre31/h/386-kfreebsd.h-7-/*   ((siginfo_t *)code)->si_addr */
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre31/h/386-kfreebsd.h-32-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/.pc/Version_2_6_13pre31/h/386-kfreebsd.h:33:#define GET_FAULT_ADDR(sig,code,sv,a) ((siginfo_t *)code)->si_addr
gcl-2.6.12/.pc/Version_2_6_13pre31/h/386-kfreebsd.h-34-#endif
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre31/h/amd64-kfreebsd.h-5-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/.pc/Version_2_6_13pre31/h/amd64-kfreebsd.h:6:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/.pc/Version_2_6_13pre31/h/amd64-kfreebsd.h-7- ((siginfo_t *)code)->si_addr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre33/cmpnew/gcl_cmpmain.lsp-84- (multiple-value-bind
gcl-2.6.12/.pc/Version_2_6_13pre33/cmpnew/gcl_cmpmain.lsp:85:  (code result) (system (mysub (ts string) "$" "\\$"))
gcl-2.6.12/.pc/Version_2_6_13pre33/cmpnew/gcl_cmpmain.lsp-86-    (unless (and (zerop code) (zerop result))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-849-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:850:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-851-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-893-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:894:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-895-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-898-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:899:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-900-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-919-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:920:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-921-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-924-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:925:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-926-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1132-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:1133:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1134-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1137-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:1138:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1139-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1148-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:1149:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1150-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1153-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:1154:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1155-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1186-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:1187:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1188-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1207-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:1208:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1209-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1229-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:1230:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1231-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1264-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:1265:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1266-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1320-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:1321:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1322-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1363-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:1364:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:1365:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1366-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1493-*)
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:1494:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1495-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:1496:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-1497-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2225-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2226:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2227-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2308-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2309:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2310-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2323-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2324:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2325-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2443-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2444:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2445:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2446-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2454-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2455:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2456:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2457-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2474-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2475:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2476-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2686-
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2687:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2688-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2695-
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2696:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2697-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2774-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2775:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2776-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2777-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2778:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2779-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2798-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2799:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2800-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2809-else
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2810:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2811-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2831-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2832:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2833-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2835-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2836:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2837:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2838-
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2839-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2840:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2841-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2844-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2845:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2846-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2850-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:2851:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-2852-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-3592-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:3593:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-3594-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-3636-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:3637:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-3638-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-3696-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:3697:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-3698-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-3805-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:3806:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-3807-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4363-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4364:	GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4365-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4471-
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4472:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4473:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4474:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4475:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4476:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4477:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4478:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4479:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4480:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4481:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4482-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4483:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4484:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4485:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4486-
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4487-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4488:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4489:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4490-else
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4491-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4492:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4493:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4494-else
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4495-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4496:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4497:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4498-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4502-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4503:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4504:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4505-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4564-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4565:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4566-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4576-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4577:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4578-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4608-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4609:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4610-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4674-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4675:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4676-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4835-do :
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4836:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4837-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4840-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:4841:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-4842-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-5147-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:5148:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-5149-				rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-5433-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:5434:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-5435-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-5543-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:5544:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-5545-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-5883-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:5884:		MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-5885-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-5886-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:5887:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-5888-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-5891-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:5892:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-5893-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-7316-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:7317:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-7318-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-7320-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:7321:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-7322-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-7330-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:7331:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-7332-      done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-7350-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:7351:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:7352:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-7353-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-7355-            else
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:7356:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-7357-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-7744-do :
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:7745:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-7746-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-7748-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:7749:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-7750-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-8890-
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:8891:	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext in asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:8892:$as_echo "sigcontext in asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-8893-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-8980-	if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:8981:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-8982-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9004-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9005:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9006-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9037-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9038:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9039-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9100-
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9101:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9102-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9115-      else
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9116:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9117:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9118-         fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9155-
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9156:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9157-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9197-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9198:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9199-      fi
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9200-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9201:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9202-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9414-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9415:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9416-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9502-
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9503:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9504-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9626-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9627:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9628-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9693-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9694:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9695-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9696-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9697:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9698-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9700-else
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9701:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9702-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9710-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9711:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9712-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9787-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9788:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9789-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9859-  {
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9860:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9861-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9963-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:9964:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-9965-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10094-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10095:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10096-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10116-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10117:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10118:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10119-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10121-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10122:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10123-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10145-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10146:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10147-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10153-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10154:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10155-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10277-fi
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10278:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10279-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10294-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10295:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10296-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10300-
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10301:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10302-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10438-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10439:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10440-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10570-      esac
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10571:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10572-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10629-*)
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10630:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10631-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10632:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10633-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10681-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10682:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10683-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10698-
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10699:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10700-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10724-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre38/configure:10725:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre38/configure-10726-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-91-[INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:92:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-93-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-95-[EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:96:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-97-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-116-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:117:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:118:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:119:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:120:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-121-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:122:	AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-123-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-577-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:578:	GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-579-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-676-
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:677:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:678:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:679:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:680:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:681:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:682:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:683:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:684:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:685:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:686:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-687-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:688:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:689:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:690:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-691-
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-692-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:693:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:694:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-695-else 
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-696-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:697:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:698:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-699-else 
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-700-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:701:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:702:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-703-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-707-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:708:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:709:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-710-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-726-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:727:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-728-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-737-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:738:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-739-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-847-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:848:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-849-				rm -f foo.c,
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1084-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:1085:		MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1086-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1087-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:1088:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1089-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1092-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:1093:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1094-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1710-dnl # | grep -v ld-kfreebsd needed on some strange bsd amd64 boxes
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:1711:dnl    heap_ceiling=`ldd $AAWK | tail -n 1 | $AWK '{print $NF}' | tr -d '()'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1712-dnl fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1756-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:1757:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1758-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1760-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:1761:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1762-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1770-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:1771:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1772-      done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1787-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:1788:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:1789:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1790-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1791-            else					
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:1792:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-1793-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2545-        AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:2546:	AC_MSG_RESULT(sigcontext in asm files)
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2547-        ],
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2590-	if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:2591:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2592-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2612-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:2613:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2614-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2643-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:2644:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2645-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2667-   
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:2668:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2669-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2682-      else
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:2683:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:2684:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2685-         fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2722-   
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:2723:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2724-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2729-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:2730:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2731-      fi
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2732-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:2733:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2734-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2816-
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in:2817:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre38/configure.in-2818-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/o/nsocket.c-151-    } else {
gcl-2.6.12/.pc/Version_2_6_13pre38/o/nsocket.c:152:        addr.s_addr = inet_addr(host);
gcl-2.6.12/.pc/Version_2_6_13pre38/o/nsocket.c-153-        if (addr.s_addr == -1) {
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/o/nsocket.c-349-           address=make_simple_string(inet_ntoa(peername.sin_addr));
gcl-2.6.12/.pc/Version_2_6_13pre38/o/nsocket.c:350:           hostEntPtr = /* gethostbyaddr((char *) &(peername.sin_addr), */
gcl-2.6.12/.pc/Version_2_6_13pre38/o/nsocket.c-351-                    /* sizeof(peername.sin_addr), AF_INET); */
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/o/nsocket.c-354-#else
gcl-2.6.12/.pc/Version_2_6_13pre38/o/nsocket.c:355:	   gethostbyaddr((char *) &(peername.sin_addr),
gcl-2.6.12/.pc/Version_2_6_13pre38/o/nsocket.c-356-			 sizeof(peername.sin_addr), AF_INET);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/o/nsocket.c-379-  address= make_simple_string(inet_ntoa(sockname.sin_addr));
gcl-2.6.12/.pc/Version_2_6_13pre38/o/nsocket.c:380:  hostEntPtr = /* gethostbyaddr((char *) &(sockname.sin_addr), */
gcl-2.6.12/.pc/Version_2_6_13pre38/o/nsocket.c-381-	       /* 		     sizeof(sockname.sin_addr), AF_INET); */
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre38/o/nsocket.c-384-#else
gcl-2.6.12/.pc/Version_2_6_13pre38/o/nsocket.c:385:  gethostbyaddr((char *) &(sockname.sin_addr),
gcl-2.6.12/.pc/Version_2_6_13pre38/o/nsocket.c-386-		sizeof(sockname.sin_addr), AF_INET);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-849-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:850:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-851-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-893-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:894:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-895-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-898-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:899:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-900-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-919-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:920:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-921-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-924-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:925:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-926-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1132-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:1133:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1134-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1137-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:1138:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1139-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1148-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:1149:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1150-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1153-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:1154:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1155-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1186-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:1187:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1188-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1207-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:1208:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1209-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1229-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:1230:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1231-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1264-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:1265:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1266-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1320-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:1321:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1322-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1363-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:1364:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:1365:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1366-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1493-*)
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:1494:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1495-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:1496:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-1497-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2225-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2226:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2227-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2308-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2309:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2310-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2323-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2324:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2325-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2443-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2444:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2445:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2446-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2454-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2455:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2456:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2457-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2474-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2475:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2476-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2686-
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2687:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2688-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2695-
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2696:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2697-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2774-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2775:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2776-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2777-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2778:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2779-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2798-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2799:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2800-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2809-else
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2810:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2811-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2831-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2832:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2833-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2835-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2836:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2837:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2838-
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2839-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2840:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2841-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2844-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2845:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2846-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2850-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:2851:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-2852-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-3592-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:3593:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-3594-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-3636-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:3637:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-3638-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-3696-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:3697:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-3698-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-3805-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:3806:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-3807-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4363-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4364:	GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4365-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4471-
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4472:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4473:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4474:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4475:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4476:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4477:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4478:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4479:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4480:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4481:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4482-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4483:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4484:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4485:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4486-
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4487-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4488:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4489:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4490-else
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4491-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4492:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4493:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4494-else
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4495-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4496:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4497:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4498-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4502-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4503:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4504:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4505-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4564-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4565:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4566-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4576-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4577:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4578-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4608-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4609:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4610-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4674-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4675:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4676-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4835-do :
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4836:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4837-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4840-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:4841:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-4842-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-5147-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:5148:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-5149-				rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-5433-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:5434:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-5435-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-5543-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:5544:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-5545-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-5883-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:5884:		MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-5885-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-5886-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:5887:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-5888-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-5891-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:5892:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-5893-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-7316-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:7317:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-7318-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-7320-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:7321:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-7322-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-7330-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:7331:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-7332-      done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-7350-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:7351:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:7352:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-7353-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-7355-            else
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:7356:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-7357-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-7744-do :
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:7745:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-7746-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-7748-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:7749:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-7750-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-8890-
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:8891:	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext in asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:8892:$as_echo "sigcontext in asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-8893-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-8980-	if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:8981:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-8982-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9004-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9005:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9006-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9037-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9038:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9039-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9100-
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9101:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9102-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9115-      else
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9116:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9117:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9118-         fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9155-
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9156:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9157-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9197-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9198:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9199-      fi
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9200-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9201:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9202-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9414-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9415:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9416-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9502-
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9503:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9504-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9626-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9627:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9628-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9693-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9694:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9695-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9696-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9697:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9698-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9700-else
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9701:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9702-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9710-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9711:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9712-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9787-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9788:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9789-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9859-  {
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9860:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9861-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9963-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:9964:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-9965-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10094-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10095:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10096-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10116-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10117:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10118:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10119-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10121-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10122:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10123-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10145-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10146:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10147-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10153-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10154:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10155-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10277-fi
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10278:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10279-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10294-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10295:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10296-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10300-
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10301:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10302-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10438-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10439:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10440-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10570-      esac
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10571:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10572-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10629-*)
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10630:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10631-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10632:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10633-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10681-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10682:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10683-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10698-
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10699:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10700-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10724-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre39/configure:10725:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre39/configure-10726-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-91-[INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:92:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-93-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-95-[EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:96:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-97-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-116-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:117:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:118:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:119:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:120:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-121-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:122:	AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-123-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-577-	$CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:578:	GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-579-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-676-
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:677:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:678:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:679:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:680:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:681:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:682:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:683:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:684:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:685:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:686:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-687-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:688:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:689:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:690:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-691-
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-692-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:693:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:694:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-695-else 
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-696-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:697:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:698:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-699-else 
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-700-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:701:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:702:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-703-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-707-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:708:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:709:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-710-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-726-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:727:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-728-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-737-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:738:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-739-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-847-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:848:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-849-				rm -f foo.c,
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1084-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:1085:		MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1086-		rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1087-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:1088:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1089-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1092-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:1093:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1094-		else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1710-dnl # | grep -v ld-kfreebsd needed on some strange bsd amd64 boxes
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:1711:dnl    heap_ceiling=`ldd $AAWK | tail -n 1 | $AWK '{print $NF}' | tr -d '()'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1712-dnl fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1756-      k=0;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:1757:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1758-      max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1760-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:1761:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1762-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1770-        fi;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:1771:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1772-      done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1787-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:1788:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:1789:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1790-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1791-            else					
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:1792:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-1793-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2545-        AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:2546:	AC_MSG_RESULT(sigcontext in asm files)
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2547-        ],
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2590-	if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:2591:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2592-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2612-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:2613:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2614-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2643-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:2644:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2645-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2667-   
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:2668:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2669-     fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2682-      else
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:2683:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:2684:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2685-         fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2722-   
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:2723:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2724-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2729-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:2730:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2731-      fi
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2732-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:2733:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2734-      fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2816-
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in:2817:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre39/configure.in-2818-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre41/h/notcomp.h-317-#define Mcadar(x)	(x)->c.c_car->c.c_cdr->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre41/h/notcomp.h:318:#define Mcaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre41/h/notcomp.h-319-#define Mcdaar(x)	(x)->c.c_car->c.c_car->c.c_cdr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre41/h/notcomp.h-325-#define Mcaadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre41/h/notcomp.h:326:#define Mcaaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre41/h/notcomp.h-327-#define Mcadaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_car
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre41/h/notcomp.h-333-#define Mcdadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/Version_2_6_13pre41/h/notcomp.h:334:#define Mcdaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/Version_2_6_13pre41/h/notcomp.h-335-#define Mcddaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_cdr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre41/makefile-130-gmp_all: $(GMPDIR)/Makefile
gcl-2.6.12/.pc/Version_2_6_13pre41/makefile:131:	cd $(GMPDIR) && echo '#include <stdio.h>' >> gmp.h && echo "#include \"`$(PWD_CMD)`/../h/prelink.h\"" >> gmp.h && $(MAKE) 
gcl-2.6.12/.pc/Version_2_6_13pre41/makefile-132-	touch $@
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre41/makefile-138-	rm -f bin/gcl xbin/gcl
gcl-2.6.12/.pc/Version_2_6_13pre41/makefile:139:	MGCLDIR=`echo $(GCLDIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
gcl-2.6.12/.pc/Version_2_6_13pre41/makefile:140:	GCLDIR=`echo $(GCLDIR)` ; \
gcl-2.6.12/.pc/Version_2_6_13pre41/makefile-141-	$(MAKE) install-command "INSTALL_LIB_DIR=$$GCLDIR" "prefix=$$GCLDIR" "BINDIR=$$MGCLDIR/$(PORTDIR)"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre41/makefile-143-
gcl-2.6.12/.pc/Version_2_6_13pre41/makefile:144:#	GCLDIR=`echo $(GCLDIR) | sed -e 'sX^/cygdrive/\([a-z]\)X\1!Xg' -e 'sX^//\([a-z]\)X\1!Xg'` ; \
gcl-2.6.12/.pc/Version_2_6_13pre41/makefile-145-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre41/makefile-189-	mkdir -p $(DESTDIR)$(INSTALL_LIB_DIR)
gcl-2.6.12/.pc/Version_2_6_13pre41/makefile:190:	MINSTALL_LIB_DIR=`echo $(INSTALL_LIB_DIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
gcl-2.6.12/.pc/Version_2_6_13pre41/makefile-191-	$(MAKE) install-command "INSTALL_LIB_DIR=$(INSTALL_LIB_DIR)" "prefix=$(prefix)" "DESTDIR=$(DESTDIR)" "BINDIR=$$MINSTALL_LIB_DIR/unixport"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre46/cmpnew/gcl_cmpmain.lsp-84- (multiple-value-bind
gcl-2.6.12/.pc/Version_2_6_13pre46/cmpnew/gcl_cmpmain.lsp:85:  (code result) (system (mysub (ts string) "$" "\\$"))
gcl-2.6.12/.pc/Version_2_6_13pre46/cmpnew/gcl_cmpmain.lsp-86-    (unless (and (zerop code) (zerop result))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre46/h/notcomp.h-318-#define Mcadar(x)	(x)->c.c_car->c.c_cdr->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre46/h/notcomp.h:319:#define Mcaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre46/h/notcomp.h-320-#define Mcdaar(x)	(x)->c.c_car->c.c_car->c.c_cdr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre46/h/notcomp.h-326-#define Mcaadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre46/h/notcomp.h:327:#define Mcaaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre46/h/notcomp.h-328-#define Mcadaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_car
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre46/h/notcomp.h-334-#define Mcdadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/Version_2_6_13pre46/h/notcomp.h:335:#define Mcdaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/Version_2_6_13pre46/h/notcomp.h-336-#define Mcddaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_cdr
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpfun.lsp-674-                     (1 (cons 'cadr (cdr args)))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpfun.lsp:675:                     (2 (cons 'caddr (cdr args)))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpfun.lsp-676-                     (3 (cons 'cadddr (cdr args)))
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpfun.lsp-678-                     (5 (list 'cadr (cons 'cddddr (cdr args))))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpfun.lsp:679:                     (6 (list 'caddr (cons 'cddddr (cdr args))))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpfun.lsp-680-                     (7 (list 'cadddr (cons 'cddddr (cdr args))))
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmplam.lsp-642-  (dolist** (kwd keywords)
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmplam.lsp:643:    (cond ((and (eq (caaddr kwd) 'LOCATION) (null (caddr (caddr kwd))))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmplam.lsp-644-           ;;; Cnil has been set if keyword parameter is not supplied.
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmplam.lsp-880-            (when (cadddr kwd) (c2dm-reserve-v (cadddr kwd))))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmplam.lsp:881:  (dolist** (aux (caddr (cddddr vl)))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmplam.lsp-882-            (c2dm-reserve-v (car aux)))
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmplam.lsp-895-                        (allow-other-keys (cadr (cddddr vl)))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmplam.lsp:896:                        (auxs (caddr (cddddr vl)))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmplam.lsp-897-                        )
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpmain.lsp-84- (multiple-value-bind
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpmain.lsp:85:  (code result) (system (mysub (ts string) "$" "\\$"))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpmain.lsp-86-    (unless (and (zerop code) (zerop result))
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp-525-;;CAADDR
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp:526: (push '((t) t #.(flags)"caaddr(#0)")
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp-527-   (get 'caaddr 'inline-safe))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp:528:(push '((t) t #.(flags)"CMPcaaddr(#0)")
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp-529-   (get 'caaddr 'inline-unsafe))
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp-573-;;CADDR
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp:574: (push '((t) t #.(flags)"caddr(#0)")
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp-575-   (get 'caddr 'inline-safe))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp:576:(push '((t) t #.(flags)"CMPcaddr(#0)")
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp-577-   (get 'caddr 'inline-unsafe))
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp-615-;;CDADDR
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp:616: (push '((t) t #.(flags)"cdaddr(#0)")
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp-617-   (get 'cdaddr 'inline-safe))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp:618:(push '((t) t #.(flags)"CMPcdaddr(#0)")
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp-619-   (get 'cdaddr 'inline-unsafe))
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp-809-                                             'FIXNUM-VALUE)
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp:810:                                            (EQUAL (CADDR (CADR LOC1))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp-811-                                             2))
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp-1213-;;THIRD
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp:1214: (push '((t) t #.(flags)"caddr(#0)")
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp-1215-   (get 'third 'inline-safe))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp:1216:(push '((t) t #.(flags)"CMPcaddr(#0)")
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmpopt.lsp-1217-   (get 'third 'inline-unsafe))
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-439-    (push (list (car def)
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp:440:                (caddr (si:defmacro* (car def) (cadr def) (cddr def))))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-441-          *funs*))
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-815-		  (setf (var-loc (car v)) (cdr v)))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp:816:              (c2expr (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-817-              
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-1010-      
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp:1011:      (setq deflt (mapcar 'caddr (ll-keywords ll)))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-1012-      (let ((vkdefaults nil)
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-1120-      (wt-nl "goto TTL;") (wt-nl1 "TTL:;"))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp:1121:    (c2expr (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-1122-    
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-1154-         (when *compiler-push-events* (wt-nl "ihs_check;"))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp:1155:         (c2lambda-expr (lambda-list lambda-expr) (caddr (cddr lambda-expr)) fname)
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-1156-         (wt-nl1 "}")
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-1255-	(t
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp:1256:	 (let ((addr (make-info))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-1257-	       (data (make-info)))
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-1714-	(when *compiler-push-events* (wt-nl "ihs_check;"))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp:1715:	(c2expr (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp:1716:	;(c2lambda-expr (lambda-list lambda-expr) (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-1717-;;; Use base if defined for lint
##############################################
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-1766-   (if closure-p
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp:1767:       (c2lambda-expr (lambda-list lambda-expr) (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-1768-     (c2lambda-expr (lambda-list lambda-expr)
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp:1769:		    (caddr (cddr lambda-expr)) fun))
gcl-2.6.12/.pc/pathnames1.1/cmpnew/gcl_cmptop.lsp-1770-   (wt-nl1 "}")
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/pathnames1.1/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.1/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/pathnames1.1/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/pathnames1.1/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.1/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-50-else
gcl-2.6.12/.pc/pathnames1.1/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/pathnames1.1/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/pathnames1.1/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/pathnames1.1/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/pathnames1.1/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/pathnames1.1/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/pathnames1.1/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/pathnames1.1/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-397-  {
gcl-2.6.12/.pc/pathnames1.1/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/pathnames1.1/configure-399-  }
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/pathnames1.1/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/pathnames1.1/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/pathnames1.1/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/pathnames1.1/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-849-  case $ac_option in
gcl-2.6.12/.pc/pathnames1.1/configure:850:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/pathnames1.1/configure-851-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-893-  -disable-* | --disable-*)
gcl-2.6.12/.pc/pathnames1.1/configure:894:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/pathnames1.1/configure-895-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-898-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.1/configure:899:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.1/configure-900-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-919-  -enable-* | --enable-*)
gcl-2.6.12/.pc/pathnames1.1/configure:920:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/pathnames1.1/configure-921-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-924-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.1/configure:925:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.1/configure-926-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-1132-  -with-* | --with-*)
gcl-2.6.12/.pc/pathnames1.1/configure:1133:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/pathnames1.1/configure-1134-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-1137-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.1/configure:1138:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.1/configure-1139-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-1148-  -without-* | --without-*)
gcl-2.6.12/.pc/pathnames1.1/configure:1149:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/pathnames1.1/configure-1150-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-1153-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.1/configure:1154:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.1/configure-1155-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-1186-  *=*)
gcl-2.6.12/.pc/pathnames1.1/configure:1187:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/pathnames1.1/configure-1188-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-1207-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/pathnames1.1/configure:1208:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/pathnames1.1/configure-1209-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-1229-    */ )
gcl-2.6.12/.pc/pathnames1.1/configure:1230:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/pathnames1.1/configure-1231-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-1264-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/pathnames1.1/configure:1265:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/pathnames1.1/configure-1266-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-1320-case $srcdir in
gcl-2.6.12/.pc/pathnames1.1/configure:1321:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/pathnames1.1/configure-1322-esac
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-1363-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/pathnames1.1/configure:1364:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/pathnames1.1/configure:1365:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/pathnames1.1/configure-1366-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-1493-*)
gcl-2.6.12/.pc/pathnames1.1/configure:1494:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/pathnames1.1/configure-1495-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/pathnames1.1/configure:1496:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/pathnames1.1/configure-1497-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-2225-    *\'*)
gcl-2.6.12/.pc/pathnames1.1/configure:2226:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.1/configure-2227-    esac
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-2308-      case $ac_val in
gcl-2.6.12/.pc/pathnames1.1/configure:2309:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/pathnames1.1/configure-2310-      esac
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-2323-	case $ac_val in
gcl-2.6.12/.pc/pathnames1.1/configure:2324:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/pathnames1.1/configure-2325-	esac
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-2443-    set,)
gcl-2.6.12/.pc/pathnames1.1/configure:2444:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/pathnames1.1/configure:2445:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/pathnames1.1/configure-2446-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-2454-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/pathnames1.1/configure:2455:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/pathnames1.1/configure:2456:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/pathnames1.1/configure-2457-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-2474-    case $ac_new_val in
gcl-2.6.12/.pc/pathnames1.1/configure:2475:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.1/configure-2476-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-2686-
gcl-2.6.12/.pc/pathnames1.1/configure:2687:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/pathnames1.1/configure-2688-
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-2695-
gcl-2.6.12/.pc/pathnames1.1/configure:2696:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/pathnames1.1/configure-2697-
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-2774-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/pathnames1.1/configure:2775:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/pathnames1.1/configure-2776-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/pathnames1.1/configure-2777-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/pathnames1.1/configure:2778:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/pathnames1.1/configure-2779-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-2798-IFS=$ac_save_IFS
gcl-2.6.12/.pc/pathnames1.1/configure:2799:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/pathnames1.1/configure-2800-
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-2809-else
gcl-2.6.12/.pc/pathnames1.1/configure:2810:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/pathnames1.1/configure-2811-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-2831-IFS=$ac_save_IFS
gcl-2.6.12/.pc/pathnames1.1/configure:2832:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/pathnames1.1/configure-2833-
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-2835-canonical=$host
gcl-2.6.12/.pc/pathnames1.1/configure:2836:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/pathnames1.1/configure:2837:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/pathnames1.1/configure-2838-
gcl-2.6.12/.pc/pathnames1.1/configure-2839-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.1/configure:2840:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/pathnames1.1/configure-2841-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-2844-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.1/configure:2845:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/pathnames1.1/configure-2846-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-2850-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.1/configure:2851:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/pathnames1.1/configure-2852-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-3592-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/pathnames1.1/configure:3593:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/pathnames1.1/configure-3594-
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-3636-	then :; else
gcl-2.6.12/.pc/pathnames1.1/configure:3637:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/pathnames1.1/configure-3638-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-3696-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/pathnames1.1/configure:3697:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/pathnames1.1/configure-3698-	  break;;
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-3805-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/pathnames1.1/configure:3806:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/pathnames1.1/configure-3807-       break;;
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-4363-	$CC foo.c -o foo
gcl-2.6.12/.pc/pathnames1.1/configure:4364:	GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/pathnames1.1/configure-4365-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-4474-
gcl-2.6.12/.pc/pathnames1.1/configure:4475:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure:4476:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/pathnames1.1/configure:4477:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure:4478:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure:4479:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure:4480:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure:4481:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure:4482:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure:4483:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure:4484:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure-4485-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/pathnames1.1/configure:4486:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure:4487:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure:4488:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure-4489-
gcl-2.6.12/.pc/pathnames1.1/configure-4490-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/pathnames1.1/configure:4491:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.1/configure:4492:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.1/configure-4493-else
gcl-2.6.12/.pc/pathnames1.1/configure-4494-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/pathnames1.1/configure:4495:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/pathnames1.1/configure:4496:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/pathnames1.1/configure-4497-else
gcl-2.6.12/.pc/pathnames1.1/configure-4498-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/pathnames1.1/configure:4499:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.1/configure:4500:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.1/configure-4501-fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-4505-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/pathnames1.1/configure:4506:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.1/configure:4507:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.1/configure-4508-fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-4567-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/pathnames1.1/configure:4568:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/pathnames1.1/configure-4569-else
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-4579-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/pathnames1.1/configure:4580:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/pathnames1.1/configure-4581-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-4611-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/pathnames1.1/configure:4612:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/pathnames1.1/configure-4613-*GNU*)
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-4677-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/pathnames1.1/configure:4678:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/pathnames1.1/configure-4679-*GNU*)
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-4838-do :
gcl-2.6.12/.pc/pathnames1.1/configure:4839:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/pathnames1.1/configure-4840-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-4843-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.1/configure:4844:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/pathnames1.1/configure-4845-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-5150-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/pathnames1.1/configure:5151:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/pathnames1.1/configure-5152-				rm -f foo.c
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-5436-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/pathnames1.1/configure:5437:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/pathnames1.1/configure-5438-    done
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-5546-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/pathnames1.1/configure:5547:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/pathnames1.1/configure-5548-do
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-5886-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/pathnames1.1/configure:5887:		MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/pathnames1.1/configure-5888-		rm -f foo.c foo
gcl-2.6.12/.pc/pathnames1.1/configure-5889-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/pathnames1.1/configure:5890:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/pathnames1.1/configure-5891-		else
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-5894-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/pathnames1.1/configure:5895:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/pathnames1.1/configure-5896-		else
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-7319-      k=0;
gcl-2.6.12/.pc/pathnames1.1/configure:7320:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/pathnames1.1/configure-7321-      max=0;
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-7323-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/pathnames1.1/configure:7324:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.1/configure-7325-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-7333-        fi;
gcl-2.6.12/.pc/pathnames1.1/configure:7334:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.1/configure-7335-      done
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-7353-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/pathnames1.1/configure:7354:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/pathnames1.1/configure:7355:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/pathnames1.1/configure-7356-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-7358-            else
gcl-2.6.12/.pc/pathnames1.1/configure:7359:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/pathnames1.1/configure-7360-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-7747-do :
gcl-2.6.12/.pc/pathnames1.1/configure:7748:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/pathnames1.1/configure-7749-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-7751-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.1/configure:7752:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/pathnames1.1/configure-7753-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-8893-
gcl-2.6.12/.pc/pathnames1.1/configure:8894:	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext in asm files" >&5
gcl-2.6.12/.pc/pathnames1.1/configure:8895:$as_echo "sigcontext in asm files" >&6; }
gcl-2.6.12/.pc/pathnames1.1/configure-8896-
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-8983-	if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/pathnames1.1/configure:8984:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.1/configure-8985-	else
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-9007-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/pathnames1.1/configure:9008:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.1/configure-9009-else
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-9040-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/pathnames1.1/configure:9041:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.1/configure-9042-    fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-9103-
gcl-2.6.12/.pc/pathnames1.1/configure:9104:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/pathnames1.1/configure-9105-     fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-9118-      else
gcl-2.6.12/.pc/pathnames1.1/configure:9119:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/pathnames1.1/configure:9120:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/pathnames1.1/configure-9121-         fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-9158-
gcl-2.6.12/.pc/pathnames1.1/configure:9159:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/pathnames1.1/configure-9160-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-9200-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/pathnames1.1/configure:9201:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/pathnames1.1/configure-9202-      fi
gcl-2.6.12/.pc/pathnames1.1/configure-9203-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/pathnames1.1/configure:9204:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/pathnames1.1/configure-9205-      fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-9417-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/pathnames1.1/configure:9418:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/pathnames1.1/configure-9419-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-9505-
gcl-2.6.12/.pc/pathnames1.1/configure:9506:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/pathnames1.1/configure-9507-
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-9629-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/pathnames1.1/configure:9630:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/pathnames1.1/configure-9631-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-9696-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/pathnames1.1/configure:9697:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.1/configure-9698-  as_echo='print -r --'
gcl-2.6.12/.pc/pathnames1.1/configure-9699-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/pathnames1.1/configure:9700:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.1/configure-9701-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-9703-else
gcl-2.6.12/.pc/pathnames1.1/configure:9704:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/pathnames1.1/configure-9705-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-9713-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/pathnames1.1/configure:9714:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/pathnames1.1/configure-9715-      esac;
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-9790-# ----------------------------------------
gcl-2.6.12/.pc/pathnames1.1/configure:9791:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/pathnames1.1/configure-9792-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-9862-  {
gcl-2.6.12/.pc/pathnames1.1/configure:9863:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/pathnames1.1/configure-9864-  }
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-9966-      case $as_dir in #(
gcl-2.6.12/.pc/pathnames1.1/configure:9967:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/pathnames1.1/configure-9968-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-10097-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/pathnames1.1/configure:10098:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/pathnames1.1/configure-10099-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-10119-  --*=?*)
gcl-2.6.12/.pc/pathnames1.1/configure:10120:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/pathnames1.1/configure:10121:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/pathnames1.1/configure-10122-    ac_shift=:
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-10124-  --*=)
gcl-2.6.12/.pc/pathnames1.1/configure:10125:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/pathnames1.1/configure-10126-    ac_optarg=
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-10148-    case $ac_optarg in
gcl-2.6.12/.pc/pathnames1.1/configure:10149:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.1/configure-10150-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-10156-    case $ac_optarg in
gcl-2.6.12/.pc/pathnames1.1/configure:10157:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.1/configure-10158-    esac
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-10280-fi
gcl-2.6.12/.pc/pathnames1.1/configure:10281:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/pathnames1.1/configure-10282-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-10297-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/pathnames1.1/configure:10298:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/pathnames1.1/configure-10299-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-10303-
gcl-2.6.12/.pc/pathnames1.1/configure:10304:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/pathnames1.1/configure-10305-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-10441-for ac_last_try in false false :; do
gcl-2.6.12/.pc/pathnames1.1/configure:10442:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/pathnames1.1/configure-10443-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-10573-      esac
gcl-2.6.12/.pc/pathnames1.1/configure:10574:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/pathnames1.1/configure-10575-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-10632-*)
gcl-2.6.12/.pc/pathnames1.1/configure:10633:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/pathnames1.1/configure-10634-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/pathnames1.1/configure:10635:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/pathnames1.1/configure-10636-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-10684-/@mandir@/p'
gcl-2.6.12/.pc/pathnames1.1/configure:10685:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/pathnames1.1/configure-10686-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-10701-
gcl-2.6.12/.pc/pathnames1.1/configure:10702:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/pathnames1.1/configure-10703-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure-10727-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/pathnames1.1/configure:10728:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/pathnames1.1/configure-10729-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-91-[INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/pathnames1.1/configure.in:92:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/pathnames1.1/configure.in-93-
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-95-[EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/pathnames1.1/configure.in:96:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/pathnames1.1/configure.in-97-
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-116-canonical=$host
gcl-2.6.12/.pc/pathnames1.1/configure.in:117:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/pathnames1.1/configure.in:118:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/pathnames1.1/configure.in:119:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/pathnames1.1/configure.in:120:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/pathnames1.1/configure.in-121-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/pathnames1.1/configure.in:122:	AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/pathnames1.1/configure.in-123-fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-577-	$CC foo.c -o foo
gcl-2.6.12/.pc/pathnames1.1/configure.in:578:	GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/pathnames1.1/configure.in-579-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-679-
gcl-2.6.12/.pc/pathnames1.1/configure.in:680:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure.in:681:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/pathnames1.1/configure.in:682:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure.in:683:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure.in:684:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure.in:685:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure.in:686:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure.in:687:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure.in:688:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure.in:689:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure.in-690-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/pathnames1.1/configure.in:691:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure.in:692:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure.in:693:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.1/configure.in-694-
gcl-2.6.12/.pc/pathnames1.1/configure.in-695-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/pathnames1.1/configure.in:696:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.1/configure.in:697:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.1/configure.in-698-else 
gcl-2.6.12/.pc/pathnames1.1/configure.in-699-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/pathnames1.1/configure.in:700:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/pathnames1.1/configure.in:701:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/pathnames1.1/configure.in-702-else 
gcl-2.6.12/.pc/pathnames1.1/configure.in-703-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/pathnames1.1/configure.in:704:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.1/configure.in:705:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.1/configure.in-706-fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-710-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/pathnames1.1/configure.in:711:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.1/configure.in:712:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.1/configure.in-713-fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-729-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/pathnames1.1/configure.in:730:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/pathnames1.1/configure.in-731-else
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-740-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/pathnames1.1/configure.in:741:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/pathnames1.1/configure.in-742-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-850-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/pathnames1.1/configure.in:851:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/pathnames1.1/configure.in-852-				rm -f foo.c,
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-1087-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/pathnames1.1/configure.in:1088:		MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/pathnames1.1/configure.in-1089-		rm -f foo.c foo
gcl-2.6.12/.pc/pathnames1.1/configure.in-1090-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/pathnames1.1/configure.in:1091:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/pathnames1.1/configure.in-1092-		else
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-1095-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/pathnames1.1/configure.in:1096:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/pathnames1.1/configure.in-1097-		else
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-1713-dnl # | grep -v ld-kfreebsd needed on some strange bsd amd64 boxes
gcl-2.6.12/.pc/pathnames1.1/configure.in:1714:dnl    heap_ceiling=`ldd $AAWK | tail -n 1 | $AWK '{print $NF}' | tr -d '()'`
gcl-2.6.12/.pc/pathnames1.1/configure.in-1715-dnl fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-1759-      k=0;
gcl-2.6.12/.pc/pathnames1.1/configure.in:1760:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/pathnames1.1/configure.in-1761-      max=0;
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-1763-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/pathnames1.1/configure.in:1764:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.1/configure.in-1765-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-1773-        fi;
gcl-2.6.12/.pc/pathnames1.1/configure.in:1774:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.1/configure.in-1775-      done	  
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-1790-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/pathnames1.1/configure.in:1791:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/pathnames1.1/configure.in:1792:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/pathnames1.1/configure.in-1793-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/pathnames1.1/configure.in-1794-            else					
gcl-2.6.12/.pc/pathnames1.1/configure.in:1795:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/pathnames1.1/configure.in-1796-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-2548-        AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/pathnames1.1/configure.in:2549:	AC_MSG_RESULT(sigcontext in asm files)
gcl-2.6.12/.pc/pathnames1.1/configure.in-2550-        ],
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-2593-	if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/pathnames1.1/configure.in:2594:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.1/configure.in-2595-	else
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-2615-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/pathnames1.1/configure.in:2616:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.1/configure.in-2617-else
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-2646-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/pathnames1.1/configure.in:2647:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.1/configure.in-2648-    fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-2670-   
gcl-2.6.12/.pc/pathnames1.1/configure.in:2671:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/pathnames1.1/configure.in-2672-     fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-2685-      else
gcl-2.6.12/.pc/pathnames1.1/configure.in:2686:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/pathnames1.1/configure.in:2687:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/pathnames1.1/configure.in-2688-         fi      
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-2725-   
gcl-2.6.12/.pc/pathnames1.1/configure.in:2726:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/pathnames1.1/configure.in-2727-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-2732-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/pathnames1.1/configure.in:2733:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/pathnames1.1/configure.in-2734-      fi
gcl-2.6.12/.pc/pathnames1.1/configure.in-2735-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/pathnames1.1/configure.in:2736:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/pathnames1.1/configure.in-2737-      fi
##############################################
gcl-2.6.12/.pc/pathnames1.1/configure.in-2819-
gcl-2.6.12/.pc/pathnames1.1/configure.in:2820:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/pathnames1.1/configure.in-2821-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/pathnames1.1/h/att_ext.h-246-object cadar();
gcl-2.6.12/.pc/pathnames1.1/h/att_ext.h:247:object caddr();
gcl-2.6.12/.pc/pathnames1.1/h/att_ext.h-248-object cdaar();
##############################################
gcl-2.6.12/.pc/pathnames1.1/h/att_ext.h-254-object caadar();
gcl-2.6.12/.pc/pathnames1.1/h/att_ext.h:255:object caaddr();
gcl-2.6.12/.pc/pathnames1.1/h/att_ext.h-256-object cadaar();
##############################################
gcl-2.6.12/.pc/pathnames1.1/h/att_ext.h-262-object cdadar();
gcl-2.6.12/.pc/pathnames1.1/h/att_ext.h:263:object cdaddr();
gcl-2.6.12/.pc/pathnames1.1/h/att_ext.h-264-object cddaar();
##############################################
gcl-2.6.12/.pc/pathnames1.1/h/compdefs.h-78-CMPcadar(x) 
gcl-2.6.12/.pc/pathnames1.1/h/compdefs.h:79:CMPcaddr(x) 
gcl-2.6.12/.pc/pathnames1.1/h/compdefs.h-80-CMPcdaar(x) 
##############################################
gcl-2.6.12/.pc/pathnames1.1/h/compdefs.h-86-CMPcaadar(x)
gcl-2.6.12/.pc/pathnames1.1/h/compdefs.h:87:CMPcaaddr(x)
gcl-2.6.12/.pc/pathnames1.1/h/compdefs.h-88-CMPcadaar(x)
##############################################
gcl-2.6.12/.pc/pathnames1.1/h/compdefs.h-94-CMPcdadar(x)
gcl-2.6.12/.pc/pathnames1.1/h/compdefs.h:95:CMPcdaddr(x)
gcl-2.6.12/.pc/pathnames1.1/h/compdefs.h-96-CMPcddaar(x)
##############################################
gcl-2.6.12/.pc/pathnames1.1/h/notcomp.h-318-#define Mcadar(x)	(x)->c.c_car->c.c_cdr->c.c_car
gcl-2.6.12/.pc/pathnames1.1/h/notcomp.h:319:#define Mcaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car
gcl-2.6.12/.pc/pathnames1.1/h/notcomp.h-320-#define Mcdaar(x)	(x)->c.c_car->c.c_car->c.c_cdr
##############################################
gcl-2.6.12/.pc/pathnames1.1/h/notcomp.h-326-#define Mcaadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/pathnames1.1/h/notcomp.h:327:#define Mcaaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/pathnames1.1/h/notcomp.h-328-#define Mcadaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_car
##############################################
gcl-2.6.12/.pc/pathnames1.1/h/notcomp.h-334-#define Mcdadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/pathnames1.1/h/notcomp.h:335:#define Mcdaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/pathnames1.1/h/notcomp.h-336-#define Mcddaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_cdr
##############################################
gcl-2.6.12/.pc/pathnames1.1/h/protoize.h-1395-void Lcadadr(void);
gcl-2.6.12/.pc/pathnames1.1/h/protoize.h:1396:void Lcaaddr(void);
gcl-2.6.12/.pc/pathnames1.1/h/protoize.h-1397-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/pathnames1.1/h/protoize.h-1507-void Lcddadr(void);
gcl-2.6.12/.pc/pathnames1.1/h/protoize.h:1508:void Lcdaddr(void);
gcl-2.6.12/.pc/pathnames1.1/h/protoize.h-1509-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/pathnames1.1/h/protoize.h-1684-void Lcdadr(void);
gcl-2.6.12/.pc/pathnames1.1/h/protoize.h:1685:void Lcaddr(void);
gcl-2.6.12/.pc/pathnames1.1/h/protoize.h-1686-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/pathnames1.1/lsp/gcl_fpe.lsp-66-  (if p 
gcl-2.6.12/.pc/pathnames1.1/lsp/gcl_fpe.lsp:67:      (map-into (make-list (truncate 16 w)) (lambda nil (rf (+ addr (* w (incf i))) w)))
gcl-2.6.12/.pc/pathnames1.1/lsp/gcl_fpe.lsp-68-    (rf addr w)))
##############################################
gcl-2.6.12/.pc/pathnames1.1/lsp/gcl_fpe.lsp-71-		  (f (eql #\F (aref z 0))))
gcl-2.6.12/.pc/pathnames1.1/lsp/gcl_fpe.lsp:72:  (ref addr (unless f (eql (aref z (- lz 2)) #\P)) (if (or f (eql (aref z (1- lz)) #\D)) 8 4)))
gcl-2.6.12/.pc/pathnames1.1/lsp/gcl_fpe.lsp-73-
##############################################
gcl-2.6.12/.pc/pathnames1.1/lsp/makefile-36-fns:	../cmpnew/gcl_collectfn.o
gcl-2.6.12/.pc/pathnames1.1/lsp/makefile:37:	$(MAKE) fns1 -e "FNS=`echo ${OBJS} | sed -e 's:\.o:\.fn:g'`"
gcl-2.6.12/.pc/pathnames1.1/lsp/makefile-38-
##############################################
gcl-2.6.12/.pc/pathnames1.1/lsp/makefile-56-newc:	
gcl-2.6.12/.pc/pathnames1.1/lsp/makefile:57:	$(MAKE) $(OBJS) -e "NEWCFILES=`echo $(OBJS) | sed -e 's:\.o:.c:g'`"
gcl-2.6.12/.pc/pathnames1.1/lsp/makefile-58-
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/let.c-303-				   MMcddr(def));
gcl-2.6.12/.pc/pathnames1.1/o/let.c:304:		lex_macro_bind(MMcar(def), MMcaddr(top[0]));
gcl-2.6.12/.pc/pathnames1.1/o/let.c-305-		def_list = MMcdr(def_list);
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-259-static void
gcl-2.6.12/.pc/pathnames1.1/o/print.d:260:write_addr(x)
gcl-2.6.12/.pc/pathnames1.1/o/print.d-261-object x;
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-638-		write_str("#<FREE OBJECT ");
gcl-2.6.12/.pc/pathnames1.1/o/print.d:639:		write_addr(x);
gcl-2.6.12/.pc/pathnames1.1/o/print.d-640-		write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-917-			write_str("#<array ");
gcl-2.6.12/.pc/pathnames1.1/o/print.d:918:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.1/o/print.d-919-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1008-			write_str("#<vector ");
gcl-2.6.12/.pc/pathnames1.1/o/print.d:1009:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1010-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1080-			write_str("#<bit-vector ");
gcl-2.6.12/.pc/pathnames1.1/o/print.d:1081:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1082-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1225-		write_str("#<hash-table ");
gcl-2.6.12/.pc/pathnames1.1/o/print.d:1226:		write_addr(x);
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1227-		write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1270-			write_str("#<broadcast stream ");
gcl-2.6.12/.pc/pathnames1.1/o/print.d:1271:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1272-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1276-			write_str("#<concatenated stream ");
gcl-2.6.12/.pc/pathnames1.1/o/print.d:1277:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1278-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1282-			write_str("#<two-way stream ");
gcl-2.6.12/.pc/pathnames1.1/o/print.d:1283:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1284-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1288-			write_str("#<echo stream ");
gcl-2.6.12/.pc/pathnames1.1/o/print.d:1289:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1290-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1305-			write_str("#<use-define stream");
gcl-2.6.12/.pc/pathnames1.1/o/print.d:1306:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1307-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1312-			write_str("#<string-output stream ");
gcl-2.6.12/.pc/pathnames1.1/o/print.d:1313:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1314-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1375-		write_str("#<readtable ");
gcl-2.6.12/.pc/pathnames1.1/o/print.d:1376:		write_addr(x);
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1377-		write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1388-			write_str("#<pathname ");
gcl-2.6.12/.pc/pathnames1.1/o/print.d:1389:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1390-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1401-		else
gcl-2.6.12/.pc/pathnames1.1/o/print.d:1402:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1403-		write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1411-		else
gcl-2.6.12/.pc/pathnames1.1/o/print.d:1412:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.1/o/print.d-1413-		write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/sgbc.c-363-  char *faddr;
gcl-2.6.12/.pc/pathnames1.1/o/sgbc.c:364:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/pathnames1.1/o/sgbc.c-365-
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/sgbc.c-926-#ifdef GET_FAULT_ADDR
gcl-2.6.12/.pc/pathnames1.1/o/sgbc.c:927:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/pathnames1.1/o/sgbc.c-928-  debug_fault = (long) faddr;
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/usig.c-140-
gcl-2.6.12/.pc/pathnames1.1/o/usig.c:141:#define ASM __asm__ __volatile__
gcl-2.6.12/.pc/pathnames1.1/o/usig.c-142-
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/usig.c-144-  volatile double d;
gcl-2.6.12/.pc/pathnames1.1/o/usig.c:145:  ASM ("fldt %1;fstpl %0" : "=m" (d): "m" (*(char *)val));
gcl-2.6.12/.pc/pathnames1.1/o/usig.c-146-  RETURN1(make_longfloat(d));
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/usig.c-167-#elif defined(__x86_64__) || defined(__i386__)
gcl-2.6.12/.pc/pathnames1.1/o/usig.c:168:#define ASM __asm__ __volatile__
gcl-2.6.12/.pc/pathnames1.1/o/usig.c-169-  {
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/usig.c-194-#elif defined(__x86_64__) || defined(__i386__)
gcl-2.6.12/.pc/pathnames1.1/o/usig.c:195:#define ASM __asm__ __volatile__
gcl-2.6.12/.pc/pathnames1.1/o/usig.c-196-  {
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/usig.c-225-  volatile unsigned short t;
gcl-2.6.12/.pc/pathnames1.1/o/usig.c:226:  ASM ("fnstsw %0" :: "m" (t));
gcl-2.6.12/.pc/pathnames1.1/o/usig.c-227-  RETURN1(t);
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/usig.c-230-  volatile unsigned int t;
gcl-2.6.12/.pc/pathnames1.1/o/usig.c:231:  ASM ("stmxcsr %0" :: "m" (t));
gcl-2.6.12/.pc/pathnames1.1/o/usig.c-232-  RETURN1(t);
##############################################
gcl-2.6.12/.pc/pathnames1.1/o/usig.c-245-#endif
gcl-2.6.12/.pc/pathnames1.1/o/usig.c:246:  ifuncall3(sSfloating_point_error,FPE_CODE(i,v),FPE_ADDR(i,v),FPE_CTXT(v));
gcl-2.6.12/.pc/pathnames1.1/o/usig.c-247-
##############################################
gcl-2.6.12/.pc/pathnames1.2/h/notcomp.h-314-#define Mcadar(x)	(x)->c.c_car->c.c_cdr->c.c_car
gcl-2.6.12/.pc/pathnames1.2/h/notcomp.h:315:#define Mcaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car
gcl-2.6.12/.pc/pathnames1.2/h/notcomp.h-316-#define Mcdaar(x)	(x)->c.c_car->c.c_car->c.c_cdr
##############################################
gcl-2.6.12/.pc/pathnames1.2/h/notcomp.h-322-#define Mcaadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/pathnames1.2/h/notcomp.h:323:#define Mcaaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/pathnames1.2/h/notcomp.h-324-#define Mcadaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_car
##############################################
gcl-2.6.12/.pc/pathnames1.2/h/notcomp.h-330-#define Mcdadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/pathnames1.2/h/notcomp.h:331:#define Mcdaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/pathnames1.2/h/notcomp.h-332-#define Mcddaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_cdr
##############################################
gcl-2.6.12/.pc/pathnames1.2/h/protoize.h-1395-void Lcadadr(void);
gcl-2.6.12/.pc/pathnames1.2/h/protoize.h:1396:void Lcaaddr(void);
gcl-2.6.12/.pc/pathnames1.2/h/protoize.h-1397-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/pathnames1.2/h/protoize.h-1507-void Lcddadr(void);
gcl-2.6.12/.pc/pathnames1.2/h/protoize.h:1508:void Lcdaddr(void);
gcl-2.6.12/.pc/pathnames1.2/h/protoize.h-1509-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/pathnames1.2/h/protoize.h-1684-void Lcdadr(void);
gcl-2.6.12/.pc/pathnames1.2/h/protoize.h:1685:void Lcaddr(void);
gcl-2.6.12/.pc/pathnames1.2/h/protoize.h-1686-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/pathnames1.5/cmpnew/gcl_cmpmain.lsp-84- (multiple-value-bind
gcl-2.6.12/.pc/pathnames1.5/cmpnew/gcl_cmpmain.lsp:85:  (code result) (system (mysub (ts string) "$" "\\$"))
gcl-2.6.12/.pc/pathnames1.5/cmpnew/gcl_cmpmain.lsp-86-    (unless (and (zerop code) (zerop result))
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/pathnames1.5/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.5/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/pathnames1.5/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/pathnames1.5/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.5/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-50-else
gcl-2.6.12/.pc/pathnames1.5/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/pathnames1.5/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/pathnames1.5/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/pathnames1.5/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/pathnames1.5/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/pathnames1.5/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/pathnames1.5/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/pathnames1.5/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-397-  {
gcl-2.6.12/.pc/pathnames1.5/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/pathnames1.5/configure-399-  }
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/pathnames1.5/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/pathnames1.5/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/pathnames1.5/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/pathnames1.5/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-849-  case $ac_option in
gcl-2.6.12/.pc/pathnames1.5/configure:850:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/pathnames1.5/configure-851-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-893-  -disable-* | --disable-*)
gcl-2.6.12/.pc/pathnames1.5/configure:894:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/pathnames1.5/configure-895-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-898-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.5/configure:899:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.5/configure-900-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-919-  -enable-* | --enable-*)
gcl-2.6.12/.pc/pathnames1.5/configure:920:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/pathnames1.5/configure-921-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-924-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.5/configure:925:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.5/configure-926-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-1132-  -with-* | --with-*)
gcl-2.6.12/.pc/pathnames1.5/configure:1133:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/pathnames1.5/configure-1134-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-1137-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.5/configure:1138:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.5/configure-1139-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-1148-  -without-* | --without-*)
gcl-2.6.12/.pc/pathnames1.5/configure:1149:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/pathnames1.5/configure-1150-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-1153-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.5/configure:1154:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.5/configure-1155-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-1186-  *=*)
gcl-2.6.12/.pc/pathnames1.5/configure:1187:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/pathnames1.5/configure-1188-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-1207-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/pathnames1.5/configure:1208:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/pathnames1.5/configure-1209-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-1229-    */ )
gcl-2.6.12/.pc/pathnames1.5/configure:1230:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/pathnames1.5/configure-1231-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-1264-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/pathnames1.5/configure:1265:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/pathnames1.5/configure-1266-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-1320-case $srcdir in
gcl-2.6.12/.pc/pathnames1.5/configure:1321:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/pathnames1.5/configure-1322-esac
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-1363-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/pathnames1.5/configure:1364:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/pathnames1.5/configure:1365:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/pathnames1.5/configure-1366-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-1493-*)
gcl-2.6.12/.pc/pathnames1.5/configure:1494:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/pathnames1.5/configure-1495-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/pathnames1.5/configure:1496:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/pathnames1.5/configure-1497-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-2225-    *\'*)
gcl-2.6.12/.pc/pathnames1.5/configure:2226:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.5/configure-2227-    esac
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-2308-      case $ac_val in
gcl-2.6.12/.pc/pathnames1.5/configure:2309:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/pathnames1.5/configure-2310-      esac
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-2323-	case $ac_val in
gcl-2.6.12/.pc/pathnames1.5/configure:2324:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/pathnames1.5/configure-2325-	esac
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-2443-    set,)
gcl-2.6.12/.pc/pathnames1.5/configure:2444:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/pathnames1.5/configure:2445:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/pathnames1.5/configure-2446-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-2454-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/pathnames1.5/configure:2455:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/pathnames1.5/configure:2456:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/pathnames1.5/configure-2457-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-2474-    case $ac_new_val in
gcl-2.6.12/.pc/pathnames1.5/configure:2475:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.5/configure-2476-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-2686-
gcl-2.6.12/.pc/pathnames1.5/configure:2687:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/pathnames1.5/configure-2688-
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-2695-
gcl-2.6.12/.pc/pathnames1.5/configure:2696:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/pathnames1.5/configure-2697-
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-2774-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/pathnames1.5/configure:2775:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/pathnames1.5/configure-2776-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/pathnames1.5/configure-2777-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/pathnames1.5/configure:2778:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/pathnames1.5/configure-2779-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-2798-IFS=$ac_save_IFS
gcl-2.6.12/.pc/pathnames1.5/configure:2799:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/pathnames1.5/configure-2800-
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-2809-else
gcl-2.6.12/.pc/pathnames1.5/configure:2810:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/pathnames1.5/configure-2811-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-2831-IFS=$ac_save_IFS
gcl-2.6.12/.pc/pathnames1.5/configure:2832:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/pathnames1.5/configure-2833-
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-2835-canonical=$host
gcl-2.6.12/.pc/pathnames1.5/configure:2836:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/pathnames1.5/configure:2837:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/pathnames1.5/configure-2838-
gcl-2.6.12/.pc/pathnames1.5/configure-2839-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.5/configure:2840:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/pathnames1.5/configure-2841-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-2844-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.5/configure:2845:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/pathnames1.5/configure-2846-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-2850-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.5/configure:2851:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/pathnames1.5/configure-2852-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-3592-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/pathnames1.5/configure:3593:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/pathnames1.5/configure-3594-
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-3636-	then :; else
gcl-2.6.12/.pc/pathnames1.5/configure:3637:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/pathnames1.5/configure-3638-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-3696-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/pathnames1.5/configure:3697:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/pathnames1.5/configure-3698-	  break;;
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-3805-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/pathnames1.5/configure:3806:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/pathnames1.5/configure-3807-       break;;
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-4363-	$CC foo.c -o foo
gcl-2.6.12/.pc/pathnames1.5/configure:4364:	GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/pathnames1.5/configure-4365-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-4474-
gcl-2.6.12/.pc/pathnames1.5/configure:4475:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure:4476:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/pathnames1.5/configure:4477:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure:4478:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure:4479:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure:4480:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure:4481:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure:4482:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure:4483:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure:4484:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure-4485-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/pathnames1.5/configure:4486:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure:4487:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure:4488:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure-4489-
gcl-2.6.12/.pc/pathnames1.5/configure-4490-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/pathnames1.5/configure:4491:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.5/configure:4492:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.5/configure-4493-else
gcl-2.6.12/.pc/pathnames1.5/configure-4494-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/pathnames1.5/configure:4495:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/pathnames1.5/configure:4496:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/pathnames1.5/configure-4497-else
gcl-2.6.12/.pc/pathnames1.5/configure-4498-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/pathnames1.5/configure:4499:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.5/configure:4500:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.5/configure-4501-fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-4505-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/pathnames1.5/configure:4506:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.5/configure:4507:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.5/configure-4508-fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-4567-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/pathnames1.5/configure:4568:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/pathnames1.5/configure-4569-else
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-4579-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/pathnames1.5/configure:4580:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/pathnames1.5/configure-4581-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-4611-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/pathnames1.5/configure:4612:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/pathnames1.5/configure-4613-*GNU*)
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-4677-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/pathnames1.5/configure:4678:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/pathnames1.5/configure-4679-*GNU*)
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-4838-do :
gcl-2.6.12/.pc/pathnames1.5/configure:4839:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/pathnames1.5/configure-4840-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-4843-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.5/configure:4844:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/pathnames1.5/configure-4845-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-5150-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/pathnames1.5/configure:5151:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/pathnames1.5/configure-5152-				rm -f foo.c
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-5436-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/pathnames1.5/configure:5437:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/pathnames1.5/configure-5438-    done
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-5546-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/pathnames1.5/configure:5547:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/pathnames1.5/configure-5548-do
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-5886-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/pathnames1.5/configure:5887:		MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/pathnames1.5/configure-5888-		rm -f foo.c foo
gcl-2.6.12/.pc/pathnames1.5/configure-5889-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/pathnames1.5/configure:5890:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/pathnames1.5/configure-5891-		else
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-5894-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/pathnames1.5/configure:5895:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[j]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[j],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/pathnames1.5/configure-5896-		else
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-7319-      k=0;
gcl-2.6.12/.pc/pathnames1.5/configure:7320:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/pathnames1.5/configure-7321-      max=0;
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-7323-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/pathnames1.5/configure:7324:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.5/configure-7325-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-7333-        fi;
gcl-2.6.12/.pc/pathnames1.5/configure:7334:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.5/configure-7335-      done
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-7353-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/pathnames1.5/configure:7354:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/pathnames1.5/configure:7355:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/pathnames1.5/configure-7356-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-7358-            else
gcl-2.6.12/.pc/pathnames1.5/configure:7359:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/pathnames1.5/configure-7360-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-7747-do :
gcl-2.6.12/.pc/pathnames1.5/configure:7748:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/pathnames1.5/configure-7749-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-7751-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.5/configure:7752:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/pathnames1.5/configure-7753-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-8893-
gcl-2.6.12/.pc/pathnames1.5/configure:8894:	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext in asm files" >&5
gcl-2.6.12/.pc/pathnames1.5/configure:8895:$as_echo "sigcontext in asm files" >&6; }
gcl-2.6.12/.pc/pathnames1.5/configure-8896-
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-8983-	if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/pathnames1.5/configure:8984:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.5/configure-8985-	else
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-9007-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/pathnames1.5/configure:9008:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.5/configure-9009-else
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-9040-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/pathnames1.5/configure:9041:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.5/configure-9042-    fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-9103-
gcl-2.6.12/.pc/pathnames1.5/configure:9104:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/pathnames1.5/configure-9105-     fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-9118-      else
gcl-2.6.12/.pc/pathnames1.5/configure:9119:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/pathnames1.5/configure:9120:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/pathnames1.5/configure-9121-         fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-9158-
gcl-2.6.12/.pc/pathnames1.5/configure:9159:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/pathnames1.5/configure-9160-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-9200-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/pathnames1.5/configure:9201:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/pathnames1.5/configure-9202-      fi
gcl-2.6.12/.pc/pathnames1.5/configure-9203-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/pathnames1.5/configure:9204:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/pathnames1.5/configure-9205-      fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-9417-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/pathnames1.5/configure:9418:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/pathnames1.5/configure-9419-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-9505-
gcl-2.6.12/.pc/pathnames1.5/configure:9506:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/pathnames1.5/configure-9507-
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-9629-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/pathnames1.5/configure:9630:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/pathnames1.5/configure-9631-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-9696-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/pathnames1.5/configure:9697:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.5/configure-9698-  as_echo='print -r --'
gcl-2.6.12/.pc/pathnames1.5/configure-9699-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/pathnames1.5/configure:9700:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.5/configure-9701-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-9703-else
gcl-2.6.12/.pc/pathnames1.5/configure:9704:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/pathnames1.5/configure-9705-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-9713-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/pathnames1.5/configure:9714:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/pathnames1.5/configure-9715-      esac;
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-9790-# ----------------------------------------
gcl-2.6.12/.pc/pathnames1.5/configure:9791:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/pathnames1.5/configure-9792-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-9862-  {
gcl-2.6.12/.pc/pathnames1.5/configure:9863:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/pathnames1.5/configure-9864-  }
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-9966-      case $as_dir in #(
gcl-2.6.12/.pc/pathnames1.5/configure:9967:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/pathnames1.5/configure-9968-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-10097-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/pathnames1.5/configure:10098:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/pathnames1.5/configure-10099-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-10119-  --*=?*)
gcl-2.6.12/.pc/pathnames1.5/configure:10120:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/pathnames1.5/configure:10121:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/pathnames1.5/configure-10122-    ac_shift=:
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-10124-  --*=)
gcl-2.6.12/.pc/pathnames1.5/configure:10125:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/pathnames1.5/configure-10126-    ac_optarg=
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-10148-    case $ac_optarg in
gcl-2.6.12/.pc/pathnames1.5/configure:10149:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.5/configure-10150-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-10156-    case $ac_optarg in
gcl-2.6.12/.pc/pathnames1.5/configure:10157:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.5/configure-10158-    esac
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-10280-fi
gcl-2.6.12/.pc/pathnames1.5/configure:10281:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/pathnames1.5/configure-10282-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-10297-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/pathnames1.5/configure:10298:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/pathnames1.5/configure-10299-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-10303-
gcl-2.6.12/.pc/pathnames1.5/configure:10304:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/pathnames1.5/configure-10305-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-10441-for ac_last_try in false false :; do
gcl-2.6.12/.pc/pathnames1.5/configure:10442:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/pathnames1.5/configure-10443-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-10573-      esac
gcl-2.6.12/.pc/pathnames1.5/configure:10574:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/pathnames1.5/configure-10575-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-10632-*)
gcl-2.6.12/.pc/pathnames1.5/configure:10633:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/pathnames1.5/configure-10634-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/pathnames1.5/configure:10635:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/pathnames1.5/configure-10636-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-10684-/@mandir@/p'
gcl-2.6.12/.pc/pathnames1.5/configure:10685:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/pathnames1.5/configure-10686-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-10701-
gcl-2.6.12/.pc/pathnames1.5/configure:10702:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/pathnames1.5/configure-10703-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure-10727-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/pathnames1.5/configure:10728:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/pathnames1.5/configure-10729-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-91-[INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/pathnames1.5/configure.in:92:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/pathnames1.5/configure.in-93-
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-95-[EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/pathnames1.5/configure.in:96:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/pathnames1.5/configure.in-97-
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-116-canonical=$host
gcl-2.6.12/.pc/pathnames1.5/configure.in:117:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/pathnames1.5/configure.in:118:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/pathnames1.5/configure.in:119:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/pathnames1.5/configure.in:120:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/pathnames1.5/configure.in-121-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/pathnames1.5/configure.in:122:	AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/pathnames1.5/configure.in-123-fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-577-	$CC foo.c -o foo
gcl-2.6.12/.pc/pathnames1.5/configure.in:578:	GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/pathnames1.5/configure.in-579-	rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-679-
gcl-2.6.12/.pc/pathnames1.5/configure.in:680:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure.in:681:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/pathnames1.5/configure.in:682:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure.in:683:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure.in:684:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure.in:685:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure.in:686:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure.in:687:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure.in:688:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure.in:689:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure.in-690-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/pathnames1.5/configure.in:691:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure.in:692:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure.in:693:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.5/configure.in-694-
gcl-2.6.12/.pc/pathnames1.5/configure.in-695-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/pathnames1.5/configure.in:696:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.5/configure.in:697:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.5/configure.in-698-else 
gcl-2.6.12/.pc/pathnames1.5/configure.in-699-if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/pathnames1.5/configure.in:700:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/pathnames1.5/configure.in:701:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/pathnames1.5/configure.in-702-else 
gcl-2.6.12/.pc/pathnames1.5/configure.in-703-if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/pathnames1.5/configure.in:704:   TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.5/configure.in:705:   TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.5/configure.in-706-fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-710-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/pathnames1.5/configure.in:711:   TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.5/configure.in:712:   TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.5/configure.in-713-fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-729-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/pathnames1.5/configure.in:730:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/pathnames1.5/configure.in-731-else
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-740-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/pathnames1.5/configure.in:741:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/pathnames1.5/configure.in-742-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-850-				echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/pathnames1.5/configure.in:851:				MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/pathnames1.5/configure.in-852-				rm -f foo.c,
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-1087-		echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/pathnames1.5/configure.in:1088:		MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/pathnames1.5/configure.in-1089-		rm -f foo.c foo
gcl-2.6.12/.pc/pathnames1.5/configure.in-1090-		if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/pathnames1.5/configure.in:1091:		   LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/pathnames1.5/configure.in-1092-		else
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-1095-		if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/pathnames1.5/configure.in:1096:		   LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,"/");for (j=1;j<=i;j++) if (j>1 && A[[j]]=="..") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf("%s%s",A[[j]],j!=i ? "/" : "")}'`"
gcl-2.6.12/.pc/pathnames1.5/configure.in-1097-		else
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-1713-dnl # | grep -v ld-kfreebsd needed on some strange bsd amd64 boxes
gcl-2.6.12/.pc/pathnames1.5/configure.in:1714:dnl    heap_ceiling=`ldd $AAWK | tail -n 1 | $AWK '{print $NF}' | tr -d '()'`
gcl-2.6.12/.pc/pathnames1.5/configure.in-1715-dnl fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-1759-      k=0;
gcl-2.6.12/.pc/pathnames1.5/configure.in:1760:      lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/pathnames1.5/configure.in-1761-      max=0;
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-1763-      while test $n -lt $lim ; do
gcl-2.6.12/.pc/pathnames1.5/configure.in:1764:        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.5/configure.in-1765-        cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-1773-        fi;
gcl-2.6.12/.pc/pathnames1.5/configure.in:1774:        n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.5/configure.in-1775-      done	  
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-1790-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" = "yes" ; then
gcl-2.6.12/.pc/pathnames1.5/configure.in:1791:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/pathnames1.5/configure.in:1792:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/pathnames1.5/configure.in-1793-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/pathnames1.5/configure.in-1794-            else					
gcl-2.6.12/.pc/pathnames1.5/configure.in:1795:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/pathnames1.5/configure.in-1796-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-2548-        AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/pathnames1.5/configure.in:2549:	AC_MSG_RESULT(sigcontext in asm files)
gcl-2.6.12/.pc/pathnames1.5/configure.in-2550-        ],
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-2593-	if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/pathnames1.5/configure.in:2594:		EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.5/configure.in-2595-	else
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-2615-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/pathnames1.5/configure.in:2616:	EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.5/configure.in-2617-else
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-2646-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/pathnames1.5/configure.in:2647:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.5/configure.in-2648-    fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-2670-   
gcl-2.6.12/.pc/pathnames1.5/configure.in:2671:        TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/pathnames1.5/configure.in-2672-     fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-2685-      else
gcl-2.6.12/.pc/pathnames1.5/configure.in:2686:         if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/pathnames1.5/configure.in:2687:            TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/pathnames1.5/configure.in-2688-         fi      
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-2725-   
gcl-2.6.12/.pc/pathnames1.5/configure.in:2726:   TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/pathnames1.5/configure.in-2727-   if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-2732-      if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/pathnames1.5/configure.in:2733:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/pathnames1.5/configure.in-2734-      fi
gcl-2.6.12/.pc/pathnames1.5/configure.in-2735-      if test "$have_dl" = "0" ; then
gcl-2.6.12/.pc/pathnames1.5/configure.in:2736:        TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-ldl::g"`
gcl-2.6.12/.pc/pathnames1.5/configure.in-2737-      fi
##############################################
gcl-2.6.12/.pc/pathnames1.5/configure.in-2819-
gcl-2.6.12/.pc/pathnames1.5/configure.in:2820:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/pathnames1.5/configure.in-2821-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/pathnames1.5/h/compprotos.h-85-object cadar(object);
gcl-2.6.12/.pc/pathnames1.5/h/compprotos.h:86:object caddr(object);
gcl-2.6.12/.pc/pathnames1.5/h/compprotos.h-87-object cdaar(object);
##############################################
gcl-2.6.12/.pc/pathnames1.5/h/compprotos.h-93-object caadar(object);
gcl-2.6.12/.pc/pathnames1.5/h/compprotos.h:94:object caaddr(object);
gcl-2.6.12/.pc/pathnames1.5/h/compprotos.h-95-object cadaar(object);
##############################################
gcl-2.6.12/.pc/pathnames1.5/h/compprotos.h-101-object cdadar(object);
gcl-2.6.12/.pc/pathnames1.5/h/compprotos.h:102:object cdaddr(object);
gcl-2.6.12/.pc/pathnames1.5/h/compprotos.h-103-object cddaar(object);
##############################################
gcl-2.6.12/.pc/pathnames1.5/h/mingw.h-216-#define FPE_CODE(i_,v_) make_fixnum(fSfpe_code(FFN(fSfnstsw)(),FFN(fSstmxcsr)()))
gcl-2.6.12/.pc/pathnames1.5/h/mingw.h:217:#define FPE_ADDR(i_,v_) make_fixnum(0)
gcl-2.6.12/.pc/pathnames1.5/h/mingw.h-218-#define FPE_CTXT(v_) Cnil
##############################################
gcl-2.6.12/.pc/pathnames1.5/h/protoize.h-1395-void Lcadadr(void);
gcl-2.6.12/.pc/pathnames1.5/h/protoize.h:1396:void Lcaaddr(void);
gcl-2.6.12/.pc/pathnames1.5/h/protoize.h-1397-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/pathnames1.5/h/protoize.h-1507-void Lcddadr(void);
gcl-2.6.12/.pc/pathnames1.5/h/protoize.h:1508:void Lcdaddr(void);
gcl-2.6.12/.pc/pathnames1.5/h/protoize.h-1509-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/pathnames1.5/h/protoize.h-1684-void Lcdadr(void);
gcl-2.6.12/.pc/pathnames1.5/h/protoize.h:1685:void Lcaddr(void);
gcl-2.6.12/.pc/pathnames1.5/h/protoize.h-1686-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/pathnames1.5/o/sockets.c-289-  hostid = lisp_copy_to_null_terminated(host_id,buf,sizeof(buf));
gcl-2.6.12/.pc/pathnames1.5/o/sockets.c:290:  addr.s_addr = inet_addr(hostid);
gcl-2.6.12/.pc/pathnames1.5/o/sockets.c:291:  h = /* gethostbyaddr((char *)&addr, 4, AF_INET); */
gcl-2.6.12/.pc/pathnames1.5/o/sockets.c-292-#ifdef STATIC_LINKING
##############################################
gcl-2.6.12/.pc/pathnames1.5/o/sockets.c-294-#else
gcl-2.6.12/.pc/pathnames1.5/o/sockets.c:295:  gethostbyaddr((char *)&addr, 4, AF_INET);
gcl-2.6.12/.pc/pathnames1.5/o/sockets.c-296-#endif
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/pathnames1.7/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.7/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/pathnames1.7/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/pathnames1.7/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.7/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-50-else
gcl-2.6.12/.pc/pathnames1.7/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/pathnames1.7/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/pathnames1.7/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/pathnames1.7/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/pathnames1.7/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/pathnames1.7/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/pathnames1.7/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/pathnames1.7/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-397-  {
gcl-2.6.12/.pc/pathnames1.7/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/pathnames1.7/configure-399-  }
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/pathnames1.7/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/pathnames1.7/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/pathnames1.7/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/pathnames1.7/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-846-  case $ac_option in
gcl-2.6.12/.pc/pathnames1.7/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/pathnames1.7/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/pathnames1.7/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/pathnames1.7/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.7/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.7/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/pathnames1.7/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/pathnames1.7/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.7/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.7/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/pathnames1.7/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/pathnames1.7/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.7/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.7/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/pathnames1.7/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/pathnames1.7/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.7/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.7/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-1183-  *=*)
gcl-2.6.12/.pc/pathnames1.7/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/pathnames1.7/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/pathnames1.7/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/pathnames1.7/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-1226-    */ )
gcl-2.6.12/.pc/pathnames1.7/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/pathnames1.7/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/pathnames1.7/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/pathnames1.7/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-1317-case $srcdir in
gcl-2.6.12/.pc/pathnames1.7/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/pathnames1.7/configure-1319-esac
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/pathnames1.7/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/pathnames1.7/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/pathnames1.7/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-1476-*)
gcl-2.6.12/.pc/pathnames1.7/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/pathnames1.7/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/pathnames1.7/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/pathnames1.7/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-2254-    *\'*)
gcl-2.6.12/.pc/pathnames1.7/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.7/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/pathnames1.7/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/pathnames1.7/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/pathnames1.7/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/pathnames1.7/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-2472-    set,)
gcl-2.6.12/.pc/pathnames1.7/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/pathnames1.7/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/pathnames1.7/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/pathnames1.7/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/pathnames1.7/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/pathnames1.7/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/pathnames1.7/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.7/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/pathnames1.7/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/pathnames1.7/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/pathnames1.7/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/pathnames1.7/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/pathnames1.7/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/pathnames1.7/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/pathnames1.7/configure-2609-
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-2618-else
gcl-2.6.12/.pc/pathnames1.7/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/pathnames1.7/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/pathnames1.7/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/pathnames1.7/configure-2642-
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-2644-canonical=$host
gcl-2.6.12/.pc/pathnames1.7/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/pathnames1.7/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/pathnames1.7/configure-2647-
gcl-2.6.12/.pc/pathnames1.7/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.7/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/pathnames1.7/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.7/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/pathnames1.7/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.7/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/pathnames1.7/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-2806-
gcl-2.6.12/.pc/pathnames1.7/configure:2807:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/pathnames1.7/configure-2808-
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-2815-
gcl-2.6.12/.pc/pathnames1.7/configure:2816:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/pathnames1.7/configure-2817-
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-3268-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/pathnames1.7/configure:3269:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/pathnames1.7/configure-3270-
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-3312-	then :; else
gcl-2.6.12/.pc/pathnames1.7/configure:3313:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/pathnames1.7/configure-3314-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-3372-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/pathnames1.7/configure:3373:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/pathnames1.7/configure-3374-	  break;;
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-3481-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/pathnames1.7/configure:3482:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/pathnames1.7/configure-3483-       break;;
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-3849-
gcl-2.6.12/.pc/pathnames1.7/configure:3850:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/pathnames1.7/configure-3851-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-3861-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/pathnames1.7/configure:3862:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/pathnames1.7/configure-3863-
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-4140-		       $CC foo.c -o foo
gcl-2.6.12/.pc/pathnames1.7/configure:4141:		       GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/pathnames1.7/configure-4142-		       rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-4215-
gcl-2.6.12/.pc/pathnames1.7/configure:4216:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure:4217:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/pathnames1.7/configure:4218:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure:4219:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure:4220:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure:4221:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure:4222:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure:4223:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure:4224:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure:4225:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure-4226-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/pathnames1.7/configure:4227:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure:4228:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure:4229:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure-4230-
gcl-2.6.12/.pc/pathnames1.7/configure-4231-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/pathnames1.7/configure:4232:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.7/configure:4233:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.7/configure-4234-else
gcl-2.6.12/.pc/pathnames1.7/configure-4235-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/pathnames1.7/configure:4236:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/pathnames1.7/configure:4237:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/pathnames1.7/configure-4238-    else
gcl-2.6.12/.pc/pathnames1.7/configure-4239-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/pathnames1.7/configure:4240:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.7/configure:4241:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.7/configure-4242-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-4246-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/pathnames1.7/configure:4247:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.7/configure:4248:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.7/configure-4249-fi
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-4308-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/pathnames1.7/configure:4309:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/pathnames1.7/configure-4310-else
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-4320-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/pathnames1.7/configure:4321:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/pathnames1.7/configure-4322-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-4352-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/pathnames1.7/configure:4353:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/pathnames1.7/configure-4354-*GNU*)
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-4418-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/pathnames1.7/configure:4419:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/pathnames1.7/configure-4420-*GNU*)
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-4579-do :
gcl-2.6.12/.pc/pathnames1.7/configure:4580:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/pathnames1.7/configure-4581-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-4584-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.7/configure:4585:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/pathnames1.7/configure-4586-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-4850-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/pathnames1.7/configure:4851:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/pathnames1.7/configure-4852-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-5127-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/pathnames1.7/configure:5128:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/pathnames1.7/configure-5129-    done
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-5237-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/pathnames1.7/configure:5238:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/pathnames1.7/configure-5239-do
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-5581-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/pathnames1.7/configure:5582:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/pathnames1.7/configure-5583-	rm -f foo.c foo
gcl-2.6.12/.pc/pathnames1.7/configure-5584-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/pathnames1.7/configure:5585:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/pathnames1.7/configure-5586-	else
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-5589-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/pathnames1.7/configure:5590:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/pathnames1.7/configure-5591-	else
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-6950-	k=0;
gcl-2.6.12/.pc/pathnames1.7/configure:6951:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/pathnames1.7/configure-6952-	max=0;
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-6954-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/pathnames1.7/configure:6955:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.7/configure-6956-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-6964-            fi;
gcl-2.6.12/.pc/pathnames1.7/configure:6965:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.7/configure-6966-	done
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-6984-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/pathnames1.7/configure:6985:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/pathnames1.7/configure:6986:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/pathnames1.7/configure-6987-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-6989-            else
gcl-2.6.12/.pc/pathnames1.7/configure:6990:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/pathnames1.7/configure-6991-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-7337-do :
gcl-2.6.12/.pc/pathnames1.7/configure:7338:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/pathnames1.7/configure-7339-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-7341-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.7/configure:7342:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/pathnames1.7/configure-7343-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-8482-
gcl-2.6.12/.pc/pathnames1.7/configure:8483:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/pathnames1.7/configure:8484:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/pathnames1.7/configure-8485-else
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-8551-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/pathnames1.7/configure:8552:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.7/configure-8553-    else
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-8575-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/pathnames1.7/configure:8576:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.7/configure-8577-else
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-8608-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/pathnames1.7/configure:8609:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.7/configure-8610-    fi
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-8691-
gcl-2.6.12/.pc/pathnames1.7/configure:8692:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/pathnames1.7/configure-8693-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-8706-	else
gcl-2.6.12/.pc/pathnames1.7/configure:8707:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/pathnames1.7/configure:8708:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/pathnames1.7/configure-8709-	    fi
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-8746-
gcl-2.6.12/.pc/pathnames1.7/configure:8747:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/pathnames1.7/configure-8748-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-8788-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/pathnames1.7/configure:8789:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/pathnames1.7/configure-8790-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9004-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/pathnames1.7/configure:9005:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/pathnames1.7/configure-9006-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9067-
gcl-2.6.12/.pc/pathnames1.7/configure:9068:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'` $TLDFLAGS"
gcl-2.6.12/.pc/pathnames1.7/configure-9069-
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9189-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/pathnames1.7/configure:9190:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/pathnames1.7/configure-9191-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9256-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/pathnames1.7/configure:9257:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.7/configure-9258-  as_echo='print -r --'
gcl-2.6.12/.pc/pathnames1.7/configure-9259-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/pathnames1.7/configure:9260:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.7/configure-9261-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9263-else
gcl-2.6.12/.pc/pathnames1.7/configure:9264:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/pathnames1.7/configure-9265-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9273-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/pathnames1.7/configure:9274:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/pathnames1.7/configure-9275-      esac;
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9350-# ----------------------------------------
gcl-2.6.12/.pc/pathnames1.7/configure:9351:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/pathnames1.7/configure-9352-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9422-  {
gcl-2.6.12/.pc/pathnames1.7/configure:9423:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/pathnames1.7/configure-9424-  }
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9526-      case $as_dir in #(
gcl-2.6.12/.pc/pathnames1.7/configure:9527:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/pathnames1.7/configure-9528-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9657-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/pathnames1.7/configure:9658:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/pathnames1.7/configure-9659-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9679-  --*=?*)
gcl-2.6.12/.pc/pathnames1.7/configure:9680:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/pathnames1.7/configure:9681:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/pathnames1.7/configure-9682-    ac_shift=:
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9684-  --*=)
gcl-2.6.12/.pc/pathnames1.7/configure:9685:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/pathnames1.7/configure-9686-    ac_optarg=
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9708-    case $ac_optarg in
gcl-2.6.12/.pc/pathnames1.7/configure:9709:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.7/configure-9710-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9716-    case $ac_optarg in
gcl-2.6.12/.pc/pathnames1.7/configure:9717:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.7/configure-9718-    esac
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9840-fi
gcl-2.6.12/.pc/pathnames1.7/configure:9841:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/pathnames1.7/configure-9842-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9857-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/pathnames1.7/configure:9858:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/pathnames1.7/configure-9859-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-9863-
gcl-2.6.12/.pc/pathnames1.7/configure:9864:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/pathnames1.7/configure-9865-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-10001-for ac_last_try in false false :; do
gcl-2.6.12/.pc/pathnames1.7/configure:10002:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/pathnames1.7/configure-10003-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-10133-      esac
gcl-2.6.12/.pc/pathnames1.7/configure:10134:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/pathnames1.7/configure-10135-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-10192-*)
gcl-2.6.12/.pc/pathnames1.7/configure:10193:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/pathnames1.7/configure-10194-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/pathnames1.7/configure:10195:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/pathnames1.7/configure-10196-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-10244-/@mandir@/p'
gcl-2.6.12/.pc/pathnames1.7/configure:10245:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/pathnames1.7/configure-10246-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-10261-
gcl-2.6.12/.pc/pathnames1.7/configure:10262:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/pathnames1.7/configure-10263-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure-10287-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/pathnames1.7/configure:10288:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/pathnames1.7/configure-10289-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-15-canonical=$host
gcl-2.6.12/.pc/pathnames1.7/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/pathnames1.7/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/pathnames1.7/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/pathnames1.7/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/pathnames1.7/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/pathnames1.7/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/pathnames1.7/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-109-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/pathnames1.7/configure.in:110:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/pathnames1.7/configure.in-111-
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-113-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/pathnames1.7/configure.in:114:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/pathnames1.7/configure.in-115-
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-181-AC_SUBST(CC)
gcl-2.6.12/.pc/pathnames1.7/configure.in:182:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/pathnames1.7/configure.in-183-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-192-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/pathnames1.7/configure.in:193:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/pathnames1.7/configure.in-194-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-350-		       $CC foo.c -o foo
gcl-2.6.12/.pc/pathnames1.7/configure.in:351:		       GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/pathnames1.7/configure.in-352-		       rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-416-
gcl-2.6.12/.pc/pathnames1.7/configure.in:417:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure.in:418:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/pathnames1.7/configure.in:419:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure.in:420:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure.in:421:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure.in:422:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure.in:423:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure.in:424:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure.in:425:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure.in:426:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure.in-427-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/pathnames1.7/configure.in:428:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure.in:429:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure.in:430:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.7/configure.in-431-
gcl-2.6.12/.pc/pathnames1.7/configure.in-432-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/pathnames1.7/configure.in:433:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.7/configure.in:434:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.7/configure.in-435-else 
gcl-2.6.12/.pc/pathnames1.7/configure.in-436-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/pathnames1.7/configure.in:437:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/pathnames1.7/configure.in:438:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/pathnames1.7/configure.in-439-    else 
gcl-2.6.12/.pc/pathnames1.7/configure.in-440-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/pathnames1.7/configure.in:441:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.7/configure.in:442:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.7/configure.in-443-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-447-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/pathnames1.7/configure.in:448:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.7/configure.in:449:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.7/configure.in-450-fi
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-466-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/pathnames1.7/configure.in:467:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/pathnames1.7/configure.in-468-else
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-477-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/pathnames1.7/configure.in:478:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/pathnames1.7/configure.in-479-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-567-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/pathnames1.7/configure.in:568:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/pathnames1.7/configure.in-569-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-794-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/pathnames1.7/configure.in:795:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/pathnames1.7/configure.in-796-	rm -f foo.c foo
gcl-2.6.12/.pc/pathnames1.7/configure.in-797-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/pathnames1.7/configure.in:798:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/pathnames1.7/configure.in-799-	else
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-802-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/pathnames1.7/configure.in:803:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/pathnames1.7/configure.in-804-	else
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-1358-	k=0;
gcl-2.6.12/.pc/pathnames1.7/configure.in:1359:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/pathnames1.7/configure.in-1360-	max=0;
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-1362-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/pathnames1.7/configure.in:1363:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.7/configure.in-1364-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-1372-            fi;
gcl-2.6.12/.pc/pathnames1.7/configure.in:1373:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.7/configure.in-1374-	done	  
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-1389-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/pathnames1.7/configure.in:1390:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/pathnames1.7/configure.in:1391:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/pathnames1.7/configure.in-1392-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/pathnames1.7/configure.in-1393-            else					
gcl-2.6.12/.pc/pathnames1.7/configure.in:1394:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/pathnames1.7/configure.in-1395-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-1903-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/pathnames1.7/configure.in:1904:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/pathnames1.7/configure.in-1905-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-1925-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/pathnames1.7/configure.in:1926:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.7/configure.in-1927-    else
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-1947-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/pathnames1.7/configure.in:1948:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.7/configure.in-1949-else
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-1978-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/pathnames1.7/configure.in:1979:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.7/configure.in-1980-    fi
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-2010-	    
gcl-2.6.12/.pc/pathnames1.7/configure.in:2011:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/pathnames1.7/configure.in-2012-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-2025-	else
gcl-2.6.12/.pc/pathnames1.7/configure.in:2026:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/pathnames1.7/configure.in:2027:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/pathnames1.7/configure.in-2028-	    fi      
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-2065-    
gcl-2.6.12/.pc/pathnames1.7/configure.in:2066:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/pathnames1.7/configure.in-2067-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-2072-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/pathnames1.7/configure.in:2073:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/pathnames1.7/configure.in-2074-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.7/configure.in-2118-
gcl-2.6.12/.pc/pathnames1.7/configure.in:2119:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'` $TLDFLAGS"
gcl-2.6.12/.pc/pathnames1.7/configure.in-2120-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/pathnames1.9/cmpnew/gcl_cmpmain.lsp-84- (multiple-value-bind
gcl-2.6.12/.pc/pathnames1.9/cmpnew/gcl_cmpmain.lsp:85:  (code result) (system (mysub (ts string) "$" "\\$"))
gcl-2.6.12/.pc/pathnames1.9/cmpnew/gcl_cmpmain.lsp-86-    (unless (and (zerop code) (zerop result))
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/pathnames1.9/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.9/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/pathnames1.9/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/pathnames1.9/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.9/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-50-else
gcl-2.6.12/.pc/pathnames1.9/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/pathnames1.9/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/pathnames1.9/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/pathnames1.9/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/pathnames1.9/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/pathnames1.9/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/pathnames1.9/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/pathnames1.9/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-397-  {
gcl-2.6.12/.pc/pathnames1.9/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/pathnames1.9/configure-399-  }
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/pathnames1.9/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/pathnames1.9/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/pathnames1.9/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/pathnames1.9/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-846-  case $ac_option in
gcl-2.6.12/.pc/pathnames1.9/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/pathnames1.9/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/pathnames1.9/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/pathnames1.9/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.9/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.9/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/pathnames1.9/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/pathnames1.9/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.9/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.9/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/pathnames1.9/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/pathnames1.9/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.9/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.9/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/pathnames1.9/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/pathnames1.9/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/pathnames1.9/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/pathnames1.9/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-1183-  *=*)
gcl-2.6.12/.pc/pathnames1.9/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/pathnames1.9/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/pathnames1.9/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/pathnames1.9/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-1226-    */ )
gcl-2.6.12/.pc/pathnames1.9/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/pathnames1.9/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/pathnames1.9/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/pathnames1.9/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-1317-case $srcdir in
gcl-2.6.12/.pc/pathnames1.9/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/pathnames1.9/configure-1319-esac
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/pathnames1.9/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/pathnames1.9/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/pathnames1.9/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-1476-*)
gcl-2.6.12/.pc/pathnames1.9/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/pathnames1.9/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/pathnames1.9/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/pathnames1.9/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-2254-    *\'*)
gcl-2.6.12/.pc/pathnames1.9/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.9/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/pathnames1.9/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/pathnames1.9/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/pathnames1.9/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/pathnames1.9/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-2472-    set,)
gcl-2.6.12/.pc/pathnames1.9/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/pathnames1.9/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/pathnames1.9/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/pathnames1.9/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/pathnames1.9/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/pathnames1.9/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/pathnames1.9/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.9/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/pathnames1.9/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/pathnames1.9/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/pathnames1.9/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/pathnames1.9/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/pathnames1.9/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/pathnames1.9/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/pathnames1.9/configure-2609-
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-2618-else
gcl-2.6.12/.pc/pathnames1.9/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/pathnames1.9/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/pathnames1.9/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/pathnames1.9/configure-2642-
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-2644-canonical=$host
gcl-2.6.12/.pc/pathnames1.9/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/pathnames1.9/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/pathnames1.9/configure-2647-
gcl-2.6.12/.pc/pathnames1.9/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.9/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/pathnames1.9/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.9/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/pathnames1.9/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.9/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/pathnames1.9/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-2806-
gcl-2.6.12/.pc/pathnames1.9/configure:2807:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/pathnames1.9/configure-2808-
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-2815-
gcl-2.6.12/.pc/pathnames1.9/configure:2816:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/pathnames1.9/configure-2817-
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-3268-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/pathnames1.9/configure:3269:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/pathnames1.9/configure-3270-
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-3312-	then :; else
gcl-2.6.12/.pc/pathnames1.9/configure:3313:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/pathnames1.9/configure-3314-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-3372-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/pathnames1.9/configure:3373:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/pathnames1.9/configure-3374-	  break;;
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-3481-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/pathnames1.9/configure:3482:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/pathnames1.9/configure-3483-       break;;
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-3849-
gcl-2.6.12/.pc/pathnames1.9/configure:3850:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/pathnames1.9/configure-3851-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-3860-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/pathnames1.9/configure:3861:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/pathnames1.9/configure-3862-
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-4136-		       $CC foo.c -o foo
gcl-2.6.12/.pc/pathnames1.9/configure:4137:		       GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/pathnames1.9/configure-4138-		       rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-4211-
gcl-2.6.12/.pc/pathnames1.9/configure:4212:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure:4213:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/pathnames1.9/configure:4214:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure:4215:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure:4216:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure:4217:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure:4218:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure:4219:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure:4220:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure:4221:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure-4222-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/pathnames1.9/configure:4223:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure:4224:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure:4225:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure-4226-
gcl-2.6.12/.pc/pathnames1.9/configure-4227-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/pathnames1.9/configure:4228:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.9/configure:4229:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.9/configure-4230-else
gcl-2.6.12/.pc/pathnames1.9/configure-4231-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/pathnames1.9/configure:4232:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/pathnames1.9/configure:4233:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/pathnames1.9/configure-4234-    else
gcl-2.6.12/.pc/pathnames1.9/configure-4235-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/pathnames1.9/configure:4236:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.9/configure:4237:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.9/configure-4238-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-4242-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/pathnames1.9/configure:4243:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.9/configure:4244:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.9/configure-4245-fi
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-4304-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/pathnames1.9/configure:4305:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/pathnames1.9/configure-4306-else
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-4316-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/pathnames1.9/configure:4317:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/pathnames1.9/configure-4318-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-4348-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/pathnames1.9/configure:4349:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/pathnames1.9/configure-4350-*GNU*)
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-4414-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/pathnames1.9/configure:4415:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/pathnames1.9/configure-4416-*GNU*)
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-4575-do :
gcl-2.6.12/.pc/pathnames1.9/configure:4576:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/pathnames1.9/configure-4577-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-4580-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.9/configure:4581:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/pathnames1.9/configure-4582-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-4846-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/pathnames1.9/configure:4847:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/pathnames1.9/configure-4848-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-5123-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/pathnames1.9/configure:5124:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/pathnames1.9/configure-5125-    done
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-5233-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/pathnames1.9/configure:5234:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/pathnames1.9/configure-5235-do
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-5577-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/pathnames1.9/configure:5578:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/pathnames1.9/configure-5579-	rm -f foo.c foo
gcl-2.6.12/.pc/pathnames1.9/configure-5580-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/pathnames1.9/configure:5581:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/pathnames1.9/configure-5582-	else
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-5585-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/pathnames1.9/configure:5586:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/pathnames1.9/configure-5587-	else
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-6946-	k=0;
gcl-2.6.12/.pc/pathnames1.9/configure:6947:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/pathnames1.9/configure-6948-	max=0;
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-6950-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/pathnames1.9/configure:6951:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.9/configure-6952-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-6960-            fi;
gcl-2.6.12/.pc/pathnames1.9/configure:6961:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.9/configure-6962-	done
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-6980-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/pathnames1.9/configure:6981:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/pathnames1.9/configure:6982:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/pathnames1.9/configure-6983-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-6985-            else
gcl-2.6.12/.pc/pathnames1.9/configure:6986:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/pathnames1.9/configure-6987-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-7333-do :
gcl-2.6.12/.pc/pathnames1.9/configure:7334:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/pathnames1.9/configure-7335-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-7337-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/pathnames1.9/configure:7338:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/pathnames1.9/configure-7339-_ACEOF
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-8478-
gcl-2.6.12/.pc/pathnames1.9/configure:8479:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/pathnames1.9/configure:8480:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/pathnames1.9/configure-8481-else
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-8547-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/pathnames1.9/configure:8548:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.9/configure-8549-    else
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-8571-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/pathnames1.9/configure:8572:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.9/configure-8573-else
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-8604-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/pathnames1.9/configure:8605:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.9/configure-8606-    fi
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-8687-
gcl-2.6.12/.pc/pathnames1.9/configure:8688:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/pathnames1.9/configure-8689-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-8702-	else
gcl-2.6.12/.pc/pathnames1.9/configure:8703:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/pathnames1.9/configure:8704:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/pathnames1.9/configure-8705-	    fi
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-8742-
gcl-2.6.12/.pc/pathnames1.9/configure:8743:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/pathnames1.9/configure-8744-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-8784-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/pathnames1.9/configure:8785:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/pathnames1.9/configure-8786-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9000-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/pathnames1.9/configure:9001:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/pathnames1.9/configure-9002-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9063-
gcl-2.6.12/.pc/pathnames1.9/configure:9064:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/pathnames1.9/configure-9065-
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9185-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/pathnames1.9/configure:9186:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/pathnames1.9/configure-9187-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9252-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/pathnames1.9/configure:9253:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.9/configure-9254-  as_echo='print -r --'
gcl-2.6.12/.pc/pathnames1.9/configure-9255-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/pathnames1.9/configure:9256:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/pathnames1.9/configure-9257-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9259-else
gcl-2.6.12/.pc/pathnames1.9/configure:9260:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/pathnames1.9/configure-9261-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9269-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/pathnames1.9/configure:9270:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/pathnames1.9/configure-9271-      esac;
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9346-# ----------------------------------------
gcl-2.6.12/.pc/pathnames1.9/configure:9347:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/pathnames1.9/configure-9348-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9418-  {
gcl-2.6.12/.pc/pathnames1.9/configure:9419:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/pathnames1.9/configure-9420-  }
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9522-      case $as_dir in #(
gcl-2.6.12/.pc/pathnames1.9/configure:9523:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/pathnames1.9/configure-9524-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9653-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/pathnames1.9/configure:9654:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/pathnames1.9/configure-9655-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9675-  --*=?*)
gcl-2.6.12/.pc/pathnames1.9/configure:9676:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/pathnames1.9/configure:9677:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/pathnames1.9/configure-9678-    ac_shift=:
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9680-  --*=)
gcl-2.6.12/.pc/pathnames1.9/configure:9681:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/pathnames1.9/configure-9682-    ac_optarg=
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9704-    case $ac_optarg in
gcl-2.6.12/.pc/pathnames1.9/configure:9705:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.9/configure-9706-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9712-    case $ac_optarg in
gcl-2.6.12/.pc/pathnames1.9/configure:9713:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/pathnames1.9/configure-9714-    esac
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9836-fi
gcl-2.6.12/.pc/pathnames1.9/configure:9837:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/pathnames1.9/configure-9838-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9853-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/pathnames1.9/configure:9854:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/pathnames1.9/configure-9855-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9859-
gcl-2.6.12/.pc/pathnames1.9/configure:9860:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/pathnames1.9/configure-9861-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-9997-for ac_last_try in false false :; do
gcl-2.6.12/.pc/pathnames1.9/configure:9998:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/pathnames1.9/configure-9999-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-10129-      esac
gcl-2.6.12/.pc/pathnames1.9/configure:10130:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/pathnames1.9/configure-10131-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-10188-*)
gcl-2.6.12/.pc/pathnames1.9/configure:10189:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/pathnames1.9/configure-10190-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/pathnames1.9/configure:10191:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/pathnames1.9/configure-10192-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-10240-/@mandir@/p'
gcl-2.6.12/.pc/pathnames1.9/configure:10241:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/pathnames1.9/configure-10242-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-10257-
gcl-2.6.12/.pc/pathnames1.9/configure:10258:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/pathnames1.9/configure-10259-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure-10283-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/pathnames1.9/configure:10284:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/pathnames1.9/configure-10285-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-15-canonical=$host
gcl-2.6.12/.pc/pathnames1.9/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/pathnames1.9/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/pathnames1.9/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/pathnames1.9/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/pathnames1.9/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/pathnames1.9/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/pathnames1.9/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-109-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/pathnames1.9/configure.in:110:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/pathnames1.9/configure.in-111-
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-113-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/pathnames1.9/configure.in:114:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/pathnames1.9/configure.in-115-
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-181-AC_SUBST(CC)
gcl-2.6.12/.pc/pathnames1.9/configure.in:182:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/pathnames1.9/configure.in-183-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-191-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/pathnames1.9/configure.in:192:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/pathnames1.9/configure.in-193-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-346-		       $CC foo.c -o foo
gcl-2.6.12/.pc/pathnames1.9/configure.in:347:		       GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/pathnames1.9/configure.in-348-		       rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-412-
gcl-2.6.12/.pc/pathnames1.9/configure.in:413:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure.in:414:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/pathnames1.9/configure.in:415:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure.in:416:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure.in:417:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure.in:418:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure.in:419:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure.in:420:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure.in:421:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure.in:422:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure.in-423-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/pathnames1.9/configure.in:424:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure.in:425:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure.in:426:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/pathnames1.9/configure.in-427-
gcl-2.6.12/.pc/pathnames1.9/configure.in-428-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/pathnames1.9/configure.in:429:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.9/configure.in:430:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/pathnames1.9/configure.in-431-else 
gcl-2.6.12/.pc/pathnames1.9/configure.in-432-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/pathnames1.9/configure.in:433:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/pathnames1.9/configure.in:434:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/pathnames1.9/configure.in-435-    else 
gcl-2.6.12/.pc/pathnames1.9/configure.in-436-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/pathnames1.9/configure.in:437:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.9/configure.in:438:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/pathnames1.9/configure.in-439-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-443-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/pathnames1.9/configure.in:444:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.9/configure.in:445:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/pathnames1.9/configure.in-446-fi
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-462-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/pathnames1.9/configure.in:463:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/pathnames1.9/configure.in-464-else
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-473-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/pathnames1.9/configure.in:474:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/pathnames1.9/configure.in-475-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-563-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/pathnames1.9/configure.in:564:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/pathnames1.9/configure.in-565-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-790-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/pathnames1.9/configure.in:791:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/pathnames1.9/configure.in-792-	rm -f foo.c foo
gcl-2.6.12/.pc/pathnames1.9/configure.in-793-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/pathnames1.9/configure.in:794:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/pathnames1.9/configure.in-795-	else
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-798-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/pathnames1.9/configure.in:799:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/pathnames1.9/configure.in-800-	else
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-1354-	k=0;
gcl-2.6.12/.pc/pathnames1.9/configure.in:1355:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/pathnames1.9/configure.in-1356-	max=0;
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-1358-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/pathnames1.9/configure.in:1359:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.9/configure.in-1360-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-1368-            fi;
gcl-2.6.12/.pc/pathnames1.9/configure.in:1369:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/pathnames1.9/configure.in-1370-	done	  
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-1385-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/pathnames1.9/configure.in:1386:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/pathnames1.9/configure.in:1387:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/pathnames1.9/configure.in-1388-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/pathnames1.9/configure.in-1389-            else					
gcl-2.6.12/.pc/pathnames1.9/configure.in:1390:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/pathnames1.9/configure.in-1391-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-1899-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/pathnames1.9/configure.in:1900:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/pathnames1.9/configure.in-1901-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-1921-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/pathnames1.9/configure.in:1922:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.9/configure.in-1923-    else
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-1943-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/pathnames1.9/configure.in:1944:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.9/configure.in-1945-else
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-1974-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/pathnames1.9/configure.in:1975:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/pathnames1.9/configure.in-1976-    fi
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-2006-	    
gcl-2.6.12/.pc/pathnames1.9/configure.in:2007:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/pathnames1.9/configure.in-2008-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-2021-	else
gcl-2.6.12/.pc/pathnames1.9/configure.in:2022:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/pathnames1.9/configure.in:2023:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/pathnames1.9/configure.in-2024-	    fi      
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-2061-    
gcl-2.6.12/.pc/pathnames1.9/configure.in:2062:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/pathnames1.9/configure.in-2063-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-2068-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/pathnames1.9/configure.in:2069:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/pathnames1.9/configure.in-2070-	fi
##############################################
gcl-2.6.12/.pc/pathnames1.9/configure.in-2114-
gcl-2.6.12/.pc/pathnames1.9/configure.in:2115:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/pathnames1.9/configure.in-2116-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/pathnames1.9/h/compprotos.h-85-object cadar(object);
gcl-2.6.12/.pc/pathnames1.9/h/compprotos.h:86:object caddr(object);
gcl-2.6.12/.pc/pathnames1.9/h/compprotos.h-87-object cdaar(object);
##############################################
gcl-2.6.12/.pc/pathnames1.9/h/compprotos.h-93-object caadar(object);
gcl-2.6.12/.pc/pathnames1.9/h/compprotos.h:94:object caaddr(object);
gcl-2.6.12/.pc/pathnames1.9/h/compprotos.h-95-object cadaar(object);
##############################################
gcl-2.6.12/.pc/pathnames1.9/h/compprotos.h-101-object cdadar(object);
gcl-2.6.12/.pc/pathnames1.9/h/compprotos.h:102:object cdaddr(object);
gcl-2.6.12/.pc/pathnames1.9/h/compprotos.h-103-object cddaar(object);
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-259-static void
gcl-2.6.12/.pc/pathnames1.9/o/print.d:260:write_addr(x)
gcl-2.6.12/.pc/pathnames1.9/o/print.d-261-object x;
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-638-		write_str("#<FREE OBJECT ");
gcl-2.6.12/.pc/pathnames1.9/o/print.d:639:		write_addr(x);
gcl-2.6.12/.pc/pathnames1.9/o/print.d-640-		write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-917-			write_str("#<array ");
gcl-2.6.12/.pc/pathnames1.9/o/print.d:918:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.9/o/print.d-919-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1008-			write_str("#<vector ");
gcl-2.6.12/.pc/pathnames1.9/o/print.d:1009:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1010-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1080-			write_str("#<bit-vector ");
gcl-2.6.12/.pc/pathnames1.9/o/print.d:1081:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1082-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1225-		write_str("#<hash-table ");
gcl-2.6.12/.pc/pathnames1.9/o/print.d:1226:		write_addr(x);
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1227-		write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1271-			write_str("#<broadcast stream ");
gcl-2.6.12/.pc/pathnames1.9/o/print.d:1272:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1273-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1277-			write_str("#<concatenated stream ");
gcl-2.6.12/.pc/pathnames1.9/o/print.d:1278:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1279-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1283-			write_str("#<two-way stream ");
gcl-2.6.12/.pc/pathnames1.9/o/print.d:1284:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1285-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1289-			write_str("#<echo stream ");
gcl-2.6.12/.pc/pathnames1.9/o/print.d:1290:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1291-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1306-			write_str("#<use-define stream");
gcl-2.6.12/.pc/pathnames1.9/o/print.d:1307:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1308-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1313-			write_str("#<string-output stream ");
gcl-2.6.12/.pc/pathnames1.9/o/print.d:1314:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1315-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1376-		write_str("#<readtable ");
gcl-2.6.12/.pc/pathnames1.9/o/print.d:1377:		write_addr(x);
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1378-		write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1389-			write_str("#<pathname ");
gcl-2.6.12/.pc/pathnames1.9/o/print.d:1390:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1391-			write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1402-		else
gcl-2.6.12/.pc/pathnames1.9/o/print.d:1403:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1404-		write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1412-		else
gcl-2.6.12/.pc/pathnames1.9/o/print.d:1413:			write_addr(x);
gcl-2.6.12/.pc/pathnames1.9/o/print.d-1414-		write_str(">");
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/sockets.c-289-  hostid = lisp_copy_to_null_terminated(host_id,buf,sizeof(buf));
gcl-2.6.12/.pc/pathnames1.9/o/sockets.c:290:  addr.s_addr = inet_addr(hostid);
gcl-2.6.12/.pc/pathnames1.9/o/sockets.c:291:  h = /* gethostbyaddr((char *)&addr, 4, AF_INET); */
gcl-2.6.12/.pc/pathnames1.9/o/sockets.c-292-#ifdef STATIC_LINKING
##############################################
gcl-2.6.12/.pc/pathnames1.9/o/sockets.c-294-#else
gcl-2.6.12/.pc/pathnames1.9/o/sockets.c:295:  gethostbyaddr((char *)&addr, 4, AF_INET);
gcl-2.6.12/.pc/pathnames1.9/o/sockets.c-296-#endif
##############################################
gcl-2.6.12/.pc/pathnames1.11/lsp/gcl_listlib.lsp-167-  (declare (optimize (safety 2)))
gcl-2.6.12/.pc/pathnames1.11/lsp/gcl_listlib.lsp:168:  (caddr (cddddr x)))
gcl-2.6.12/.pc/pathnames1.11/lsp/gcl_listlib.lsp-169-(defun eighth (x) 
##############################################
gcl-2.6.12/.pc/pathnames1.11/o/list.d-678-object cadar(x) object x;   {  return(car(cdr(car(x))));  }
gcl-2.6.12/.pc/pathnames1.11/o/list.d:679:object caddr(x) object x;   {  return(car(cdr(cdr(x))));  }
gcl-2.6.12/.pc/pathnames1.11/o/list.d-680-object cdaar(x) object x;   {  return(cdr(car(car(x))));  }
##############################################
gcl-2.6.12/.pc/pathnames1.11/o/list.d-686-object caadar(x) object x;  {  return(car(car(cdr(car(x)))));  }
gcl-2.6.12/.pc/pathnames1.11/o/list.d:687:object caaddr(x) object x;  {  return(car(car(cdr(cdr(x)))));  }
gcl-2.6.12/.pc/pathnames1.11/o/list.d-688-object cadaar(x) object x;  {  return(car(cdr(car(car(x)))));  }
##############################################
gcl-2.6.12/.pc/pathnames1.11/o/list.d-694-object cdadar(x) object x;  {  return(cdr(car(cdr(car(x)))));  }
gcl-2.6.12/.pc/pathnames1.11/o/list.d:695:object cdaddr(x) object x;  {  return(cdr(car(cdr(cdr(x)))));  }
gcl-2.6.12/.pc/pathnames1.11/o/list.d-696-object cddaar(x) object x;  {  return(cdr(cdr(car(car(x)))));  }
##############################################
gcl-2.6.12/.pc/pathnames1.12/lsp/gcl_listlib.lsp-167-  (declare (optimize (safety 2)))
gcl-2.6.12/.pc/pathnames1.12/lsp/gcl_listlib.lsp:168:  (caddr (cddddr x)))
gcl-2.6.12/.pc/pathnames1.12/lsp/gcl_listlib.lsp-169-(defun eighth (x) 
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpcall.lsp-191-                  )))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpcall.lsp:192:         (c2lambda-expr lambda-list (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpcall.lsp-193-         )
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpcall.lsp-200-	      
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpcall.lsp:201:	 (c2let (car lambda-list) args (caddr (cddr lambda-expr)))))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpcall.lsp-202-  )
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpfun.lsp-682-                     (1 (cons 'cadr (cdr args)))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpfun.lsp:683:                     (2 (cons 'caddr (cdr args)))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpfun.lsp-684-                     (3 (cons 'cadddr (cdr args)))
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpfun.lsp-686-                     (5 (list 'cadr (cons 'cddddr (cdr args))))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpfun.lsp:687:                     (6 (list 'caddr (cons 'cddddr (cdr args))))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpfun.lsp-688-                     (7 (list 'cadddr (cons 'cddddr (cdr args))))
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmplam.lsp-648-  (dolist** (kwd keywords)
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmplam.lsp:649:    (cond ((and (eq (caaddr kwd) 'LOCATION) (null (caddr (caddr kwd))))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmplam.lsp-650-           ;;; Cnil has been set if keyword parameter is not supplied.
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmplam.lsp-886-            (when (cadddr kwd) (c2dm-reserve-v (cadddr kwd))))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmplam.lsp:887:  (dolist** (aux (caddr (cddddr vl)))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmplam.lsp-888-            (c2dm-reserve-v (car aux)))
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmplam.lsp-901-                        (allow-other-keys (cadr (cddddr vl)))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmplam.lsp:902:                        (auxs (caddr (cddddr vl)))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmplam.lsp-903-                        )
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp-525-;;CAADDR
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp:526: (push '((t) t #.(flags)"caaddr(#0)")
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp-527-   (get 'caaddr 'inline-safe))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp:528:(push '((t) t #.(flags)"CMPcaaddr(#0)")
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp-529-   (get 'caaddr 'inline-unsafe))
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp-573-;;CADDR
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp:574: (push '((t) t #.(flags)"caddr(#0)")
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp-575-   (get 'caddr 'inline-safe))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp:576:(push '((t) t #.(flags)"CMPcaddr(#0)")
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp-577-   (get 'caddr 'inline-unsafe))
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp-615-;;CDADDR
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp:616: (push '((t) t #.(flags)"cdaddr(#0)")
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp-617-   (get 'cdaddr 'inline-safe))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp:618:(push '((t) t #.(flags)"CMPcdaddr(#0)")
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp-619-   (get 'cdaddr 'inline-unsafe))
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp-809-                                             'FIXNUM-VALUE)
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp:810:                                            (EQUAL (CADDR (CADR LOC1))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp-811-                                             2))
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp-1221-;;THIRD
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp:1222: (push '((t) t #.(flags)"caddr(#0)")
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp-1223-   (get 'third 'inline-safe))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp:1224:(push '((t) t #.(flags)"CMPcaddr(#0)")
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmpopt.lsp-1225-   (get 'third 'inline-unsafe))
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-439-    (push (list (car def)
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp:440:                (caddr (si:defmacro* (car def) (cadr def) (cddr def))))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-441-          *funs*))
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-815-		  (setf (var-loc (car v)) (cdr v)))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp:816:              (c2expr (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-817-              
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-1010-      
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp:1011:      (setq deflt (mapcar 'caddr (ll-keywords ll)))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-1012-      (let ((vkdefaults nil)
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-1120-      (wt-nl "goto TTL;") (wt-nl1 "TTL:;"))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp:1121:    (c2expr (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-1122-    
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-1154-         (when *compiler-push-events* (wt-nl "ihs_check;"))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp:1155:         (c2lambda-expr (lambda-list lambda-expr) (caddr (cddr lambda-expr)) fname)
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-1156-         (wt-nl1 "}")
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-1255-	(t
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp:1256:	 (let ((addr (make-info))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-1257-	       (data (make-info)))
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-1714-	(when *compiler-push-events* (wt-nl "ihs_check;"))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp:1715:	(c2expr (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp:1716:	;(c2lambda-expr (lambda-list lambda-expr) (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-1717-;;; Use base if defined for lint
##############################################
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-1766-   (if closure-p
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp:1767:       (c2lambda-expr (lambda-list lambda-expr) (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-1768-     (c2lambda-expr (lambda-list lambda-expr)
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp:1769:		    (caddr (cddr lambda-expr)) fun))
gcl-2.6.12/.pc/list_order.1/cmpnew/gcl_cmptop.lsp-1770-   (wt-nl1 "}")
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-52-
gcl-2.6.12/.pc/list_order.1/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
gcl-2.6.12/.pc/list_order.1/config.sub-54-
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
gcl-2.6.12/.pc/list_order.1/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gcl-2.6.12/.pc/list_order.1/config.sub-117-case $maybe_os in
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-123-    os=-$maybe_os
gcl-2.6.12/.pc/list_order.1/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gcl-2.6.12/.pc/list_order.1/config.sub-125-    ;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-127-    os=-linux-android
gcl-2.6.12/.pc/list_order.1/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
gcl-2.6.12/.pc/list_order.1/config.sub-129-    ;;
gcl-2.6.12/.pc/list_order.1/config.sub-130-  *)
gcl-2.6.12/.pc/list_order.1/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gcl-2.6.12/.pc/list_order.1/config.sub-132-    if [ $basic_machine != $1 ]
gcl-2.6.12/.pc/list_order.1/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
gcl-2.6.12/.pc/list_order.1/config.sub-134-    else os=; fi
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-181-		os=-sco5v6
gcl-2.6.12/.pc/list_order.1/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/.pc/list_order.1/config.sub-183-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-185-		os=-sco3.2v5
gcl-2.6.12/.pc/list_order.1/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/.pc/list_order.1/config.sub-187-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-189-		os=-sco3.2v4
gcl-2.6.12/.pc/list_order.1/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/.pc/list_order.1/config.sub-191-		;;
gcl-2.6.12/.pc/list_order.1/config.sub-192-	-sco3.2.[4-9]*)
gcl-2.6.12/.pc/list_order.1/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gcl-2.6.12/.pc/list_order.1/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/.pc/list_order.1/config.sub-195-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
gcl-2.6.12/.pc/list_order.1/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/.pc/list_order.1/config.sub-199-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
gcl-2.6.12/.pc/list_order.1/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/.pc/list_order.1/config.sub-203-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-205-		os=-sco3.2v2
gcl-2.6.12/.pc/list_order.1/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/.pc/list_order.1/config.sub-207-		;;
gcl-2.6.12/.pc/list_order.1/config.sub-208-	-udk*)
gcl-2.6.12/.pc/list_order.1/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/.pc/list_order.1/config.sub-210-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-212-		os=-isc2.2
gcl-2.6.12/.pc/list_order.1/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/.pc/list_order.1/config.sub-214-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-218-	-isc*)
gcl-2.6.12/.pc/list_order.1/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/.pc/list_order.1/config.sub-220-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-230-	-ptx*)
gcl-2.6.12/.pc/list_order.1/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gcl-2.6.12/.pc/list_order.1/config.sub-232-		;;
gcl-2.6.12/.pc/list_order.1/config.sub-233-	-windowsnt*)
gcl-2.6.12/.pc/list_order.1/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gcl-2.6.12/.pc/list_order.1/config.sub-235-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-361-	*-*-*)
gcl-2.6.12/.pc/list_order.1/config.sub:362:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gcl-2.6.12/.pc/list_order.1/config.sub-363-		exit 1
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-485-	amd64-*)
gcl-2.6.12/.pc/list_order.1/config.sub:486:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-487-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-527-	blackfin-*)
gcl-2.6.12/.pc/list_order.1/config.sub:528:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-529-		os=-linux
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-535-	c54x-*)
gcl-2.6.12/.pc/list_order.1/config.sub:536:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-537-		;;
gcl-2.6.12/.pc/list_order.1/config.sub-538-	c55x-*)
gcl-2.6.12/.pc/list_order.1/config.sub:539:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-540-		;;
gcl-2.6.12/.pc/list_order.1/config.sub-541-	c6x-*)
gcl-2.6.12/.pc/list_order.1/config.sub:542:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-543-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-738-	i*86v32)
gcl-2.6.12/.pc/list_order.1/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/.pc/list_order.1/config.sub-740-		os=-sysv32
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-742-	i*86v4*)
gcl-2.6.12/.pc/list_order.1/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/.pc/list_order.1/config.sub-744-		os=-sysv4
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-746-	i*86v)
gcl-2.6.12/.pc/list_order.1/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/.pc/list_order.1/config.sub-748-		os=-sysv
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-750-	i*86sol2)
gcl-2.6.12/.pc/list_order.1/config.sub:751:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/.pc/list_order.1/config.sub-752-		os=-solaris2
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-780-	m68knommu-*)
gcl-2.6.12/.pc/list_order.1/config.sub:781:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-782-		os=-linux
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-817-	mips3*-*)
gcl-2.6.12/.pc/list_order.1/config.sub:818:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gcl-2.6.12/.pc/list_order.1/config.sub-819-		;;
gcl-2.6.12/.pc/list_order.1/config.sub-820-	mips3*)
gcl-2.6.12/.pc/list_order.1/config.sub:821:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gcl-2.6.12/.pc/list_order.1/config.sub-822-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-835-	ms1-*)
gcl-2.6.12/.pc/list_order.1/config.sub:836:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gcl-2.6.12/.pc/list_order.1/config.sub-837-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-954-	parisc-*)
gcl-2.6.12/.pc/list_order.1/config.sub:955:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-956-		os=-linux
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-970-	pc98-*)
gcl-2.6.12/.pc/list_order.1/config.sub:971:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-972-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-985-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gcl-2.6.12/.pc/list_order.1/config.sub:986:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-987-		;;
gcl-2.6.12/.pc/list_order.1/config.sub-988-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gcl-2.6.12/.pc/list_order.1/config.sub:989:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-990-		;;
gcl-2.6.12/.pc/list_order.1/config.sub-991-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gcl-2.6.12/.pc/list_order.1/config.sub:992:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-993-		;;
gcl-2.6.12/.pc/list_order.1/config.sub-994-	pentium4-*)
gcl-2.6.12/.pc/list_order.1/config.sub:995:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-996-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1004-	ppc-* | ppcbe-*)
gcl-2.6.12/.pc/list_order.1/config.sub:1005:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-1006-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1010-	ppcle-* | powerpclittle-*)
gcl-2.6.12/.pc/list_order.1/config.sub:1011:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-1012-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1014-		;;
gcl-2.6.12/.pc/list_order.1/config.sub:1015:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-1016-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1020-	ppc64le-* | powerpc64little-*)
gcl-2.6.12/.pc/list_order.1/config.sub:1021:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-1022-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1103-	strongarm-* | thumb-*)
gcl-2.6.12/.pc/list_order.1/config.sub:1104:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub-1105-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1233-	xscale-* | xscalee[bl]-*)
gcl-2.6.12/.pc/list_order.1/config.sub:1234:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
gcl-2.6.12/.pc/list_order.1/config.sub-1235-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1310-	*)
gcl-2.6.12/.pc/list_order.1/config.sub:1311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gcl-2.6.12/.pc/list_order.1/config.sub-1312-		exit 1
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1318-	*-digital*)
gcl-2.6.12/.pc/list_order.1/config.sub:1319:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gcl-2.6.12/.pc/list_order.1/config.sub-1320-		;;
gcl-2.6.12/.pc/list_order.1/config.sub-1321-	*-commodore*)
gcl-2.6.12/.pc/list_order.1/config.sub:1322:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gcl-2.6.12/.pc/list_order.1/config.sub-1323-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1339-	-solaris1 | -solaris1.*)
gcl-2.6.12/.pc/list_order.1/config.sub:1340:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gcl-2.6.12/.pc/list_order.1/config.sub-1341-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1351-	-gnu/linux*)
gcl-2.6.12/.pc/list_order.1/config.sub:1352:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gcl-2.6.12/.pc/list_order.1/config.sub-1353-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1397-	-nto*)
gcl-2.6.12/.pc/list_order.1/config.sub:1398:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gcl-2.6.12/.pc/list_order.1/config.sub-1399-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1404-	-mac*)
gcl-2.6.12/.pc/list_order.1/config.sub:1405:		os=`echo $os | sed -e 's|mac|macos|'`
gcl-2.6.12/.pc/list_order.1/config.sub-1406-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1410-	-linux*)
gcl-2.6.12/.pc/list_order.1/config.sub:1411:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gcl-2.6.12/.pc/list_order.1/config.sub-1412-		;;
gcl-2.6.12/.pc/list_order.1/config.sub-1413-	-sunos5*)
gcl-2.6.12/.pc/list_order.1/config.sub:1414:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gcl-2.6.12/.pc/list_order.1/config.sub-1415-		;;
gcl-2.6.12/.pc/list_order.1/config.sub-1416-	-sunos6*)
gcl-2.6.12/.pc/list_order.1/config.sub:1417:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gcl-2.6.12/.pc/list_order.1/config.sub-1418-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1465-	-sinix5.*)
gcl-2.6.12/.pc/list_order.1/config.sub:1466:		os=`echo $os | sed -e 's|sinix|sysv|'`
gcl-2.6.12/.pc/list_order.1/config.sub-1467-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1518-		# Get rid of the `-' at the beginning of $os.
gcl-2.6.12/.pc/list_order.1/config.sub:1519:		os=`echo $os | sed 's/[^-]*-//'`
gcl-2.6.12/.pc/list_order.1/config.sub:1520:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gcl-2.6.12/.pc/list_order.1/config.sub-1521-		exit 1
##############################################
gcl-2.6.12/.pc/list_order.1/config.sub-1781-		esac
gcl-2.6.12/.pc/list_order.1/config.sub:1782:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gcl-2.6.12/.pc/list_order.1/config.sub-1783-		;;
##############################################
gcl-2.6.12/.pc/list_order.1/h/att_ext.h-235-object cadar();
gcl-2.6.12/.pc/list_order.1/h/att_ext.h:236:object caddr();
gcl-2.6.12/.pc/list_order.1/h/att_ext.h-237-object cdaar();
##############################################
gcl-2.6.12/.pc/list_order.1/h/att_ext.h-243-object caadar();
gcl-2.6.12/.pc/list_order.1/h/att_ext.h:244:object caaddr();
gcl-2.6.12/.pc/list_order.1/h/att_ext.h-245-object cadaar();
##############################################
gcl-2.6.12/.pc/list_order.1/h/att_ext.h-251-object cdadar();
gcl-2.6.12/.pc/list_order.1/h/att_ext.h:252:object cdaddr();
gcl-2.6.12/.pc/list_order.1/h/att_ext.h-253-object cddaar();
##############################################
gcl-2.6.12/.pc/list_order.1/h/compdefs.h-78-CMPcadar(x) 
gcl-2.6.12/.pc/list_order.1/h/compdefs.h:79:CMPcaddr(x) 
gcl-2.6.12/.pc/list_order.1/h/compdefs.h-80-CMPcdaar(x) 
##############################################
gcl-2.6.12/.pc/list_order.1/h/compdefs.h-86-CMPcaadar(x)
gcl-2.6.12/.pc/list_order.1/h/compdefs.h:87:CMPcaaddr(x)
gcl-2.6.12/.pc/list_order.1/h/compdefs.h-88-CMPcadaar(x)
##############################################
gcl-2.6.12/.pc/list_order.1/h/compdefs.h-94-CMPcdadar(x)
gcl-2.6.12/.pc/list_order.1/h/compdefs.h:95:CMPcdaddr(x)
gcl-2.6.12/.pc/list_order.1/h/compdefs.h-96-CMPcddaar(x)
##############################################
gcl-2.6.12/.pc/list_order.1/h/compprotos.h-85-object cadar(object);
gcl-2.6.12/.pc/list_order.1/h/compprotos.h:86:object caddr(object);
gcl-2.6.12/.pc/list_order.1/h/compprotos.h-87-object cdaar(object);
##############################################
gcl-2.6.12/.pc/list_order.1/h/compprotos.h-93-object caadar(object);
gcl-2.6.12/.pc/list_order.1/h/compprotos.h:94:object caaddr(object);
gcl-2.6.12/.pc/list_order.1/h/compprotos.h-95-object cadaar(object);
##############################################
gcl-2.6.12/.pc/list_order.1/h/compprotos.h-101-object cdadar(object);
gcl-2.6.12/.pc/list_order.1/h/compprotos.h:102:object cdaddr(object);
gcl-2.6.12/.pc/list_order.1/h/compprotos.h-103-object cddaar(object);
##############################################
gcl-2.6.12/.pc/list_order.1/h/notcomp.h-316-#define Mcadar(x)	(x)->c.c_car->c.c_cdr->c.c_car
gcl-2.6.12/.pc/list_order.1/h/notcomp.h:317:#define Mcaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car
gcl-2.6.12/.pc/list_order.1/h/notcomp.h-318-#define Mcdaar(x)	(x)->c.c_car->c.c_car->c.c_cdr
##############################################
gcl-2.6.12/.pc/list_order.1/h/notcomp.h-324-#define Mcaadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/list_order.1/h/notcomp.h:325:#define Mcaaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/list_order.1/h/notcomp.h-326-#define Mcadaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_car
##############################################
gcl-2.6.12/.pc/list_order.1/h/notcomp.h-332-#define Mcdadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/list_order.1/h/notcomp.h:333:#define Mcdaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/list_order.1/h/notcomp.h-334-#define Mcddaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_cdr
##############################################
gcl-2.6.12/.pc/list_order.1/h/protoize.h-1395-void Lcadadr(void);
gcl-2.6.12/.pc/list_order.1/h/protoize.h:1396:void Lcaaddr(void);
gcl-2.6.12/.pc/list_order.1/h/protoize.h-1397-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/list_order.1/h/protoize.h-1507-void Lcddadr(void);
gcl-2.6.12/.pc/list_order.1/h/protoize.h:1508:void Lcdaddr(void);
gcl-2.6.12/.pc/list_order.1/h/protoize.h-1509-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/list_order.1/h/protoize.h-1684-void Lcdadr(void);
gcl-2.6.12/.pc/list_order.1/h/protoize.h:1685:void Lcaddr(void);
gcl-2.6.12/.pc/list_order.1/h/protoize.h-1686-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/list_order.1/lsp/gcl_setf.lsp-152-(defsetf cdadr (x) (y) `(progn (rplacd (cadr ,x) ,y) ,y))
gcl-2.6.12/.pc/list_order.1/lsp/gcl_setf.lsp:153:(defsetf caddr (x) (y) `(progn (rplaca (cddr ,x) ,y) ,y))
gcl-2.6.12/.pc/list_order.1/lsp/gcl_setf.lsp-154-(defsetf cdddr (x) (y) `(progn (rplacd (cddr ,x) ,y) ,y))
##############################################
gcl-2.6.12/.pc/list_order.1/lsp/gcl_setf.lsp-166-(defsetf cddadr (x) (y) `(progn (rplacd (cdadr ,x) ,y) ,y))
gcl-2.6.12/.pc/list_order.1/lsp/gcl_setf.lsp:167:(defsetf caaddr (x) (y) `(progn (rplaca (caddr ,x) ,y) ,y))
gcl-2.6.12/.pc/list_order.1/lsp/gcl_setf.lsp:168:(defsetf cdaddr (x) (y) `(progn (rplacd (caddr ,x) ,y) ,y))
gcl-2.6.12/.pc/list_order.1/lsp/gcl_setf.lsp-169-(defsetf cadddr (x) (y) `(progn (rplaca (cdddr ,x) ,y) ,y))
##############################################
gcl-2.6.12/.pc/list_order.1/o/assignment.c-324-	if (fun == sLgetf) 
gcl-2.6.12/.pc/list_order.1/o/assignment.c:325:	  Ieval(Mcaddr(args));
gcl-2.6.12/.pc/list_order.1/o/assignment.c-326-	if (fun == sLaref) { f = siLaset; goto EVAL; }
##############################################
gcl-2.6.12/.pc/list_order.1/o/cfun.c-31-
gcl-2.6.12/.pc/list_order.1/o/cfun.c:32:#define PADDR(i) ((void *)(long)(sSPinit->s.s_dbind->v.v_self[fix(i)]))
gcl-2.6.12/.pc/list_order.1/o/cfun.c-33-object sSPinit,sSPmemory;
##############################################
gcl-2.6.12/.pc/list_order.1/o/cfun.c-116-  dcheck_type(sSPmemory->s.s_dbind,t_cfdata);
gcl-2.6.12/.pc/list_order.1/o/cfun.c:117:  name=make_cclosure_new(PADDR(address),name,Cnil,
gcl-2.6.12/.pc/list_order.1/o/cfun.c-118-			 sSPmemory->s.s_dbind);
##############################################
gcl-2.6.12/.pc/list_order.1/o/cfun.c-138-  dcheck_type(address,t_fixnum);
gcl-2.6.12/.pc/list_order.1/o/cfun.c:139:  return MFsfun(name,PADDR(address),fix(argd),sSPmemory->s.s_dbind);RETURN1(name);
gcl-2.6.12/.pc/list_order.1/o/cfun.c-140-}
##############################################
gcl-2.6.12/.pc/list_order.1/o/cfun.c-160-{ /* 3 args */
gcl-2.6.12/.pc/list_order.1/o/cfun.c:161:  MFvfun(name,PADDR(address),fix(argd),sSPmemory->s.s_dbind);
gcl-2.6.12/.pc/list_order.1/o/cfun.c-162-  RETURN1(name);
##############################################
gcl-2.6.12/.pc/list_order.1/o/cfun.c-175-{ /* 4 args */
gcl-2.6.12/.pc/list_order.1/o/cfun.c:176: MFvfun_key(symbol,PADDR(address),fix(argd),sSPmemory->s.s_dbind,PADDR(keys));
gcl-2.6.12/.pc/list_order.1/o/cfun.c-177- RETURN1(symbol);
##############################################
gcl-2.6.12/.pc/list_order.1/o/cfun.c-202-{ /* 2 args */
gcl-2.6.12/.pc/list_order.1/o/cfun.c:203:  MFnew(name,PADDR(addr),sSPmemory->s.s_dbind);
gcl-2.6.12/.pc/list_order.1/o/cfun.c-204-  RETURN1(name);
##############################################
gcl-2.6.12/.pc/list_order.1/o/cfun.c-241-{ /* 2 args */
gcl-2.6.12/.pc/list_order.1/o/cfun.c:242:  MM(name,PADDR(addr),
gcl-2.6.12/.pc/list_order.1/o/cfun.c-243-    /* bit wasteful to pass these in just to be reset to themselves..*/
##############################################
gcl-2.6.12/.pc/list_order.1/o/eval.c-724-			if (MMcadr(x) == sSmacro) {
gcl-2.6.12/.pc/list_order.1/o/eval.c:725:				x = MMcaddr(x);
gcl-2.6.12/.pc/list_order.1/o/eval.c-726-				goto EVAL_MACRO;
gcl-2.6.12/.pc/list_order.1/o/eval.c-727-			}
gcl-2.6.12/.pc/list_order.1/o/eval.c:728:			x = MMcaddr(x);
gcl-2.6.12/.pc/list_order.1/o/eval.c-729-			goto EVAL_ARGS;
##############################################
gcl-2.6.12/.pc/list_order.1/o/eval.c-906-			if (MMcadr(x) == sSmacro) {
gcl-2.6.12/.pc/list_order.1/o/eval.c:907:				x = MMcaddr(x);
gcl-2.6.12/.pc/list_order.1/o/eval.c-908-				goto EVAL_MACRO;
gcl-2.6.12/.pc/list_order.1/o/eval.c-909-			}
gcl-2.6.12/.pc/list_order.1/o/eval.c:910:			x = MMcaddr(x);
gcl-2.6.12/.pc/list_order.1/o/eval.c-911-			goto EVAL_ARGS;
##############################################
gcl-2.6.12/.pc/list_order.1/o/list.d-678-object cadar(x) object x;   {  return(car(cdr(car(x))));  }
gcl-2.6.12/.pc/list_order.1/o/list.d:679:object caddr(x) object x;   {  return(car(cdr(cdr(x))));  }
gcl-2.6.12/.pc/list_order.1/o/list.d-680-object cdaar(x) object x;   {  return(cdr(car(car(x))));  }
##############################################
gcl-2.6.12/.pc/list_order.1/o/list.d-686-object caadar(x) object x;  {  return(car(car(cdr(car(x)))));  }
gcl-2.6.12/.pc/list_order.1/o/list.d:687:object caaddr(x) object x;  {  return(car(car(cdr(cdr(x)))));  }
gcl-2.6.12/.pc/list_order.1/o/list.d-688-object cadaar(x) object x;  {  return(car(cdr(car(car(x)))));  }
##############################################
gcl-2.6.12/.pc/list_order.1/o/list.d-694-object cdadar(x) object x;  {  return(cdr(car(cdr(car(x)))));  }
gcl-2.6.12/.pc/list_order.1/o/list.d:695:object cdaddr(x) object x;  {  return(cdr(car(cdr(cdr(x)))));  }
gcl-2.6.12/.pc/list_order.1/o/list.d-696-object cddaar(x) object x;  {  return(cdr(cdr(car(car(x)))));  }
##############################################
gcl-2.6.12/.pc/list_order.1/o/makefun.c-3-
gcl-2.6.12/.pc/list_order.1/o/makefun.c:4:#define PADDR(i) ((void *)(sSPinit->s.s_dbind->fixa.fixa_self[Mfix(i)]))
gcl-2.6.12/.pc/list_order.1/o/makefun.c-5-/* eg:
##############################################
gcl-2.6.12/.pc/list_order.1/o/makefun.c-70-  va_list ap;
gcl-2.6.12/.pc/list_order.1/o/makefun.c:71:  object fun = fSmakefun(IisSymbol(sym),PADDR(addr_ind),Mfix(argd));
gcl-2.6.12/.pc/list_order.1/o/makefun.c-72-  if (nargs > 0)
##############################################
gcl-2.6.12/.pc/list_order.1/o/makefun.c-77-	   of the closure variables not the actual variables */
gcl-2.6.12/.pc/list_order.1/o/makefun.c:78:	{ fun->cl.cl_env[nargs]= (object) PADDR(fun->cl.cl_env[nargs]);}
gcl-2.6.12/.pc/list_order.1/o/makefun.c-79-      va_end(ap);
##############################################
gcl-2.6.12/.pc/list_order.1/o/makefun.c-104-   the objects")
gcl-2.6.12/.pc/list_order.1/o/makefun.c:105:{ set_key_struct(PADDR(key_struct_ind),sSPmemory->s.s_dbind);
gcl-2.6.12/.pc/list_order.1/o/makefun.c-106-  return Cnil;
##############################################
gcl-2.6.12/.pc/list_order.1/o/makefun.c-226-{ int (*fn)();
gcl-2.6.12/.pc/list_order.1/o/makefun.c:227:  fn = (void *) PADDR(x);
gcl-2.6.12/.pc/list_order.1/o/makefun.c-228-  (*fn)();
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-259-static void
gcl-2.6.12/.pc/list_order.1/o/print.d:260:write_addr(x)
gcl-2.6.12/.pc/list_order.1/o/print.d-261-object x;
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-638-		write_str("#<FREE OBJECT ");
gcl-2.6.12/.pc/list_order.1/o/print.d:639:		write_addr(x);
gcl-2.6.12/.pc/list_order.1/o/print.d-640-		write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-917-			write_str("#<array ");
gcl-2.6.12/.pc/list_order.1/o/print.d:918:			write_addr(x);
gcl-2.6.12/.pc/list_order.1/o/print.d-919-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-1008-			write_str("#<vector ");
gcl-2.6.12/.pc/list_order.1/o/print.d:1009:			write_addr(x);
gcl-2.6.12/.pc/list_order.1/o/print.d-1010-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-1080-			write_str("#<bit-vector ");
gcl-2.6.12/.pc/list_order.1/o/print.d:1081:			write_addr(x);
gcl-2.6.12/.pc/list_order.1/o/print.d-1082-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-1225-		write_str("#<hash-table ");
gcl-2.6.12/.pc/list_order.1/o/print.d:1226:		write_addr(x);
gcl-2.6.12/.pc/list_order.1/o/print.d-1227-		write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-1270-			write_str("#<broadcast stream ");
gcl-2.6.12/.pc/list_order.1/o/print.d:1271:			write_addr(x);
gcl-2.6.12/.pc/list_order.1/o/print.d-1272-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-1276-			write_str("#<concatenated stream ");
gcl-2.6.12/.pc/list_order.1/o/print.d:1277:			write_addr(x);
gcl-2.6.12/.pc/list_order.1/o/print.d-1278-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-1282-			write_str("#<two-way stream ");
gcl-2.6.12/.pc/list_order.1/o/print.d:1283:			write_addr(x);
gcl-2.6.12/.pc/list_order.1/o/print.d-1284-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-1288-			write_str("#<echo stream ");
gcl-2.6.12/.pc/list_order.1/o/print.d:1289:			write_addr(x);
gcl-2.6.12/.pc/list_order.1/o/print.d-1290-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-1305-			write_str("#<use-define stream");
gcl-2.6.12/.pc/list_order.1/o/print.d:1306:			write_addr(x);
gcl-2.6.12/.pc/list_order.1/o/print.d-1307-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-1312-			write_str("#<string-output stream ");
gcl-2.6.12/.pc/list_order.1/o/print.d:1313:			write_addr(x);
gcl-2.6.12/.pc/list_order.1/o/print.d-1314-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-1375-		write_str("#<readtable ");
gcl-2.6.12/.pc/list_order.1/o/print.d:1376:		write_addr(x);
gcl-2.6.12/.pc/list_order.1/o/print.d-1377-		write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-1388-			write_str("#<pathname ");
gcl-2.6.12/.pc/list_order.1/o/print.d:1389:			write_addr(x);
gcl-2.6.12/.pc/list_order.1/o/print.d-1390-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-1401-		else
gcl-2.6.12/.pc/list_order.1/o/print.d:1402:			write_addr(x);
gcl-2.6.12/.pc/list_order.1/o/print.d-1403-		write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.1/o/print.d-1411-		else
gcl-2.6.12/.pc/list_order.1/o/print.d:1412:			write_addr(x);
gcl-2.6.12/.pc/list_order.1/o/print.d-1413-		write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.1/o/reference.c-125-			vs_base = vs_top;
gcl-2.6.12/.pc/list_order.1/o/reference.c:126:			vs_push(MMcaddr(fd));
gcl-2.6.12/.pc/list_order.1/o/reference.c-127-		}
##############################################
gcl-2.6.12/.pc/list_order.1/o/sgbc.c-363-  char *faddr;
gcl-2.6.12/.pc/list_order.1/o/sgbc.c:364:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/list_order.1/o/sgbc.c-365-
##############################################
gcl-2.6.12/.pc/list_order.1/o/sgbc.c-928-#ifdef GET_FAULT_ADDR
gcl-2.6.12/.pc/list_order.1/o/sgbc.c:929:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/list_order.1/o/sgbc.c-930-  debug_fault = (long) faddr;
##############################################
gcl-2.6.12/.pc/list_order.5/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/list_order.5/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/list_order.5/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/list_order.5/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/list_order.5/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/list_order.5/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/list_order.5/configure-50-else
gcl-2.6.12/.pc/list_order.5/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/list_order.5/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/list_order.5/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/list_order.5/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/list_order.5/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/list_order.5/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/list_order.5/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/list_order.5/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/list_order.5/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/list_order.5/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/list_order.5/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/list_order.5/configure-397-  {
gcl-2.6.12/.pc/list_order.5/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/list_order.5/configure-399-  }
##############################################
gcl-2.6.12/.pc/list_order.5/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/list_order.5/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/list_order.5/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/list_order.5/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/list_order.5/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/list_order.5/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/list_order.5/configure-846-  case $ac_option in
gcl-2.6.12/.pc/list_order.5/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/list_order.5/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/list_order.5/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/list_order.5/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/list_order.5/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/list_order.5/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/list_order.5/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/list_order.5/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/list_order.5/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/list_order.5/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/list_order.5/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/list_order.5/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/list_order.5/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/list_order.5/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/list_order.5/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/list_order.5/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/list_order.5/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/list_order.5/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/list_order.5/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/list_order.5/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/list_order.5/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/list_order.5/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/list_order.5/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/list_order.5/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/list_order.5/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/list_order.5/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/list_order.5/configure-1183-  *=*)
gcl-2.6.12/.pc/list_order.5/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/list_order.5/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/list_order.5/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/list_order.5/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/list_order.5/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/list_order.5/configure-1226-    */ )
gcl-2.6.12/.pc/list_order.5/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/list_order.5/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/list_order.5/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/list_order.5/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/list_order.5/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/list_order.5/configure-1317-case $srcdir in
gcl-2.6.12/.pc/list_order.5/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/list_order.5/configure-1319-esac
##############################################
gcl-2.6.12/.pc/list_order.5/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/list_order.5/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/list_order.5/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/list_order.5/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/list_order.5/configure-1476-*)
gcl-2.6.12/.pc/list_order.5/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/list_order.5/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/list_order.5/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/list_order.5/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/list_order.5/configure-2254-    *\'*)
gcl-2.6.12/.pc/list_order.5/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/list_order.5/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/list_order.5/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/list_order.5/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/list_order.5/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/list_order.5/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/list_order.5/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/list_order.5/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/list_order.5/configure-2472-    set,)
gcl-2.6.12/.pc/list_order.5/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/list_order.5/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/list_order.5/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/list_order.5/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/list_order.5/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/list_order.5/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/list_order.5/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/list_order.5/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/list_order.5/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/list_order.5/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/list_order.5/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/list_order.5/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/list_order.5/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/list_order.5/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/list_order.5/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/list_order.5/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/list_order.5/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/list_order.5/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/list_order.5/configure-2609-
##############################################
gcl-2.6.12/.pc/list_order.5/configure-2618-else
gcl-2.6.12/.pc/list_order.5/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/list_order.5/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/list_order.5/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/list_order.5/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/list_order.5/configure-2642-
##############################################
gcl-2.6.12/.pc/list_order.5/configure-2644-canonical=$host
gcl-2.6.12/.pc/list_order.5/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/list_order.5/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/list_order.5/configure-2647-
gcl-2.6.12/.pc/list_order.5/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/list_order.5/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/list_order.5/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/list_order.5/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/list_order.5/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/list_order.5/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/list_order.5/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/list_order.5/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/list_order.5/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/list_order.5/configure-2806-
gcl-2.6.12/.pc/list_order.5/configure:2807:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/list_order.5/configure-2808-
##############################################
gcl-2.6.12/.pc/list_order.5/configure-2815-
gcl-2.6.12/.pc/list_order.5/configure:2816:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/list_order.5/configure-2817-
##############################################
gcl-2.6.12/.pc/list_order.5/configure-3268-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/list_order.5/configure:3269:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/list_order.5/configure-3270-
##############################################
gcl-2.6.12/.pc/list_order.5/configure-3312-	then :; else
gcl-2.6.12/.pc/list_order.5/configure:3313:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/list_order.5/configure-3314-	fi
##############################################
gcl-2.6.12/.pc/list_order.5/configure-3372-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/list_order.5/configure:3373:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/list_order.5/configure-3374-	  break;;
##############################################
gcl-2.6.12/.pc/list_order.5/configure-3481-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/list_order.5/configure:3482:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/list_order.5/configure-3483-       break;;
##############################################
gcl-2.6.12/.pc/list_order.5/configure-3849-
gcl-2.6.12/.pc/list_order.5/configure:3850:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/list_order.5/configure-3851-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/list_order.5/configure-3860-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/list_order.5/configure:3861:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/list_order.5/configure-3862-
##############################################
gcl-2.6.12/.pc/list_order.5/configure-4136-		       $CC foo.c -o foo
gcl-2.6.12/.pc/list_order.5/configure:4137:		       GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/list_order.5/configure-4138-		       rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/list_order.5/configure-4211-
gcl-2.6.12/.pc/list_order.5/configure:4212:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure:4213:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/list_order.5/configure:4214:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure:4215:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure:4216:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure:4217:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure:4218:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure:4219:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure:4220:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure:4221:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure-4222-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/list_order.5/configure:4223:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure:4224:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure:4225:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure-4226-
gcl-2.6.12/.pc/list_order.5/configure-4227-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/list_order.5/configure:4228:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/list_order.5/configure:4229:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/list_order.5/configure-4230-else
gcl-2.6.12/.pc/list_order.5/configure-4231-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/list_order.5/configure:4232:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/list_order.5/configure:4233:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/list_order.5/configure-4234-    else
gcl-2.6.12/.pc/list_order.5/configure-4235-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/list_order.5/configure:4236:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/list_order.5/configure:4237:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/list_order.5/configure-4238-	fi
##############################################
gcl-2.6.12/.pc/list_order.5/configure-4242-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/list_order.5/configure:4243:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/list_order.5/configure:4244:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/list_order.5/configure-4245-fi
##############################################
gcl-2.6.12/.pc/list_order.5/configure-4304-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/list_order.5/configure:4305:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/list_order.5/configure-4306-else
##############################################
gcl-2.6.12/.pc/list_order.5/configure-4316-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/list_order.5/configure:4317:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/list_order.5/configure-4318-	fi
##############################################
gcl-2.6.12/.pc/list_order.5/configure-4348-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/list_order.5/configure:4349:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/list_order.5/configure-4350-*GNU*)
##############################################
gcl-2.6.12/.pc/list_order.5/configure-4414-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/list_order.5/configure:4415:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/list_order.5/configure-4416-*GNU*)
##############################################
gcl-2.6.12/.pc/list_order.5/configure-4575-do :
gcl-2.6.12/.pc/list_order.5/configure:4576:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/list_order.5/configure-4577-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/list_order.5/configure-4580-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/list_order.5/configure:4581:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/list_order.5/configure-4582-_ACEOF
##############################################
gcl-2.6.12/.pc/list_order.5/configure-4846-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/list_order.5/configure:4847:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/list_order.5/configure-4848-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/list_order.5/configure-5123-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/list_order.5/configure:5124:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/list_order.5/configure-5125-    done
##############################################
gcl-2.6.12/.pc/list_order.5/configure-5233-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/list_order.5/configure:5234:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/list_order.5/configure-5235-do
##############################################
gcl-2.6.12/.pc/list_order.5/configure-5577-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/list_order.5/configure:5578:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/list_order.5/configure-5579-	rm -f foo.c foo
gcl-2.6.12/.pc/list_order.5/configure-5580-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/list_order.5/configure:5581:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/list_order.5/configure-5582-	else
##############################################
gcl-2.6.12/.pc/list_order.5/configure-5585-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/list_order.5/configure:5586:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/list_order.5/configure-5587-	else
##############################################
gcl-2.6.12/.pc/list_order.5/configure-6946-	k=0;
gcl-2.6.12/.pc/list_order.5/configure:6947:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/list_order.5/configure-6948-	max=0;
##############################################
gcl-2.6.12/.pc/list_order.5/configure-6950-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/list_order.5/configure:6951:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/list_order.5/configure-6952-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/list_order.5/configure-6960-            fi;
gcl-2.6.12/.pc/list_order.5/configure:6961:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/list_order.5/configure-6962-	done
##############################################
gcl-2.6.12/.pc/list_order.5/configure-6980-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/list_order.5/configure:6981:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/list_order.5/configure:6982:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/list_order.5/configure-6983-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/list_order.5/configure-6985-            else
gcl-2.6.12/.pc/list_order.5/configure:6986:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/list_order.5/configure-6987-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/list_order.5/configure-7333-do :
gcl-2.6.12/.pc/list_order.5/configure:7334:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/list_order.5/configure-7335-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/list_order.5/configure-7337-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/list_order.5/configure:7338:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/list_order.5/configure-7339-_ACEOF
##############################################
gcl-2.6.12/.pc/list_order.5/configure-8478-
gcl-2.6.12/.pc/list_order.5/configure:8479:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/list_order.5/configure:8480:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/list_order.5/configure-8481-else
##############################################
gcl-2.6.12/.pc/list_order.5/configure-8547-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/list_order.5/configure:8548:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/list_order.5/configure-8549-    else
##############################################
gcl-2.6.12/.pc/list_order.5/configure-8571-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/list_order.5/configure:8572:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/list_order.5/configure-8573-else
##############################################
gcl-2.6.12/.pc/list_order.5/configure-8604-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/list_order.5/configure:8605:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/list_order.5/configure-8606-    fi
##############################################
gcl-2.6.12/.pc/list_order.5/configure-8687-
gcl-2.6.12/.pc/list_order.5/configure:8688:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/list_order.5/configure-8689-	fi
##############################################
gcl-2.6.12/.pc/list_order.5/configure-8702-	else
gcl-2.6.12/.pc/list_order.5/configure:8703:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/list_order.5/configure:8704:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/list_order.5/configure-8705-	    fi
##############################################
gcl-2.6.12/.pc/list_order.5/configure-8742-
gcl-2.6.12/.pc/list_order.5/configure:8743:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/list_order.5/configure-8744-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/list_order.5/configure-8784-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/list_order.5/configure:8785:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/list_order.5/configure-8786-	fi
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9000-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/list_order.5/configure:9001:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/list_order.5/configure-9002-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9063-
gcl-2.6.12/.pc/list_order.5/configure:9064:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/list_order.5/configure-9065-
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9185-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/list_order.5/configure:9186:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/list_order.5/configure-9187-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9252-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/list_order.5/configure:9253:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/list_order.5/configure-9254-  as_echo='print -r --'
gcl-2.6.12/.pc/list_order.5/configure-9255-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/list_order.5/configure:9256:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/list_order.5/configure-9257-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9259-else
gcl-2.6.12/.pc/list_order.5/configure:9260:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/list_order.5/configure-9261-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9269-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/list_order.5/configure:9270:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/list_order.5/configure-9271-      esac;
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9346-# ----------------------------------------
gcl-2.6.12/.pc/list_order.5/configure:9347:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/list_order.5/configure-9348-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9418-  {
gcl-2.6.12/.pc/list_order.5/configure:9419:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/list_order.5/configure-9420-  }
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9522-      case $as_dir in #(
gcl-2.6.12/.pc/list_order.5/configure:9523:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/list_order.5/configure-9524-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9653-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/list_order.5/configure:9654:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/list_order.5/configure-9655-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9675-  --*=?*)
gcl-2.6.12/.pc/list_order.5/configure:9676:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/list_order.5/configure:9677:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/list_order.5/configure-9678-    ac_shift=:
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9680-  --*=)
gcl-2.6.12/.pc/list_order.5/configure:9681:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/list_order.5/configure-9682-    ac_optarg=
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9704-    case $ac_optarg in
gcl-2.6.12/.pc/list_order.5/configure:9705:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/list_order.5/configure-9706-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9712-    case $ac_optarg in
gcl-2.6.12/.pc/list_order.5/configure:9713:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/list_order.5/configure-9714-    esac
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9836-fi
gcl-2.6.12/.pc/list_order.5/configure:9837:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/list_order.5/configure-9838-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9853-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/list_order.5/configure:9854:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/list_order.5/configure-9855-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9859-
gcl-2.6.12/.pc/list_order.5/configure:9860:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/list_order.5/configure-9861-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/list_order.5/configure-9997-for ac_last_try in false false :; do
gcl-2.6.12/.pc/list_order.5/configure:9998:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/list_order.5/configure-9999-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/list_order.5/configure-10129-      esac
gcl-2.6.12/.pc/list_order.5/configure:10130:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/list_order.5/configure-10131-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/list_order.5/configure-10188-*)
gcl-2.6.12/.pc/list_order.5/configure:10189:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/list_order.5/configure-10190-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/list_order.5/configure:10191:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/list_order.5/configure-10192-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/list_order.5/configure-10240-/@mandir@/p'
gcl-2.6.12/.pc/list_order.5/configure:10241:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/list_order.5/configure-10242-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/list_order.5/configure-10257-
gcl-2.6.12/.pc/list_order.5/configure:10258:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/list_order.5/configure-10259-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/list_order.5/configure-10283-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/list_order.5/configure:10284:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/list_order.5/configure-10285-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-15-canonical=$host
gcl-2.6.12/.pc/list_order.5/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/list_order.5/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/list_order.5/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/list_order.5/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/list_order.5/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/list_order.5/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/list_order.5/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-109-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/list_order.5/configure.in:110:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/list_order.5/configure.in-111-
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-113-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/list_order.5/configure.in:114:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/list_order.5/configure.in-115-
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-181-AC_SUBST(CC)
gcl-2.6.12/.pc/list_order.5/configure.in:182:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/list_order.5/configure.in-183-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-191-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/list_order.5/configure.in:192:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/list_order.5/configure.in-193-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-346-		       $CC foo.c -o foo
gcl-2.6.12/.pc/list_order.5/configure.in:347:		       GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/list_order.5/configure.in-348-		       rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-412-
gcl-2.6.12/.pc/list_order.5/configure.in:413:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure.in:414:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/list_order.5/configure.in:415:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure.in:416:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure.in:417:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure.in:418:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure.in:419:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure.in:420:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure.in:421:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure.in:422:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure.in-423-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/list_order.5/configure.in:424:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure.in:425:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure.in:426:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.5/configure.in-427-
gcl-2.6.12/.pc/list_order.5/configure.in-428-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/list_order.5/configure.in:429:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/list_order.5/configure.in:430:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/list_order.5/configure.in-431-else 
gcl-2.6.12/.pc/list_order.5/configure.in-432-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/list_order.5/configure.in:433:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/list_order.5/configure.in:434:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/list_order.5/configure.in-435-    else 
gcl-2.6.12/.pc/list_order.5/configure.in-436-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/list_order.5/configure.in:437:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/list_order.5/configure.in:438:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/list_order.5/configure.in-439-	fi
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-443-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/list_order.5/configure.in:444:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/list_order.5/configure.in:445:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/list_order.5/configure.in-446-fi
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-462-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/list_order.5/configure.in:463:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/list_order.5/configure.in-464-else
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-473-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/list_order.5/configure.in:474:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/list_order.5/configure.in-475-	fi
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-563-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/list_order.5/configure.in:564:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/list_order.5/configure.in-565-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-790-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/list_order.5/configure.in:791:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/list_order.5/configure.in-792-	rm -f foo.c foo
gcl-2.6.12/.pc/list_order.5/configure.in-793-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/list_order.5/configure.in:794:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/list_order.5/configure.in-795-	else
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-798-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/list_order.5/configure.in:799:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/list_order.5/configure.in-800-	else
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-1354-	k=0;
gcl-2.6.12/.pc/list_order.5/configure.in:1355:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/list_order.5/configure.in-1356-	max=0;
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-1358-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/list_order.5/configure.in:1359:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/list_order.5/configure.in-1360-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-1368-            fi;
gcl-2.6.12/.pc/list_order.5/configure.in:1369:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/list_order.5/configure.in-1370-	done	  
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-1385-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/list_order.5/configure.in:1386:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/list_order.5/configure.in:1387:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/list_order.5/configure.in-1388-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/list_order.5/configure.in-1389-            else					
gcl-2.6.12/.pc/list_order.5/configure.in:1390:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/list_order.5/configure.in-1391-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-1899-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/list_order.5/configure.in:1900:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/list_order.5/configure.in-1901-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-1921-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/list_order.5/configure.in:1922:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/list_order.5/configure.in-1923-    else
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-1943-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/list_order.5/configure.in:1944:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/list_order.5/configure.in-1945-else
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-1974-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/list_order.5/configure.in:1975:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/list_order.5/configure.in-1976-    fi
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-2006-	    
gcl-2.6.12/.pc/list_order.5/configure.in:2007:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/list_order.5/configure.in-2008-	fi
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-2021-	else
gcl-2.6.12/.pc/list_order.5/configure.in:2022:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/list_order.5/configure.in:2023:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/list_order.5/configure.in-2024-	    fi      
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-2061-    
gcl-2.6.12/.pc/list_order.5/configure.in:2062:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/list_order.5/configure.in-2063-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-2068-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/list_order.5/configure.in:2069:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/list_order.5/configure.in-2070-	fi
##############################################
gcl-2.6.12/.pc/list_order.5/configure.in-2114-
gcl-2.6.12/.pc/list_order.5/configure.in:2115:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/list_order.5/configure.in-2116-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/list_order.6/o/eval.c-733-			if (MMcadr(x) == sSmacro) {
gcl-2.6.12/.pc/list_order.6/o/eval.c:734:				x = MMcaddr(x);
gcl-2.6.12/.pc/list_order.6/o/eval.c-735-				goto EVAL_MACRO;
gcl-2.6.12/.pc/list_order.6/o/eval.c-736-			}
gcl-2.6.12/.pc/list_order.6/o/eval.c:737:			x = MMcaddr(x);
gcl-2.6.12/.pc/list_order.6/o/eval.c-738-			goto EVAL_ARGS;
##############################################
gcl-2.6.12/.pc/list_order.6/o/eval.c-909-			if (MMcadr(x) == sSmacro) {
gcl-2.6.12/.pc/list_order.6/o/eval.c:910:				x = MMcaddr(x);
gcl-2.6.12/.pc/list_order.6/o/eval.c-911-				goto EVAL_MACRO;
gcl-2.6.12/.pc/list_order.6/o/eval.c-912-			}
gcl-2.6.12/.pc/list_order.6/o/eval.c:913:			x = MMcaddr(x);
gcl-2.6.12/.pc/list_order.6/o/eval.c-914-			goto EVAL_ARGS;
##############################################
gcl-2.6.12/.pc/list_order.6/o/sgbc.c-364-  char *faddr;
gcl-2.6.12/.pc/list_order.6/o/sgbc.c:365:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/list_order.6/o/sgbc.c-366-
##############################################
gcl-2.6.12/.pc/list_order.6/o/sgbc.c-916-#ifdef GET_FAULT_ADDR
gcl-2.6.12/.pc/list_order.6/o/sgbc.c:917:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/list_order.6/o/sgbc.c-918-  debug_fault = (long) faddr;
##############################################
gcl-2.6.12/.pc/defined_real_maxpage/h/386-gnu.h-5-/*  #define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO */
gcl-2.6.12/.pc/defined_real_maxpage/h/386-gnu.h:6:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/.pc/defined_real_maxpage/h/386-gnu.h-7-/*   ((siginfo_t *)code)->si_addr */
##############################################
gcl-2.6.12/.pc/defined_real_maxpage/h/386-gnu.h-33-#ifndef SA_SIGINFO
gcl-2.6.12/.pc/defined_real_maxpage/h/386-gnu.h:34:#define GET_FAULT_ADDR(sig,code,sv,a) ((char *)code)
gcl-2.6.12/.pc/defined_real_maxpage/h/386-gnu.h-35-#define SA_SIGINFO 0
gcl-2.6.12/.pc/defined_real_maxpage/h/386-gnu.h-36-#else
gcl-2.6.12/.pc/defined_real_maxpage/h/386-gnu.h:37:#define GET_FAULT_ADDR(sig,code,sv,a) ((siginfo_t *)code)->si_addr
gcl-2.6.12/.pc/defined_real_maxpage/h/386-gnu.h-38-#endif
gcl-2.6.12/.pc/defined_real_maxpage/h/386-gnu.h:39:/* #define GET_FAULT_ADDR(sig,code,sv,a) ((void *)(((struct sigcontext *)(&code))->cr2)) */
gcl-2.6.12/.pc/defined_real_maxpage/h/386-gnu.h-40-#endif
##############################################
gcl-2.6.12/.pc/defined_real_maxpage/h/m68k-linux.h-30-
gcl-2.6.12/.pc/defined_real_maxpage/h/m68k-linux.h:31:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/.pc/defined_real_maxpage/h/m68k-linux.h-32-    ({\
##############################################
gcl-2.6.12/.pc/defined_real_maxpage/h/sh4-linux.h-5-/*  #define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO */
gcl-2.6.12/.pc/defined_real_maxpage/h/sh4-linux.h:6:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/.pc/defined_real_maxpage/h/sh4-linux.h-7-/*   ((siginfo_t *)code)->si_addr */
##############################################
gcl-2.6.12/.pc/defined_real_maxpage/h/sh4-linux.h-32-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/.pc/defined_real_maxpage/h/sh4-linux.h:33:#define GET_FAULT_ADDR(sig,code,sv,a) ((siginfo_t *)code)->si_addr
gcl-2.6.12/.pc/defined_real_maxpage/h/sh4-linux.h:34:/* #define GET_FAULT_ADDR(sig,code,sv,a) ((void *)(((struct sigcontext *)(&code))->cr2)) */
gcl-2.6.12/.pc/defined_real_maxpage/h/sh4-linux.h-35-#endif
##############################################
gcl-2.6.12/.pc/defined_real_maxpage/h/sh4-linux.h-52-   p=(void *)((unsigned long)p & ~(PAGESIZE-1)); \
gcl-2.6.12/.pc/defined_real_maxpage/h/sh4-linux.h:53:   for (;p<pe;p++) /*+=PAGESIZE?*/ asm __volatile__ ("ocbp @%0\n\t": : "r" (p) : "memory");\
gcl-2.6.12/.pc/defined_real_maxpage/h/sh4-linux.h-54-}
##############################################
gcl-2.6.12/.pc/list_order.7/h/m68k-linux.h-30-
gcl-2.6.12/.pc/list_order.7/h/m68k-linux.h:31:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/.pc/list_order.7/h/m68k-linux.h-32-    ({\
##############################################
gcl-2.6.12/.pc/list_order.7/o/sgbc.c-364-  char *faddr;
gcl-2.6.12/.pc/list_order.7/o/sgbc.c:365:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/list_order.7/o/sgbc.c-366-
##############################################
gcl-2.6.12/.pc/list_order.7/o/sgbc.c-916-#ifdef GET_FAULT_ADDR
gcl-2.6.12/.pc/list_order.7/o/sgbc.c:917:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/list_order.7/o/sgbc.c-918-  debug_fault = (long) faddr;
##############################################
gcl-2.6.12/.pc/list_order.8/o/sgbc.c-364-  char *faddr;
gcl-2.6.12/.pc/list_order.8/o/sgbc.c:365:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/list_order.8/o/sgbc.c-366-
##############################################
gcl-2.6.12/.pc/list_order.8/o/sgbc.c-916-#ifdef GET_FAULT_ADDR
gcl-2.6.12/.pc/list_order.8/o/sgbc.c:917:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/list_order.8/o/sgbc.c-918-  debug_fault = (long) faddr;
##############################################
gcl-2.6.12/.pc/list_order.9/o/sgbc.c-364-  char *faddr;
gcl-2.6.12/.pc/list_order.9/o/sgbc.c:365:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/list_order.9/o/sgbc.c-366-
##############################################
gcl-2.6.12/.pc/list_order.9/o/sgbc.c-917-#ifdef GET_FAULT_ADDR
gcl-2.6.12/.pc/list_order.9/o/sgbc.c:918:  faddr=GET_FAULT_ADDR(sig,code,scp,addr); 
gcl-2.6.12/.pc/list_order.9/o/sgbc.c-919-  debug_fault = (long) faddr;
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-261-static void
gcl-2.6.12/.pc/list_order.11/o/print.d:262:write_addr(x)
gcl-2.6.12/.pc/list_order.11/o/print.d-263-object x;
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-740-		write_str("#<FREE OBJECT ");
gcl-2.6.12/.pc/list_order.11/o/print.d:741:		write_addr(x);
gcl-2.6.12/.pc/list_order.11/o/print.d-742-		write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-951-			write_str("#<array ");
gcl-2.6.12/.pc/list_order.11/o/print.d:952:			write_addr(x);
gcl-2.6.12/.pc/list_order.11/o/print.d-953-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-1042-			write_str("#<vector ");
gcl-2.6.12/.pc/list_order.11/o/print.d:1043:			write_addr(x);
gcl-2.6.12/.pc/list_order.11/o/print.d-1044-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-1114-			write_str("#<bit-vector ");
gcl-2.6.12/.pc/list_order.11/o/print.d:1115:			write_addr(x);
gcl-2.6.12/.pc/list_order.11/o/print.d-1116-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-1259-		write_str("#<hash-table ");
gcl-2.6.12/.pc/list_order.11/o/print.d:1260:		write_addr(x);
gcl-2.6.12/.pc/list_order.11/o/print.d-1261-		write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-1304-			write_str("#<broadcast stream ");
gcl-2.6.12/.pc/list_order.11/o/print.d:1305:			write_addr(x);
gcl-2.6.12/.pc/list_order.11/o/print.d-1306-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-1310-			write_str("#<concatenated stream ");
gcl-2.6.12/.pc/list_order.11/o/print.d:1311:			write_addr(x);
gcl-2.6.12/.pc/list_order.11/o/print.d-1312-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-1316-			write_str("#<two-way stream ");
gcl-2.6.12/.pc/list_order.11/o/print.d:1317:			write_addr(x);
gcl-2.6.12/.pc/list_order.11/o/print.d-1318-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-1322-			write_str("#<echo stream ");
gcl-2.6.12/.pc/list_order.11/o/print.d:1323:			write_addr(x);
gcl-2.6.12/.pc/list_order.11/o/print.d-1324-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-1339-			write_str("#<use-define stream");
gcl-2.6.12/.pc/list_order.11/o/print.d:1340:			write_addr(x);
gcl-2.6.12/.pc/list_order.11/o/print.d-1341-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-1346-			write_str("#<string-output stream ");
gcl-2.6.12/.pc/list_order.11/o/print.d:1347:			write_addr(x);
gcl-2.6.12/.pc/list_order.11/o/print.d-1348-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-1409-		write_str("#<readtable ");
gcl-2.6.12/.pc/list_order.11/o/print.d:1410:		write_addr(x);
gcl-2.6.12/.pc/list_order.11/o/print.d-1411-		write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-1422-			write_str("#<pathname ");
gcl-2.6.12/.pc/list_order.11/o/print.d:1423:			write_addr(x);
gcl-2.6.12/.pc/list_order.11/o/print.d-1424-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-1435-		else
gcl-2.6.12/.pc/list_order.11/o/print.d:1436:			write_addr(x);
gcl-2.6.12/.pc/list_order.11/o/print.d-1437-		write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.11/o/print.d-1445-		else
gcl-2.6.12/.pc/list_order.11/o/print.d:1446:			write_addr(x);
gcl-2.6.12/.pc/list_order.11/o/print.d-1447-		write_str(">");
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-50-else
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-397-  {
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-399-  }
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-846-  case $ac_option in
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1183-  *=*)
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1226-    */ )
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1317-case $srcdir in
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1319-esac
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1476-*)
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2254-    *\'*)
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2472-    set,)
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2609-
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2618-else
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2642-
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2644-canonical=$host
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2647-
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2806-
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2807:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2808-
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2815-
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:2816:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-2817-
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-3268-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:3269:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-3270-
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-3312-	then :; else
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:3313:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-3314-	fi
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-3372-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:3373:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-3374-	  break;;
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-3481-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:3482:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-3483-       break;;
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-3849-
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:3850:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-3851-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-3860-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:3861:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-3862-
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4136-		       $CC foo.c -o foo
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4137:		       GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4138-		       rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4212-
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4213:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4214:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4215:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4216:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4217:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4218:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4219:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4220:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4221:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4222:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4223-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4224:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4225:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4226:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4227-
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4228-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4229:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4230:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4231-else
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4232-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4233:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4234:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4235-    else
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4236-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4237:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4238:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4239-	fi
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4243-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4244:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4245:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4246-fi
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4305-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4306:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4307-else
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4317-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4318:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4319-	fi
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4349-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4350:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4351-*GNU*)
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4415-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4416:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4417-*GNU*)
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4576-do :
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4577:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4578-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4581-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4582:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4583-_ACEOF
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4847-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:4848:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-4849-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-5124-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:5125:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-5126-    done
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-5234-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:5235:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-5236-do
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-5578-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:5579:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-5580-	rm -f foo.c foo
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-5581-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:5582:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-5583-	else
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-5586-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:5587:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-5588-	else
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-6947-	k=0;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:6948:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-6949-	max=0;
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-6951-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:6952:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-6953-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-6961-            fi;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:6962:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-6963-	done
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-6981-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:6982:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:6983:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-6984-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-6986-            else
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:6987:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-6988-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-7334-do :
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:7335:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-7336-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-7338-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:7339:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-7340-_ACEOF
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8479-
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:8480:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:8481:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8482-else
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8548-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:8549:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8550-    else
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8572-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:8573:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8574-else
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8605-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:8606:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8607-    fi
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8688-
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:8689:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8690-	fi
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8703-	else
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:8704:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:8705:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8706-	    fi
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8743-
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:8744:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8745-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8785-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:8786:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-8787-	fi
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9001-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9002:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9003-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9064-
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9065:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9066-
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9186-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9187:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9188-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9253-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9254:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9255-  as_echo='print -r --'
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9256-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9257:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9258-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9260-else
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9261:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9262-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9270-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9271:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9272-      esac;
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9347-# ----------------------------------------
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9348:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9349-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9419-  {
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9420:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9421-  }
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9523-      case $as_dir in #(
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9524:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9525-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9654-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9655:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9656-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9676-  --*=?*)
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9677:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9678:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9679-    ac_shift=:
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9681-  --*=)
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9682:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9683-    ac_optarg=
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9705-    case $ac_optarg in
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9706:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9707-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9713-    case $ac_optarg in
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9714:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9715-    esac
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9837-fi
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9838:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9839-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9854-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9855:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9856-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9860-
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9861:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9862-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-9998-for ac_last_try in false false :; do
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:9999:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-10000-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-10130-      esac
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:10131:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-10132-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-10189-*)
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:10190:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-10191-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:10192:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-10193-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-10241-/@mandir@/p'
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:10242:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-10243-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-10258-
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:10259:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-10260-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-10284-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/disable_gprof_aarch64/configure:10285:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/disable_gprof_aarch64/configure-10286-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-15-canonical=$host
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-109-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:110:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-111-
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-113-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:114:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-115-
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-181-AC_SUBST(CC)
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:182:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-183-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-191-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:192:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-193-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-346-		       $CC foo.c -o foo
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:347:		       GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-348-		       rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-413-
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:414:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:415:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:416:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:417:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:418:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:419:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:420:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:421:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:422:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:423:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-424-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:425:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:426:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:427:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-428-
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-429-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:430:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:431:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-432-else 
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-433-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:434:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:435:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-436-    else 
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-437-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:438:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:439:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-440-	fi
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-444-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:445:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:446:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-447-fi
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-463-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:464:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-465-else
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-474-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:475:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-476-	fi
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-564-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:565:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-566-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-791-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:792:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-793-	rm -f foo.c foo
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-794-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:795:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-796-	else
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-799-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:800:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-801-	else
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1355-	k=0;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:1356:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1357-	max=0;
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1359-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:1360:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1361-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1369-            fi;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:1370:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1371-	done	  
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1386-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:1387:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:1388:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1389-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1390-            else					
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:1391:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1392-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1900-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:1901:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1902-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1922-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:1923:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1924-    else
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1944-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:1945:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1946-else
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1975-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:1976:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-1977-    fi
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-2007-	    
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:2008:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-2009-	fi
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-2022-	else
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:2023:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:2024:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-2025-	    fi      
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-2062-    
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:2063:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-2064-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-2069-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:2070:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-2071-	fi
##############################################
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-2115-
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in:2116:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/disable_gprof_aarch64/configure.in-2117-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-255-static void
gcl-2.6.12/.pc/real_list_order.12/o/print.d:256:write_addr(x)
gcl-2.6.12/.pc/real_list_order.12/o/print.d-257-object x;
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-752-		write_str("#<FREE OBJECT ");
gcl-2.6.12/.pc/real_list_order.12/o/print.d:753:		write_addr(x);
gcl-2.6.12/.pc/real_list_order.12/o/print.d-754-		write_str(">");
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-949-			write_str("#<array ");
gcl-2.6.12/.pc/real_list_order.12/o/print.d:950:			write_addr(x);
gcl-2.6.12/.pc/real_list_order.12/o/print.d-951-			write_str(">");
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1025-			write_str("#<vector ");
gcl-2.6.12/.pc/real_list_order.12/o/print.d:1026:			write_addr(x);
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1027-			write_str(">");
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1082-			write_str("#<bit-vector ");
gcl-2.6.12/.pc/real_list_order.12/o/print.d:1083:			write_addr(x);
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1084-			write_str(">");
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1205-		write_str("#<hash-table ");
gcl-2.6.12/.pc/real_list_order.12/o/print.d:1206:		write_addr(x);
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1207-		write_str(">");
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1250-			write_str("#<broadcast stream ");
gcl-2.6.12/.pc/real_list_order.12/o/print.d:1251:			write_addr(x);
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1252-			write_str(">");
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1256-			write_str("#<concatenated stream ");
gcl-2.6.12/.pc/real_list_order.12/o/print.d:1257:			write_addr(x);
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1258-			write_str(">");
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1262-			write_str("#<two-way stream ");
gcl-2.6.12/.pc/real_list_order.12/o/print.d:1263:			write_addr(x);
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1264-			write_str(">");
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1268-			write_str("#<echo stream ");
gcl-2.6.12/.pc/real_list_order.12/o/print.d:1269:			write_addr(x);
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1270-			write_str(">");
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1285-			write_str("#<use-define stream");
gcl-2.6.12/.pc/real_list_order.12/o/print.d:1286:			write_addr(x);
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1287-			write_str(">");
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1292-			write_str("#<string-output stream ");
gcl-2.6.12/.pc/real_list_order.12/o/print.d:1293:			write_addr(x);
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1294-			write_str(">");
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1340-		write_str("#<readtable ");
gcl-2.6.12/.pc/real_list_order.12/o/print.d:1341:		write_addr(x);
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1342-		write_str(">");
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1353-			write_str("#<pathname ");
gcl-2.6.12/.pc/real_list_order.12/o/print.d:1354:			write_addr(x);
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1355-			write_str(">");
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1366-		else
gcl-2.6.12/.pc/real_list_order.12/o/print.d:1367:			write_addr(x);
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1368-		write_str(">");
##############################################
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1376-		else
gcl-2.6.12/.pc/real_list_order.12/o/print.d:1377:			write_addr(x);
gcl-2.6.12/.pc/real_list_order.12/o/print.d-1378-		write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.16/h/protoize.h-1395-void Lcadadr(void);
gcl-2.6.12/.pc/list_order.16/h/protoize.h:1396:void Lcaaddr(void);
gcl-2.6.12/.pc/list_order.16/h/protoize.h-1397-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/list_order.16/h/protoize.h-1507-void Lcddadr(void);
gcl-2.6.12/.pc/list_order.16/h/protoize.h:1508:void Lcdaddr(void);
gcl-2.6.12/.pc/list_order.16/h/protoize.h-1509-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/list_order.16/h/protoize.h-1684-void Lcdadr(void);
gcl-2.6.12/.pc/list_order.16/h/protoize.h:1685:void Lcaddr(void);
gcl-2.6.12/.pc/list_order.16/h/protoize.h-1686-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-255-static void
gcl-2.6.12/.pc/list_order.16/o/print.d:256:write_addr(x)
gcl-2.6.12/.pc/list_order.16/o/print.d-257-object x;
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-749-		write_str("#<FREE OBJECT ");
gcl-2.6.12/.pc/list_order.16/o/print.d:750:		write_addr(x);
gcl-2.6.12/.pc/list_order.16/o/print.d-751-		write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-946-			write_str("#<array ");
gcl-2.6.12/.pc/list_order.16/o/print.d:947:			write_addr(x);
gcl-2.6.12/.pc/list_order.16/o/print.d-948-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-1022-			write_str("#<vector ");
gcl-2.6.12/.pc/list_order.16/o/print.d:1023:			write_addr(x);
gcl-2.6.12/.pc/list_order.16/o/print.d-1024-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-1079-			write_str("#<bit-vector ");
gcl-2.6.12/.pc/list_order.16/o/print.d:1080:			write_addr(x);
gcl-2.6.12/.pc/list_order.16/o/print.d-1081-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-1202-		write_str("#<hash-table ");
gcl-2.6.12/.pc/list_order.16/o/print.d:1203:		write_addr(x);
gcl-2.6.12/.pc/list_order.16/o/print.d-1204-		write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-1247-			write_str("#<broadcast stream ");
gcl-2.6.12/.pc/list_order.16/o/print.d:1248:			write_addr(x);
gcl-2.6.12/.pc/list_order.16/o/print.d-1249-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-1253-			write_str("#<concatenated stream ");
gcl-2.6.12/.pc/list_order.16/o/print.d:1254:			write_addr(x);
gcl-2.6.12/.pc/list_order.16/o/print.d-1255-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-1259-			write_str("#<two-way stream ");
gcl-2.6.12/.pc/list_order.16/o/print.d:1260:			write_addr(x);
gcl-2.6.12/.pc/list_order.16/o/print.d-1261-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-1265-			write_str("#<echo stream ");
gcl-2.6.12/.pc/list_order.16/o/print.d:1266:			write_addr(x);
gcl-2.6.12/.pc/list_order.16/o/print.d-1267-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-1282-			write_str("#<use-define stream");
gcl-2.6.12/.pc/list_order.16/o/print.d:1283:			write_addr(x);
gcl-2.6.12/.pc/list_order.16/o/print.d-1284-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-1289-			write_str("#<string-output stream ");
gcl-2.6.12/.pc/list_order.16/o/print.d:1290:			write_addr(x);
gcl-2.6.12/.pc/list_order.16/o/print.d-1291-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-1337-		write_str("#<readtable ");
gcl-2.6.12/.pc/list_order.16/o/print.d:1338:		write_addr(x);
gcl-2.6.12/.pc/list_order.16/o/print.d-1339-		write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-1350-			write_str("#<pathname ");
gcl-2.6.12/.pc/list_order.16/o/print.d:1351:			write_addr(x);
gcl-2.6.12/.pc/list_order.16/o/print.d-1352-			write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-1363-		else
gcl-2.6.12/.pc/list_order.16/o/print.d:1364:			write_addr(x);
gcl-2.6.12/.pc/list_order.16/o/print.d-1365-		write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.16/o/print.d-1373-		else
gcl-2.6.12/.pc/list_order.16/o/print.d:1374:			write_addr(x);
gcl-2.6.12/.pc/list_order.16/o/print.d-1375-		write_str(">");
##############################################
gcl-2.6.12/.pc/list_order.17/cmpnew/gcl_cmpmain.lsp-84- (multiple-value-bind
gcl-2.6.12/.pc/list_order.17/cmpnew/gcl_cmpmain.lsp:85:  (code result) (system (mysub (ts string) "$" "\\$"))
gcl-2.6.12/.pc/list_order.17/cmpnew/gcl_cmpmain.lsp-86-    (unless (and (zerop code) (zerop result))
##############################################
gcl-2.6.12/.pc/list_order.17/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/list_order.17/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/list_order.17/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/list_order.17/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/list_order.17/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/list_order.17/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/list_order.17/configure-50-else
gcl-2.6.12/.pc/list_order.17/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/list_order.17/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/list_order.17/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/list_order.17/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/list_order.17/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/list_order.17/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/list_order.17/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/list_order.17/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/list_order.17/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/list_order.17/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/list_order.17/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/list_order.17/configure-397-  {
gcl-2.6.12/.pc/list_order.17/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/list_order.17/configure-399-  }
##############################################
gcl-2.6.12/.pc/list_order.17/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/list_order.17/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/list_order.17/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/list_order.17/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/list_order.17/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/list_order.17/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/list_order.17/configure-846-  case $ac_option in
gcl-2.6.12/.pc/list_order.17/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/list_order.17/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/list_order.17/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/list_order.17/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/list_order.17/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/list_order.17/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/list_order.17/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/list_order.17/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/list_order.17/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/list_order.17/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/list_order.17/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/list_order.17/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/list_order.17/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/list_order.17/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/list_order.17/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/list_order.17/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/list_order.17/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/list_order.17/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/list_order.17/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/list_order.17/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/list_order.17/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/list_order.17/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/list_order.17/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/list_order.17/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/list_order.17/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/list_order.17/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/list_order.17/configure-1183-  *=*)
gcl-2.6.12/.pc/list_order.17/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/list_order.17/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/list_order.17/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/list_order.17/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/list_order.17/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/list_order.17/configure-1226-    */ )
gcl-2.6.12/.pc/list_order.17/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/list_order.17/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/list_order.17/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/list_order.17/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/list_order.17/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/list_order.17/configure-1317-case $srcdir in
gcl-2.6.12/.pc/list_order.17/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/list_order.17/configure-1319-esac
##############################################
gcl-2.6.12/.pc/list_order.17/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/list_order.17/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/list_order.17/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/list_order.17/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/list_order.17/configure-1476-*)
gcl-2.6.12/.pc/list_order.17/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/list_order.17/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/list_order.17/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/list_order.17/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/list_order.17/configure-2254-    *\'*)
gcl-2.6.12/.pc/list_order.17/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/list_order.17/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/list_order.17/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/list_order.17/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/list_order.17/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/list_order.17/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/list_order.17/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/list_order.17/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/list_order.17/configure-2472-    set,)
gcl-2.6.12/.pc/list_order.17/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/list_order.17/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/list_order.17/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/list_order.17/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/list_order.17/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/list_order.17/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/list_order.17/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/list_order.17/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/list_order.17/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/list_order.17/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/list_order.17/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/list_order.17/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/list_order.17/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/list_order.17/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/list_order.17/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/list_order.17/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/list_order.17/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/list_order.17/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/list_order.17/configure-2609-
##############################################
gcl-2.6.12/.pc/list_order.17/configure-2618-else
gcl-2.6.12/.pc/list_order.17/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/list_order.17/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/list_order.17/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/list_order.17/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/list_order.17/configure-2642-
##############################################
gcl-2.6.12/.pc/list_order.17/configure-2644-canonical=$host
gcl-2.6.12/.pc/list_order.17/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/list_order.17/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/list_order.17/configure-2647-
gcl-2.6.12/.pc/list_order.17/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/list_order.17/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/list_order.17/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/list_order.17/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/list_order.17/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/list_order.17/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/list_order.17/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/list_order.17/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/list_order.17/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/list_order.17/configure-2806-
gcl-2.6.12/.pc/list_order.17/configure:2807:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/list_order.17/configure-2808-
##############################################
gcl-2.6.12/.pc/list_order.17/configure-2815-
gcl-2.6.12/.pc/list_order.17/configure:2816:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/list_order.17/configure-2817-
##############################################
gcl-2.6.12/.pc/list_order.17/configure-3268-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/list_order.17/configure:3269:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/list_order.17/configure-3270-
##############################################
gcl-2.6.12/.pc/list_order.17/configure-3312-	then :; else
gcl-2.6.12/.pc/list_order.17/configure:3313:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/list_order.17/configure-3314-	fi
##############################################
gcl-2.6.12/.pc/list_order.17/configure-3372-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/list_order.17/configure:3373:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/list_order.17/configure-3374-	  break;;
##############################################
gcl-2.6.12/.pc/list_order.17/configure-3481-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/list_order.17/configure:3482:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/list_order.17/configure-3483-       break;;
##############################################
gcl-2.6.12/.pc/list_order.17/configure-3849-
gcl-2.6.12/.pc/list_order.17/configure:3850:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/list_order.17/configure-3851-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/list_order.17/configure-3860-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/list_order.17/configure:3861:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/list_order.17/configure-3862-
##############################################
gcl-2.6.12/.pc/list_order.17/configure-4137-		       $CC foo.c -o foo
gcl-2.6.12/.pc/list_order.17/configure:4138:		       GCL_GPROF_START=`nm foo | $AWK  '/  *[TD]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/list_order.17/configure-4139-		       rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/list_order.17/configure-4213-
gcl-2.6.12/.pc/list_order.17/configure:4214:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure:4215:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/list_order.17/configure:4216:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure:4217:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure:4218:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure:4219:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure:4220:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure:4221:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure:4222:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure:4223:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure-4224-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/list_order.17/configure:4225:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure:4226:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure:4227:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure-4228-
gcl-2.6.12/.pc/list_order.17/configure-4229-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/list_order.17/configure:4230:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/list_order.17/configure:4231:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/list_order.17/configure-4232-else
gcl-2.6.12/.pc/list_order.17/configure-4233-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/list_order.17/configure:4234:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/list_order.17/configure:4235:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/list_order.17/configure-4236-    else
gcl-2.6.12/.pc/list_order.17/configure-4237-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/list_order.17/configure:4238:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/list_order.17/configure:4239:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/list_order.17/configure-4240-	fi
##############################################
gcl-2.6.12/.pc/list_order.17/configure-4244-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/list_order.17/configure:4245:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/list_order.17/configure:4246:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/list_order.17/configure-4247-fi
##############################################
gcl-2.6.12/.pc/list_order.17/configure-4306-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/list_order.17/configure:4307:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/list_order.17/configure-4308-else
##############################################
gcl-2.6.12/.pc/list_order.17/configure-4318-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/list_order.17/configure:4319:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/list_order.17/configure-4320-	fi
##############################################
gcl-2.6.12/.pc/list_order.17/configure-4350-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/list_order.17/configure:4351:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/list_order.17/configure-4352-*GNU*)
##############################################
gcl-2.6.12/.pc/list_order.17/configure-4416-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/list_order.17/configure:4417:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/list_order.17/configure-4418-*GNU*)
##############################################
gcl-2.6.12/.pc/list_order.17/configure-4577-do :
gcl-2.6.12/.pc/list_order.17/configure:4578:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/list_order.17/configure-4579-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/list_order.17/configure-4582-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/list_order.17/configure:4583:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/list_order.17/configure-4584-_ACEOF
##############################################
gcl-2.6.12/.pc/list_order.17/configure-4848-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/list_order.17/configure:4849:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/list_order.17/configure-4850-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/list_order.17/configure-5125-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/list_order.17/configure:5126:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/list_order.17/configure-5127-    done
##############################################
gcl-2.6.12/.pc/list_order.17/configure-5235-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/list_order.17/configure:5236:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/list_order.17/configure-5237-do
##############################################
gcl-2.6.12/.pc/list_order.17/configure-5579-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/list_order.17/configure:5580:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/list_order.17/configure-5581-	rm -f foo.c foo
gcl-2.6.12/.pc/list_order.17/configure-5582-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/list_order.17/configure:5583:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/list_order.17/configure-5584-	else
##############################################
gcl-2.6.12/.pc/list_order.17/configure-5587-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/list_order.17/configure:5588:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/list_order.17/configure-5589-	else
##############################################
gcl-2.6.12/.pc/list_order.17/configure-6948-	k=0;
gcl-2.6.12/.pc/list_order.17/configure:6949:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/list_order.17/configure-6950-	max=0;
##############################################
gcl-2.6.12/.pc/list_order.17/configure-6952-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/list_order.17/configure:6953:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/list_order.17/configure-6954-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/list_order.17/configure-6962-            fi;
gcl-2.6.12/.pc/list_order.17/configure:6963:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/list_order.17/configure-6964-	done
##############################################
gcl-2.6.12/.pc/list_order.17/configure-6982-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/list_order.17/configure:6983:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/list_order.17/configure:6984:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/list_order.17/configure-6985-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/list_order.17/configure-6987-            else
gcl-2.6.12/.pc/list_order.17/configure:6988:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/list_order.17/configure-6989-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/list_order.17/configure-7335-do :
gcl-2.6.12/.pc/list_order.17/configure:7336:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/list_order.17/configure-7337-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/list_order.17/configure-7339-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/list_order.17/configure:7340:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/list_order.17/configure-7341-_ACEOF
##############################################
gcl-2.6.12/.pc/list_order.17/configure-8480-
gcl-2.6.12/.pc/list_order.17/configure:8481:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/list_order.17/configure:8482:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/list_order.17/configure-8483-else
##############################################
gcl-2.6.12/.pc/list_order.17/configure-8549-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/list_order.17/configure:8550:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/list_order.17/configure-8551-    else
##############################################
gcl-2.6.12/.pc/list_order.17/configure-8573-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/list_order.17/configure:8574:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/list_order.17/configure-8575-else
##############################################
gcl-2.6.12/.pc/list_order.17/configure-8606-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/list_order.17/configure:8607:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/list_order.17/configure-8608-    fi
##############################################
gcl-2.6.12/.pc/list_order.17/configure-8689-
gcl-2.6.12/.pc/list_order.17/configure:8690:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/list_order.17/configure-8691-	fi
##############################################
gcl-2.6.12/.pc/list_order.17/configure-8704-	else
gcl-2.6.12/.pc/list_order.17/configure:8705:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/list_order.17/configure:8706:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/list_order.17/configure-8707-	    fi
##############################################
gcl-2.6.12/.pc/list_order.17/configure-8744-
gcl-2.6.12/.pc/list_order.17/configure:8745:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/list_order.17/configure-8746-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/list_order.17/configure-8786-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/list_order.17/configure:8787:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/list_order.17/configure-8788-	fi
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9002-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/list_order.17/configure:9003:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/list_order.17/configure-9004-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9065-
gcl-2.6.12/.pc/list_order.17/configure:9066:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/list_order.17/configure-9067-
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9187-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/list_order.17/configure:9188:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/list_order.17/configure-9189-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9254-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/list_order.17/configure:9255:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/list_order.17/configure-9256-  as_echo='print -r --'
gcl-2.6.12/.pc/list_order.17/configure-9257-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/list_order.17/configure:9258:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/list_order.17/configure-9259-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9261-else
gcl-2.6.12/.pc/list_order.17/configure:9262:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/list_order.17/configure-9263-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9271-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/list_order.17/configure:9272:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/list_order.17/configure-9273-      esac;
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9348-# ----------------------------------------
gcl-2.6.12/.pc/list_order.17/configure:9349:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/list_order.17/configure-9350-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9420-  {
gcl-2.6.12/.pc/list_order.17/configure:9421:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/list_order.17/configure-9422-  }
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9524-      case $as_dir in #(
gcl-2.6.12/.pc/list_order.17/configure:9525:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/list_order.17/configure-9526-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9655-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/list_order.17/configure:9656:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/list_order.17/configure-9657-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9677-  --*=?*)
gcl-2.6.12/.pc/list_order.17/configure:9678:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/list_order.17/configure:9679:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/list_order.17/configure-9680-    ac_shift=:
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9682-  --*=)
gcl-2.6.12/.pc/list_order.17/configure:9683:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/list_order.17/configure-9684-    ac_optarg=
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9706-    case $ac_optarg in
gcl-2.6.12/.pc/list_order.17/configure:9707:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/list_order.17/configure-9708-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9714-    case $ac_optarg in
gcl-2.6.12/.pc/list_order.17/configure:9715:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/list_order.17/configure-9716-    esac
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9838-fi
gcl-2.6.12/.pc/list_order.17/configure:9839:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/list_order.17/configure-9840-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9855-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/list_order.17/configure:9856:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/list_order.17/configure-9857-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9861-
gcl-2.6.12/.pc/list_order.17/configure:9862:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/list_order.17/configure-9863-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/list_order.17/configure-9999-for ac_last_try in false false :; do
gcl-2.6.12/.pc/list_order.17/configure:10000:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/list_order.17/configure-10001-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/list_order.17/configure-10131-      esac
gcl-2.6.12/.pc/list_order.17/configure:10132:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/list_order.17/configure-10133-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/list_order.17/configure-10190-*)
gcl-2.6.12/.pc/list_order.17/configure:10191:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/list_order.17/configure-10192-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/list_order.17/configure:10193:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/list_order.17/configure-10194-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/list_order.17/configure-10242-/@mandir@/p'
gcl-2.6.12/.pc/list_order.17/configure:10243:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/list_order.17/configure-10244-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/list_order.17/configure-10259-
gcl-2.6.12/.pc/list_order.17/configure:10260:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/list_order.17/configure-10261-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/list_order.17/configure-10285-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/list_order.17/configure:10286:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/list_order.17/configure-10287-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-15-canonical=$host
gcl-2.6.12/.pc/list_order.17/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/list_order.17/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/list_order.17/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/list_order.17/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/list_order.17/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/list_order.17/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/list_order.17/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-109-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/list_order.17/configure.in:110:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/list_order.17/configure.in-111-
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-113-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/list_order.17/configure.in:114:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/list_order.17/configure.in-115-
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-181-AC_SUBST(CC)
gcl-2.6.12/.pc/list_order.17/configure.in:182:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/list_order.17/configure.in-183-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-191-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/list_order.17/configure.in:192:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/list_order.17/configure.in-193-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-347-		       $CC foo.c -o foo
gcl-2.6.12/.pc/list_order.17/configure.in:348:		       GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/list_order.17/configure.in-349-		       rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-414-
gcl-2.6.12/.pc/list_order.17/configure.in:415:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure.in:416:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/list_order.17/configure.in:417:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure.in:418:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure.in:419:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure.in:420:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure.in:421:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure.in:422:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure.in:423:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure.in:424:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure.in-425-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/list_order.17/configure.in:426:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure.in:427:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure.in:428:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/list_order.17/configure.in-429-
gcl-2.6.12/.pc/list_order.17/configure.in-430-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/list_order.17/configure.in:431:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/list_order.17/configure.in:432:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/list_order.17/configure.in-433-else 
gcl-2.6.12/.pc/list_order.17/configure.in-434-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/list_order.17/configure.in:435:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/list_order.17/configure.in:436:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/list_order.17/configure.in-437-    else 
gcl-2.6.12/.pc/list_order.17/configure.in-438-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/list_order.17/configure.in:439:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/list_order.17/configure.in:440:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/list_order.17/configure.in-441-	fi
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-445-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/list_order.17/configure.in:446:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/list_order.17/configure.in:447:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/list_order.17/configure.in-448-fi
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-464-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/list_order.17/configure.in:465:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/list_order.17/configure.in-466-else
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-475-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/list_order.17/configure.in:476:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/list_order.17/configure.in-477-	fi
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-565-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/list_order.17/configure.in:566:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/list_order.17/configure.in-567-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-792-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/list_order.17/configure.in:793:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/list_order.17/configure.in-794-	rm -f foo.c foo
gcl-2.6.12/.pc/list_order.17/configure.in-795-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/list_order.17/configure.in:796:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/list_order.17/configure.in-797-	else
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-800-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/list_order.17/configure.in:801:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/list_order.17/configure.in-802-	else
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-1356-	k=0;
gcl-2.6.12/.pc/list_order.17/configure.in:1357:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/list_order.17/configure.in-1358-	max=0;
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-1360-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/list_order.17/configure.in:1361:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/list_order.17/configure.in-1362-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-1370-            fi;
gcl-2.6.12/.pc/list_order.17/configure.in:1371:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/list_order.17/configure.in-1372-	done	  
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-1387-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/list_order.17/configure.in:1388:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/list_order.17/configure.in:1389:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/list_order.17/configure.in-1390-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/list_order.17/configure.in-1391-            else					
gcl-2.6.12/.pc/list_order.17/configure.in:1392:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/list_order.17/configure.in-1393-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-1901-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/list_order.17/configure.in:1902:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/list_order.17/configure.in-1903-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-1923-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/list_order.17/configure.in:1924:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/list_order.17/configure.in-1925-    else
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-1945-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/list_order.17/configure.in:1946:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/list_order.17/configure.in-1947-else
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-1976-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/list_order.17/configure.in:1977:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/list_order.17/configure.in-1978-    fi
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-2008-	    
gcl-2.6.12/.pc/list_order.17/configure.in:2009:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/list_order.17/configure.in-2010-	fi
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-2023-	else
gcl-2.6.12/.pc/list_order.17/configure.in:2024:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/list_order.17/configure.in:2025:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/list_order.17/configure.in-2026-	    fi      
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-2063-    
gcl-2.6.12/.pc/list_order.17/configure.in:2064:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/list_order.17/configure.in-2065-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-2070-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/list_order.17/configure.in:2071:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/list_order.17/configure.in-2072-	fi
##############################################
gcl-2.6.12/.pc/list_order.17/configure.in-2116-
gcl-2.6.12/.pc/list_order.17/configure.in:2117:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/list_order.17/configure.in-2118-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/list_order.17/h/protoize.h-1395-void Lcadadr(void);
gcl-2.6.12/.pc/list_order.17/h/protoize.h:1396:void Lcaaddr(void);
gcl-2.6.12/.pc/list_order.17/h/protoize.h-1397-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/list_order.17/h/protoize.h-1507-void Lcddadr(void);
gcl-2.6.12/.pc/list_order.17/h/protoize.h:1508:void Lcdaddr(void);
gcl-2.6.12/.pc/list_order.17/h/protoize.h-1509-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/list_order.17/h/protoize.h-1684-void Lcdadr(void);
gcl-2.6.12/.pc/list_order.17/h/protoize.h:1685:void Lcaddr(void);
gcl-2.6.12/.pc/list_order.17/h/protoize.h-1686-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/list_order.18/cmpnew/gcl_cmpmain.lsp-84- (multiple-value-bind
gcl-2.6.12/.pc/list_order.18/cmpnew/gcl_cmpmain.lsp:85:  (code result) (system (mysub (ts string) "$" "\\$"))
gcl-2.6.12/.pc/list_order.18/cmpnew/gcl_cmpmain.lsp-86-    (unless (and (zerop code) (zerop result))
##############################################
gcl-2.6.12/.pc/list_order.21/h/alpha-linux.h-9-#include <ucontext.h>
gcl-2.6.12/.pc/list_order.21/h/alpha-linux.h:10:#define GET_FAULT_ADDR(sig,code,scp,addr) \
gcl-2.6.12/.pc/list_order.21/h/alpha-linux.h-11-  (char *)((struct ucontext *)scp )->uc_mcontext.sc_traparg_a0
##############################################
gcl-2.6.12/.pc/list_order.23/cmpnew/gcl_cmpmain.lsp-84- (multiple-value-bind
gcl-2.6.12/.pc/list_order.23/cmpnew/gcl_cmpmain.lsp:85:  (code result) (system (mysub (ts string) "$" "\\$"))
gcl-2.6.12/.pc/list_order.23/cmpnew/gcl_cmpmain.lsp-86-    (unless (and (zerop code) (zerop result))
##############################################
gcl-2.6.12/.pc/list_order.23/h/386-gnu.h-5-/*  #define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO */
gcl-2.6.12/.pc/list_order.23/h/386-gnu.h:6:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/.pc/list_order.23/h/386-gnu.h-7-/*   ((siginfo_t *)code)->si_addr */
##############################################
gcl-2.6.12/.pc/list_order.23/h/386-gnu.h-33-#ifndef SA_SIGINFO
gcl-2.6.12/.pc/list_order.23/h/386-gnu.h:34:#define GET_FAULT_ADDR(sig,code,sv,a) ((char *)code)
gcl-2.6.12/.pc/list_order.23/h/386-gnu.h-35-#define SA_SIGINFO 0
gcl-2.6.12/.pc/list_order.23/h/386-gnu.h-36-#else
gcl-2.6.12/.pc/list_order.23/h/386-gnu.h:37:#define GET_FAULT_ADDR(sig,code,sv,a) ((siginfo_t *)code)->si_addr
gcl-2.6.12/.pc/list_order.23/h/386-gnu.h-38-#endif
gcl-2.6.12/.pc/list_order.23/h/386-gnu.h:39:/* #define GET_FAULT_ADDR(sig,code,sv,a) ((void *)(((struct sigcontext *)(&code))->cr2)) */
gcl-2.6.12/.pc/list_order.23/h/386-gnu.h-40-#endif
##############################################
gcl-2.6.12/.pc/list_order.25/makefile-133-gmp_all: $(GMPDIR)/Makefile
gcl-2.6.12/.pc/list_order.25/makefile:134:	cd $(GMPDIR) && echo '#include <stdio.h>' >> gmp.h && echo "#include \"`$(PWD_CMD)`/../h/prelink.h\"" >> gmp.h && $(MAKE) 
gcl-2.6.12/.pc/list_order.25/makefile-135-	touch $@
##############################################
gcl-2.6.12/.pc/list_order.25/makefile-141-	rm -f bin/gcl xbin/gcl
gcl-2.6.12/.pc/list_order.25/makefile:142:	MGCLDIR=`echo $(GCLDIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
gcl-2.6.12/.pc/list_order.25/makefile:143:	GCLDIR=`echo $(GCLDIR)` ; \
gcl-2.6.12/.pc/list_order.25/makefile-144-	$(MAKE) install-command "INSTALL_LIB_DIR=$$GCLDIR" "prefix=$$GCLDIR" "BINDIR=$$MGCLDIR/$(PORTDIR)"
##############################################
gcl-2.6.12/.pc/list_order.25/makefile-146-
gcl-2.6.12/.pc/list_order.25/makefile:147:#	GCLDIR=`echo $(GCLDIR) | sed -e 'sX^/cygdrive/\([a-z]\)X\1!Xg' -e 'sX^//\([a-z]\)X\1!Xg'` ; \
gcl-2.6.12/.pc/list_order.25/makefile-148-
##############################################
gcl-2.6.12/.pc/list_order.25/makefile-192-	mkdir -p $(DESTDIR)$(INSTALL_LIB_DIR)
gcl-2.6.12/.pc/list_order.25/makefile:193:	MINSTALL_LIB_DIR=`echo $(INSTALL_LIB_DIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
gcl-2.6.12/.pc/list_order.25/makefile-194-	$(MAKE) install-command "INSTALL_LIB_DIR=$(INSTALL_LIB_DIR)" "prefix=$(prefix)" "DESTDIR=$(DESTDIR)" "BINDIR=$$MINSTALL_LIB_DIR/unixport"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre52/makefile-133-gmp_all: $(GMPDIR)/Makefile
gcl-2.6.12/.pc/Version_2_6_13pre52/makefile:134:	cd $(GMPDIR) && echo '#include <stdio.h>' >> gmp.h && echo "#include \"`$(PWD_CMD)`/../h/prelink.h\"" >> gmp.h && $(MAKE) 
gcl-2.6.12/.pc/Version_2_6_13pre52/makefile-135-	touch $@
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre52/makefile-141-	rm -f bin/gcl xbin/gcl
gcl-2.6.12/.pc/Version_2_6_13pre52/makefile:142:	MGCLDIR=`echo $(GCLDIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
gcl-2.6.12/.pc/Version_2_6_13pre52/makefile:143:	GCLDIR=`echo $(GCLDIR)` ; \
gcl-2.6.12/.pc/Version_2_6_13pre52/makefile-144-	$(MAKE) install-command "INSTALL_LIB_DIR=$$GCLDIR" "prefix=$$GCLDIR" "BINDIR=$$MGCLDIR/$(PORTDIR)"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre52/makefile-146-
gcl-2.6.12/.pc/Version_2_6_13pre52/makefile:147:#	GCLDIR=`echo $(GCLDIR) | sed -e 'sX^/cygdrive/\([a-z]\)X\1!Xg' -e 'sX^//\([a-z]\)X\1!Xg'` ; \
gcl-2.6.12/.pc/Version_2_6_13pre52/makefile-148-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre52/makefile-192-	mkdir -p $(DESTDIR)$(INSTALL_LIB_DIR)
gcl-2.6.12/.pc/Version_2_6_13pre52/makefile:193:	MINSTALL_LIB_DIR=`echo $(INSTALL_LIB_DIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
gcl-2.6.12/.pc/Version_2_6_13pre52/makefile-194-	$(MAKE) install-command "INSTALL_LIB_DIR=$(INSTALL_LIB_DIR)" "prefix=$(prefix)" "DESTDIR=$(DESTDIR)" "BINDIR=$$MINSTALL_LIB_DIR/unixport"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmpmain.lsp-84- (multiple-value-bind
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmpmain.lsp:85:  (code result) (system (mysub (ts string) "$" "\\$"))
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmpmain.lsp-86-    (unless (and (zerop code) (zerop result))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-431-    (push (list (car def)
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp:432:                (caddr (si:defmacro* (car def) (cadr def) (cddr def))))
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-433-          *funs*))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-809-		  (setf (var-loc (car v)) (cdr v)))
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp:810:              (c2expr (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-811-              
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-1004-      
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp:1005:      (setq deflt (mapcar 'caddr (ll-keywords ll)))
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-1006-      (let ((vkdefaults nil)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-1114-      (wt-nl "goto TTL;") (wt-nl1 "TTL:;"))
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp:1115:    (c2expr (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-1116-    
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-1148-         (when *compiler-push-events* (wt-nl "ihs_check;"))
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp:1149:         (c2lambda-expr (lambda-list lambda-expr) (caddr (cddr lambda-expr)) fname)
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-1150-         (wt-nl1 "}")
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-1249-	(t
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp:1250:	 (let ((addr (make-info))
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-1251-	       (data (make-info)))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-1333-  (maybe-eval (not (macro-function n)) (cons 'defmacro w));FIXME?
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp:1334:  (t1expr `(defun ,n ,@(if macp args (cddr (caddr (si::defmacro* n (pop args) args))))))
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-1335-  (setf (symbol-plist n) l)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-1658-	(when *compiler-push-events* (wt-nl "ihs_check;"))
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp:1659:	(c2expr (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp:1660:	;(c2lambda-expr (lambda-list lambda-expr) (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-1661-;;; Use base if defined for lint
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-1710-   (if closure-p
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp:1711:       (c2lambda-expr (lambda-list lambda-expr) (caddr (cddr lambda-expr)))
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-1712-     (c2lambda-expr (lambda-list lambda-expr)
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp:1713:		    (caddr (cddr lambda-expr)) fun))
gcl-2.6.12/.pc/Version_2_6_13pre54/cmpnew/gcl_cmptop.lsp-1714-   (wt-nl1 "}")
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre54/h/protoize.h-1395-void Lcadadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre54/h/protoize.h:1396:void Lcaaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre54/h/protoize.h-1397-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre54/h/protoize.h-1507-void Lcddadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre54/h/protoize.h:1508:void Lcdaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre54/h/protoize.h-1509-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre54/h/protoize.h-1684-void Lcdadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre54/h/protoize.h:1685:void Lcaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre54/h/protoize.h-1686-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre55/h/notcomp.h-316-#define Mcadar(x)	(x)->c.c_car->c.c_cdr->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre55/h/notcomp.h:317:#define Mcaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre55/h/notcomp.h-318-#define Mcdaar(x)	(x)->c.c_car->c.c_car->c.c_cdr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre55/h/notcomp.h-324-#define Mcaadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre55/h/notcomp.h:325:#define Mcaaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre55/h/notcomp.h-326-#define Mcadaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_car
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre55/h/notcomp.h-332-#define Mcdadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/Version_2_6_13pre55/h/notcomp.h:333:#define Mcdaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/Version_2_6_13pre55/h/notcomp.h-334-#define Mcddaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_cdr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-846-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1183-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1226-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1317-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1319-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1476-*)
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2254-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2472-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2609-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2618-else
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2642-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2644-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2647-
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2806-
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2807:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2808-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2815-
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:2816:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-2817-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-3268-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:3269:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-3270-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-3312-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:3313:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-3314-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-3372-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:3373:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-3374-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-3481-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:3482:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-3483-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-3849-
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:3850:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-3851-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-3860-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:3861:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-3862-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4194-
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4195:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4196:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4197:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4198:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4199:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4200:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4201:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4202:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4203:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4204:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4205-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4206:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4207:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4208:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4209-
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4210-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4211:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4212:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4213-else
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4214-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4215:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4216:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4217-    else
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4218-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4219:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4220:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4221-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4225-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4226:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4227:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4228-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4287-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4288:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4289-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4299-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4300:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4301-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4331-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4332:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4333-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4397-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4398:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4399-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4558-do :
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4559:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4560-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4563-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4564:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4565-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4829-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:4830:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-4831-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-5106-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:5107:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-5108-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-5216-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:5217:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-5218-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-5560-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:5561:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-5562-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-5563-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:5564:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-5565-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-5568-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:5569:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-5570-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-6929-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:6930:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-6931-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-6933-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:6934:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-6935-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-6943-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:6944:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-6945-	done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-6963-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:6964:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:6965:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-6966-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-6968-            else
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:6969:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-6970-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-7316-do :
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:7317:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-7318-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-7320-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:7321:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-7322-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8461-
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:8462:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:8463:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8464-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8530-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:8531:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8532-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8554-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:8555:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8556-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8587-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:8588:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8589-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8670-
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:8671:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8672-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8685-	else
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:8686:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:8687:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8688-	    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8725-
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:8726:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8727-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8767-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:8768:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8769-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8983-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:8984:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-8985-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9046-
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9047:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9048-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9168-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9169:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9170-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9235-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9236:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9237-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9238-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9239:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9240-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9242-else
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9243:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9244-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9252-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9253:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9254-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9329-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9330:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9331-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9401-  {
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9402:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9403-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9505-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9506:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9507-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9636-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9637:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9638-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9658-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9659:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9660:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9661-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9663-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9664:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9665-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9687-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9688:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9689-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9695-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9696:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9697-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9819-fi
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9820:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9821-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9836-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9837:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9838-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9842-
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9843:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9844-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9980-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:9981:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-9982-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-10112-      esac
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:10113:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-10114-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-10171-*)
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:10172:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-10173-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:10174:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-10175-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-10223-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:10224:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-10225-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-10240-
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:10241:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-10242-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-10266-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre61/configure:10267:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre61/configure-10268-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-15-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-109-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:110:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-111-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-113-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:114:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-115-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-181-AC_SUBST(CC)
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:182:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-183-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-191-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:192:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-193-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-350-dnl 		       $CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:351:dnl 		       GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-352-dnl 		       rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-417-
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:418:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:419:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:420:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:421:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:422:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:423:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:424:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:425:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:426:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:427:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-428-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:429:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:430:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:431:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-432-
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-433-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:434:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:435:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-436-else 
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-437-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:438:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:439:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-440-    else 
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-441-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:442:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:443:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-444-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-448-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:449:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:450:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-451-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-467-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:468:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-469-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-478-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:479:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-480-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-568-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:569:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-570-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-795-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:796:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-797-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-798-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:799:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-800-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-803-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:804:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-805-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1359-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:1360:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1361-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1363-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:1364:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1365-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1373-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:1374:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1375-	done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1390-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:1391:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:1392:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1393-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1394-            else					
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:1395:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1396-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1904-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:1905:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1906-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1926-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:1927:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1928-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1948-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:1949:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1950-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1979-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:1980:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-1981-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-2011-	    
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:2012:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-2013-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-2026-	else
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:2027:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:2028:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-2029-	    fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-2066-    
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:2067:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-2068-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-2073-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:2074:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-2075-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-2119-
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in:2120:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre61/configure.in-2121-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-846-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1183-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1226-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1317-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1319-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1476-*)
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2254-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2472-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2609-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2618-else
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2642-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2644-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2647-
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2806-
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2807:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2808-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2815-
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:2816:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-2817-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-3268-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:3269:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-3270-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-3312-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:3313:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-3314-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-3372-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:3373:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-3374-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-3481-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:3482:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-3483-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-3849-
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:3850:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-3851-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-3860-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:3861:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-3862-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4195-
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4196:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4197:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4198:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4199:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4200:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4201:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4202:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4203:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4204:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4205:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4206-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4207:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4208:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4209:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4210-
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4211-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4212:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4213:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4214-else
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4215-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4216:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4217:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4218-    else
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4219-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4220:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4221:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4222-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4226-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4227:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4228:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4229-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4288-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4289:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4290-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4300-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4301:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4302-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4332-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4333:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4334-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4398-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4399:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4400-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4559-do :
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4560:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4561-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4564-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4565:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4566-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4830-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:4831:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-4832-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-5107-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:5108:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-5109-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-5217-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:5218:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-5219-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-5561-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:5562:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-5563-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-5564-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:5565:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-5566-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-5569-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:5570:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-5571-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-6930-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:6931:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-6932-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-6934-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:6935:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-6936-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-6944-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:6945:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-6946-	done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-6964-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:6965:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:6966:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-6967-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-6969-            else
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:6970:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-6971-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-7317-do :
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:7318:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-7319-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-7321-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:7322:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-7323-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8462-
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:8463:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:8464:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8465-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8531-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:8532:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8533-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8555-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:8556:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8557-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8588-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:8589:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8590-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8671-
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:8672:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8673-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8686-	else
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:8687:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:8688:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8689-	    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8726-
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:8727:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8728-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8768-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:8769:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8770-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8984-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:8985:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-8986-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9047-
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9048:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9049-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9169-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9170:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9171-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9236-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9237:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9238-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9239-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9240:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9241-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9243-else
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9244:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9245-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9253-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9254:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9255-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9330-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9331:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9332-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9402-  {
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9403:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9404-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9506-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9507:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9508-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9637-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9638:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9639-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9659-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9660:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9661:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9662-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9664-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9665:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9666-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9688-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9689:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9690-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9696-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9697:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9698-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9820-fi
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9821:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9822-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9837-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9838:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9839-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9843-
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9844:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9845-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9981-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:9982:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-9983-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-10113-      esac
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:10114:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-10115-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-10172-*)
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:10173:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-10174-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:10175:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-10176-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-10224-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:10225:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-10226-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-10241-
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:10242:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-10243-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-10267-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre65/configure:10268:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre65/configure-10269-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-15-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-109-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:110:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-111-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-113-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:114:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-115-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-181-AC_SUBST(CC)
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:182:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-183-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-191-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:192:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-193-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-351-dnl 		       $CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:352:dnl 		       GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-353-dnl 		       rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-418-
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:419:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:420:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:421:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:422:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:423:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:424:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:425:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:426:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:427:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:428:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-429-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:430:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:431:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:432:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-433-
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-434-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:435:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:436:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-437-else 
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-438-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:439:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:440:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-441-    else 
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-442-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:443:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:444:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-445-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-449-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:450:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:451:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-452-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-468-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:469:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-470-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-479-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:480:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-481-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-569-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:570:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-571-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-796-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:797:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-798-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-799-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:800:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-801-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-804-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:805:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-806-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1360-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:1361:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1362-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1364-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:1365:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1366-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1374-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:1375:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1376-	done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1391-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:1392:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:1393:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1394-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1395-            else					
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:1396:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1397-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1905-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:1906:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1907-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1927-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:1928:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1929-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1949-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:1950:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1951-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1980-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:1981:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-1982-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-2012-	    
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:2013:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-2014-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-2027-	else
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:2028:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:2029:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-2030-	    fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-2067-    
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:2068:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-2069-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-2074-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:2075:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-2076-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-2120-
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in:2121:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre65/configure.in-2122-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-846-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1183-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1226-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1317-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1319-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1476-*)
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2254-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2472-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2609-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2618-else
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2642-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2644-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2647-
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2806-
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2807:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2808-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2815-
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:2816:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-2817-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-3268-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:3269:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-3270-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-3312-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:3313:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-3314-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-3372-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:3373:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-3374-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-3481-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:3482:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-3483-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-3849-
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:3850:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-3851-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-3860-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:3861:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-3862-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4195-
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4196:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4197:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4198:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4199:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4200:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4201:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4202:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4203:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4204:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4205:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4206-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4207:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4208:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4209:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4210-
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4211-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4212:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4213:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4214-else
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4215-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4216:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4217:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4218-    else
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4219-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4220:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4221:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4222-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4226-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4227:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4228:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4229-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4288-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4289:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4290-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4300-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4301:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4302-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4332-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4333:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4334-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4398-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4399:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4400-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4559-do :
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4560:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4561-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4564-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4565:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4566-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4830-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:4831:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-4832-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-5107-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:5108:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-5109-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-5217-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:5218:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-5219-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-5561-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:5562:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-5563-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-5564-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:5565:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-5566-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-5569-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:5570:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-5571-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-6930-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:6931:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-6932-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-6934-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:6935:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-6936-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-6944-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:6945:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-6946-	done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-6964-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:6965:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:6966:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-6967-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-6969-            else
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:6970:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-6971-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-7317-do :
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:7318:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-7319-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-7321-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:7322:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-7323-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8462-
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:8463:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:8464:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8465-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8531-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:8532:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8533-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8555-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:8556:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8557-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8588-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:8589:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8590-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8671-
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:8672:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8673-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8686-	else
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:8687:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:8688:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8689-	    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8726-
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:8727:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8728-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8768-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:8769:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8770-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8984-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:8985:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-8986-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9047-
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9048:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9049-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9169-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9170:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9171-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9236-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9237:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9238-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9239-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9240:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9241-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9243-else
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9244:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9245-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9253-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9254:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9255-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9330-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9331:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9332-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9402-  {
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9403:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9404-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9506-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9507:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9508-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9637-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9638:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9639-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9659-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9660:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9661:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9662-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9664-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9665:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9666-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9688-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9689:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9690-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9696-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9697:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9698-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9820-fi
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9821:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9822-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9837-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9838:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9839-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9843-
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9844:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9845-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9981-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:9982:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-9983-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-10113-      esac
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:10114:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-10115-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-10172-*)
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:10173:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-10174-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:10175:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-10176-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-10224-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:10225:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-10226-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-10241-
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:10242:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-10243-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-10267-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre66/configure:10268:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre66/configure-10269-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-15-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-109-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:110:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-111-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-113-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:114:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-115-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-181-AC_SUBST(CC)
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:182:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-183-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-191-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:192:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-193-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-351-dnl 		       $CC foo.c -o foo
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:352:dnl 		       GCL_GPROF_START=`nm foo | $AWK  '/  *[[TD]]  *__*start$/ {print $NF}'` # D for ppc64 -- FIXME custreloc
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-353-dnl 		       rm -f foo.c foo
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-418-
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:419:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:420:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:421:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:422:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:423:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:424:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:425:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:426:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:427:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:428:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-429-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:430:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:431:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:432:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-433-
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-434-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:435:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:436:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-437-else 
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-438-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:439:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:440:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-441-    else 
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-442-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:443:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:444:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-445-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-449-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:450:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:451:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-452-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-468-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:469:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-470-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-479-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:480:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-481-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-569-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:570:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-571-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-796-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:797:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-798-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-799-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:800:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-801-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-804-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:805:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-806-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1360-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:1361:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1362-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1364-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:1365:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1366-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1374-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:1375:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1376-	done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1391-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:1392:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:1393:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1394-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1395-            else					
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:1396:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1397-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1905-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:1906:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1907-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1927-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:1928:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1929-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1949-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:1950:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1951-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1980-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:1981:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-1982-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-2012-	    
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:2013:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-2014-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-2027-	else
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:2028:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:2029:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-2030-	    fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-2067-    
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:2068:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-2069-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-2074-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:2075:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-2076-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-2120-
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in:2121:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre66/configure.in-2122-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c-140-
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c:141:#define ASM __asm__ __volatile__
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c-142-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c-144-  volatile double d;
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c:145:  ASM ("fldt %1;fstpl %0" : "=m" (d): "m" (*(char *)val));
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c-146-  RETURN1(make_longfloat(d));
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c-169-#elif defined(__x86_64__) || defined(__i386__)
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c:170:#define ASM __asm__ __volatile__
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c-171-  {
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c-196-#elif defined(__x86_64__) || defined(__i386__)
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c:197:#define ASM __asm__ __volatile__
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c-198-  {
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c-227-  volatile unsigned short t;
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c:228:  ASM ("fnstsw %0" :: "m" (t));
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c-229-  RETURN1(t);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c-232-  volatile unsigned int t;
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c:233:  ASM ("stmxcsr %0" :: "m" (t));
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c-234-  RETURN1(t);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c-247-#endif
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c:248:  ifuncall3(sSfloating_point_error,FPE_CODE(i,v),FPE_ADDR(i,v),FPE_CTXT(v));
gcl-2.6.12/.pc/Version_2_6_13pre66/o/usig.c-249-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-846-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1183-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1226-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1317-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1319-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1476-*)
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2254-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2472-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2609-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2618-else
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2642-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2644-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2647-
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2806-
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2807:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2808-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2815-
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:2816:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-2817-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-3268-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:3269:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-3270-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-3312-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:3313:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-3314-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-3372-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:3373:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-3374-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-3481-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:3482:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-3483-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-3849-
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:3850:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-3851-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-3860-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:3861:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-3862-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4198-
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4199:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4200:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4201:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4202:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4203:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4204:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4205:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4206:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4207:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4208:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4209-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4210:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4211:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4212:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4213-
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4214-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4215:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4216:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4217-else
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4218-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4219:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4220:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4221-    else
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4222-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4223:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4224:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4225-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4229-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4230:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4231:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4232-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4291-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4292:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4293-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4303-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4304:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4305-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4335-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4336:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4337-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4401-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4402:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4403-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4562-do :
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4563:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4564-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4567-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4568:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4569-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4833-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:4834:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-4835-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-5110-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:5111:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-5112-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-5220-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:5221:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-5222-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-5564-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:5565:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-5566-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-5567-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:5568:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-5569-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-5572-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:5573:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-5574-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-6933-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:6934:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-6935-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-6937-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:6938:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-6939-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-6947-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:6948:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-6949-	done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-6967-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:6968:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:6969:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-6970-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-6972-            else
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:6973:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-6974-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-7320-do :
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:7321:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-7322-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-7324-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:7325:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-7326-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8465-
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:8466:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:8467:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8468-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8534-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:8535:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8536-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8558-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:8559:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8560-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8591-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:8592:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8593-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8674-
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:8675:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8676-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8689-	else
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:8690:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:8691:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8692-	    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8729-
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:8730:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8731-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8771-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:8772:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8773-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8987-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:8988:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-8989-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9050-
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9051:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9052-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9172-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9173:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9174-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9239-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9240:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9241-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9242-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9243:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9244-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9246-else
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9247:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9248-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9256-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9257:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9258-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9333-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9334:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9335-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9405-  {
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9406:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9407-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9509-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9510:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9511-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9640-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9641:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9642-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9662-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9663:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9664:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9665-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9667-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9668:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9669-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9691-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9692:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9693-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9699-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9700:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9701-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9823-fi
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9824:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9825-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9840-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9841:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9842-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9846-
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9847:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9848-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9984-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:9985:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-9986-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-10116-      esac
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:10117:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-10118-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-10175-*)
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:10176:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-10177-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:10178:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-10179-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-10227-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:10228:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-10229-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-10244-
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:10245:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-10246-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-10270-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre67/configure:10271:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre67/configure-10272-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-15-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-109-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:110:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-111-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-113-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:114:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-115-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-181-AC_SUBST(CC)
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:182:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-183-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-191-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:192:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-193-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-405-
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:406:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:407:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:408:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:409:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:410:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:411:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:412:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:413:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:414:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:415:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-416-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:417:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:418:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:419:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-420-
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-421-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:422:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:423:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-424-else 
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-425-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:426:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:427:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-428-    else 
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-429-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:430:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:431:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-432-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-436-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:437:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:438:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-439-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-455-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:456:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-457-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-466-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:467:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-468-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-556-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:557:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-558-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-783-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:784:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-785-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-786-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:787:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-788-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-791-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:792:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-793-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1347-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:1348:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1349-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1351-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:1352:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1353-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1361-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:1362:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1363-	done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1378-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:1379:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:1380:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1381-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1382-            else					
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:1383:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1384-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1892-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:1893:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1894-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1914-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:1915:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1916-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1936-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:1937:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1938-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1967-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:1968:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1969-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-1999-	    
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:2000:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-2001-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-2014-	else
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:2015:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:2016:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-2017-	    fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-2054-    
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:2055:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-2056-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-2061-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:2062:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-2063-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-2107-
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in:2108:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre67/configure.in-2109-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre69/h/386-gnu.h-5-/*  #define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO */
gcl-2.6.12/.pc/Version_2_6_13pre69/h/386-gnu.h:6:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/.pc/Version_2_6_13pre69/h/386-gnu.h-7-/*   ((siginfo_t *)code)->si_addr */
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre69/h/386-gnu.h-33-#ifndef SA_SIGINFO
gcl-2.6.12/.pc/Version_2_6_13pre69/h/386-gnu.h:34:#define GET_FAULT_ADDR(sig,code,sv,a) ((char *)code)
gcl-2.6.12/.pc/Version_2_6_13pre69/h/386-gnu.h-35-#define SA_SIGINFO 0
gcl-2.6.12/.pc/Version_2_6_13pre69/h/386-gnu.h-36-#else
gcl-2.6.12/.pc/Version_2_6_13pre69/h/386-gnu.h:37:#define GET_FAULT_ADDR(sig,code,sv,a) ((siginfo_t *)code)->si_addr
gcl-2.6.12/.pc/Version_2_6_13pre69/h/386-gnu.h-38-#endif
gcl-2.6.12/.pc/Version_2_6_13pre69/h/386-gnu.h:39:/* #define GET_FAULT_ADDR(sig,code,sv,a) ((void *)(((struct sigcontext *)(&code))->cr2)) */
gcl-2.6.12/.pc/Version_2_6_13pre69/h/386-gnu.h-40-#endif
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre70/h/linux.h-110-/* #define DATA_BEGIN((TXTRELOC+header.a_text+(SEGSIZ-1)) & ~(SEGSIZ-1)); */
gcl-2.6.12/.pc/Version_2_6_13pre70/h/linux.h:111:#define DATA_BEGIN (char *)(char *)N_DATADDR(header);
gcl-2.6.12/.pc/Version_2_6_13pre70/h/linux.h-112-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre70/h/linux.h-156-#define FPE_CODE(i_,v_) make_fixnum(FFN(fSfpe_code)(UC(v_)->uc_mcontext.fpregs->sw,((struct _fpstate *)UC(v_)->uc_mcontext.fpregs)->mxcsr))
gcl-2.6.12/.pc/Version_2_6_13pre70/h/linux.h:157:#define FPE_ADDR(i_,v_) make_fixnum((UC(v_)->uc_mcontext.fpregs->tag!=-1) ? UC(v_)->uc_mcontext.fpregs->ipoff : (fixnum)SF(i_)->si_addr)
gcl-2.6.12/.pc/Version_2_6_13pre70/h/linux.h-158-#else
gcl-2.6.12/.pc/Version_2_6_13pre70/h/linux.h-159-#define FPE_CODE(i_,v_) make_fixnum(FFN(fSfpe_code)(UC(v_)->uc_mcontext.fpregs->swd,((struct _fpstate *)UC(v_)->uc_mcontext.fpregs)->mxcsr))
gcl-2.6.12/.pc/Version_2_6_13pre70/h/linux.h:160:#define FPE_ADDR(i_,v_) make_fixnum(UC(v_)->uc_mcontext.fpregs->fop ? UC(v_)->uc_mcontext.fpregs->rip : (fixnum)SF(i_)->si_addr)
gcl-2.6.12/.pc/Version_2_6_13pre70/h/linux.h-161-#endif
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre70/h/linux.h-183-#define FPE_CODE(i_,v_) make_fixnum((fixnum)SF(i_)->si_code)
gcl-2.6.12/.pc/Version_2_6_13pre70/h/linux.h:184:#define FPE_ADDR(i_,v_) make_fixnum((fixnum)SF(i_)->si_addr)
gcl-2.6.12/.pc/Version_2_6_13pre70/h/linux.h-185-#define FPE_CTXT(v_) Cnil
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-846-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1183-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1226-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1317-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1319-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1476-*)
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2254-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2472-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2609-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2618-else
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2642-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2644-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2647-
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2806-
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2807:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2808-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2815-
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:2816:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-2817-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-3268-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:3269:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-3270-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-3312-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:3313:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-3314-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-3372-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:3373:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-3374-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-3481-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:3482:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-3483-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-3849-
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:3850:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-3851-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-3860-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:3861:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-3862-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4197-
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4198:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4199:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4200:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4201:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4202:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4203:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4204:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4205:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4206:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4207:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4208-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4209:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4210:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4211:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4212-
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4213-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4214:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4215:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4216-else
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4217-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4218:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4219:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4220-    else
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4221-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4222:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4223:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4224-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4228-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4229:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4230:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4231-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4290-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4291:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4292-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4302-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4303:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4304-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4334-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4335:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4336-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4400-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4401:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4402-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4561-do :
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4562:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4563-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4566-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4567:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4568-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4832-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:4833:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-4834-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-5109-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:5110:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-5111-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-5219-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:5220:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-5221-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-5563-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:5564:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-5565-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-5566-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:5567:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-5568-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-5571-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:5572:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-5573-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-6932-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:6933:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-6934-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-6936-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:6937:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-6938-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-6946-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:6947:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-6948-	done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-6966-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:6967:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:6968:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-6969-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-6971-            else
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:6972:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-6973-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-7319-do :
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:7320:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-7321-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-7323-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:7324:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-7325-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8464-
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:8465:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:8466:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8467-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8533-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:8534:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8535-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8557-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:8558:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8559-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8590-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:8591:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8592-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8673-
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:8674:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8675-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8688-	else
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:8689:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:8690:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8691-	    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8728-
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:8729:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8730-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8770-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:8771:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8772-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8986-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:8987:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-8988-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9049-
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9050:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9051-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9171-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9172:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9173-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9238-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9239:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9240-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9241-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9242:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9243-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9245-else
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9246:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9247-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9255-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9256:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9257-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9332-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9333:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9334-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9404-  {
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9405:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9406-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9508-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9509:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9510-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9639-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9640:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9641-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9661-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9662:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9663:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9664-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9666-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9667:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9668-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9690-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9691:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9692-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9698-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9699:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9700-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9822-fi
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9823:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9824-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9839-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9840:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9841-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9845-
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9846:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9847-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9983-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:9984:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-9985-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-10115-      esac
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:10116:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-10117-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-10174-*)
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:10175:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-10176-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:10177:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-10178-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-10226-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:10227:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-10228-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-10243-
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:10244:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-10245-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-10269-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre73/configure:10270:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre73/configure-10271-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-15-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-109-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:110:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-111-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-113-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:114:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-115-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-181-AC_SUBST(CC)
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:182:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-183-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-191-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:192:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-193-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-404-
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:405:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:406:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:407:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:408:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:409:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:410:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:411:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:412:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:413:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:414:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-415-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:416:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:417:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:418:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-419-
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-420-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:421:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:422:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-423-else 
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-424-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:425:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:426:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-427-    else 
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-428-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:429:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:430:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-431-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-435-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:436:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:437:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-438-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-454-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:455:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-456-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-465-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:466:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-467-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-555-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:556:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-557-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-782-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:783:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-784-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-785-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:786:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-787-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-790-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:791:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-792-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1346-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:1347:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1348-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1350-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:1351:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1352-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1360-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:1361:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1362-	done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1377-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:1378:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:1379:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1380-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1381-            else					
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:1382:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1383-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1891-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:1892:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1893-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1913-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:1914:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1915-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1935-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:1936:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1937-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1966-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:1967:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1968-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-1998-	    
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:1999:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-2000-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-2013-	else
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:2014:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:2015:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-2016-	    fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-2053-    
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:2054:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-2055-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-2060-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:2061:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-2062-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-2106-
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in:2107:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre73/configure.in-2108-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre73/h/arm-linux.h-5-#define MPROTECT_ACTION_FLAGS SA_RESTART|SA_SIGINFO
gcl-2.6.12/.pc/Version_2_6_13pre73/h/arm-linux.h:6:#define GET_FAULT_ADDR(sig,code,sv,a) \
gcl-2.6.12/.pc/Version_2_6_13pre73/h/arm-linux.h-7- ((siginfo_t *)code)->si_addr
gcl-2.6.12/.pc/Version_2_6_13pre73/h/arm-linux.h:8:/*  #define GET_FAULT_ADDR(sig,code,sv,a) \ */
gcl-2.6.12/.pc/Version_2_6_13pre73/h/arm-linux.h-9-/*      ((void *)(*((char ***)(&code)))[44]) */
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-846-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1183-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1226-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1317-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1319-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1476-*)
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2254-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2472-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2609-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2618-else
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2642-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2644-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2647-
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2806-
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2807:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2808-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2815-
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:2816:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-2817-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-3268-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:3269:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-3270-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-3312-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:3313:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-3314-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-3372-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:3373:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-3374-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-3481-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:3482:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-3483-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-3849-
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:3850:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-3851-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-3860-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:3861:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-3862-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4197-
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4198:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4199:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4200:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4201:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4202:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4203:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4204:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4205:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4206:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4207:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4208-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4209:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4210:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4211:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4212-
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4213-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4214:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4215:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4216-else
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4217-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4218:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4219:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4220-    else
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4221-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4222:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4223:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4224-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4228-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4229:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4230:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4231-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4290-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4291:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4292-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4302-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4303:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4304-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4334-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4335:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4336-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4400-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4401:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4402-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4561-do :
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4562:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4563-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4566-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4567:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4568-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4832-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:4833:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-4834-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-5109-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:5110:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-5111-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-5219-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:5220:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-5221-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-5563-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:5564:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-5565-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-5566-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:5567:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-5568-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-5571-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:5572:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-5573-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-6932-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:6933:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-6934-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-6936-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:6937:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-6938-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-6946-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:6947:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-6948-	done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-6966-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:6967:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:6968:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-6969-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-6971-            else
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:6972:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-6973-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-7319-do :
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:7320:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-7321-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-7323-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:7324:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-7325-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8464-
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:8465:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:8466:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8467-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8533-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:8534:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8535-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8557-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:8558:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8559-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8590-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:8591:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8592-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8673-
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:8674:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8675-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8688-	else
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:8689:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:8690:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8691-	    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8728-
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:8729:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8730-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8770-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:8771:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8772-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8986-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:8987:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-8988-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9049-
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9050:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9051-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9171-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9172:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9173-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9238-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9239:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9240-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9241-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9242:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9243-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9245-else
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9246:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9247-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9255-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9256:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9257-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9332-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9333:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9334-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9404-  {
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9405:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9406-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9508-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9509:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9510-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9639-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9640:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9641-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9661-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9662:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9663:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9664-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9666-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9667:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9668-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9690-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9691:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9692-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9698-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9699:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9700-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9822-fi
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9823:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9824-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9839-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9840:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9841-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9845-
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9846:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9847-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9983-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:9984:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-9985-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-10115-      esac
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:10116:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-10117-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-10174-*)
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:10175:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-10176-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:10177:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-10178-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-10226-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:10227:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-10228-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-10243-
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:10244:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-10245-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-10269-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre74/configure:10270:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre74/configure-10271-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-15-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-109-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:110:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-111-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-113-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:114:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-115-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-181-AC_SUBST(CC)
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:182:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-183-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-191-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:192:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-193-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-404-
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:405:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:406:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:407:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:408:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:409:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:410:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:411:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:412:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:413:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:414:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-415-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:416:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:417:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:418:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-419-
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-420-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:421:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:422:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-423-else 
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-424-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:425:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:426:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-427-    else 
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-428-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:429:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:430:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-431-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-435-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:436:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:437:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-438-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-454-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:455:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-456-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-465-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:466:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-467-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-555-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:556:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-557-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-782-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:783:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-784-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-785-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:786:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-787-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-790-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:791:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-792-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1346-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:1347:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1348-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1350-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:1351:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1352-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1360-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:1361:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1362-	done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1377-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:1378:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:1379:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1380-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1381-            else					
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:1382:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1383-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1891-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:1892:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1893-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1913-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:1914:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1915-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1935-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:1936:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1937-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1966-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:1967:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1968-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-1998-	    
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:1999:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-2000-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-2013-	else
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:2014:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:2015:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-2016-	    fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-2053-    
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:2054:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-2055-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-2060-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:2061:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-2062-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-2106-
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in:2107:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre74/configure.in-2108-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-846-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1183-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1226-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1317-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1319-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1476-*)
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2254-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2472-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2609-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2618-else
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2642-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2644-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2647-
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2806-
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2807:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2808-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2815-
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:2816:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-2817-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-3268-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:3269:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-3270-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-3312-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:3313:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-3314-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-3372-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:3373:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-3374-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-3481-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:3482:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-3483-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-3849-
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:3850:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-3851-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-3860-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:3861:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-3862-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4197-
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4198:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4199:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4200:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4201:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4202:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4203:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4204:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4205:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4206:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4207:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4208-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4209:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4210:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4211:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4212-
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4213-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4214:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4215:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4216-else
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4217-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4218:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4219:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4220-    else
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4221-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4222:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4223:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4224-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4228-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4229:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4230:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4231-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4290-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4291:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4292-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4302-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4303:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4304-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4334-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4335:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4336-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4400-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4401:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4402-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4561-do :
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4562:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4563-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4566-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4567:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4568-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4832-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:4833:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-4834-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-5109-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:5110:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-5111-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-5219-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:5220:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-5221-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-5563-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:5564:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-5565-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-5566-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:5567:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-5568-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-5571-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:5572:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-5573-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-6932-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:6933:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-6934-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-6936-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:6937:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-6938-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-6946-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:6947:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-6948-	done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-6966-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:6967:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:6968:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-6969-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-6971-            else
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:6972:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-6973-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-7319-do :
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:7320:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-7321-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-7323-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:7324:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-7325-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8464-
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:8465:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:8466:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8467-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8533-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:8534:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8535-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8557-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:8558:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8559-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8590-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:8591:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8592-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8673-
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:8674:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8675-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8688-	else
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:8689:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:8690:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8691-	    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8728-
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:8729:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8730-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8770-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:8771:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8772-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8986-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:8987:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-8988-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9049-
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9050:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9051-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9171-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9172:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9173-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9238-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9239:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9240-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9241-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9242:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9243-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9245-else
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9246:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9247-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9255-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9256:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9257-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9332-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9333:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9334-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9404-  {
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9405:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9406-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9508-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9509:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9510-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9639-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9640:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9641-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9661-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9662:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9663:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9664-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9666-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9667:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9668-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9690-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9691:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9692-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9698-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9699:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9700-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9822-fi
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9823:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9824-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9839-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9840:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9841-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9845-
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9846:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9847-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9983-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:9984:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-9985-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-10115-      esac
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:10116:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-10117-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-10174-*)
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:10175:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-10176-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:10177:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-10178-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-10226-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:10227:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-10228-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-10243-
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:10244:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-10245-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-10269-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre76/configure:10270:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre76/configure-10271-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-15-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-109-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:110:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-111-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-113-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:114:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-115-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-181-AC_SUBST(CC)
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:182:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-183-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-191-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:192:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-193-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-404-
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:405:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:406:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:407:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:408:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:409:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:410:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:411:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:412:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:413:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:414:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-415-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:416:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:417:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:418:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-419-
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-420-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:421:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:422:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-423-else 
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-424-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:425:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:426:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-427-    else 
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-428-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:429:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:430:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-431-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-435-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:436:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:437:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-438-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-454-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:455:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-456-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-465-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:466:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-467-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-555-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:556:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-557-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-782-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:783:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-784-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-785-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:786:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-787-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-790-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:791:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-792-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1346-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:1347:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1348-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1350-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:1351:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1352-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1360-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:1361:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1362-	done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1377-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:1378:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:1379:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1380-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1381-            else					
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:1382:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1383-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1891-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:1892:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1893-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1913-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:1914:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1915-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1935-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:1936:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1937-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1966-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:1967:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1968-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-1998-	    
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:1999:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-2000-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-2013-	else
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:2014:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:2015:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-2016-	    fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-2053-    
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:2054:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-2055-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-2060-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:2061:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-2062-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-2106-
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in:2107:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre76/configure.in-2108-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre80/h/notcomp.h-316-#define Mcadar(x)	(x)->c.c_car->c.c_cdr->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre80/h/notcomp.h:317:#define Mcaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre80/h/notcomp.h-318-#define Mcdaar(x)	(x)->c.c_car->c.c_car->c.c_cdr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre80/h/notcomp.h-324-#define Mcaadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre80/h/notcomp.h:325:#define Mcaaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_car
gcl-2.6.12/.pc/Version_2_6_13pre80/h/notcomp.h-326-#define Mcadaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_car
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre80/h/notcomp.h-332-#define Mcdadar(x)	(x)->c.c_car->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/Version_2_6_13pre80/h/notcomp.h:333:#define Mcdaddr(x)	(x)->c.c_cdr->c.c_cdr->c.c_car->c.c_cdr
gcl-2.6.12/.pc/Version_2_6_13pre80/h/notcomp.h-334-#define Mcddaar(x)	(x)->c.c_car->c.c_car->c.c_cdr->c.c_cdr
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-846-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1183-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1226-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1317-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1319-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1476-*)
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2254-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2472-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2609-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2618-else
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2642-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2644-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2647-
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2807-
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2808:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2809-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2816-
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:2817:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-2818-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-3269-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:3270:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-3271-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-3313-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:3314:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-3315-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-3373-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:3374:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-3375-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-3482-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:3483:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-3484-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-3850-
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:3851:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-3852-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-3861-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:3862:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-3863-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4203-
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4204:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4205:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4206:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4207:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4208:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4209:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4210:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4211:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4212:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4213:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4214-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4215:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4216:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4217:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4218-
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4219-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4220:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4221:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4222-else
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4223-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4224:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4225:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4226-    else
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4227-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4228:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4229:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4230-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4234-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4235:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4236:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4237-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4296-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4297:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4298-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4308-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4309:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4310-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4340-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4341:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4342-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4406-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4407:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4408-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4567-do :
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4568:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4569-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4572-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4573:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4574-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4838-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:4839:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-4840-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-5115-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:5116:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-5117-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-5225-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:5226:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-5227-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-5569-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:5570:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-5571-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-5572-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:5573:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-5574-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-5577-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:5578:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-5579-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-6938-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:6939:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-6940-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-6942-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:6943:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-6944-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-6952-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:6953:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-6954-	done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-6972-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:6973:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:6974:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-6975-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-6977-            else
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:6978:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-6979-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-7325-do :
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:7326:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-7327-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-7329-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:7330:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-7331-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8470-
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:8471:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:8472:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8473-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8539-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:8540:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8541-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8563-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:8564:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8565-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8596-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:8597:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8598-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8679-
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:8680:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8681-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8694-	else
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:8695:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:8696:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8697-	    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8734-
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:8735:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8736-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8776-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:8777:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8778-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8992-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:8993:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-8994-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9055-
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9056:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9057-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9178-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9179:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9180-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9245-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9246:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9247-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9248-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9249:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9250-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9252-else
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9253:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9254-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9262-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9263:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9264-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9339-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9340:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9341-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9411-  {
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9412:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9413-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9515-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9516:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9517-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9646-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9647:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9648-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9668-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9669:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9670:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9671-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9673-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9674:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9675-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9697-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9698:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9699-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9705-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9706:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9707-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9829-fi
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9830:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9831-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9846-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9847:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9848-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9852-
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9853:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9854-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9990-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:9991:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-9992-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-10122-      esac
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:10123:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-10124-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-10181-*)
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:10182:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-10183-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:10184:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-10185-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-10233-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:10234:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-10235-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-10250-
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:10251:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-10252-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-10276-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre83/configure:10277:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre83/configure-10278-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-15-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-110-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:111:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-112-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-114-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:115:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-116-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-182-AC_SUBST(CC)
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:183:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-184-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-192-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:193:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-194-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-410-
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:411:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:412:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:413:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:414:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:415:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:416:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:417:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:418:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:419:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:420:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-421-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:422:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:423:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:424:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-425-
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-426-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:427:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:428:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-429-else 
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-430-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:431:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:432:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-433-    else 
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-434-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:435:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:436:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-437-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-441-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:442:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:443:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-444-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-460-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:461:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-462-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-471-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:472:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-473-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-561-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:562:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-563-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-788-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:789:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-790-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-791-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:792:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-793-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-796-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:797:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-798-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1352-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:1353:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1354-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1356-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:1357:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1358-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1366-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:1367:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1368-	done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1383-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:1384:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:1385:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1386-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1387-            else					
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:1388:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1389-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1897-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:1898:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1899-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1919-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:1920:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1921-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1941-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:1942:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1943-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1972-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:1973:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-1974-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-2004-	    
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:2005:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-2006-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-2019-	else
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:2020:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:2021:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-2022-	    fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-2059-    
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:2060:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-2061-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-2066-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:2067:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-2068-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-2112-
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in:2113:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre83/configure.in-2114-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-846-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1183-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1226-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1317-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1319-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1476-*)
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2254-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2472-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2609-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2618-else
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2642-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2644-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2647-
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2807-
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2808:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2809-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2816-
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:2817:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-2818-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-3269-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:3270:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-3271-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-3313-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:3314:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-3315-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-3373-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:3374:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-3375-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-3482-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:3483:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-3484-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-3850-
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:3851:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-3852-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-3861-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:3862:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-3863-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4203-
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4204:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4205:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4206:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4207:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4208:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4209:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4210:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4211:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4212:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4213:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4214-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4215:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4216:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4217:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4218-
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4219-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4220:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4221:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4222-else
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4223-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4224:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4225:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4226-    else
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4227-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4228:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4229:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4230-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4234-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4235:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4236:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4237-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4296-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4297:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4298-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4308-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4309:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4310-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4340-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4341:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4342-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4406-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4407:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4408-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4567-do :
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4568:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4569-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4572-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4573:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4574-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4838-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:4839:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-4840-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-5115-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:5116:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-5117-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-5225-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:5226:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-5227-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-5569-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:5570:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-5571-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-5572-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:5573:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-5574-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-5577-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:5578:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-5579-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-6932-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:6933:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-6934-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-6936-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:6937:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-6938-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-6946-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:6947:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-6948-	done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-6966-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:6967:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:6968:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-6969-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-6971-            else
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:6972:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-6973-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-7318-do :
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:7319:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-7320-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-7322-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:7323:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-7324-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8463-
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:8464:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:8465:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8466-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8532-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:8533:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8534-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8556-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:8557:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8558-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8589-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:8590:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8591-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8672-
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:8673:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8674-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8687-	else
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:8688:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:8689:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8690-	    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8727-
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:8728:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8729-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8769-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:8770:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8771-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8985-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:8986:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-8987-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9048-
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9049:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9050-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9171-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9172:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9173-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9238-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9239:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9240-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9241-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9242:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9243-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9245-else
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9246:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9247-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9255-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9256:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9257-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9332-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9333:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9334-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9404-  {
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9405:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9406-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9508-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9509:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9510-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9639-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9640:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9641-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9661-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9662:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9663:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9664-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9666-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9667:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9668-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9690-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9691:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9692-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9698-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9699:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9700-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9822-fi
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9823:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9824-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9839-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9840:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9841-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9845-
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9846:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9847-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9983-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:9984:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-9985-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-10115-      esac
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:10116:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-10117-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-10174-*)
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:10175:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-10176-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:10177:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-10178-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-10226-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:10227:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-10228-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-10243-
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:10244:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-10245-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-10269-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre84/configure:10270:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre84/configure-10271-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-15-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-110-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:111:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-112-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-114-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:115:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-116-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-182-AC_SUBST(CC)
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:183:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-184-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-192-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:193:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-194-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-410-
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:411:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:412:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:413:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:414:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:415:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:416:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:417:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:418:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:419:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:420:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-421-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:422:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:423:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:424:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-425-
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-426-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:427:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:428:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-429-else 
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-430-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:431:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:432:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-433-    else 
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-434-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:435:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:436:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-437-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-441-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:442:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:443:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-444-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-460-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:461:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-462-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-471-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:472:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-473-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-561-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:562:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-563-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-788-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:789:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-790-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-791-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:792:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-793-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-796-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:797:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-798-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1346-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:1347:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1348-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1350-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:1351:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1352-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1360-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:1361:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1362-	done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1377-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:1378:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:1379:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1380-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1381-            else					
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:1382:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1383-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1890-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:1891:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1892-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1912-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:1913:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1914-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1934-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:1935:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1936-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1965-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:1966:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1967-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1997-	    
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:1998:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-1999-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-2012-	else
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:2013:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:2014:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-2015-	    fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-2052-    
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:2053:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-2054-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-2059-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:2060:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-2061-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-2105-
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in:2106:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre84/configure.in-2107-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-846-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1183-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1226-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1317-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1319-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1476-*)
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2254-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2472-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2609-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2618-else
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2642-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2644-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2647-
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2807-
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2808:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2809-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2816-
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:2817:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-2818-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-3269-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:3270:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-3271-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-3313-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:3314:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-3315-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-3373-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:3374:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-3375-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-3482-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:3483:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-3484-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-3850-
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:3851:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-3852-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-3861-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:3862:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-3863-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4204-
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4205:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4206:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4207:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4208:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4209:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4210:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4211:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4212:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4213:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4214:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4215-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4216:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4217:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4218:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4219-
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4220-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4221:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4222:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4223-else
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4224-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4225:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4226:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4227-    else
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4228-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4229:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4230:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4231-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4235-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4236:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4237:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4238-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4297-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4298:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4299-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4309-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4310:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4311-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4341-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4342:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4343-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4407-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4408:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4409-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4568-do :
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4569:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4570-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4573-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4574:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4575-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4839-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:4840:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-4841-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-5116-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:5117:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-5118-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-5226-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:5227:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-5228-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-5570-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:5571:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-5572-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-5573-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:5574:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-5575-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-5578-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:5579:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-5580-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-6933-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:6934:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-6935-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-6937-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:6938:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-6939-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-6947-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:6948:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-6949-	done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-6967-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:6968:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:6969:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-6970-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-6972-            else
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:6973:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-6974-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-7319-do :
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:7320:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-7321-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-7323-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:7324:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-7325-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8464-
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:8465:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:8466:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8467-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8533-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:8534:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8535-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8557-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:8558:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8559-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8590-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:8591:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8592-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8673-
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:8674:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8675-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8688-	else
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:8689:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:8690:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8691-	    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8728-
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:8729:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8730-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8770-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:8771:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8772-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8986-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:8987:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-8988-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9049-
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9050:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9051-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9172-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9173:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9174-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9239-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9240:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9241-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9242-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9243:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9244-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9246-else
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9247:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9248-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9256-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9257:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9258-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9333-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9334:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9335-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9405-  {
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9406:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9407-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9509-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9510:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9511-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9640-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9641:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9642-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9662-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9663:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9664:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9665-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9667-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9668:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9669-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9691-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9692:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9693-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9699-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9700:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9701-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9823-fi
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9824:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9825-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9840-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9841:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9842-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9846-
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9847:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9848-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9984-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:9985:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-9986-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-10116-      esac
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:10117:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-10118-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-10175-*)
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:10176:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-10177-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:10178:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-10179-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-10227-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:10228:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-10229-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-10244-
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:10245:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-10246-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-10270-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre86/configure:10271:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre86/configure-10272-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-15-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-110-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:111:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-112-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-114-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:115:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-116-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-182-AC_SUBST(CC)
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:183:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-184-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-192-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:193:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-194-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-411-
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:412:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:413:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:414:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:415:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:416:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:417:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:418:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:419:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:420:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:421:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-422-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:423:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:424:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:425:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-426-
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-427-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:428:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:429:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-430-else 
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-431-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:432:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:433:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-434-    else 
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-435-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:436:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:437:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-438-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-442-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:443:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:444:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-445-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-461-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:462:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-463-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-472-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:473:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-474-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-562-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:563:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-564-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-789-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:790:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-791-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-792-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:793:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-794-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-797-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:798:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-799-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1347-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:1348:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1349-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1351-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:1352:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1353-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1361-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:1362:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1363-	done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1378-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:1379:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:1380:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1381-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1382-            else					
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:1383:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1384-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1891-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:1892:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1893-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1913-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:1914:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1915-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1935-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:1936:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1937-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1966-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:1967:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1968-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-1998-	    
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:1999:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-2000-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-2013-	else
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:2014:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:2015:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-2016-	    fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-2053-    
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:2054:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-2055-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-2060-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:2061:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-2062-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-2106-
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in:2107:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre86/configure.in-2108-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre88/h/protoize.h-1395-void Lcadadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre88/h/protoize.h:1396:void Lcaaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre88/h/protoize.h-1397-void Lset_macro_character(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre88/h/protoize.h-1507-void Lcddadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre88/h/protoize.h:1508:void Lcdaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre88/h/protoize.h-1509-void Lcadddr(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre88/h/protoize.h-1684-void Lcdadr(void);
gcl-2.6.12/.pc/Version_2_6_13pre88/h/protoize.h:1685:void Lcaddr(void);
gcl-2.6.12/.pc/Version_2_6_13pre88/h/protoize.h-1686-void Lfmakunbound(void);
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre89/cmpnew/gcl_cmpmain.lsp-84- (multiple-value-bind
gcl-2.6.12/.pc/Version_2_6_13pre89/cmpnew/gcl_cmpmain.lsp:85:  (code result) (system (mysub (ts string) "$" "\\$"))
gcl-2.6.12/.pc/Version_2_6_13pre89/cmpnew/gcl_cmpmain.lsp-86-    (unless (and (zerop code) (zerop result))
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-45-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-50-else
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-62-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-324-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-397-  {
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-399-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-404-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-846-  case $ac_option in
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1129-  -with-* | --with-*)
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1145-  -without-* | --without-*)
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1183-  *=*)
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1226-    */ )
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1317-case $srcdir in
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1319-esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1476-*)
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2254-    *\'*)
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2256-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2337-      case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2339-      esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2352-	case $ac_val in
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2354-	esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2472-    set,)
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2503-    case $ac_new_val in
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2609-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2618-else
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2642-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2644-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2647-
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2650-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2655-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2661-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2807-
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2808:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2809-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2816-
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:2817:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-2818-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-3269-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:3270:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-3271-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-3313-	then :; else
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:3314:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-3315-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-3373-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:3374:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-3375-	  break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-3482-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:3483:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-3484-       break;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-3850-
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:3851:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-3852-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-3861-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:3862:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-3863-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4205-
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4206:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4207:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4208:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4209:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4210:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4211:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4212:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4213:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4214:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4215:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4216-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4217:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4218:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4219:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4220-
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4221-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4222:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4223:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4224-else
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4225-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4226:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4227:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4228-    else
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4229-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4230:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4231:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4232-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4236-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4237:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4238:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4239-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4298-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4299:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4300-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4310-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4311:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4312-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4342-  # Check for GNU $ac_path_GREP
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4343:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4344-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4408-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4409:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4410-*GNU*)
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4569-do :
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4570:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4571-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4574-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4575:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4576-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4840-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:4841:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-4842-		      rm -f foo.c
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-5117-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:5118:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-5119-    done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-5227-  LIBS=$ac_save_LIBS
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:5228:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-5229-do
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-5571-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:5572:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-5573-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-5574-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:5575:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-5576-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-5579-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:5580:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-5581-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-6934-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:6935:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-6936-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-6938-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:6939:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-6940-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-6948-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:6949:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-6950-	done
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-6968-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:6969:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:6970:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-6971-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-6973-            else
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:6974:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-6975-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-7320-do :
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:7321:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-7322-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-7324-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:7325:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-7326-_ACEOF
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8465-
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:8466:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:8467:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8468-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8534-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:8535:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8536-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8558-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:8559:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8560-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8591-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:8592:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8593-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8674-
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:8675:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8676-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8689-	else
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:8690:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:8691:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8692-	    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8729-
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:8730:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8731-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8771-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:8772:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8773-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8987-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:8988:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-8989-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9050-
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9051:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9052-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9173-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9174:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9175-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9240-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9241:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9242-  as_echo='print -r --'
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9243-  as_echo_n='print -rn --'
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9244:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9245-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9247-else
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9248:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9249-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9257-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9258:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9259-      esac;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9334-# ----------------------------------------
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9335:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9336-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9406-  {
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9407:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9408-  }
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9510-      case $as_dir in #(
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9511:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9512-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9641-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9642:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9643-ac_cs_version="\\
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9663-  --*=?*)
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9664:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9665:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9666-    ac_shift=:
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9668-  --*=)
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9669:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9670-    ac_optarg=
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9692-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9693:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9694-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9700-    case $ac_optarg in
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9701:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9702-    esac
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9824-fi
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9825:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9826-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9841-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9842:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9843-ac_delim='%!_!# '
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9847-
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9848:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9849-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9985-for ac_last_try in false false :; do
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:9986:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-9987-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-10117-      esac
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:10118:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-10119-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-10176-*)
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:10177:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-10178-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:10179:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-10180-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-10228-/@mandir@/p'
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:10229:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-10230-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-10245-
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:10246:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-10247-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-10271-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/.pc/Version_2_6_13pre90/configure:10272:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/.pc/Version_2_6_13pre90/configure-10273-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-15-canonical=$host
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-22-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-110-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:111:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-112-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-114-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:115:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-116-
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-182-AC_SUBST(CC)
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:183:GCL_CC=`basename $CC`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-184-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-192-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:193:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-194-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-412-
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:413:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:414:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:415:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:416:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:417:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:418:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:419:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:420:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:421:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:422:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-423-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:424:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:425:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:426:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-427-
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-428-if test "$FOOPT0" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:429:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:430:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-431-else 
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-432-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:433:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:434:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-435-    else 
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-436-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:437:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:438:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-439-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-443-if test "$FDEBUG" != "" ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:444:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:445:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-446-fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-462-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:463:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-464-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-473-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:474:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-475-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-563-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:564:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-565-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-790-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:791:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-792-	rm -f foo.c foo
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-793-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:794:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-795-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-798-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:799:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-800-	else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1348-	k=0;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:1349:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1350-	max=0;
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1352-	while test $n -lt $lim ; do
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:1353:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1354-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1362-            fi;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:1363:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1364-	done	  
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1379-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:1380:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:1381:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1382-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1383-            else					
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:1384:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1385-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1892-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:1893:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1894-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1914-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:1915:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1916-    else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1936-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:1937:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1938-else
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1967-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:1968:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1969-    fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-1999-	    
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:2000:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-2001-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-2014-	else
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:2015:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:2016:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-2017-	    fi      
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-2054-    
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:2055:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-2056-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-2061-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:2062:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-2063-	fi
##############################################
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-2107-
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in:2108:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/.pc/Version_2_6_13pre90/configure.in-2109-AC_SUBST(LDFLAGS)
##############################################
gcl-2.6.12/config.guess-34-
gcl-2.6.12/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
gcl-2.6.12/config.guess-36-
##############################################
gcl-2.6.12/config.guess-102-: ${TMPDIR=/tmp} ;
gcl-2.6.12/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gcl-2.6.12/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
gcl-2.6.12/config.guess-151-	EOF
gcl-2.6.12/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
gcl-2.6.12/config.guess-153-	;;
##############################################
gcl-2.6.12/config.guess-181-	    earmv*)
gcl-2.6.12/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
gcl-2.6.12/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
gcl-2.6.12/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
gcl-2.6.12/config.guess-210-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
gcl-2.6.12/config.guess:211:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
gcl-2.6.12/config.guess-212-		;;
##############################################
gcl-2.6.12/config.guess-223-	    *)
gcl-2.6.12/config.guess:224:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
gcl-2.6.12/config.guess-225-		;;
##############################################
gcl-2.6.12/config.guess-257-	*4.0)
gcl-2.6.12/config.guess:258:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gcl-2.6.12/config.guess-259-		;;
gcl-2.6.12/config.guess-260-	*5.*)
gcl-2.6.12/config.guess:261:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gcl-2.6.12/config.guess-262-		;;
##############################################
gcl-2.6.12/config.guess-267-	# types through head -n 1, so we only detect the type of CPU 0.
gcl-2.6.12/config.guess:268:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gcl-2.6.12/config.guess-269-	case "$ALPHA_CPU_TYPE" in
##############################################
gcl-2.6.12/config.guess-305-	# 1.2 uses "1.2" for uname -r.
gcl-2.6.12/config.guess:306:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
gcl-2.6.12/config.guess-307-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gcl-2.6.12/config.guess-365-    s390x:SunOS:*:*)
gcl-2.6.12/config.guess:366:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/config.guess-367-	exit ;;
gcl-2.6.12/config.guess-368-    sun4H:SunOS:5.*:*)
gcl-2.6.12/config.guess:369:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/config.guess-370-	exit ;;
gcl-2.6.12/config.guess-371-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gcl-2.6.12/config.guess:372:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/config.guess-373-	exit ;;
##############################################
gcl-2.6.12/config.guess-390-	fi
gcl-2.6.12/config.guess:391:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/config.guess-392-	exit ;;
##############################################
gcl-2.6.12/config.guess-396-	# it's likely to be more like Solaris than SunOS4.
gcl-2.6.12/config.guess:397:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/config.guess-398-	exit ;;
##############################################
gcl-2.6.12/config.guess-405-	# Japanese Language versions have a version number like `4.1.3-JL'.
gcl-2.6.12/config.guess:406:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
gcl-2.6.12/config.guess-407-	exit ;;
##############################################
gcl-2.6.12/config.guess-411-    sun*:*:4.2BSD:*)
gcl-2.6.12/config.guess:412:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gcl-2.6.12/config.guess-413-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
gcl-2.6.12/config.guess-493-	$CC_FOR_BUILD -o $dummy $dummy.c &&
gcl-2.6.12/config.guess:494:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gcl-2.6.12/config.guess:495:	  SYSTEM_NAME=`$dummy $dummyarg` &&
gcl-2.6.12/config.guess-496-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gcl-2.6.12/config.guess-549-    *:IRIX*:*:*)
gcl-2.6.12/config.guess:550:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
gcl-2.6.12/config.guess-551-	exit ;;
##############################################
gcl-2.6.12/config.guess-579-EOF
gcl-2.6.12/config.guess:580:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
gcl-2.6.12/config.guess-581-		then
##############################################
gcl-2.6.12/config.guess-592-    *:AIX:*:[4567])
gcl-2.6.12/config.guess:593:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gcl-2.6.12/config.guess-594-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
gcl-2.6.12/config.guess-628-    9000/[34678]??:HP-UX:*:*)
gcl-2.6.12/config.guess:629:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gcl-2.6.12/config.guess-630-	case "${UNAME_MACHINE}" in
##############################################
gcl-2.6.12/config.guess-682-EOF
gcl-2.6.12/config.guess:683:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
gcl-2.6.12/config.guess-684-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gcl-2.6.12/config.guess-710-    ia64:HP-UX:*:*)
gcl-2.6.12/config.guess:711:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
gcl-2.6.12/config.guess-712-	echo ia64-hp-hpux${HPUX_REV}
##############################################
gcl-2.6.12/config.guess-740-EOF
gcl-2.6.12/config.guess:741:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
gcl-2.6.12/config.guess-742-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gcl-2.6.12/config.guess-811-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gcl-2.6.12/config.guess:812:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
gcl-2.6.12/config.guess-813-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gcl-2.6.12/config.guess-816-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
gcl-2.6.12/config.guess:817:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
gcl-2.6.12/config.guess-818-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gcl-2.6.12/config.guess-832-	    amd64)
gcl-2.6.12/config.guess:833:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gcl-2.6.12/config.guess-834-	    *)
gcl-2.6.12/config.guess:835:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
gcl-2.6.12/config.guess-836-	esac
##############################################
gcl-2.6.12/config.guess-890-    prep*:SunOS:5.*:*)
gcl-2.6.12/config.guess:891:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
gcl-2.6.12/config.guess-892-	exit ;;
##############################################
gcl-2.6.12/config.guess-894-	# the GNU system
gcl-2.6.12/config.guess:895:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
gcl-2.6.12/config.guess-896-	exit ;;
##############################################
gcl-2.6.12/config.guess-898-	# other systems with GNU libc and userland
gcl-2.6.12/config.guess:899:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
gcl-2.6.12/config.guess-900-	exit ;;
##############################################
gcl-2.6.12/config.guess-989-EOF
gcl-2.6.12/config.guess:990:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
gcl-2.6.12/config.guess-991-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
gcl-2.6.12/config.guess-1083-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
gcl-2.6.12/config.guess:1084:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
gcl-2.6.12/config.guess-1085-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gcl-2.6.12/config.guess-1283-	fi
gcl-2.6.12/config.guess:1284:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
gcl-2.6.12/config.guess-1285-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
gcl-2.6.12/config.guess-1368-    *:DragonFly:*:*)
gcl-2.6.12/config.guess:1369:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
gcl-2.6.12/config.guess-1370-	exit ;;
##############################################
gcl-2.6.12/config.guess-1381-    i*86:skyos:*:*)
gcl-2.6.12/config.guess:1382:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
gcl-2.6.12/config.guess-1383-	exit ;;
##############################################
gcl-2.6.12/config.sub-52-
gcl-2.6.12/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
gcl-2.6.12/config.sub-54-
##############################################
gcl-2.6.12/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
gcl-2.6.12/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
gcl-2.6.12/config.sub-117-case $maybe_os in
##############################################
gcl-2.6.12/config.sub-123-    os=-$maybe_os
gcl-2.6.12/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
gcl-2.6.12/config.sub-125-    ;;
##############################################
gcl-2.6.12/config.sub-127-    os=-linux-android
gcl-2.6.12/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
gcl-2.6.12/config.sub-129-    ;;
gcl-2.6.12/config.sub-130-  *)
gcl-2.6.12/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
gcl-2.6.12/config.sub-132-    if [ $basic_machine != $1 ]
gcl-2.6.12/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
gcl-2.6.12/config.sub-134-    else os=; fi
##############################################
gcl-2.6.12/config.sub-181-		os=-sco5v6
gcl-2.6.12/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/config.sub-183-		;;
##############################################
gcl-2.6.12/config.sub-185-		os=-sco3.2v5
gcl-2.6.12/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/config.sub-187-		;;
##############################################
gcl-2.6.12/config.sub-189-		os=-sco3.2v4
gcl-2.6.12/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/config.sub-191-		;;
gcl-2.6.12/config.sub-192-	-sco3.2.[4-9]*)
gcl-2.6.12/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gcl-2.6.12/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/config.sub-195-		;;
##############################################
gcl-2.6.12/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
gcl-2.6.12/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/config.sub-199-		;;
##############################################
gcl-2.6.12/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
gcl-2.6.12/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/config.sub-203-		;;
##############################################
gcl-2.6.12/config.sub-205-		os=-sco3.2v2
gcl-2.6.12/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/config.sub-207-		;;
gcl-2.6.12/config.sub-208-	-udk*)
gcl-2.6.12/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/config.sub-210-		;;
##############################################
gcl-2.6.12/config.sub-212-		os=-isc2.2
gcl-2.6.12/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/config.sub-214-		;;
##############################################
gcl-2.6.12/config.sub-218-	-isc*)
gcl-2.6.12/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
gcl-2.6.12/config.sub-220-		;;
##############################################
gcl-2.6.12/config.sub-230-	-ptx*)
gcl-2.6.12/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
gcl-2.6.12/config.sub-232-		;;
gcl-2.6.12/config.sub-233-	-windowsnt*)
gcl-2.6.12/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
gcl-2.6.12/config.sub-235-		;;
##############################################
gcl-2.6.12/config.sub-367-	*-*-*)
gcl-2.6.12/config.sub:368:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gcl-2.6.12/config.sub-369-		exit 1
##############################################
gcl-2.6.12/config.sub-494-	amd64-*)
gcl-2.6.12/config.sub:495:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-496-		;;
##############################################
gcl-2.6.12/config.sub-539-	blackfin-*)
gcl-2.6.12/config.sub:540:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-541-		os=-linux
##############################################
gcl-2.6.12/config.sub-547-	c54x-*)
gcl-2.6.12/config.sub:548:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-549-		;;
gcl-2.6.12/config.sub-550-	c55x-*)
gcl-2.6.12/config.sub:551:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-552-		;;
gcl-2.6.12/config.sub-553-	c6x-*)
gcl-2.6.12/config.sub:554:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-555-		;;
##############################################
gcl-2.6.12/config.sub-750-	i*86v32)
gcl-2.6.12/config.sub:751:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/config.sub-752-		os=-sysv32
##############################################
gcl-2.6.12/config.sub-754-	i*86v4*)
gcl-2.6.12/config.sub:755:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/config.sub-756-		os=-sysv4
##############################################
gcl-2.6.12/config.sub-758-	i*86v)
gcl-2.6.12/config.sub:759:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/config.sub-760-		os=-sysv
##############################################
gcl-2.6.12/config.sub-762-	i*86sol2)
gcl-2.6.12/config.sub:763:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
gcl-2.6.12/config.sub-764-		os=-solaris2
##############################################
gcl-2.6.12/config.sub-788-	leon-*|leon[3-9]-*)
gcl-2.6.12/config.sub:789:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
gcl-2.6.12/config.sub-790-		;;
##############################################
gcl-2.6.12/config.sub-795-	m68knommu-*)
gcl-2.6.12/config.sub:796:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-797-		os=-linux
##############################################
gcl-2.6.12/config.sub-832-	mips3*-*)
gcl-2.6.12/config.sub:833:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
gcl-2.6.12/config.sub-834-		;;
gcl-2.6.12/config.sub-835-	mips3*)
gcl-2.6.12/config.sub:836:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
gcl-2.6.12/config.sub-837-		;;
##############################################
gcl-2.6.12/config.sub-854-	ms1-*)
gcl-2.6.12/config.sub:855:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
gcl-2.6.12/config.sub-856-		;;
##############################################
gcl-2.6.12/config.sub-973-	parisc-*)
gcl-2.6.12/config.sub:974:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-975-		os=-linux
##############################################
gcl-2.6.12/config.sub-989-	pc98-*)
gcl-2.6.12/config.sub:990:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-991-		;;
##############################################
gcl-2.6.12/config.sub-1004-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
gcl-2.6.12/config.sub:1005:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-1006-		;;
gcl-2.6.12/config.sub-1007-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
gcl-2.6.12/config.sub:1008:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-1009-		;;
gcl-2.6.12/config.sub-1010-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
gcl-2.6.12/config.sub:1011:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-1012-		;;
gcl-2.6.12/config.sub-1013-	pentium4-*)
gcl-2.6.12/config.sub:1014:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-1015-		;;
##############################################
gcl-2.6.12/config.sub-1023-	ppc-* | ppcbe-*)
gcl-2.6.12/config.sub:1024:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-1025-		;;
##############################################
gcl-2.6.12/config.sub-1029-	ppcle-* | powerpclittle-*)
gcl-2.6.12/config.sub:1030:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-1031-		;;
##############################################
gcl-2.6.12/config.sub-1033-		;;
gcl-2.6.12/config.sub:1034:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-1035-		;;
##############################################
gcl-2.6.12/config.sub-1039-	ppc64le-* | powerpc64little-*)
gcl-2.6.12/config.sub:1040:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-1041-		;;
##############################################
gcl-2.6.12/config.sub-1122-	strongarm-* | thumb-*)
gcl-2.6.12/config.sub:1123:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
gcl-2.6.12/config.sub-1124-		;;
##############################################
gcl-2.6.12/config.sub-1252-	xscale-* | xscalee[bl]-*)
gcl-2.6.12/config.sub:1253:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
gcl-2.6.12/config.sub-1254-		;;
##############################################
gcl-2.6.12/config.sub-1329-	*)
gcl-2.6.12/config.sub:1330:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
gcl-2.6.12/config.sub-1331-		exit 1
##############################################
gcl-2.6.12/config.sub-1337-	*-digital*)
gcl-2.6.12/config.sub:1338:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
gcl-2.6.12/config.sub-1339-		;;
gcl-2.6.12/config.sub-1340-	*-commodore*)
gcl-2.6.12/config.sub:1341:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
gcl-2.6.12/config.sub-1342-		;;
##############################################
gcl-2.6.12/config.sub-1358-	-solaris1 | -solaris1.*)
gcl-2.6.12/config.sub:1359:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gcl-2.6.12/config.sub-1360-		;;
##############################################
gcl-2.6.12/config.sub-1370-	-gnu/linux*)
gcl-2.6.12/config.sub:1371:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gcl-2.6.12/config.sub-1372-		;;
##############################################
gcl-2.6.12/config.sub-1416-	-nto*)
gcl-2.6.12/config.sub:1417:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gcl-2.6.12/config.sub-1418-		;;
##############################################
gcl-2.6.12/config.sub-1423-	-mac*)
gcl-2.6.12/config.sub:1424:		os=`echo $os | sed -e 's|mac|macos|'`
gcl-2.6.12/config.sub-1425-		;;
##############################################
gcl-2.6.12/config.sub-1429-	-linux*)
gcl-2.6.12/config.sub:1430:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gcl-2.6.12/config.sub-1431-		;;
gcl-2.6.12/config.sub-1432-	-sunos5*)
gcl-2.6.12/config.sub:1433:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
gcl-2.6.12/config.sub-1434-		;;
gcl-2.6.12/config.sub-1435-	-sunos6*)
gcl-2.6.12/config.sub:1436:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
gcl-2.6.12/config.sub-1437-		;;
##############################################
gcl-2.6.12/config.sub-1484-	-sinix5.*)
gcl-2.6.12/config.sub:1485:		os=`echo $os | sed -e 's|sinix|sysv|'`
gcl-2.6.12/config.sub-1486-		;;
##############################################
gcl-2.6.12/config.sub-1537-		# Get rid of the `-' at the beginning of $os.
gcl-2.6.12/config.sub:1538:		os=`echo $os | sed 's/[^-]*-//'`
gcl-2.6.12/config.sub:1539:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
gcl-2.6.12/config.sub-1540-		exit 1
##############################################
gcl-2.6.12/config.sub-1800-		esac
gcl-2.6.12/config.sub:1801:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
gcl-2.6.12/config.sub-1802-		;;
##############################################
gcl-2.6.12/makefile-133-gmp_all: $(GMPDIR)/Makefile
gcl-2.6.12/makefile:134:	cd $(GMPDIR) && echo '#include <stdio.h>' >> gmp.h && echo "#include \"`$(PWD_CMD)`/../h/prelink.h\"" >> gmp.h && $(MAKE) 
gcl-2.6.12/makefile-135-	touch $@
##############################################
gcl-2.6.12/makefile-141-	rm -f bin/gcl xbin/gcl
gcl-2.6.12/makefile:142:	MGCLDIR=`echo $(GCLDIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
gcl-2.6.12/makefile:143:	GCLDIR=`echo $(GCLDIR)` ; \
gcl-2.6.12/makefile-144-	$(MAKE) install-command "INSTALL_LIB_DIR=$$GCLDIR" "prefix=$$GCLDIR" "BINDIR=$$MGCLDIR/$(PORTDIR)"
##############################################
gcl-2.6.12/makefile-146-
gcl-2.6.12/makefile:147:#	GCLDIR=`echo $(GCLDIR) | sed -e 'sX^/cygdrive/\([a-z]\)X\1!Xg' -e 'sX^//\([a-z]\)X\1!Xg'` ; \
gcl-2.6.12/makefile-148-
##############################################
gcl-2.6.12/makefile-192-	mkdir -p $(DESTDIR)$(INSTALL_LIB_DIR)
gcl-2.6.12/makefile:193:	MINSTALL_LIB_DIR=`echo $(INSTALL_LIB_DIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
gcl-2.6.12/makefile-194-	$(MAKE) install-command "INSTALL_LIB_DIR=$(INSTALL_LIB_DIR)" "prefix=$(prefix)" "DESTDIR=$(DESTDIR)" "BINDIR=$$MINSTALL_LIB_DIR/unixport"
##############################################
gcl-2.6.12/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/configure-45-  as_echo='print -r --'
gcl-2.6.12/configure-46-  as_echo_n='print -rn --'
gcl-2.6.12/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/configure-48-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/configure-50-else
gcl-2.6.12/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/configure-62-      esac;
##############################################
gcl-2.6.12/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gcl-2.6.12/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gcl-2.6.12/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
gcl-2.6.12/configure-324-      case $as_dir in #(
gcl-2.6.12/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/configure-326-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/configure-397-  {
gcl-2.6.12/configure:398:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/configure-399-  }
##############################################
gcl-2.6.12/configure-404-# ----------------------------------------
gcl-2.6.12/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gcl-2.6.12/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gcl-2.6.12/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gcl-2.6.12/configure-846-  case $ac_option in
gcl-2.6.12/configure:847:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gcl-2.6.12/configure-848-  *=)   ac_optarg= ;;
##############################################
gcl-2.6.12/configure-890-  -disable-* | --disable-*)
gcl-2.6.12/configure:891:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gcl-2.6.12/configure-892-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/configure-895-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/configure:896:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/configure-897-    case $ac_user_opts in
##############################################
gcl-2.6.12/configure-916-  -enable-* | --enable-*)
gcl-2.6.12/configure:917:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gcl-2.6.12/configure-918-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/configure-921-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/configure:922:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/configure-923-    case $ac_user_opts in
##############################################
gcl-2.6.12/configure-1129-  -with-* | --with-*)
gcl-2.6.12/configure:1130:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gcl-2.6.12/configure-1131-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/configure-1134-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/configure:1135:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/configure-1136-    case $ac_user_opts in
##############################################
gcl-2.6.12/configure-1145-  -without-* | --without-*)
gcl-2.6.12/configure:1146:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gcl-2.6.12/configure-1147-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/configure-1150-    ac_useropt_orig=$ac_useropt
gcl-2.6.12/configure:1151:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gcl-2.6.12/configure-1152-    case $ac_user_opts in
##############################################
gcl-2.6.12/configure-1183-  *=*)
gcl-2.6.12/configure:1184:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gcl-2.6.12/configure-1185-    # Reject names that are not valid shell variable names.
##############################################
gcl-2.6.12/configure-1204-if test -n "$ac_prev"; then
gcl-2.6.12/configure:1205:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gcl-2.6.12/configure-1206-  as_fn_error $? "missing argument to $ac_option"
##############################################
gcl-2.6.12/configure-1226-    */ )
gcl-2.6.12/configure:1227:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gcl-2.6.12/configure-1228-      eval $ac_var=\$ac_val;;
##############################################
gcl-2.6.12/configure-1261-ac_ls_di=`ls -di .` &&
gcl-2.6.12/configure:1262:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gcl-2.6.12/configure-1263-  as_fn_error $? "working directory cannot be determined"
##############################################
gcl-2.6.12/configure-1317-case $srcdir in
gcl-2.6.12/configure:1318:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gcl-2.6.12/configure-1319-esac
##############################################
gcl-2.6.12/configure-1360-By default, \`make install' will install all the files in
gcl-2.6.12/configure:1361:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gcl-2.6.12/configure:1362:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gcl-2.6.12/configure-1363-for instance \`--prefix=\$HOME'.
##############################################
gcl-2.6.12/configure-1476-*)
gcl-2.6.12/configure:1477:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/configure-1478-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/configure:1479:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/configure-1480-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/configure-2254-    *\'*)
gcl-2.6.12/configure:2255:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/configure-2256-    esac
##############################################
gcl-2.6.12/configure-2337-      case $ac_val in
gcl-2.6.12/configure:2338:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/configure-2339-      esac
##############################################
gcl-2.6.12/configure-2352-	case $ac_val in
gcl-2.6.12/configure:2353:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gcl-2.6.12/configure-2354-	esac
##############################################
gcl-2.6.12/configure-2472-    set,)
gcl-2.6.12/configure:2473:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gcl-2.6.12/configure:2474:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gcl-2.6.12/configure-2475-      ac_cache_corrupted=: ;;
##############################################
gcl-2.6.12/configure-2483-	# differences in whitespace do not lead to failure.
gcl-2.6.12/configure:2484:	ac_old_val_w=`echo x $ac_old_val`
gcl-2.6.12/configure:2485:	ac_new_val_w=`echo x $ac_new_val`
gcl-2.6.12/configure-2486-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gcl-2.6.12/configure-2503-    case $ac_new_val in
gcl-2.6.12/configure:2504:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/configure-2505-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gcl-2.6.12/configure-2583-test "x$ac_build_alias" = x &&
gcl-2.6.12/configure:2584:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gcl-2.6.12/configure-2585-test "x$ac_build_alias" = x &&
gcl-2.6.12/configure-2586-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gcl-2.6.12/configure:2587:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gcl-2.6.12/configure-2588-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/configure-2607-IFS=$ac_save_IFS
gcl-2.6.12/configure:2608:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/configure-2609-
##############################################
gcl-2.6.12/configure-2618-else
gcl-2.6.12/configure:2619:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gcl-2.6.12/configure-2620-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gcl-2.6.12/configure-2640-IFS=$ac_save_IFS
gcl-2.6.12/configure:2641:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gcl-2.6.12/configure-2642-
##############################################
gcl-2.6.12/configure-2644-canonical=$host
gcl-2.6.12/configure:2645:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[1]}'`
gcl-2.6.12/configure:2646:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[2]}'`
gcl-2.6.12/configure-2647-
gcl-2.6.12/configure-2648-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/configure:2649:#define HOST_CPU "`echo $host_cpu | awk '{print toupper($0)}'`"
gcl-2.6.12/configure-2650-_ACEOF
##############################################
gcl-2.6.12/configure-2653-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/configure:2654:#define HOST_KERNEL "`echo $my_host_kernel | awk '{print toupper($0)}'`"
gcl-2.6.12/configure-2655-_ACEOF
##############################################
gcl-2.6.12/configure-2659-cat >>confdefs.h <<_ACEOF
gcl-2.6.12/configure:2660:#define HOST_SYSTEM "`echo $my_host_system | awk '{print toupper($0)}'`"
gcl-2.6.12/configure-2661-_ACEOF
##############################################
gcl-2.6.12/configure-2807-
gcl-2.6.12/configure:2808:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/configure-2809-
##############################################
gcl-2.6.12/configure-2816-
gcl-2.6.12/configure:2817:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/configure-2818-
##############################################
gcl-2.6.12/configure-3269-$as_echo_n "checking whether the C compiler works... " >&6; }
gcl-2.6.12/configure:3270:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gcl-2.6.12/configure-3271-
##############################################
gcl-2.6.12/configure-3313-	then :; else
gcl-2.6.12/configure:3314:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/configure-3315-	fi
##############################################
gcl-2.6.12/configure-3373-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gcl-2.6.12/configure:3374:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gcl-2.6.12/configure-3375-	  break;;
##############################################
gcl-2.6.12/configure-3482-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gcl-2.6.12/configure:3483:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gcl-2.6.12/configure-3484-       break;;
##############################################
gcl-2.6.12/configure-3850-
gcl-2.6.12/configure:3851:GCL_CC=`basename $CC`
gcl-2.6.12/configure-3852-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/configure-3861-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/configure:3862:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/configure-3863-
##############################################
gcl-2.6.12/configure-4205-
gcl-2.6.12/configure:4206:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/configure:4207:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/configure:4208:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/configure:4209:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/configure:4210:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/configure:4211:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/configure:4212:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/configure:4213:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/configure:4214:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/configure:4215:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/configure-4216-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/configure:4217:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/configure:4218:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/configure:4219:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/configure-4220-
gcl-2.6.12/configure-4221-if test "$FOOPT0" != "" ; then
gcl-2.6.12/configure:4222:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/configure:4223:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[123 ],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/configure-4224-else
gcl-2.6.12/configure-4225-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/configure:4226:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/configure:4227:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[2-3],-O1,g'`
gcl-2.6.12/configure-4228-    else
gcl-2.6.12/configure-4229-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/configure:4230:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/configure:4231:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/configure-4232-	fi
##############################################
gcl-2.6.12/configure-4236-if test "$FDEBUG" != "" ; then
gcl-2.6.12/configure:4237:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/configure:4238:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/configure-4239-fi
##############################################
gcl-2.6.12/configure-4298-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/configure:4299:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/configure-4300-else
##############################################
gcl-2.6.12/configure-4310-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/configure:4311:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/configure-4312-	fi
##############################################
gcl-2.6.12/configure-4342-  # Check for GNU $ac_path_GREP
gcl-2.6.12/configure:4343:case `"$ac_path_GREP" --version 2>&1` in
gcl-2.6.12/configure-4344-*GNU*)
##############################################
gcl-2.6.12/configure-4408-  # Check for GNU $ac_path_EGREP
gcl-2.6.12/configure:4409:case `"$ac_path_EGREP" --version 2>&1` in
gcl-2.6.12/configure-4410-*GNU*)
##############################################
gcl-2.6.12/configure-4569-do :
gcl-2.6.12/configure:4570:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/configure-4571-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gcl-2.6.12/configure-4574-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/configure:4575:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/configure-4576-_ACEOF
##############################################
gcl-2.6.12/configure-4840-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/configure:4841:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/configure-4842-		      rm -f foo.c
##############################################
gcl-2.6.12/configure-5117-    for ac_var in incroot usrlibdir libdir; do
gcl-2.6.12/configure:5118:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
gcl-2.6.12/configure-5119-    done
##############################################
gcl-2.6.12/configure-5227-  LIBS=$ac_save_LIBS
gcl-2.6.12/configure:5228:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
gcl-2.6.12/configure-5229-do
##############################################
gcl-2.6.12/configure-5571-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/configure:5572:	MP=`$CC  -Wl,-M  -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/configure-5573-	rm -f foo.c foo
gcl-2.6.12/configure-5574-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/configure:5575:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/configure-5576-	else
##############################################
gcl-2.6.12/configure-5579-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/configure:5580:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[j]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[k]=A[k+2];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[j],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/configure-5581-	else
##############################################
gcl-2.6.12/configure-6934-	k=0;
gcl-2.6.12/configure:6935:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/configure-6936-	max=0;
##############################################
gcl-2.6.12/configure-6938-	while test $n -lt $lim ; do
gcl-2.6.12/configure:6939:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/configure-6940-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[0-9]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/configure-6948-            fi;
gcl-2.6.12/configure:6949:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/configure-6950-	done
##############################################
gcl-2.6.12/configure-6968-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/configure:6969:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/configure:6970:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/configure-6971-		{ $as_echo "$as_me:${as_lineno-$LINENO}: raising log text to $j for a $max bit wide low immfix table" >&5
##############################################
gcl-2.6.12/configure-6973-            else
gcl-2.6.12/configure:6974:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/configure-6975-		{ $as_echo "$as_me:${as_lineno-$LINENO}: lowering log text to $j to maximize data area" >&5
##############################################
gcl-2.6.12/configure-7320-do :
gcl-2.6.12/configure:7321:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gcl-2.6.12/configure-7322-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
gcl-2.6.12/configure-7324-  cat >>confdefs.h <<_ACEOF
gcl-2.6.12/configure:7325:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gcl-2.6.12/configure-7326-_ACEOF
##############################################
gcl-2.6.12/configure-8465-
gcl-2.6.12/configure:8466:	  { $as_echo "$as_me:${as_lineno-$LINENO}: result: sigcontext asm files" >&5
gcl-2.6.12/configure:8467:$as_echo "sigcontext asm files" >&6; }
gcl-2.6.12/configure-8468-else
##############################################
gcl-2.6.12/configure-8534-    if [ "$EMACS" != "" ] ; then
gcl-2.6.12/configure:8535:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/configure-8536-    else
##############################################
gcl-2.6.12/configure-8558-if [ "$EMACS" != "" ] ; then
gcl-2.6.12/configure:8559:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/configure-8560-else
##############################################
gcl-2.6.12/configure-8591-    if [ "$EMACS" != "" ] && [ "$INFO_DIR" = "unknown" ] ; then
gcl-2.6.12/configure:8592:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/configure-8593-    fi
##############################################
gcl-2.6.12/configure-8674-
gcl-2.6.12/configure:8675:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/configure-8676-	fi
##############################################
gcl-2.6.12/configure-8689-	else
gcl-2.6.12/configure:8690:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/configure:8691:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/configure-8692-	    fi
##############################################
gcl-2.6.12/configure-8729-
gcl-2.6.12/configure:8730:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/configure-8731-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/configure-8771-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/configure:8772:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/configure-8773-	fi
##############################################
gcl-2.6.12/configure-8987-  for ac_func in _getb67 GETB67 getb67; do
gcl-2.6.12/configure:8988:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
gcl-2.6.12/configure-8989-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
gcl-2.6.12/configure-9050-
gcl-2.6.12/configure:9051:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/configure-9052-
##############################################
gcl-2.6.12/configure-9173-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gcl-2.6.12/configure:9174:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gcl-2.6.12/configure-9175-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gcl-2.6.12/configure-9240-if test -z "$BASH_VERSION$ZSH_VERSION" \
gcl-2.6.12/configure:9241:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/configure-9242-  as_echo='print -r --'
gcl-2.6.12/configure-9243-  as_echo_n='print -rn --'
gcl-2.6.12/configure:9244:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gcl-2.6.12/configure-9245-  as_echo='printf %s\n'
##############################################
gcl-2.6.12/configure-9247-else
gcl-2.6.12/configure:9248:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gcl-2.6.12/configure-9249-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gcl-2.6.12/configure-9257-	expr "X$arg" : "X\\(.*\\)$as_nl";
gcl-2.6.12/configure:9258:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gcl-2.6.12/configure-9259-      esac;
##############################################
gcl-2.6.12/configure-9334-# ----------------------------------------
gcl-2.6.12/configure:9335:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gcl-2.6.12/configure-9336-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gcl-2.6.12/configure-9406-  {
gcl-2.6.12/configure:9407:    as_val=`expr "$@" || test $? -eq 1`
gcl-2.6.12/configure-9408-  }
##############################################
gcl-2.6.12/configure-9510-      case $as_dir in #(
gcl-2.6.12/configure:9511:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gcl-2.6.12/configure-9512-      *) as_qdir=$as_dir;;
##############################################
gcl-2.6.12/configure-9641-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gcl-2.6.12/configure:9642:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gcl-2.6.12/configure-9643-ac_cs_version="\\
##############################################
gcl-2.6.12/configure-9663-  --*=?*)
gcl-2.6.12/configure:9664:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/configure:9665:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gcl-2.6.12/configure-9666-    ac_shift=:
##############################################
gcl-2.6.12/configure-9668-  --*=)
gcl-2.6.12/configure:9669:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gcl-2.6.12/configure-9670-    ac_optarg=
##############################################
gcl-2.6.12/configure-9692-    case $ac_optarg in
gcl-2.6.12/configure:9693:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/configure-9694-    '') as_fn_error $? "missing file argument" ;;
##############################################
gcl-2.6.12/configure-9700-    case $ac_optarg in
gcl-2.6.12/configure:9701:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gcl-2.6.12/configure-9702-    esac
##############################################
gcl-2.6.12/configure-9824-fi
gcl-2.6.12/configure:9825:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gcl-2.6.12/configure-9826-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gcl-2.6.12/configure-9841-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gcl-2.6.12/configure:9842:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gcl-2.6.12/configure-9843-ac_delim='%!_!# '
##############################################
gcl-2.6.12/configure-9847-
gcl-2.6.12/configure:9848:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gcl-2.6.12/configure-9849-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gcl-2.6.12/configure-9985-for ac_last_try in false false :; do
gcl-2.6.12/configure:9986:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gcl-2.6.12/configure-9987-  if test -z "$ac_tt"; then
##############################################
gcl-2.6.12/configure-10117-      esac
gcl-2.6.12/configure:10118:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gcl-2.6.12/configure-10119-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gcl-2.6.12/configure-10176-*)
gcl-2.6.12/configure:10177:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gcl-2.6.12/configure-10178-  # A ".." for each directory in $ac_dir_suffix.
gcl-2.6.12/configure:10179:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gcl-2.6.12/configure-10180-  case $ac_top_builddir_sub in
##############################################
gcl-2.6.12/configure-10228-/@mandir@/p'
gcl-2.6.12/configure:10229:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gcl-2.6.12/configure-10230-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gcl-2.6.12/configure-10245-
gcl-2.6.12/configure:10246:# Neutralize VPATH when `$srcdir' = `.'.
gcl-2.6.12/configure-10247-# Shell code in configure.ac might set extrasub.
##############################################
gcl-2.6.12/configure-10271-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gcl-2.6.12/configure:10272:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gcl-2.6.12/configure-10273-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gcl-2.6.12/configure.in-15-canonical=$host
gcl-2.6.12/configure.in:16:my_host_kernel=`echo $host_os | awk '{j=split($1,A,"-");print A[[1]]}'`
gcl-2.6.12/configure.in:17:my_host_system=`echo $host_os | awk '{j=split($1,A,"-");if (j>=2) print A[[2]]}'`
gcl-2.6.12/configure.in:18:AC_DEFINE_UNQUOTED(HOST_CPU,"`echo $host_cpu | awk '{print toupper($0)}'`",[Host cpu])
gcl-2.6.12/configure.in:19:AC_DEFINE_UNQUOTED(HOST_KERNEL,"`echo $my_host_kernel | awk '{print toupper($0)}'`",[Host kernel])
gcl-2.6.12/configure.in-20-if test "$my_host_system" != "" ; then 
gcl-2.6.12/configure.in:21:    AC_DEFINE_UNQUOTED(HOST_SYSTEM,"`echo $my_host_system | awk '{print toupper($0)}'`",[Host system])
gcl-2.6.12/configure.in-22-fi
##############################################
gcl-2.6.12/configure.in-110-	      [INFO_DIR=$enableval],[INFO_DIR=$prefix/share/info])
gcl-2.6.12/configure.in:111:INFO_DIR=`eval echo $INFO_DIR/`
gcl-2.6.12/configure.in-112-
##############################################
gcl-2.6.12/configure.in-114-	      [EMACS_SITE_LISP=$enableval],[EMACS_SITE_LISP=$prefix/share/emacs/site-lisp])
gcl-2.6.12/configure.in:115:EMACS_SITE_LISP=`eval echo $EMACS_SITE_LISP/`
gcl-2.6.12/configure.in-116-
##############################################
gcl-2.6.12/configure.in-182-AC_SUBST(CC)
gcl-2.6.12/configure.in:183:GCL_CC=`basename $CC`
gcl-2.6.12/configure.in-184-if echo $GCL_CC |grep gcc |grep -q win; then
##############################################
gcl-2.6.12/configure.in-192-    CFLAGS_ORI=$CFLAGS
gcl-2.6.12/configure.in:193:    CFLAGS="$CFLAGS -Werror $1 `echo $1|sed 's,-Wno-,-W,1'`"
gcl-2.6.12/configure.in-194-    AC_RUN_IFELSE(
##############################################
gcl-2.6.12/configure.in-412-
gcl-2.6.12/configure.in:413:FDEBUG=`echo $CFLAGS | tr ' ' '\012' |grep "^\-g$"|tr '\012' ' '`
gcl-2.6.12/configure.in:414:#CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-g$"`
gcl-2.6.12/configure.in:415:FOMITF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/configure.in:416:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-fomit-frame-pointer$"|tr '\012' ' '`
gcl-2.6.12/configure.in:417:FOOPT3=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/configure.in:418:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O3$"|tr '\012' ' '`
gcl-2.6.12/configure.in:419:FOOPT2=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/configure.in:420:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O2$"|tr '\012' ' '`
gcl-2.6.12/configure.in:421:FOOPT1=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O1$"|tr '\012' ' '`
gcl-2.6.12/configure.in:422:TMPF=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O$"|tr '\012' ' '`
gcl-2.6.12/configure.in-423-FOOPT1="$FOOPT1$TMPF"
gcl-2.6.12/configure.in:424:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O1$"|grep -v "^\-O$"|tr '\012' ' '`
gcl-2.6.12/configure.in:425:FOOPT0=`echo $CFLAGS | tr ' ' '\012' |grep "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/configure.in:426:CFLAGS=`echo $CFLAGS | tr ' ' '\012' |grep -v "^\-O0$"|tr '\012' ' '`
gcl-2.6.12/configure.in-427-
gcl-2.6.12/configure.in-428-if test "$FOOPT0" != "" ; then
gcl-2.6.12/configure.in:429:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/configure.in:430:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[123 ]],-O0 ,g' | sed 's,\-O$,-O0 ,g'`
gcl-2.6.12/configure.in-431-else 
gcl-2.6.12/configure.in-432-    if test "$FOOPT1" != "" ; then
gcl-2.6.12/configure.in:433:	TO3FLAGS=`echo $TO3FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/configure.in:434:	TO2FLAGS=`echo $TO2FLAGS | sed 's,\-O[[2-3]],-O1,g'`
gcl-2.6.12/configure.in-435-    else 
gcl-2.6.12/configure.in-436-	if test "$FOOPT2" != "" ; then
gcl-2.6.12/configure.in:437:	    TO3FLAGS=`echo "$TO3FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/configure.in:438:	    TO2FLAGS=`echo "$TO2FLAGS" | sed 's,\-O3,-O2,g'`
gcl-2.6.12/configure.in-439-	fi
##############################################
gcl-2.6.12/configure.in-443-if test "$FDEBUG" != "" ; then
gcl-2.6.12/configure.in:444:    TO3FLAGS=`echo $TO3FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/configure.in:445:    TO2FLAGS=`echo $TO2FLAGS | sed 's,\-fomit-frame-pointer,,g'`
gcl-2.6.12/configure.in-446-fi
##############################################
gcl-2.6.12/configure.in-462-if test -f /usr/lib/NextStep/software_version; then
gcl-2.6.12/configure.in:463:    system=NEXTSTEP-`${AWK} '/3/,/3/' /usr/lib/NextStep/software_version`
gcl-2.6.12/configure.in-464-else
##############################################
gcl-2.6.12/configure.in-473-	if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
gcl-2.6.12/configure.in:474:	    system="MP-RAS-`${AWK} '{print $3}' '/etc/.relid'`"
gcl-2.6.12/configure.in-475-	fi
##############################################
gcl-2.6.12/configure.in-563-		      echo "int main() {return 0;}" >>foo.c
gcl-2.6.12/configure.in:564:		      MP_INCLUDE=`cpp foo.c | $AWK '/(\/|\\\\)gmp.h/ {if (!i) print $3;i=1}' | tr -d '"'`
gcl-2.6.12/configure.in-565-		      rm -f foo.c])])])
##############################################
gcl-2.6.12/configure.in-790-	echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
gcl-2.6.12/configure.in:791:	MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty -ldl 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
gcl-2.6.12/configure.in-792-	rm -f foo.c foo
gcl-2.6.12/configure.in-793-	if echo $MP | tr ' ' '\012' | grep libbfd.a >/dev/null; then
gcl-2.6.12/configure.in:794:	    LIBBFD="`echo $MP | tr ' ' '\012' | grep libbfd.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/configure.in-795-	else
##############################################
gcl-2.6.12/configure.in-798-	if echo $MP | tr ' ' '\012' | grep libiberty.a >/dev/null ; then
gcl-2.6.12/configure.in:799:	    LIBIBERTY="`echo $MP | tr ' ' '\012' | grep libiberty.a | $AWK '{i=split($1,A,\"/\");for (j=1;j<=i;j++) if (j>1 && A[[j]]==\"..\") {j--;i-=2;for (k=j;k<=i;k++) A[[k]]=A[[k+2]];j--;}} END {for (j=1;j<=i;j++) printf(\"%s%s\",A[[j]],j!=i ? \"/\" : \"\")}'`"
gcl-2.6.12/configure.in-800-	else
##############################################
gcl-2.6.12/configure.in-1348-	k=0;
gcl-2.6.12/configure.in:1349:	lim=`$AWK 'END {printf("%d\n",m*8-2)}' m=$ac_cv_sizeof_long`;
gcl-2.6.12/configure.in-1350-	max=0;
##############################################
gcl-2.6.12/configure.in-1352-	while test $n -lt $lim ; do
gcl-2.6.12/configure.in:1353:            j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$n </dev/null`
gcl-2.6.12/configure.in-1354-            cat gcl.script.def | $AWK '/SIZEOF_HEADERS/ {gsub("0x[[0-9]]*","0x" j,$0);} {print}' j=$j >gcl.script
##############################################
gcl-2.6.12/configure.in-1362-            fi;
gcl-2.6.12/configure.in:1363:            n=`$AWK 'END {print n+1}' n=$n </dev/null`
gcl-2.6.12/configure.in-1364-	done	  
##############################################
gcl-2.6.12/configure.in-1379-            if test $max -ge $enable_fastimmfix && test "$enable_immfix" != "no" ; then
gcl-2.6.12/configure.in:1380:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$max </dev/null`
gcl-2.6.12/configure.in:1381:		low_shft=`$AWK 'END {print n+1}' n=$max </dev/null`;
gcl-2.6.12/configure.in-1382-		AC_MSG_NOTICE([raising log text to $j for a $max bit wide low immfix table])
gcl-2.6.12/configure.in-1383-            else					
gcl-2.6.12/configure.in:1384:	        j=`$AWK 'END {for (i=j=0;j<=n;j++) i=i ? i*2 : 1;printf("%x\n",3*i)}' n=$min </dev/null`
gcl-2.6.12/configure.in-1385-		AC_MSG_NOTICE([lowering log text to $j to maximize data area])
##############################################
gcl-2.6.12/configure.in-1892-	 [AC_DEFINE(HAVE_SIGCONTEXT,1,[have sigcontext])
gcl-2.6.12/configure.in:1893:	  AC_MSG_RESULT(sigcontext asm files)],
gcl-2.6.12/configure.in-1894-	 [AC_MSG_RESULT([no sigcontext found])])])
##############################################
gcl-2.6.12/configure.in-1914-    if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/configure.in:1915:	EMACS_SITE_LISP=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/configure.in-1916-    else
##############################################
gcl-2.6.12/configure.in-1936-if [[ "$EMACS" != "" ]] ; then
gcl-2.6.12/configure.in:1937:    EMACS_DEFAULT_EL=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d |sed -e /Warning:/d`
gcl-2.6.12/configure.in-1938-else
##############################################
gcl-2.6.12/configure.in-1967-    if [[ "$EMACS" != "" ]] && [[ "$INFO_DIR" = "unknown" ]] ; then
gcl-2.6.12/configure.in:1968:	INFO_DIR=`$EMACS -q -batch --no-site-file -l conftest.el 2>&1 | sed -e /Loading/d | sed -e /load/d  |sed -e /Warning:/d`
gcl-2.6.12/configure.in-1969-    fi
##############################################
gcl-2.6.12/configure.in-1999-	    
gcl-2.6.12/configure.in:2000:	    TCL_VERSION=`${TCLSH} < conftest.tcl`
gcl-2.6.12/configure.in-2001-	fi
##############################################
gcl-2.6.12/configure.in-2014-	else
gcl-2.6.12/configure.in:2015:	    if test -x `echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`/tkConfig.sh ; then
gcl-2.6.12/configure.in:2016:		TK_CONFIG_PREFIX=`echo $TCL_CONFIG_PREFIX | sed 's,tcl,tk,g'`
gcl-2.6.12/configure.in-2017-	    fi      
##############################################
gcl-2.6.12/configure.in-2054-    
gcl-2.6.12/configure.in:2055:    TCL_VERSION_DOT_FREE=`echo ${TCL_VERSION} | tr -d .`
gcl-2.6.12/configure.in-2056-    if test -f ${TK_CONFIG_PREFIX}/../bin/tcl${TCL_VERSION_DOT_FREE}.dll  ; then
##############################################
gcl-2.6.12/configure.in-2061-	if test "$have_ieee" = "0" ; then
gcl-2.6.12/configure.in:2062:	    TCL_LIBS=`echo ${TCL_LIBS} | sed -e "s:-lieee::g" `
gcl-2.6.12/configure.in-2063-	fi
##############################################
gcl-2.6.12/configure.in-2107-
gcl-2.6.12/configure.in:2108:LDFLAGS="`echo $LDFLAGS | sed 's,gcl.script,../unixport/gcl.script,g'`"
gcl-2.6.12/configure.in-2109-AC_SUBST(LDFLAGS)