===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
ecl-20.4.24+ds/contrib/sockets/sockets.lisp-145- "
ecl-20.4.24+ds/contrib/sockets/sockets.lisp:146:static void fill_inet_sockaddr(struct sockaddr_in *sockaddr, int port,
ecl-20.4.24+ds/contrib/sockets/sockets.lisp-147-                               int a1, int a2, int a3, int a4)
##############################################
ecl-20.4.24+ds/contrib/sockets/sockets.lisp-290-
ecl-20.4.24+ds/contrib/sockets/sockets.lisp:291:    fill_inet_sockaddr(&addr, 0, #0, #1, #2, #3);
ecl-20.4.24+ds/contrib/sockets/sockets.lisp-292-
##############################################
ecl-20.4.24+ds/contrib/sockets/sockets.lisp-648-        ecl_disable_interrupts();
ecl-20.4.24+ds/contrib/sockets/sockets.lisp:649:        fill_inet_sockaddr(&sockaddr, #0, #1, #2, #3, #4);
ecl-20.4.24+ds/contrib/sockets/sockets.lisp-650-        output = bind(#5,(struct sockaddr*)&sockaddr, sizeof(struct sockaddr_in));
##############################################
ecl-20.4.24+ds/contrib/sockets/sockets.lisp-712-        ecl_disable_interrupts();
ecl-20.4.24+ds/contrib/sockets/sockets.lisp:713:        fill_inet_sockaddr(&sockaddr, #0, #1, #2, #3, #4);
ecl-20.4.24+ds/contrib/sockets/sockets.lisp-714-        output = connect(#5,(struct sockaddr*)&sockaddr, sizeof(struct sockaddr_in));
##############################################
ecl-20.4.24+ds/contrib/sockets/sockets.lisp-826-        ecl_disable_interrupts();
ecl-20.4.24+ds/contrib/sockets/sockets.lisp:827:        fill_inet_sockaddr(&sockaddr, #3, #4, #5, #6, #7);
ecl-20.4.24+ds/contrib/sockets/sockets.lisp-828-##if (MSG_NOSIGNAL == 0) && defined(SO_NOSIGPIPE)
##############################################
ecl-20.4.24+ds/examples/cmake/README.md-70-     
ecl-20.4.24+ds/examples/cmake/README.md:71:  4. You don't have to have `ecl` executable in `$PATH` environment variable.
ecl-20.4.24+ds/examples/cmake/README.md-72-     `FindECL.cmake` shall find it.
##############################################
ecl-20.4.24+ds/examples/threads/import/Makefile-5-import.exe: import.c
ecl-20.4.24+ds/examples/threads/import/Makefile:6:	gcc -g `ecl-config --cflags` import.c -o $@ `ecl-config --ldflags`
##############################################
ecl-20.4.24+ds/examples/threads/import_win32/Makefile-6-import-mingw.exe: import.c
ecl-20.4.24+ds/examples/threads/import_win32/Makefile:7:	gcc -g `ecl-config --cflags` import.c -o $@ `ecl-config --ldflags`
ecl-20.4.24+ds/examples/threads/import_win32/Makefile-8-
##############################################
ecl-20.4.24+ds/msvc/gmp/Makefile-494-MPN_AMD64_ASM_SOURCES = \
ecl-20.4.24+ds/msvc/gmp/Makefile:495:    mpn\amd64i\aors_n.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:496:    mpn\amd64i\aorsmul_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:497:    mpn\amd64i\copyd.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:498:    mpn\amd64i\copyi.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:499:    mpn\amd64i\dive_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:500:    mpn\amd64i\lshift.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:501:    mpn\amd64i\mode1o.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:502:    mpn\amd64i\mul_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:503:    mpn\amd64i\mul_basecase.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:504:    mpn\amd64i\rshift.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:505:    mpn\amd64i\sqr_basecase.asm
ecl-20.4.24+ds/msvc/gmp/Makefile-506-
ecl-20.4.24+ds/msvc/gmp/Makefile-507-MPN_P4_ASM_SOURCES = \
ecl-20.4.24+ds/msvc/gmp/Makefile:508:    mpn\x86i\aors_n.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:509:    mpn\x86i\aorsmul_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:510:    mpn\x86i\pentium4\copyd.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:511:    mpn\x86i\pentium4\copyi.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:512:    mpn\x86i\dive_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:513:    mpn\x86i\diveby3.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:514:    mpn\x86i\divrem_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:515:    mpn\x86i\lshift.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:516:    mpn\x86i\mod_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:517:    mpn\x86i\mod_34lsub1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:518:    mpn\x86i\mul_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:519:    mpn\x86i\mul_basecase.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:520:    mpn\x86i\rshift.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:521:    mpn\x86i\udiv.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:522:    mpn\x86i\umul.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:523:    mpn\x86i\pentium4\mmx\lshift.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:524:    mpn\x86i\pentium4\mmx\popham.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:525:    mpn\x86i\pentium4\mmx\rshift.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:526:    mpn\x86i\pentium4\sse2\add_n.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:527:    mpn\x86i\pentium4\sse2\addmul_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:528:    mpn\x86i\pentium4\sse2\dive_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:529:    mpn\x86i\pentium4\sse2\diveby3.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:530:    mpn\x86i\pentium4\sse2\mod_34lsub1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:531:    mpn\x86i\pentium4\sse2\mode1o.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:532:    mpn\x86i\pentium4\sse2\mul_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:533:    mpn\x86i\pentium4\sse2\mul_basecase.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:534:    mpn\x86i\pentium4\sse2\sqr_basecase.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:535:    mpn\x86i\pentium4\sse2\sub_n.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:536:    mpn\x86i\pentium4\sse2\submul_1.asm
ecl-20.4.24+ds/msvc/gmp/Makefile-537-
ecl-20.4.24+ds/msvc/gmp/Makefile-538-MPN_P3_ASM_SOURCES = \
ecl-20.4.24+ds/msvc/gmp/Makefile:539:    mpn\x86i\aors_n.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:540:    mpn\x86i\p6\aorsmul_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:541:    mpn\x86i\p6\copyd.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:542:    mpn\x86i\copyi.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:543:    mpn\x86i\p6\dive_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:544:    mpn\x86i\p6\diveby3.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:545:    mpn\x86i\divrem_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:546:    mpn\x86i\lshift.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:547:    mpn\x86i\p6\mod_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:548:    mpn\x86i\mod_34lsub1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:549:    mpn\x86i\p6\mode1o.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:550:    mpn\x86i\mul_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:551:    mpn\x86i\mul_basecase.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:552:    mpn\x86i\rshift.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:553:    mpn\x86i\p6\sqr_basecase.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:554:    mpn\x86i\udiv.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:555:    mpn\x86i\umul.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:556:    mpn\x86i\p6\mmx\divrem_1.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:557:    mpn\x86i\p6\mmx\lshift.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:558:    mpn\x86i\p6\mmx\popham.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:559:    mpn\x86i\p6\p3mmx\popham.asm \
ecl-20.4.24+ds/msvc/gmp/Makefile:560:    mpn\x86i\p6\mmx\rshift.asm
ecl-20.4.24+ds/msvc/gmp/Makefile-561-
##############################################
ecl-20.4.24+ds/msvc/gmp/Makefile-615-.asm.obj:
ecl-20.4.24+ds/msvc/gmp/Makefile:616:#	nasm -O9 -Xvc -f win32 -i $(@D)\ -o $@ $?
ecl-20.4.24+ds/msvc/gmp/Makefile-617-	$(YASM) -O9 $(YASM_FLAGS) -Xvc -f $(YASM_TARGET) -i $(@D)\ -o $@ $?
##############################################
ecl-20.4.24+ds/msvc/gmp/build.vc8/dll_gmp_p4/dll_gmp_p4.vcproj-9172-									Name="YASM"
ecl-20.4.24+ds/msvc/gmp/build.vc8/dll_gmp_p4/dll_gmp_p4.vcproj:9173:									CommandLine="yasm -Xvc -f Win32 [ListFileName] [Defines] [UnDefines] [IncludePaths] [ObjectFileName] [inputs]"
ecl-20.4.24+ds/msvc/gmp/build.vc8/dll_gmp_p4/dll_gmp_p4.vcproj-9174-								/>
##############################################
ecl-20.4.24+ds/msvc/gmp/build.vc8/readme-vc8.txt-30-  build.vc8    -- build files for gmp and mpfr
ecl-20.4.24+ds/msvc/gmp/build.vc8/readme-vc8.txt:31:  mpn/x86i     -- the YASM x86 assembler files (Pentium family)
ecl-20.4.24+ds/msvc/gmp/build.vc8/readme-vc8.txt:32:  mpn/amd64i   -- the YASM x64 assembler files (AMD64)
ecl-20.4.24+ds/msvc/gmp/build.vc8/readme-vc8.txt-33-
##############################################
ecl-20.4.24+ds/msvc/gmp/build.vc8/readme-vc8.txt-58-
ecl-20.4.24+ds/msvc/gmp/build.vc8/readme-vc8.txt:59:The NASM assembler is no longer supported as it cannot assemble 64-bit
ecl-20.4.24+ds/msvc/gmp/build.vc8/readme-vc8.txt-60-instructions and also has problems with include file directory handling.
##############################################
ecl-20.4.24+ds/msvc/gmp/build.vc8/yasm.rules-8-			Name="YASM"
ecl-20.4.24+ds/msvc/gmp/build.vc8/yasm.rules:9:			DisplayName="Yasm Assembler"
ecl-20.4.24+ds/msvc/gmp/build.vc8/yasm.rules:10:			CommandLine="yasm -Xvc -f $(PlatformName) [PreProc] [Parser] [Debug] [ListFileName] [Defines] [UnDefines] [IncludePaths] [ObjectFileName] [inputs]"
ecl-20.4.24+ds/msvc/gmp/build.vc8/yasm.rules-11-			Outputs="[$ObjectFileName]"
##############################################
ecl-20.4.24+ds/msvc/gmp/build.vc8/yasm.rules-82-							Switch="-rnasm"
ecl-20.4.24+ds/msvc/gmp/build.vc8/yasm.rules:83:							DisplayName="Nasm "
ecl-20.4.24+ds/msvc/gmp/build.vc8/yasm.rules-84-						/>
##############################################
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/aors_n.asm-23-;  Adapted by Brian Gladman AMD64 using the Microsoft VC++ v8 64-bit 
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/aors_n.asm:24:;  compiler and the YASM assembler.
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/aors_n.asm-25-;
##############################################
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/aorsmul_1.asm-23-;  Adapted by Brian Gladman AMD64 using the Microsoft VC++ v8 64-bit 
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/aorsmul_1.asm:24:;  compiler and the YASM assembler.
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/aorsmul_1.asm-25-;
##############################################
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/copyd.asm-23-;  Provided by Brian Gladman AMD64 using the Microsoft VC++ v8 64-bit 
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/copyd.asm:24:;  compiler and the YASM assembler.
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/copyd.asm-25-;
##############################################
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/copyi.asm-23-;  Provided by Brian Gladman AMD64 using the Microsoft VC++ v8 64-bit 
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/copyi.asm:24:;  compiler and the YASM assembler.
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/copyi.asm-25-;
##############################################
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/dive_1.asm-23-;  Adapted by Brian Gladman AMD64 using the Microsoft VC++ v8 64-bit 
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/dive_1.asm:24:;  compiler and the YASM assembler.
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/dive_1.asm-25-;
##############################################
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/lshift.asm-23-;  Adapted by Brian Gladman AMD64 using the Microsoft VC++ v8 64-bit 
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/lshift.asm:24:;  compiler and the YASM assembler.
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/lshift.asm-25-;
##############################################
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/mul_1.asm-23-;  Adapted by Brian Gladman AMD64 using the Microsoft VC++ v8 64-bit 
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/mul_1.asm:24:;  compiler and the YASM assembler.
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/mul_1.asm-25-;
##############################################
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/mul_basecase.asm-23-;  Adapted by Brian Gladman AMD64 using the Microsoft VC++ v8 64-bit 
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/mul_basecase.asm:24:;  compiler and the YASM assembler.
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/mul_basecase.asm-25-;
##############################################
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/rshift.asm-23-;  Adapted by Brian Gladman AMD64 using the Microsoft VC++ v8 64-bit 
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/rshift.asm:24:;  compiler and the YASM assembler.
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/rshift.asm-25-;
##############################################
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/sqr_basecase.asm-23-;  Adapted by Brian Gladman AMD64 using the Microsoft VC++ v8 64-bit 
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/sqr_basecase.asm:24:;  compiler and the YASM assembler.
ecl-20.4.24+ds/msvc/gmp/mpn/amd64i/sqr_basecase.asm-25-;
##############################################
ecl-20.4.24+ds/msvc/gmp/mpn/x86i/p6/mod_1.asm-191-;  seems fastest.  The obvious change to generate q1+1 in %eax and then just 
ecl-20.4.24+ds/msvc/gmp/mpn/x86i/p6/mod_1.asm:192:;  multiply by %ebp (as per mpn/x86/pentium/mod_1.asm in fact) runs 1 cycle 
ecl-20.4.24+ds/msvc/gmp/mpn/x86i/p6/mod_1.asm-193-;  slower,for no obvious reason. 
##############################################
ecl-20.4.24+ds/src/c/arch/fpe_x86.c-25-# else
ecl-20.4.24+ds/src/c/arch/fpe_x86.c:26:#  define ecl_detect_fpe() __asm fwait
ecl-20.4.24+ds/src/c/arch/fpe_x86.c-27-# endif
##############################################
ecl-20.4.24+ds/src/c/compiler.d-869-  compile_body(env, body, flags);
ecl-20.4.24+ds/src/c/compiler.d:870:  if (CADDR(block_record) == ECL_NIL) {
ecl-20.4.24+ds/src/c/compiler.d-871-    /* Block unused. We remove the enclosing OP_BLOCK/OP_DO */
##############################################
ecl-20.4.24+ds/src/c/compiler.d-1413-    if (CADR(record) == @'si::macro')
ecl-20.4.24+ds/src/c/compiler.d:1414:      lexenv = CONS(CONS(@'si::macro', CONS(CADDR(record), CAR(record))), lexenv);
ecl-20.4.24+ds/src/c/compiler.d-1415-  }
##############################################
ecl-20.4.24+ds/src/c/compiler.d-1420-    if (CADR(record) == @'si::symbol-macro')
ecl-20.4.24+ds/src/c/compiler.d:1421:      lexenv = CONS(CONS(@'si::symbol-macro', CONS(CADDR(record), CAR(record))), lexenv);
ecl-20.4.24+ds/src/c/compiler.d-1422-  }
##############################################
ecl-20.4.24+ds/src/c/cons.d-134-
ecl-20.4.24+ds/src/c/cons.d:135:cl_object _ecl_caddr(cl_object x)
ecl-20.4.24+ds/src/c/cons.d-136-{
##############################################
ecl-20.4.24+ds/src/c/cons.d-312-
ecl-20.4.24+ds/src/c/cons.d:313:cl_object _ecl_caaddr(cl_object x)
ecl-20.4.24+ds/src/c/cons.d-314-{
##############################################
ecl-20.4.24+ds/src/c/cons.d-325-
ecl-20.4.24+ds/src/c/cons.d:326:cl_object _ecl_cdaddr(cl_object x)
ecl-20.4.24+ds/src/c/cons.d-327-{
##############################################
ecl-20.4.24+ds/src/c/cons.d-510-
ecl-20.4.24+ds/src/c/cons.d:511:cl_object ecl_caddr(cl_object x)
ecl-20.4.24+ds/src/c/cons.d-512-{
##############################################
ecl-20.4.24+ds/src/c/cons.d-742-
ecl-20.4.24+ds/src/c/cons.d:743:cl_object ecl_caaddr(cl_object x)
ecl-20.4.24+ds/src/c/cons.d-744-{
##############################################
ecl-20.4.24+ds/src/c/cons.d-759-
ecl-20.4.24+ds/src/c/cons.d:760:cl_object ecl_cdaddr(cl_object x)
ecl-20.4.24+ds/src/c/cons.d-761-{
##############################################
ecl-20.4.24+ds/src/c/cons.d-883-
ecl-20.4.24+ds/src/c/cons.d:884:cl_object cl_caddr(cl_object x)
ecl-20.4.24+ds/src/c/cons.d-885-{
ecl-20.4.24+ds/src/c/cons.d-886-  const cl_env_ptr the_env = ecl_process_env();
ecl-20.4.24+ds/src/c/cons.d:887:  ecl_return1(the_env, ecl_caddr(x));
ecl-20.4.24+ds/src/c/cons.d-888-}
##############################################
ecl-20.4.24+ds/src/c/cons.d-967-
ecl-20.4.24+ds/src/c/cons.d:968:cl_object cl_caaddr(cl_object x)
ecl-20.4.24+ds/src/c/cons.d-969-{
ecl-20.4.24+ds/src/c/cons.d-970-  const cl_env_ptr the_env = ecl_process_env();
ecl-20.4.24+ds/src/c/cons.d:971:  ecl_return1(the_env, ecl_caaddr(x));
ecl-20.4.24+ds/src/c/cons.d-972-}
ecl-20.4.24+ds/src/c/cons.d-973-
ecl-20.4.24+ds/src/c/cons.d:974:cl_object cl_cdaddr(cl_object x)
ecl-20.4.24+ds/src/c/cons.d-975-{
ecl-20.4.24+ds/src/c/cons.d-976-  const cl_env_ptr the_env = ecl_process_env();
ecl-20.4.24+ds/src/c/cons.d:977:  ecl_return1(the_env, ecl_cdaddr(x));
ecl-20.4.24+ds/src/c/cons.d-978-}
##############################################
ecl-20.4.24+ds/src/c/ffi/backtrace.d-58-      DWORD64 displacement;
ecl-20.4.24+ds/src/c/ffi/backtrace.d:59:      if (SymFromAddr(process, (DWORD64) pointers[i], &displacement, pSymbol)) {
ecl-20.4.24+ds/src/c/ffi/backtrace.d-60-        fprintf(stderr, ";;; (%s+0x%llx) [0x%p]\n", pSymbol->Name, displacement, pointers[i]);
##############################################
ecl-20.4.24+ds/src/c/ffi/backtrace.d-106-      DWORD64 displacement;
ecl-20.4.24+ds/src/c/ffi/backtrace.d:107:      if (SymFromAddr(process, (DWORD64) pointers[i], &displacement, pSymbol)) {
ecl-20.4.24+ds/src/c/ffi/backtrace.d-108-        cl_format(5, ECL_T, ecl_make_constant_base_string("  > (~a+0x~x) [0x~x]~%",-1),
##############################################
ecl-20.4.24+ds/src/c/macros.d-48-      if (CADR(record) == @'si::symbol-macro')
ecl-20.4.24+ds/src/c/macros.d:49:        return CADDR(record);
ecl-20.4.24+ds/src/c/macros.d-50-      return ECL_NIL;
##############################################
ecl-20.4.24+ds/src/c/macros.d-67-        if (tag == @'si::macro')
ecl-20.4.24+ds/src/c/macros.d:68:          return CADDR(record);
ecl-20.4.24+ds/src/c/macros.d-69-        if (tag == @'function')
##############################################
ecl-20.4.24+ds/src/c/printer/print_unreadable.d-16-void
ecl-20.4.24+ds/src/c/printer/print_unreadable.d:17:_ecl_write_addr(void *x, cl_object stream)
ecl-20.4.24+ds/src/c/printer/print_unreadable.d-18-{
##############################################
ecl-20.4.24+ds/src/c/printer/print_unreadable.d-69-  }
ecl-20.4.24+ds/src/c/printer/print_unreadable.d:70:  _ecl_write_addr((void *)x, stream);
ecl-20.4.24+ds/src/c/printer/print_unreadable.d-71-  ecl_write_char('>', stream);
##############################################
ecl-20.4.24+ds/src/c/printer/print_unreadable.d-99-      ecl_write_char(' ', stream);
ecl-20.4.24+ds/src/c/printer/print_unreadable.d:100:      _ecl_write_addr((void *)o, stream);
ecl-20.4.24+ds/src/c/printer/print_unreadable.d-101-    }
##############################################
ecl-20.4.24+ds/src/c/printer/write_array.d-41-      writestr_stream(vector? "#<vector " : "#<array ", stream);
ecl-20.4.24+ds/src/c/printer/write_array.d:42:      _ecl_write_addr((void *)x, stream);
ecl-20.4.24+ds/src/c/printer/write_array.d-43-      ecl_write_char('>', stream);
##############################################
ecl-20.4.24+ds/src/c/printer/write_array.d-195-    writestr_stream("#<bit-vector ", stream);
ecl-20.4.24+ds/src/c/printer/write_array.d:196:    _ecl_write_addr((void *)x, stream);
ecl-20.4.24+ds/src/c/printer/write_array.d-197-    ecl_write_char('>', stream);
##############################################
ecl-20.4.24+ds/src/c/printer/write_code.d-63-    } else {
ecl-20.4.24+ds/src/c/printer/write_code.d:64:      _ecl_write_addr((void *)x, stream);
ecl-20.4.24+ds/src/c/printer/write_code.d-65-    }
##############################################
ecl-20.4.24+ds/src/c/printer/write_ugly.d-361-  } else {
ecl-20.4.24+ds/src/c/printer/write_ugly.d:362:    _ecl_write_addr((void *)x->foreign.data, stream);
ecl-20.4.24+ds/src/c/printer/write_ugly.d-363-  }
##############################################
ecl-20.4.24+ds/src/c/tcp.d-97-    /* Get the statistics on the specified host. */
ecl-20.4.24+ds/src/c/tcp.d:98:    if ((inaddr.sin_addr.s_addr = inet_addr(host)) == -1) {
ecl-20.4.24+ds/src/c/tcp.d-99-      if ((host_ptr = gethostbyname(host)) == NULL) {
##############################################
ecl-20.4.24+ds/src/c/tcp.d-397-      address[3] = (l >> 24) & 0xFF;
ecl-20.4.24+ds/src/c/tcp.d:398:      he = gethostbyaddr(&address, 4, AF_INET);
ecl-20.4.24+ds/src/c/tcp.d-399-      break;
##############################################
ecl-20.4.24+ds/src/cmp/cmpopt-cons.lsp-94-    (1 (cons 'CADR (cdr args)))
ecl-20.4.24+ds/src/cmp/cmpopt-cons.lsp:95:    (2 (cons 'CADDR (cdr args)))
ecl-20.4.24+ds/src/cmp/cmpopt-cons.lsp-96-    (3 (cons 'CADDDR (cdr args)))
##############################################
ecl-20.4.24+ds/src/cmp/cmpopt-cons.lsp-98-    (5 (list 'CADR (cons 'CDDDDR (cdr args))))
ecl-20.4.24+ds/src/cmp/cmpopt-cons.lsp:99:    (6 (list 'CADDR (cons 'CDDDDR (cdr args))))
ecl-20.4.24+ds/src/cmp/cmpopt-cons.lsp-100-    (7 (list 'CADDDR (cons 'CDDDDR (cdr args))))
##############################################
ecl-20.4.24+ds/src/cmp/proclamations.lsp-684-(proclamation cadar (list) t :reader)
ecl-20.4.24+ds/src/cmp/proclamations.lsp:685:(proclamation caddr (list) t :reader)
ecl-20.4.24+ds/src/cmp/proclamations.lsp-686-(proclamation cdaar (list) t :reader)
##############################################
ecl-20.4.24+ds/src/cmp/proclamations.lsp-692-(proclamation caadar (list) t :reader)
ecl-20.4.24+ds/src/cmp/proclamations.lsp:693:(proclamation caaddr (list) t :reader)
ecl-20.4.24+ds/src/cmp/proclamations.lsp-694-(proclamation cadaar (list) t :reader)
##############################################
ecl-20.4.24+ds/src/cmp/proclamations.lsp-700-(proclamation cdadar (list) t :reader)
ecl-20.4.24+ds/src/cmp/proclamations.lsp:701:(proclamation cdaddr (list) t :reader)
ecl-20.4.24+ds/src/cmp/proclamations.lsp-702-(proclamation cddaar (list) t :reader)
##############################################
ecl-20.4.24+ds/src/cmp/sysfun.lsp-251-(def-inline cdadr :unsafe (t) t "_ecl_cdadr(#0)")
ecl-20.4.24+ds/src/cmp/sysfun.lsp:252:(def-inline caddr :always (t) t "ecl_caddr(#0)")
ecl-20.4.24+ds/src/cmp/sysfun.lsp:253:(def-inline caddr :unsafe (t) t "_ecl_caddr(#0)")
ecl-20.4.24+ds/src/cmp/sysfun.lsp-254-(def-inline cdddr :always (t) t "ecl_cdddr(#0)")
##############################################
ecl-20.4.24+ds/src/cmp/sysfun.lsp-279-(def-inline cddadr :unsafe (t) t "_ecl_cddadr(#0)")
ecl-20.4.24+ds/src/cmp/sysfun.lsp:280:(def-inline caaddr :always (t) t "ecl_caaddr(#0)")
ecl-20.4.24+ds/src/cmp/sysfun.lsp:281:(def-inline caaddr :unsafe (t) t "_ecl_caaddr(#0)")
ecl-20.4.24+ds/src/cmp/sysfun.lsp:282:(def-inline cdaddr :always (t) t "ecl_cdaddr(#0)")
ecl-20.4.24+ds/src/cmp/sysfun.lsp:283:(def-inline cdaddr :unsafe (t) t "_ecl_cdaddr(#0)")
ecl-20.4.24+ds/src/cmp/sysfun.lsp-284-(def-inline cadddr :always (t) t "ecl_cadddr(#0)")
##############################################
ecl-20.4.24+ds/src/compile.lsp.in-139-"cd tmp; @AR@ -x ../@LIBPREFIX@lsp.@LIBEXT@;"
ecl-20.4.24+ds/src/compile.lsp.in:140:"for i in *.@OBJEXT@; do mv $i lsp_`basename $i`; done;"
ecl-20.4.24+ds/src/compile.lsp.in-141-"@AR@ -r ../@LIBPREFIX@ecl.@LIBEXT@ *.@OBJEXT@ ../c/all_symbols2.@OBJEXT@; rm *.@OBJEXT@;"
##############################################
ecl-20.4.24+ds/src/config.guess-36-
ecl-20.4.24+ds/src/config.guess:37:me=`echo "$0" | sed -e 's,.*/,,'`
ecl-20.4.24+ds/src/config.guess-38-
##############################################
ecl-20.4.24+ds/src/config.guess-106-: ${TMPDIR=/tmp} ;
ecl-20.4.24+ds/src/config.guess:107: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
ecl-20.4.24+ds/src/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
ecl-20.4.24+ds/src/config.guess-192-	    *)
ecl-20.4.24+ds/src/config.guess:193:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
ecl-20.4.24+ds/src/config.guess-194-		;;
##############################################
ecl-20.4.24+ds/src/config.guess-223-	*4.0)
ecl-20.4.24+ds/src/config.guess:224:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
ecl-20.4.24+ds/src/config.guess-225-		;;
ecl-20.4.24+ds/src/config.guess-226-	*5.*)
ecl-20.4.24+ds/src/config.guess:227:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
ecl-20.4.24+ds/src/config.guess-228-		;;
##############################################
ecl-20.4.24+ds/src/config.guess-233-	# types through head -n 1, so we only detect the type of CPU 0.
ecl-20.4.24+ds/src/config.guess:234:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
ecl-20.4.24+ds/src/config.guess-235-	case "$ALPHA_CPU_TYPE" in
##############################################
ecl-20.4.24+ds/src/config.guess-271-	# 1.2 uses "1.2" for uname -r.
ecl-20.4.24+ds/src/config.guess:272:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
ecl-20.4.24+ds/src/config.guess-273-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
ecl-20.4.24+ds/src/config.guess-331-    s390x:SunOS:*:*)
ecl-20.4.24+ds/src/config.guess:332:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ecl-20.4.24+ds/src/config.guess-333-	exit ;;
ecl-20.4.24+ds/src/config.guess-334-    sun4H:SunOS:5.*:*)
ecl-20.4.24+ds/src/config.guess:335:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ecl-20.4.24+ds/src/config.guess-336-	exit ;;
ecl-20.4.24+ds/src/config.guess-337-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
ecl-20.4.24+ds/src/config.guess:338:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ecl-20.4.24+ds/src/config.guess-339-	exit ;;
##############################################
ecl-20.4.24+ds/src/config.guess-356-	fi
ecl-20.4.24+ds/src/config.guess:357:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ecl-20.4.24+ds/src/config.guess-358-	exit ;;
##############################################
ecl-20.4.24+ds/src/config.guess-362-	# it's likely to be more like Solaris than SunOS4.
ecl-20.4.24+ds/src/config.guess:363:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ecl-20.4.24+ds/src/config.guess-364-	exit ;;
##############################################
ecl-20.4.24+ds/src/config.guess-371-	# Japanese Language versions have a version number like `4.1.3-JL'.
ecl-20.4.24+ds/src/config.guess:372:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
ecl-20.4.24+ds/src/config.guess-373-	exit ;;
##############################################
ecl-20.4.24+ds/src/config.guess-377-    sun*:*:4.2BSD:*)
ecl-20.4.24+ds/src/config.guess:378:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
ecl-20.4.24+ds/src/config.guess-379-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
ecl-20.4.24+ds/src/config.guess-459-	$CC_FOR_BUILD -o $dummy $dummy.c &&
ecl-20.4.24+ds/src/config.guess:460:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
ecl-20.4.24+ds/src/config.guess:461:	  SYSTEM_NAME=`$dummy $dummyarg` &&
ecl-20.4.24+ds/src/config.guess-462-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
ecl-20.4.24+ds/src/config.guess-515-    *:IRIX*:*:*)
ecl-20.4.24+ds/src/config.guess:516:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
ecl-20.4.24+ds/src/config.guess-517-	exit ;;
##############################################
ecl-20.4.24+ds/src/config.guess-545-EOF
ecl-20.4.24+ds/src/config.guess:546:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
ecl-20.4.24+ds/src/config.guess-547-		then
##############################################
ecl-20.4.24+ds/src/config.guess-558-    *:AIX:*:[4567])
ecl-20.4.24+ds/src/config.guess:559:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
ecl-20.4.24+ds/src/config.guess-560-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
ecl-20.4.24+ds/src/config.guess-593-    9000/[34678]??:HP-UX:*:*)
ecl-20.4.24+ds/src/config.guess:594:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ecl-20.4.24+ds/src/config.guess-595-	case "${UNAME_MACHINE}" in
##############################################
ecl-20.4.24+ds/src/config.guess-647-EOF
ecl-20.4.24+ds/src/config.guess:648:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
ecl-20.4.24+ds/src/config.guess-649-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
ecl-20.4.24+ds/src/config.guess-675-    ia64:HP-UX:*:*)
ecl-20.4.24+ds/src/config.guess:676:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ecl-20.4.24+ds/src/config.guess-677-	echo ia64-hp-hpux${HPUX_REV}
##############################################
ecl-20.4.24+ds/src/config.guess-705-EOF
ecl-20.4.24+ds/src/config.guess:706:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
ecl-20.4.24+ds/src/config.guess-707-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
ecl-20.4.24+ds/src/config.guess-776-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ecl-20.4.24+ds/src/config.guess:777:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
ecl-20.4.24+ds/src/config.guess-778-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ecl-20.4.24+ds/src/config.guess-781-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ecl-20.4.24+ds/src/config.guess:782:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
ecl-20.4.24+ds/src/config.guess-783-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ecl-20.4.24+ds/src/config.guess-797-	    amd64)
ecl-20.4.24+ds/src/config.guess:798:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ecl-20.4.24+ds/src/config.guess-799-	    *)
ecl-20.4.24+ds/src/config.guess:800:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ecl-20.4.24+ds/src/config.guess-801-	esac
##############################################
ecl-20.4.24+ds/src/config.guess-855-    prep*:SunOS:5.*:*)
ecl-20.4.24+ds/src/config.guess:856:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ecl-20.4.24+ds/src/config.guess-857-	exit ;;
##############################################
ecl-20.4.24+ds/src/config.guess-859-	# the GNU system
ecl-20.4.24+ds/src/config.guess:860:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
ecl-20.4.24+ds/src/config.guess-861-	exit ;;
##############################################
ecl-20.4.24+ds/src/config.guess-863-	# other systems with GNU libc and userland
ecl-20.4.24+ds/src/config.guess:864:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
ecl-20.4.24+ds/src/config.guess-865-	exit ;;
##############################################
ecl-20.4.24+ds/src/config.guess-928-EOF
ecl-20.4.24+ds/src/config.guess:929:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
ecl-20.4.24+ds/src/config.guess-930-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
ecl-20.4.24+ds/src/config.guess-956-EOF
ecl-20.4.24+ds/src/config.guess:957:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
ecl-20.4.24+ds/src/config.guess-958-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
ecl-20.4.24+ds/src/config.guess-1041-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
ecl-20.4.24+ds/src/config.guess:1042:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
ecl-20.4.24+ds/src/config.guess-1043-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
ecl-20.4.24+ds/src/config.guess-1314-    *:DragonFly:*:*)
ecl-20.4.24+ds/src/config.guess:1315:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
ecl-20.4.24+ds/src/config.guess-1316-	exit ;;
##############################################
ecl-20.4.24+ds/src/config.guess-1327-    i*86:skyos:*:*)
ecl-20.4.24+ds/src/config.guess:1328:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
ecl-20.4.24+ds/src/config.guess-1329-	exit ;;
##############################################
ecl-20.4.24+ds/src/config.guess-1455-
ecl-20.4.24+ds/src/config.guess:1456:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
ecl-20.4.24+ds/src/config.guess-1457-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
ecl-20.4.24+ds/src/config.sub-54-
ecl-20.4.24+ds/src/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
ecl-20.4.24+ds/src/config.sub-56-
##############################################
ecl-20.4.24+ds/src/config.sub-119-# Here we must recognize all the valid KERNEL-OS combinations.
ecl-20.4.24+ds/src/config.sub:120:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
ecl-20.4.24+ds/src/config.sub-121-case $maybe_os in
##############################################
ecl-20.4.24+ds/src/config.sub-127-    os=-$maybe_os
ecl-20.4.24+ds/src/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
ecl-20.4.24+ds/src/config.sub-129-    ;;
##############################################
ecl-20.4.24+ds/src/config.sub-131-    os=-linux-android
ecl-20.4.24+ds/src/config.sub:132:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
ecl-20.4.24+ds/src/config.sub-133-    ;;
ecl-20.4.24+ds/src/config.sub-134-  *)
ecl-20.4.24+ds/src/config.sub:135:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
ecl-20.4.24+ds/src/config.sub-136-    if [ $basic_machine != $1 ]
ecl-20.4.24+ds/src/config.sub:137:    then os=`echo $1 | sed 's/.*-/-/'`
ecl-20.4.24+ds/src/config.sub-138-    else os=; fi
##############################################
ecl-20.4.24+ds/src/config.sub-185-		os=-sco5v6
ecl-20.4.24+ds/src/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ecl-20.4.24+ds/src/config.sub-187-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-189-		os=-sco3.2v5
ecl-20.4.24+ds/src/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ecl-20.4.24+ds/src/config.sub-191-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-193-		os=-sco3.2v4
ecl-20.4.24+ds/src/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ecl-20.4.24+ds/src/config.sub-195-		;;
ecl-20.4.24+ds/src/config.sub-196-	-sco3.2.[4-9]*)
ecl-20.4.24+ds/src/config.sub:197:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
ecl-20.4.24+ds/src/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ecl-20.4.24+ds/src/config.sub-199-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
ecl-20.4.24+ds/src/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ecl-20.4.24+ds/src/config.sub-203-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-205-		# Don't forget version if it is 3.2v4 or newer.
ecl-20.4.24+ds/src/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ecl-20.4.24+ds/src/config.sub-207-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-209-		os=-sco3.2v2
ecl-20.4.24+ds/src/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ecl-20.4.24+ds/src/config.sub-211-		;;
ecl-20.4.24+ds/src/config.sub-212-	-udk*)
ecl-20.4.24+ds/src/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ecl-20.4.24+ds/src/config.sub-214-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-216-		os=-isc2.2
ecl-20.4.24+ds/src/config.sub:217:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ecl-20.4.24+ds/src/config.sub-218-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-222-	-isc*)
ecl-20.4.24+ds/src/config.sub:223:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ecl-20.4.24+ds/src/config.sub-224-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-234-	-ptx*)
ecl-20.4.24+ds/src/config.sub:235:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
ecl-20.4.24+ds/src/config.sub-236-		;;
ecl-20.4.24+ds/src/config.sub-237-	-windowsnt*)
ecl-20.4.24+ds/src/config.sub:238:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
ecl-20.4.24+ds/src/config.sub-239-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-362-	*-*-*)
ecl-20.4.24+ds/src/config.sub:363:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ecl-20.4.24+ds/src/config.sub-364-		exit 1
##############################################
ecl-20.4.24+ds/src/config.sub-481-	amd64-*)
ecl-20.4.24+ds/src/config.sub:482:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-483-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-523-	blackfin-*)
ecl-20.4.24+ds/src/config.sub:524:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-525-		os=-linux
##############################################
ecl-20.4.24+ds/src/config.sub-531-	c54x-*)
ecl-20.4.24+ds/src/config.sub:532:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-533-		;;
ecl-20.4.24+ds/src/config.sub-534-	c55x-*)
ecl-20.4.24+ds/src/config.sub:535:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-536-		;;
ecl-20.4.24+ds/src/config.sub-537-	c6x-*)
ecl-20.4.24+ds/src/config.sub:538:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-539-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-734-	i*86v32)
ecl-20.4.24+ds/src/config.sub:735:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ecl-20.4.24+ds/src/config.sub-736-		os=-sysv32
##############################################
ecl-20.4.24+ds/src/config.sub-738-	i*86v4*)
ecl-20.4.24+ds/src/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ecl-20.4.24+ds/src/config.sub-740-		os=-sysv4
##############################################
ecl-20.4.24+ds/src/config.sub-742-	i*86v)
ecl-20.4.24+ds/src/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ecl-20.4.24+ds/src/config.sub-744-		os=-sysv
##############################################
ecl-20.4.24+ds/src/config.sub-746-	i*86sol2)
ecl-20.4.24+ds/src/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ecl-20.4.24+ds/src/config.sub-748-		os=-solaris2
##############################################
ecl-20.4.24+ds/src/config.sub-776-	m68knommu-*)
ecl-20.4.24+ds/src/config.sub:777:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-778-		os=-linux
##############################################
ecl-20.4.24+ds/src/config.sub-813-	mips3*-*)
ecl-20.4.24+ds/src/config.sub:814:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
ecl-20.4.24+ds/src/config.sub-815-		;;
ecl-20.4.24+ds/src/config.sub-816-	mips3*)
ecl-20.4.24+ds/src/config.sub:817:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
ecl-20.4.24+ds/src/config.sub-818-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-831-	ms1-*)
ecl-20.4.24+ds/src/config.sub:832:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
ecl-20.4.24+ds/src/config.sub-833-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-950-	parisc-*)
ecl-20.4.24+ds/src/config.sub:951:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-952-		os=-linux
##############################################
ecl-20.4.24+ds/src/config.sub-966-	pc98-*)
ecl-20.4.24+ds/src/config.sub:967:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-968-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-981-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
ecl-20.4.24+ds/src/config.sub:982:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-983-		;;
ecl-20.4.24+ds/src/config.sub-984-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
ecl-20.4.24+ds/src/config.sub:985:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-986-		;;
ecl-20.4.24+ds/src/config.sub-987-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
ecl-20.4.24+ds/src/config.sub:988:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-989-		;;
ecl-20.4.24+ds/src/config.sub-990-	pentium4-*)
ecl-20.4.24+ds/src/config.sub:991:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-992-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-1000-	ppc-* | ppcbe-*)
ecl-20.4.24+ds/src/config.sub:1001:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-1002-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-1006-	ppcle-* | powerpclittle-*)
ecl-20.4.24+ds/src/config.sub:1007:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-1008-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-1010-		;;
ecl-20.4.24+ds/src/config.sub:1011:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-1012-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-1016-	ppc64le-* | powerpc64little-*)
ecl-20.4.24+ds/src/config.sub:1017:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-1018-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-1099-	strongarm-* | thumb-*)
ecl-20.4.24+ds/src/config.sub:1100:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
ecl-20.4.24+ds/src/config.sub-1101-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-1229-	xscale-* | xscalee[bl]-*)
ecl-20.4.24+ds/src/config.sub:1230:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
ecl-20.4.24+ds/src/config.sub-1231-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-1306-	*)
ecl-20.4.24+ds/src/config.sub:1307:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ecl-20.4.24+ds/src/config.sub-1308-		exit 1
##############################################
ecl-20.4.24+ds/src/config.sub-1314-	*-digital*)
ecl-20.4.24+ds/src/config.sub:1315:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
ecl-20.4.24+ds/src/config.sub-1316-		;;
ecl-20.4.24+ds/src/config.sub-1317-	*-commodore*)
ecl-20.4.24+ds/src/config.sub:1318:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
ecl-20.4.24+ds/src/config.sub-1319-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-1335-	-solaris1 | -solaris1.*)
ecl-20.4.24+ds/src/config.sub:1336:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
ecl-20.4.24+ds/src/config.sub-1337-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-1347-	-gnu/linux*)
ecl-20.4.24+ds/src/config.sub:1348:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
ecl-20.4.24+ds/src/config.sub-1349-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-1393-	-nto*)
ecl-20.4.24+ds/src/config.sub:1394:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
ecl-20.4.24+ds/src/config.sub-1395-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-1400-	-mac*)
ecl-20.4.24+ds/src/config.sub:1401:		os=`echo $os | sed -e 's|mac|macos|'`
ecl-20.4.24+ds/src/config.sub-1402-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-1406-	-linux*)
ecl-20.4.24+ds/src/config.sub:1407:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
ecl-20.4.24+ds/src/config.sub-1408-		;;
ecl-20.4.24+ds/src/config.sub-1409-	-sunos5*)
ecl-20.4.24+ds/src/config.sub:1410:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
ecl-20.4.24+ds/src/config.sub-1411-		;;
ecl-20.4.24+ds/src/config.sub-1412-	-sunos6*)
ecl-20.4.24+ds/src/config.sub:1413:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
ecl-20.4.24+ds/src/config.sub-1414-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-1461-	-sinix5.*)
ecl-20.4.24+ds/src/config.sub:1462:		os=`echo $os | sed -e 's|sinix|sysv|'`
ecl-20.4.24+ds/src/config.sub-1463-		;;
##############################################
ecl-20.4.24+ds/src/config.sub-1517-		# Get rid of the `-' at the beginning of $os.
ecl-20.4.24+ds/src/config.sub:1518:		os=`echo $os | sed 's/[^-]*-//'`
ecl-20.4.24+ds/src/config.sub:1519:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
ecl-20.4.24+ds/src/config.sub-1520-		exit 1
##############################################
ecl-20.4.24+ds/src/config.sub-1777-		esac
ecl-20.4.24+ds/src/config.sub:1778:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
ecl-20.4.24+ds/src/config.sub-1779-		;;
##############################################
ecl-20.4.24+ds/src/doc/help.lsp-2764-(docfun seventh function (x) "
ecl-20.4.24+ds/src/doc/help.lsp:2765:Equivalent to (CADDR (CDDDDR X)).")
ecl-20.4.24+ds/src/doc/help.lsp-2766-
##############################################
ecl-20.4.24+ds/src/doc/manual/standards/conses.txi-57-@item @clhs{f_car_c.htm,cdadr} @tab cl_object cl_cdadr(cl_object cons)
ecl-20.4.24+ds/src/doc/manual/standards/conses.txi:58:@item @clhs{f_car_c.htm,caddr} @tab cl_object cl_caddr(cl_object cons)
ecl-20.4.24+ds/src/doc/manual/standards/conses.txi-59-@item @clhs{f_car_c.htm,cdddr} @tab cl_object cl_cdddr(cl_object cons)
##############################################
ecl-20.4.24+ds/src/doc/manual/standards/conses.txi-71-@item @clhs{f_car_c.htm,cddadr} @tab cl_object cl_cddadr(cl_object cons)
ecl-20.4.24+ds/src/doc/manual/standards/conses.txi:72:@item @clhs{f_car_c.htm,caaddr} @tab cl_object cl_caaddr(cl_object cons)
ecl-20.4.24+ds/src/doc/manual/standards/conses.txi:73:@item @clhs{f_car_c.htm,cdaddr} @tab cl_object cl_cdaddr(cl_object cons)
ecl-20.4.24+ds/src/doc/manual/standards/conses.txi-74-@item @clhs{f_car_c.htm,cadddr} @tab cl_object cl_cadddr(cl_object cons)
##############################################
ecl-20.4.24+ds/src/doc/old-manual/ref_c_conses.xml-73-<member><ulink url="&clhs;f_car_c.htm"><symbol>caddr</symbol></ulink></member>
ecl-20.4.24+ds/src/doc/old-manual/ref_c_conses.xml:74:<member><code>cl_object cl_caddr(cl_object cons)</code></member>
ecl-20.4.24+ds/src/doc/old-manual/ref_c_conses.xml-75-
##############################################
ecl-20.4.24+ds/src/doc/old-manual/ref_c_conses.xml-115-<member><ulink url="&clhs;f_car_c.htm"><symbol>caaddr</symbol></ulink></member>
ecl-20.4.24+ds/src/doc/old-manual/ref_c_conses.xml:116:<member><code>cl_object cl_caaddr(cl_object cons)</code></member>
ecl-20.4.24+ds/src/doc/old-manual/ref_c_conses.xml-117-
ecl-20.4.24+ds/src/doc/old-manual/ref_c_conses.xml-118-<member><ulink url="&clhs;f_car_c.htm"><symbol>cdaddr</symbol></ulink></member>
ecl-20.4.24+ds/src/doc/old-manual/ref_c_conses.xml:119:<member><code>cl_object cl_cdaddr(cl_object cons)</code></member>
ecl-20.4.24+ds/src/doc/old-manual/ref_c_conses.xml-120-
##############################################
ecl-20.4.24+ds/src/h/cons.h-149-
ecl-20.4.24+ds/src/h/cons.h:150:static ECL_INLINE cl_object _ecl_caddr(cl_object x)
ecl-20.4.24+ds/src/h/cons.h-151-{
##############################################
ecl-20.4.24+ds/src/h/cons.h-327-
ecl-20.4.24+ds/src/h/cons.h:328:static ECL_INLINE cl_object _ecl_caaddr(cl_object x)
ecl-20.4.24+ds/src/h/cons.h-329-{
##############################################
ecl-20.4.24+ds/src/h/cons.h-340-
ecl-20.4.24+ds/src/h/cons.h:341:static ECL_INLINE cl_object _ecl_cdaddr(cl_object x)
ecl-20.4.24+ds/src/h/cons.h-342-{
##############################################
ecl-20.4.24+ds/src/h/cons.h-392-extern ECL_API cl_object _ecl_cdadr(cl_object);
ecl-20.4.24+ds/src/h/cons.h:393:extern ECL_API cl_object _ecl_caddr(cl_object);
ecl-20.4.24+ds/src/h/cons.h-394-extern ECL_API cl_object _ecl_cdddr(cl_object);
##############################################
ecl-20.4.24+ds/src/h/cons.h-406-extern ECL_API cl_object _ecl_cddadr(cl_object);
ecl-20.4.24+ds/src/h/cons.h:407:extern ECL_API cl_object _ecl_caaddr(cl_object);
ecl-20.4.24+ds/src/h/cons.h:408:extern ECL_API cl_object _ecl_cdaddr(cl_object);
ecl-20.4.24+ds/src/h/cons.h-409-extern ECL_API cl_object _ecl_cadddr(cl_object);
##############################################
ecl-20.4.24+ds/src/h/cons.h-424-extern ECL_API cl_object ecl_cdadr(cl_object);
ecl-20.4.24+ds/src/h/cons.h:425:extern ECL_API cl_object ecl_caddr(cl_object);
ecl-20.4.24+ds/src/h/cons.h-426-extern ECL_API cl_object ecl_cdddr(cl_object);
##############################################
ecl-20.4.24+ds/src/h/cons.h-438-extern ECL_API cl_object ecl_cddadr(cl_object);
ecl-20.4.24+ds/src/h/cons.h:439:extern ECL_API cl_object ecl_caaddr(cl_object);
ecl-20.4.24+ds/src/h/cons.h:440:extern ECL_API cl_object ecl_cdaddr(cl_object);
ecl-20.4.24+ds/src/h/cons.h-441-extern ECL_API cl_object ecl_cadddr(cl_object);
##############################################
ecl-20.4.24+ds/src/h/cons.h-455-#define CDADR(x) _ecl_cdadr(x)
ecl-20.4.24+ds/src/h/cons.h:456:#define CADDR(x) _ecl_caddr(x)
ecl-20.4.24+ds/src/h/cons.h-457-#define CDDDR(x) _ecl_cdddr(x)
##############################################
ecl-20.4.24+ds/src/h/cons.h-469-#define CDDADR(x) _ecl_cddadr(x)
ecl-20.4.24+ds/src/h/cons.h:470:#define CAADDR(x) _ecl_caaddr(x)
ecl-20.4.24+ds/src/h/cons.h:471:#define CDADDR(x) _ecl_cdaddr(x)
ecl-20.4.24+ds/src/h/cons.h-472-#define CADDDR(x) _ecl_cadddr(x)
##############################################
ecl-20.4.24+ds/src/h/cons.h-486-extern ECL_API cl_object cl_cdadr(cl_object);
ecl-20.4.24+ds/src/h/cons.h:487:extern ECL_API cl_object cl_caddr(cl_object);
ecl-20.4.24+ds/src/h/cons.h-488-extern ECL_API cl_object cl_cdddr(cl_object);
##############################################
ecl-20.4.24+ds/src/h/cons.h-500-extern ECL_API cl_object cl_cddadr(cl_object);
ecl-20.4.24+ds/src/h/cons.h:501:extern ECL_API cl_object cl_caaddr(cl_object);
ecl-20.4.24+ds/src/h/cons.h:502:extern ECL_API cl_object cl_cdaddr(cl_object);
ecl-20.4.24+ds/src/h/cons.h-503-extern ECL_API cl_object cl_cadddr(cl_object);
##############################################
ecl-20.4.24+ds/src/h/cs.h-24-
ecl-20.4.24+ds/src/h/cs.h:25:#define asm __asm__
ecl-20.4.24+ds/src/h/cs.h-26-
##############################################
ecl-20.4.24+ds/src/h/internal.h-316-extern cl_object _ecl_stream_or_default_output(cl_object stream);
ecl-20.4.24+ds/src/h/internal.h:317:extern void _ecl_write_addr(void *x, cl_object stream);
ecl-20.4.24+ds/src/h/internal.h-318-extern void _ecl_write_array(cl_object o, cl_object stream);
##############################################
ecl-20.4.24+ds/src/install.sh-73-
ecl-20.4.24+ds/src/install.sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
ecl-20.4.24+ds/src/install.sh-75-	    shift
##############################################
ecl-20.4.24+ds/src/install.sh-77-
ecl-20.4.24+ds/src/install.sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
ecl-20.4.24+ds/src/install.sh-79-	    shift
##############################################
ecl-20.4.24+ds/src/install.sh-138-	then
ecl-20.4.24+ds/src/install.sh:139:		dst="$dst"/`basename $src`
ecl-20.4.24+ds/src/install.sh-140-	else
##############################################
ecl-20.4.24+ds/src/install.sh-145-## this sed command emulates the dirname command
ecl-20.4.24+ds/src/install.sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
ecl-20.4.24+ds/src/install.sh-147-
##############################################
ecl-20.4.24+ds/src/install.sh-159-IFS='%'
ecl-20.4.24+ds/src/install.sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
ecl-20.4.24+ds/src/install.sh-161-IFS="${oIFS}"
##############################################
ecl-20.4.24+ds/src/install.sh-193-	then
ecl-20.4.24+ds/src/install.sh:194:		dstfile=`basename $dst`
ecl-20.4.24+ds/src/install.sh-195-	else
##############################################
ecl-20.4.24+ds/src/install.sh-203-	then
ecl-20.4.24+ds/src/install.sh:204:		dstfile=`basename $dst`
ecl-20.4.24+ds/src/install.sh-205-	else
##############################################
ecl-20.4.24+ds/src/lsp/setf.lsp-175-(defsetf cdadr (x) (y) `(progn (rplacd (cadr ,x) ,y) ,y))
ecl-20.4.24+ds/src/lsp/setf.lsp:176:(defsetf caddr (x) (y) `(progn (rplaca (cddr ,x) ,y) ,y))
ecl-20.4.24+ds/src/lsp/setf.lsp-177-(defsetf cdddr (x) (y) `(progn (rplacd (cddr ,x) ,y) ,y))
##############################################
ecl-20.4.24+ds/src/lsp/setf.lsp-189-(defsetf cddadr (x) (y) `(progn (rplacd (cdadr ,x) ,y) ,y))
ecl-20.4.24+ds/src/lsp/setf.lsp:190:(defsetf caaddr (x) (y) `(progn (rplaca (caddr ,x) ,y) ,y))
ecl-20.4.24+ds/src/lsp/setf.lsp:191:(defsetf cdaddr (x) (y) `(progn (rplacd (caddr ,x) ,y) ,y))
ecl-20.4.24+ds/src/lsp/setf.lsp-192-(defsetf cadddr (x) (y) `(progn (rplaca (cdddr ,x) ,y) ,y))
##############################################
ecl-20.4.24+ds/src/util/gdbinit-51-	disable breakpoints
ecl-20.4.24+ds/src/util/gdbinit:52:	ecl_print cl_eval($cl_debug_form)
ecl-20.4.24+ds/src/util/gdbinit-53-	enable breakpoints
##############################################
ecl-20.4.24+ds/src/Makefile.in-161-	$(RM) -rf $(DPP) $(ECL_MIN) libecl*.a c/
ecl-20.4.24+ds/src/Makefile.in:162:	for i in $(srcdir)/c/*/; do mkdir -p c/`basename $$i`; done
ecl-20.4.24+ds/src/Makefile.in-163-
##############################################
ecl-20.4.24+ds/src/Makefile.in-308-	-if test "x$(ETAGS)" != "x"; then \
ecl-20.4.24+ds/src/Makefile.in:309:	srcfiles=`find $(srcdir)/c $(srcdir)/h -name '*.[chd]'` && \
ecl-20.4.24+ds/src/Makefile.in-310-	$(ETAGS) --language=c    -o $@ $$srcfiles && \
##############################################
ecl-20.4.24+ds/src/aclocal.m4-212-  /* | ?:/* ) ;;
ecl-20.4.24+ds/src/aclocal.m4:213:  *  ) srcdir="`(cd ${srcdir}; ${PWDCMD})`";
ecl-20.4.24+ds/src/aclocal.m4-214-esac
ecl-20.4.24+ds/src/aclocal.m4-215-if uname -a | grep -i 'mingw' > /dev/null; then
ecl-20.4.24+ds/src/aclocal.m4:216:  true_srcdir=`(cd ${srcdir}; pwd -W)`
ecl-20.4.24+ds/src/aclocal.m4-217-  true_builddir=`pwd -W`
ecl-20.4.24+ds/src/aclocal.m4-218-else
ecl-20.4.24+ds/src/aclocal.m4:219:  true_srcdir=`(cd ${srcdir}; pwd)`
ecl-20.4.24+ds/src/aclocal.m4-220-  true_builddir=`pwd`
##############################################
ecl-20.4.24+ds/src/aclocal.m4-538-AC_MSG_CHECKING(for architecture)
ecl-20.4.24+ds/src/aclocal.m4:539:ARCHITECTURE=`echo "${host_cpu}" | tr a-z A-Z` # i386 -> I386
ecl-20.4.24+ds/src/aclocal.m4-540-AC_MSG_RESULT([${ARCHITECTURE}])
##############################################
ecl-20.4.24+ds/src/aclocal.m4-855-# some options could be prefixed by -Wc, which means "flag for the compiler".
ecl-20.4.24+ds/src/aclocal.m4:856:LDFLAGS=`echo ${LDFLAGS} ${GMP_LDFLAGS} | sed 's%-Wc,%%g'`
ecl-20.4.24+ds/src/aclocal.m4:857:CFLAGS=`echo ${CFLAGS} ${GMP_CFLAGS} | sed 's%-Wc,%%g'`
ecl-20.4.24+ds/src/aclocal.m4-858-GMP_CFLAGS=""
##############################################
ecl-20.4.24+ds/src/aclocal.m4-1041-    test -d atomic || mkdir atomic
ecl-20.4.24+ds/src/aclocal.m4:1042:    (destdir=`${PWDCMD}`; cd atomic && CC="${CC} ${PICFLAG}" \
ecl-20.4.24+ds/src/aclocal.m4-1043-     $srcdir/${ECL_GC_DIR}/libatomic*/configure --disable-shared \
##############################################
ecl-20.4.24+ds/src/aclocal.m4-1119- test -d gc && rm -rf gc
ecl-20.4.24+ds/src/aclocal.m4:1120: currentdir=`${PWDCMD}`
ecl-20.4.24+ds/src/aclocal.m4-1121- cd $srcdir/${ECL_GC_DIR};
##############################################
ecl-20.4.24+ds/src/aclocal.m4-1127- if mkdir gc; then
ecl-20.4.24+ds/src/aclocal.m4:1128:   if (destdir=`${PWDCMD}`; cd gc; \
ecl-20.4.24+ds/src/aclocal.m4-1129-       $srcdir/${ECL_GC_DIR}/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/src/aclocal.m4-1205- if mkdir libffi; then
ecl-20.4.24+ds/src/aclocal.m4:1206:   if (destdir=`${PWDCMD}`; cd libffi; \
ecl-20.4.24+ds/src/aclocal.m4-1207-       $srcdir/libffi/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/src/configure-44-if test -z "$BASH_VERSION$ZSH_VERSION" \
ecl-20.4.24+ds/src/configure:45:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/src/configure-46-  as_echo='print -r --'
ecl-20.4.24+ds/src/configure-47-  as_echo_n='print -rn --'
ecl-20.4.24+ds/src/configure:48:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/src/configure-49-  as_echo='printf %s\n'
##############################################
ecl-20.4.24+ds/src/configure-51-else
ecl-20.4.24+ds/src/configure:52:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ecl-20.4.24+ds/src/configure-53-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ecl-20.4.24+ds/src/configure-61-	expr "X$arg" : "X\\(.*\\)$as_nl";
ecl-20.4.24+ds/src/configure:62:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ecl-20.4.24+ds/src/configure-63-      esac;
##############################################
ecl-20.4.24+ds/src/configure-198-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ecl-20.4.24+ds/src/configure:199:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ecl-20.4.24+ds/src/configure-200-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ecl-20.4.24+ds/src/configure-325-      case $as_dir in #(
ecl-20.4.24+ds/src/configure:326:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ecl-20.4.24+ds/src/configure-327-      *) as_qdir=$as_dir;;
##############################################
ecl-20.4.24+ds/src/configure-398-  {
ecl-20.4.24+ds/src/configure:399:    as_val=`expr "$@" || test $? -eq 1`
ecl-20.4.24+ds/src/configure-400-  }
##############################################
ecl-20.4.24+ds/src/configure-405-# ----------------------------------------
ecl-20.4.24+ds/src/configure:406:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ecl-20.4.24+ds/src/configure-407-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ecl-20.4.24+ds/src/configure-468-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ecl-20.4.24+ds/src/configure:469:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ecl-20.4.24+ds/src/configure-470-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ecl-20.4.24+ds/src/configure-894-  case $ac_option in
ecl-20.4.24+ds/src/configure:895:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ecl-20.4.24+ds/src/configure-896-  *=)   ac_optarg= ;;
##############################################
ecl-20.4.24+ds/src/configure-938-  -disable-* | --disable-*)
ecl-20.4.24+ds/src/configure:939:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ecl-20.4.24+ds/src/configure-940-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/src/configure-943-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/src/configure:944:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/src/configure-945-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/src/configure-964-  -enable-* | --enable-*)
ecl-20.4.24+ds/src/configure:965:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ecl-20.4.24+ds/src/configure-966-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/src/configure-969-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/src/configure:970:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/src/configure-971-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/src/configure-1177-  -with-* | --with-*)
ecl-20.4.24+ds/src/configure:1178:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ecl-20.4.24+ds/src/configure-1179-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/src/configure-1182-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/src/configure:1183:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/src/configure-1184-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/src/configure-1193-  -without-* | --without-*)
ecl-20.4.24+ds/src/configure:1194:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ecl-20.4.24+ds/src/configure-1195-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/src/configure-1198-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/src/configure:1199:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/src/configure-1200-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/src/configure-1231-  *=*)
ecl-20.4.24+ds/src/configure:1232:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ecl-20.4.24+ds/src/configure-1233-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/src/configure-1252-if test -n "$ac_prev"; then
ecl-20.4.24+ds/src/configure:1253:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ecl-20.4.24+ds/src/configure-1254-  as_fn_error $? "missing argument to $ac_option"
##############################################
ecl-20.4.24+ds/src/configure-1274-    */ )
ecl-20.4.24+ds/src/configure:1275:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ecl-20.4.24+ds/src/configure-1276-      eval $ac_var=\$ac_val;;
##############################################
ecl-20.4.24+ds/src/configure-1309-ac_ls_di=`ls -di .` &&
ecl-20.4.24+ds/src/configure:1310:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ecl-20.4.24+ds/src/configure-1311-  as_fn_error $? "working directory cannot be determined"
##############################################
ecl-20.4.24+ds/src/configure-1365-case $srcdir in
ecl-20.4.24+ds/src/configure:1366:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ecl-20.4.24+ds/src/configure-1367-esac
##############################################
ecl-20.4.24+ds/src/configure-1408-By default, \`make install' will install all the files in
ecl-20.4.24+ds/src/configure:1409:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ecl-20.4.24+ds/src/configure:1410:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ecl-20.4.24+ds/src/configure-1411-for instance \`--prefix=\$HOME'.
##############################################
ecl-20.4.24+ds/src/configure-1585-*)
ecl-20.4.24+ds/src/configure:1586:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ecl-20.4.24+ds/src/configure-1587-  # A ".." for each directory in $ac_dir_suffix.
ecl-20.4.24+ds/src/configure:1588:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ecl-20.4.24+ds/src/configure-1589-  case $ac_top_builddir_sub in
##############################################
ecl-20.4.24+ds/src/configure-2223-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
ecl-20.4.24+ds/src/configure:2224:  as_decl_name=`echo $2|sed 's/ *(.*//'`
ecl-20.4.24+ds/src/configure:2225:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
ecl-20.4.24+ds/src/configure-2226-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
ecl-20.4.24+ds/src/configure-2337-    *\'*)
ecl-20.4.24+ds/src/configure:2338:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/src/configure-2339-    esac
##############################################
ecl-20.4.24+ds/src/configure-2420-      case $ac_val in
ecl-20.4.24+ds/src/configure:2421:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ecl-20.4.24+ds/src/configure-2422-      esac
##############################################
ecl-20.4.24+ds/src/configure-2435-	case $ac_val in
ecl-20.4.24+ds/src/configure:2436:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ecl-20.4.24+ds/src/configure-2437-	esac
##############################################
ecl-20.4.24+ds/src/configure-2558-    set,)
ecl-20.4.24+ds/src/configure:2559:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ecl-20.4.24+ds/src/configure:2560:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ecl-20.4.24+ds/src/configure-2561-      ac_cache_corrupted=: ;;
##############################################
ecl-20.4.24+ds/src/configure-2569-	# differences in whitespace do not lead to failure.
ecl-20.4.24+ds/src/configure:2570:	ac_old_val_w=`echo x $ac_old_val`
ecl-20.4.24+ds/src/configure:2571:	ac_new_val_w=`echo x $ac_new_val`
ecl-20.4.24+ds/src/configure-2572-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ecl-20.4.24+ds/src/configure-2589-    case $ac_new_val in
ecl-20.4.24+ds/src/configure:2590:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/src/configure-2591-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ecl-20.4.24+ds/src/configure-3083-test "x$ac_build_alias" = x &&
ecl-20.4.24+ds/src/configure:3084:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ecl-20.4.24+ds/src/configure-3085-test "x$ac_build_alias" = x &&
ecl-20.4.24+ds/src/configure-3086-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ecl-20.4.24+ds/src/configure:3087:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ecl-20.4.24+ds/src/configure-3088-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ecl-20.4.24+ds/src/configure-3107-IFS=$ac_save_IFS
ecl-20.4.24+ds/src/configure:3108:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ecl-20.4.24+ds/src/configure-3109-
##############################################
ecl-20.4.24+ds/src/configure-3118-else
ecl-20.4.24+ds/src/configure:3119:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ecl-20.4.24+ds/src/configure-3120-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ecl-20.4.24+ds/src/configure-3140-IFS=$ac_save_IFS
ecl-20.4.24+ds/src/configure:3141:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ecl-20.4.24+ds/src/configure-3142-
##############################################
ecl-20.4.24+ds/src/configure-3491-$as_echo_n "checking whether the C compiler works... " >&6; }
ecl-20.4.24+ds/src/configure:3492:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ecl-20.4.24+ds/src/configure-3493-
##############################################
ecl-20.4.24+ds/src/configure-3535-	then :; else
ecl-20.4.24+ds/src/configure:3536:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ecl-20.4.24+ds/src/configure-3537-	fi
##############################################
ecl-20.4.24+ds/src/configure-3595-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ecl-20.4.24+ds/src/configure:3596:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ecl-20.4.24+ds/src/configure-3597-	  break;;
##############################################
ecl-20.4.24+ds/src/configure-3704-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ecl-20.4.24+ds/src/configure:3705:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ecl-20.4.24+ds/src/configure-3706-       break;;
##############################################
ecl-20.4.24+ds/src/configure-4705-set x ${MAKE-make}
ecl-20.4.24+ds/src/configure:4706:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ecl-20.4.24+ds/src/configure-4707-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
ecl-20.4.24+ds/src/configure-4715-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
ecl-20.4.24+ds/src/configure:4716:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ecl-20.4.24+ds/src/configure-4717-  *@@@%%%=?*=@@@%%%*)
##############################################
ecl-20.4.24+ds/src/configure-5008-  /* | ?:/* ) ;;
ecl-20.4.24+ds/src/configure:5009:  *  ) srcdir="`(cd ${srcdir}; ${PWDCMD})`";
ecl-20.4.24+ds/src/configure-5010-esac
ecl-20.4.24+ds/src/configure-5011-if uname -a | grep -i 'mingw' > /dev/null; then
ecl-20.4.24+ds/src/configure:5012:  true_srcdir=`(cd ${srcdir}; pwd -W)`
ecl-20.4.24+ds/src/configure-5013-  true_builddir=`pwd -W`
ecl-20.4.24+ds/src/configure-5014-else
ecl-20.4.24+ds/src/configure:5015:  true_srcdir=`(cd ${srcdir}; pwd)`
ecl-20.4.24+ds/src/configure-5016-  true_builddir=`pwd`
##############################################
ecl-20.4.24+ds/src/configure-5426-$as_echo_n "checking for architecture... " >&6; }
ecl-20.4.24+ds/src/configure:5427:ARCHITECTURE=`echo "${host_cpu}" | tr a-z A-Z` # i386 -> I386
ecl-20.4.24+ds/src/configure-5428-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ARCHITECTURE}" >&5
##############################################
ecl-20.4.24+ds/src/configure-5561-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/src/configure:5562:      GMP_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$GMP_LIBDIR,"`" $GMP_LDFLAGS"
ecl-20.4.24+ds/src/configure-5563-    fi
##############################################
ecl-20.4.24+ds/src/configure-5685-  # Check for GNU $ac_path_GREP
ecl-20.4.24+ds/src/configure:5686:case `"$ac_path_GREP" --version 2>&1` in
ecl-20.4.24+ds/src/configure-5687-*GNU*)
##############################################
ecl-20.4.24+ds/src/configure-5751-  # Check for GNU $ac_path_EGREP
ecl-20.4.24+ds/src/configure:5752:case `"$ac_path_EGREP" --version 2>&1` in
ecl-20.4.24+ds/src/configure-5753-*GNU*)
##############################################
ecl-20.4.24+ds/src/configure-5912-do :
ecl-20.4.24+ds/src/configure:5913:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/src/configure-5914-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ecl-20.4.24+ds/src/configure-5917-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/src/configure:5918:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/src/configure-5919-_ACEOF
##############################################
ecl-20.4.24+ds/src/configure-5957-  if test "x$with_c_gmp" = "xyes"; then
ecl-20.4.24+ds/src/configure:5958:    gmp_build=`echo ${gmp_build} | sed 's,[^-]*\(-.*\),none\1,'`
ecl-20.4.24+ds/src/configure-5959-    echo '***'
##############################################
ecl-20.4.24+ds/src/configure-5973-  mkdir gmp
ecl-20.4.24+ds/src/configure:5974:    (destdir=`${PWDCMD}`; cd gmp && CC="${CC} ${PICFLAG}" \
ecl-20.4.24+ds/src/configure-5975-     $srcdir/gmp/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/src/configure-6006-# some options could be prefixed by -Wc, which means "flag for the compiler".
ecl-20.4.24+ds/src/configure:6007:LDFLAGS=`echo ${LDFLAGS} ${GMP_LDFLAGS} | sed 's%-Wc,%%g'`
ecl-20.4.24+ds/src/configure:6008:CFLAGS=`echo ${CFLAGS} ${GMP_CFLAGS} | sed 's%-Wc,%%g'`
ecl-20.4.24+ds/src/configure-6009-GMP_CFLAGS=""
##############################################
ecl-20.4.24+ds/src/configure-6029-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/src/configure:6030:      LIBFFI_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBFFI_LIBDIR,"`" $LIBFFI_LDFLAGS"
ecl-20.4.24+ds/src/configure-6031-    fi
##############################################
ecl-20.4.24+ds/src/configure-6043-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/src/configure:6044:      LIBGC_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBGC_LIBDIR,"`" $LIBGC_LDFLAGS"
ecl-20.4.24+ds/src/configure-6045-    fi
##############################################
ecl-20.4.24+ds/src/configure-6479- test -d gc && rm -rf gc
ecl-20.4.24+ds/src/configure:6480: currentdir=`${PWDCMD}`
ecl-20.4.24+ds/src/configure-6481- cd $srcdir/${ECL_GC_DIR};
##############################################
ecl-20.4.24+ds/src/configure-6487- if mkdir gc; then
ecl-20.4.24+ds/src/configure:6488:   if (destdir=`${PWDCMD}`; cd gc; \
ecl-20.4.24+ds/src/configure-6489-       $srcdir/${ECL_GC_DIR}/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/src/configure-6628- if mkdir libffi; then
ecl-20.4.24+ds/src/configure:6629:   if (destdir=`${PWDCMD}`; cd libffi; \
ecl-20.4.24+ds/src/configure-6630-       $srcdir/libffi/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/src/configure-6656-$as_echo_n "checking for soname flags... " >&6; }
ecl-20.4.24+ds/src/configure:6657:PACKAGE_MAJOR=`echo ${PACKAGE_VERSION} | sed -e 's,\(.*\)\..*\..*,\1,g'`
ecl-20.4.24+ds/src/configure:6658:PACKAGE_MINOR=`echo ${PACKAGE_VERSION} | sed -e 's,.*\.\(.*\)\..*,\1,g'`
ecl-20.4.24+ds/src/configure:6659:PACKAGE_LEAST=`echo ${PACKAGE_VERSION} | sed -e 's,.*\..*\.\(.*\),\1,g'`
ecl-20.4.24+ds/src/configure-6660-if test "${enable_soname}" != yes; then
##############################################
ecl-20.4.24+ds/src/configure-6670-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}.${PACKAGE_LEAST}"
ecl-20.4.24+ds/src/configure:6671:   SONAME3=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/src/configure-6672-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}"
ecl-20.4.24+ds/src/configure:6673:   SONAME2=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/src/configure-6674-   i="${PACKAGE_MAJOR}"
ecl-20.4.24+ds/src/configure:6675:   SONAME1=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/src/configure:6676:   SONAME=`echo $SONAME | sed "s,.SOVERSION,,g"`
ecl-20.4.24+ds/src/configure:6677:   SONAME_LDFLAGS=`echo $SONAME_LDFLAGS | sed "s,SONAME,$SONAME2,g"`
ecl-20.4.24+ds/src/configure-6678-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${SONAME_LDFLAGS}" >&5
##############################################
ecl-20.4.24+ds/src/configure-6742-    for ac_var in incroot usrlibdir libdir; do
ecl-20.4.24+ds/src/configure:6743:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
ecl-20.4.24+ds/src/configure-6744-    done
##############################################
ecl-20.4.24+ds/src/configure-6852-  LIBS=$ac_save_LIBS
ecl-20.4.24+ds/src/configure:6853:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
ecl-20.4.24+ds/src/configure-6854-do
##############################################
ecl-20.4.24+ds/src/configure-6902-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
ecl-20.4.24+ds/src/configure:6903:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
ecl-20.4.24+ds/src/configure-6904-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
ecl-20.4.24+ds/src/configure-6934-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/src/configure:6935:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
ecl-20.4.24+ds/src/configure-6936-_ACEOF
##############################################
ecl-20.4.24+ds/src/configure-7303-do :
ecl-20.4.24+ds/src/configure:7304:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/src/configure-7305-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ecl-20.4.24+ds/src/configure-7307-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/src/configure:7308:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/src/configure-7309-_ACEOF
##############################################
ecl-20.4.24+ds/src/configure-7319-do :
ecl-20.4.24+ds/src/configure:7320:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/src/configure-7321-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ecl-20.4.24+ds/src/configure-7323-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/src/configure:7324:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/src/configure-7325-_ACEOF
##############################################
ecl-20.4.24+ds/src/configure-8448-do :
ecl-20.4.24+ds/src/configure:8449:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/src/configure-8450-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/src/configure-8452-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/src/configure:8453:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/src/configure-8454-_ACEOF
##############################################
ecl-20.4.24+ds/src/configure-8656-do :
ecl-20.4.24+ds/src/configure:8657:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/src/configure-8658-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/src/configure-8660-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/src/configure:8661:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/src/configure-8662-_ACEOF
##############################################
ecl-20.4.24+ds/src/configure-9031-do :
ecl-20.4.24+ds/src/configure:9032:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/src/configure-9033-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ecl-20.4.24+ds/src/configure-9036-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/src/configure:9037:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/src/configure-9038-_ACEOF
##############################################
ecl-20.4.24+ds/src/configure-9296-do :
ecl-20.4.24+ds/src/configure:9297:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/src/configure-9298-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ecl-20.4.24+ds/src/configure-9300-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/src/configure:9301:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/src/configure-9302-_ACEOF
##############################################
ecl-20.4.24+ds/src/configure-9349-ac_save_IFS=$IFS; IFS=','
ecl-20.4.24+ds/src/configure:9350:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
ecl-20.4.24+ds/src/configure-9351-IFS=$ac_save_IFS
##############################################
ecl-20.4.24+ds/src/configure-9627-do :
ecl-20.4.24+ds/src/configure:9628:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/src/configure-9629-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/src/configure-9631-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/src/configure:9632:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/src/configure-9633-_ACEOF
##############################################
ecl-20.4.24+ds/src/configure-9642-do :
ecl-20.4.24+ds/src/configure:9643:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/src/configure-9644-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/src/configure-9646-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/src/configure:9647:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/src/configure-9648-_ACEOF
##############################################
ecl-20.4.24+ds/src/configure-9657-do :
ecl-20.4.24+ds/src/configure:9658:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/src/configure-9659-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/src/configure-9661-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/src/configure:9662:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/src/configure-9663-_ACEOF
##############################################
ecl-20.4.24+ds/src/configure-9670-do :
ecl-20.4.24+ds/src/configure:9671:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/src/configure-9672-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/src/configure-9674-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/src/configure:9675:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/src/configure-9676-_ACEOF
##############################################
ecl-20.4.24+ds/src/configure-9868-    test -d atomic || mkdir atomic
ecl-20.4.24+ds/src/configure:9869:    (destdir=`${PWDCMD}`; cd atomic && CC="${CC} ${PICFLAG}" \
ecl-20.4.24+ds/src/configure-9870-     $srcdir/${ECL_GC_DIR}/libatomic*/configure --disable-shared \
##############################################
ecl-20.4.24+ds/src/configure-10207-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ecl-20.4.24+ds/src/configure:10208:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ecl-20.4.24+ds/src/configure-10209-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ecl-20.4.24+ds/src/configure-10275-if test -z "$BASH_VERSION$ZSH_VERSION" \
ecl-20.4.24+ds/src/configure:10276:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/src/configure-10277-  as_echo='print -r --'
ecl-20.4.24+ds/src/configure-10278-  as_echo_n='print -rn --'
ecl-20.4.24+ds/src/configure:10279:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/src/configure-10280-  as_echo='printf %s\n'
##############################################
ecl-20.4.24+ds/src/configure-10282-else
ecl-20.4.24+ds/src/configure:10283:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ecl-20.4.24+ds/src/configure-10284-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ecl-20.4.24+ds/src/configure-10292-	expr "X$arg" : "X\\(.*\\)$as_nl";
ecl-20.4.24+ds/src/configure:10293:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ecl-20.4.24+ds/src/configure-10294-      esac;
##############################################
ecl-20.4.24+ds/src/configure-10369-# ----------------------------------------
ecl-20.4.24+ds/src/configure:10370:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ecl-20.4.24+ds/src/configure-10371-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ecl-20.4.24+ds/src/configure-10441-  {
ecl-20.4.24+ds/src/configure:10442:    as_val=`expr "$@" || test $? -eq 1`
ecl-20.4.24+ds/src/configure-10443-  }
##############################################
ecl-20.4.24+ds/src/configure-10545-      case $as_dir in #(
ecl-20.4.24+ds/src/configure:10546:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ecl-20.4.24+ds/src/configure-10547-      *) as_qdir=$as_dir;;
##############################################
ecl-20.4.24+ds/src/configure-10676-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ecl-20.4.24+ds/src/configure:10677:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ecl-20.4.24+ds/src/configure-10678-ac_cs_version="\\
##############################################
ecl-20.4.24+ds/src/configure-10699-  --*=?*)
ecl-20.4.24+ds/src/configure:10700:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ecl-20.4.24+ds/src/configure:10701:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ecl-20.4.24+ds/src/configure-10702-    ac_shift=:
##############################################
ecl-20.4.24+ds/src/configure-10704-  --*=)
ecl-20.4.24+ds/src/configure:10705:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ecl-20.4.24+ds/src/configure-10706-    ac_optarg=
##############################################
ecl-20.4.24+ds/src/configure-10728-    case $ac_optarg in
ecl-20.4.24+ds/src/configure:10729:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/src/configure-10730-    '') as_fn_error $? "missing file argument" ;;
##############################################
ecl-20.4.24+ds/src/configure-10736-    case $ac_optarg in
ecl-20.4.24+ds/src/configure:10737:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/src/configure-10738-    esac
##############################################
ecl-20.4.24+ds/src/configure-10875-fi
ecl-20.4.24+ds/src/configure:10876:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ecl-20.4.24+ds/src/configure-10877-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ecl-20.4.24+ds/src/configure-10892-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ecl-20.4.24+ds/src/configure:10893:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ecl-20.4.24+ds/src/configure-10894-ac_delim='%!_!# '
##############################################
ecl-20.4.24+ds/src/configure-10898-
ecl-20.4.24+ds/src/configure:10899:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ecl-20.4.24+ds/src/configure-10900-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ecl-20.4.24+ds/src/configure-11036-for ac_last_try in false false :; do
ecl-20.4.24+ds/src/configure:11037:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ecl-20.4.24+ds/src/configure-11038-  if test -z "$ac_tt"; then
##############################################
ecl-20.4.24+ds/src/configure-11168-      esac
ecl-20.4.24+ds/src/configure:11169:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ecl-20.4.24+ds/src/configure-11170-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ecl-20.4.24+ds/src/configure-11227-*)
ecl-20.4.24+ds/src/configure:11228:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ecl-20.4.24+ds/src/configure-11229-  # A ".." for each directory in $ac_dir_suffix.
ecl-20.4.24+ds/src/configure:11230:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ecl-20.4.24+ds/src/configure-11231-  case $ac_top_builddir_sub in
##############################################
ecl-20.4.24+ds/src/configure-11283-/@mandir@/p'
ecl-20.4.24+ds/src/configure:11284:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ecl-20.4.24+ds/src/configure-11285-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ecl-20.4.24+ds/src/configure-11300-
ecl-20.4.24+ds/src/configure:11301:# Neutralize VPATH when `$srcdir' = `.'.
ecl-20.4.24+ds/src/configure-11302-# Shell code in configure.ac might set extrasub.
##############################################
ecl-20.4.24+ds/src/configure-11327-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ecl-20.4.24+ds/src/configure:11328:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ecl-20.4.24+ds/src/configure-11329-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ecl-20.4.24+ds/src/configure-11407-
ecl-20.4.24+ds/src/configure:11408:for i in $srcdir/c/*/; do mkdir -p c/`basename $i`; done
##############################################
ecl-20.4.24+ds/src/configure.ac-403-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/src/configure.ac:404:      GMP_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$GMP_LIBDIR,"`" $GMP_LDFLAGS"
ecl-20.4.24+ds/src/configure.ac-405-    fi
##############################################
ecl-20.4.24+ds/src/configure.ac-446-  if test "x$with_c_gmp" = "xyes"; then
ecl-20.4.24+ds/src/configure.ac:447:    gmp_build=`echo ${gmp_build} | sed 's,@<:@^-@:>@*\(-.*\),none\1,'`
ecl-20.4.24+ds/src/configure.ac-448-    echo '***'
##############################################
ecl-20.4.24+ds/src/configure.ac-463-  dnl Notice we need -DPIC to force the assembler to generate PIC code
ecl-20.4.24+ds/src/configure.ac:464:  (destdir=`${PWDCMD}`; cd gmp && CC="${CC} ${PICFLAG}" \
ecl-20.4.24+ds/src/configure.ac-465-     $srcdir/gmp/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/src/configure.ac-498-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/src/configure.ac:499:      LIBFFI_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBFFI_LIBDIR,"`" $LIBFFI_LDFLAGS"
ecl-20.4.24+ds/src/configure.ac-500-    fi
##############################################
ecl-20.4.24+ds/src/configure.ac-514-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/src/configure.ac:515:      LIBGC_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBGC_LIBDIR,"`" $LIBGC_LDFLAGS"
ecl-20.4.24+ds/src/configure.ac-516-    fi
##############################################
ecl-20.4.24+ds/src/configure.ac-601-AC_MSG_CHECKING(for soname flags)
ecl-20.4.24+ds/src/configure.ac:602:PACKAGE_MAJOR=`echo ${PACKAGE_VERSION} | sed -e 's,\(.*\)\..*\..*,\1,g'`
ecl-20.4.24+ds/src/configure.ac:603:PACKAGE_MINOR=`echo ${PACKAGE_VERSION} | sed -e 's,.*\.\(.*\)\..*,\1,g'`
ecl-20.4.24+ds/src/configure.ac:604:PACKAGE_LEAST=`echo ${PACKAGE_VERSION} | sed -e 's,.*\..*\.\(.*\),\1,g'`
ecl-20.4.24+ds/src/configure.ac-605-if test "${enable_soname}" != yes; then
##############################################
ecl-20.4.24+ds/src/configure.ac-614-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}.${PACKAGE_LEAST}"
ecl-20.4.24+ds/src/configure.ac:615:   SONAME3=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/src/configure.ac-616-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}"
ecl-20.4.24+ds/src/configure.ac:617:   SONAME2=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/src/configure.ac-618-   i="${PACKAGE_MAJOR}"
ecl-20.4.24+ds/src/configure.ac:619:   SONAME1=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/src/configure.ac:620:   SONAME=`echo $SONAME | sed "s,.SOVERSION,,g"`
ecl-20.4.24+ds/src/configure.ac:621:   SONAME_LDFLAGS=`echo $SONAME_LDFLAGS | sed "s,SONAME,$SONAME2,g"`
ecl-20.4.24+ds/src/configure.ac-622-   AC_MSG_RESULT([${SONAME_LDFLAGS}])
##############################################
ecl-20.4.24+ds/src/configure.ac-940-
ecl-20.4.24+ds/src/configure.ac:941:for i in $srcdir/c/*/; do mkdir -p c/`basename $i`; done
##############################################
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-401-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac:402:      GMP_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$GMP_LIBDIR,"`" $GMP_LDFLAGS"
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-403-    fi
##############################################
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-444-  if test "x$with_c_gmp" = "xyes"; then
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac:445:    gmp_build=`echo ${gmp_build} | sed 's,@<:@^-@:>@*\(-.*\),none\1,'`
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-446-    echo '***'
##############################################
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-461-  dnl Notice we need -DPIC to force the assembler to generate PIC code
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac:462:  (destdir=`${PWDCMD}`; cd gmp && CC="${CC} ${PICFLAG}" \
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-463-     $srcdir/gmp/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-496-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac:497:      LIBFFI_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBFFI_LIBDIR,"`" $LIBFFI_LDFLAGS"
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-498-    fi
##############################################
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-512-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac:513:      LIBGC_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBGC_LIBDIR,"`" $LIBGC_LDFLAGS"
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-514-    fi
##############################################
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-599-AC_MSG_CHECKING(for soname flags)
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac:600:PACKAGE_MAJOR=`echo ${PACKAGE_VERSION} | sed -e 's,\(.*\)\..*\..*,\1,g'`
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac:601:PACKAGE_MINOR=`echo ${PACKAGE_VERSION} | sed -e 's,.*\.\(.*\)\..*,\1,g'`
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac:602:PACKAGE_LEAST=`echo ${PACKAGE_VERSION} | sed -e 's,.*\..*\.\(.*\),\1,g'`
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-603-if test "${enable_soname}" != yes; then
##############################################
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-612-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}.${PACKAGE_LEAST}"
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac:613:   SONAME3=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-614-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}"
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac:615:   SONAME2=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-616-   i="${PACKAGE_MAJOR}"
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac:617:   SONAME1=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac:618:   SONAME=`echo $SONAME | sed "s,.SOVERSION,,g"`
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac:619:   SONAME_LDFLAGS=`echo $SONAME_LDFLAGS | sed "s,SONAME,$SONAME2,g"`
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-620-   AC_MSG_RESULT([${SONAME_LDFLAGS}])
##############################################
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac-937-
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/configure.ac:938:for i in $srcdir/c/*/; do mkdir -p c/`basename $i`; done
##############################################
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/Makefile.in-161-	$(RM) -rf $(DPP) $(ECL_MIN) libecl*.a c/
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/Makefile.in:162:	for i in $(srcdir)/c/*/; do mkdir -p c/`basename $$i`; done
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/Makefile.in-163-
##############################################
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/Makefile.in-308-	-if test "x$(ETAGS)" != "x"; then \
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/Makefile.in:309:	srcfiles=`find $(srcdir)/c $(srcdir)/h -name '*.[chd]'` && \
ecl-20.4.24+ds/.pc/no-embedded-copies.patch/src/Makefile.in-310-	$(ETAGS) --language=c    -o $@ $$srcfiles && \
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-44-if test -z "$BASH_VERSION$ZSH_VERSION" \
ecl-20.4.24+ds/.pc/210.patch/src/configure:45:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/.pc/210.patch/src/configure-46-  as_echo='print -r --'
ecl-20.4.24+ds/.pc/210.patch/src/configure-47-  as_echo_n='print -rn --'
ecl-20.4.24+ds/.pc/210.patch/src/configure:48:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/.pc/210.patch/src/configure-49-  as_echo='printf %s\n'
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-51-else
ecl-20.4.24+ds/.pc/210.patch/src/configure:52:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ecl-20.4.24+ds/.pc/210.patch/src/configure-53-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-61-	expr "X$arg" : "X\\(.*\\)$as_nl";
ecl-20.4.24+ds/.pc/210.patch/src/configure:62:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ecl-20.4.24+ds/.pc/210.patch/src/configure-63-      esac;
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-198-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ecl-20.4.24+ds/.pc/210.patch/src/configure:199:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ecl-20.4.24+ds/.pc/210.patch/src/configure-200-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-325-      case $as_dir in #(
ecl-20.4.24+ds/.pc/210.patch/src/configure:326:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ecl-20.4.24+ds/.pc/210.patch/src/configure-327-      *) as_qdir=$as_dir;;
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-398-  {
ecl-20.4.24+ds/.pc/210.patch/src/configure:399:    as_val=`expr "$@" || test $? -eq 1`
ecl-20.4.24+ds/.pc/210.patch/src/configure-400-  }
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-405-# ----------------------------------------
ecl-20.4.24+ds/.pc/210.patch/src/configure:406:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ecl-20.4.24+ds/.pc/210.patch/src/configure-407-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-468-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ecl-20.4.24+ds/.pc/210.patch/src/configure:469:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ecl-20.4.24+ds/.pc/210.patch/src/configure-470-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-894-  case $ac_option in
ecl-20.4.24+ds/.pc/210.patch/src/configure:895:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ecl-20.4.24+ds/.pc/210.patch/src/configure-896-  *=)   ac_optarg= ;;
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-938-  -disable-* | --disable-*)
ecl-20.4.24+ds/.pc/210.patch/src/configure:939:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-940-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-943-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/.pc/210.patch/src/configure:944:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-945-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-964-  -enable-* | --enable-*)
ecl-20.4.24+ds/.pc/210.patch/src/configure:965:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-966-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-969-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/.pc/210.patch/src/configure:970:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-971-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-1177-  -with-* | --with-*)
ecl-20.4.24+ds/.pc/210.patch/src/configure:1178:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-1179-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-1182-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/.pc/210.patch/src/configure:1183:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-1184-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-1193-  -without-* | --without-*)
ecl-20.4.24+ds/.pc/210.patch/src/configure:1194:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-1195-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-1198-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/.pc/210.patch/src/configure:1199:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-1200-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-1231-  *=*)
ecl-20.4.24+ds/.pc/210.patch/src/configure:1232:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ecl-20.4.24+ds/.pc/210.patch/src/configure-1233-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-1252-if test -n "$ac_prev"; then
ecl-20.4.24+ds/.pc/210.patch/src/configure:1253:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-1254-  as_fn_error $? "missing argument to $ac_option"
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-1274-    */ )
ecl-20.4.24+ds/.pc/210.patch/src/configure:1275:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-1276-      eval $ac_var=\$ac_val;;
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-1309-ac_ls_di=`ls -di .` &&
ecl-20.4.24+ds/.pc/210.patch/src/configure:1310:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ecl-20.4.24+ds/.pc/210.patch/src/configure-1311-  as_fn_error $? "working directory cannot be determined"
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-1365-case $srcdir in
ecl-20.4.24+ds/.pc/210.patch/src/configure:1366:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ecl-20.4.24+ds/.pc/210.patch/src/configure-1367-esac
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-1408-By default, \`make install' will install all the files in
ecl-20.4.24+ds/.pc/210.patch/src/configure:1409:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ecl-20.4.24+ds/.pc/210.patch/src/configure:1410:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ecl-20.4.24+ds/.pc/210.patch/src/configure-1411-for instance \`--prefix=\$HOME'.
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-1585-*)
ecl-20.4.24+ds/.pc/210.patch/src/configure:1586:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-1587-  # A ".." for each directory in $ac_dir_suffix.
ecl-20.4.24+ds/.pc/210.patch/src/configure:1588:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-1589-  case $ac_top_builddir_sub in
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-2223-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
ecl-20.4.24+ds/.pc/210.patch/src/configure:2224:  as_decl_name=`echo $2|sed 's/ *(.*//'`
ecl-20.4.24+ds/.pc/210.patch/src/configure:2225:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-2226-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-2337-    *\'*)
ecl-20.4.24+ds/.pc/210.patch/src/configure:2338:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/.pc/210.patch/src/configure-2339-    esac
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-2420-      case $ac_val in
ecl-20.4.24+ds/.pc/210.patch/src/configure:2421:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ecl-20.4.24+ds/.pc/210.patch/src/configure-2422-      esac
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-2435-	case $ac_val in
ecl-20.4.24+ds/.pc/210.patch/src/configure:2436:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ecl-20.4.24+ds/.pc/210.patch/src/configure-2437-	esac
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-2558-    set,)
ecl-20.4.24+ds/.pc/210.patch/src/configure:2559:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ecl-20.4.24+ds/.pc/210.patch/src/configure:2560:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ecl-20.4.24+ds/.pc/210.patch/src/configure-2561-      ac_cache_corrupted=: ;;
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-2569-	# differences in whitespace do not lead to failure.
ecl-20.4.24+ds/.pc/210.patch/src/configure:2570:	ac_old_val_w=`echo x $ac_old_val`
ecl-20.4.24+ds/.pc/210.patch/src/configure:2571:	ac_new_val_w=`echo x $ac_new_val`
ecl-20.4.24+ds/.pc/210.patch/src/configure-2572-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-2589-    case $ac_new_val in
ecl-20.4.24+ds/.pc/210.patch/src/configure:2590:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/.pc/210.patch/src/configure-2591-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-3083-test "x$ac_build_alias" = x &&
ecl-20.4.24+ds/.pc/210.patch/src/configure:3084:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ecl-20.4.24+ds/.pc/210.patch/src/configure-3085-test "x$ac_build_alias" = x &&
ecl-20.4.24+ds/.pc/210.patch/src/configure-3086-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ecl-20.4.24+ds/.pc/210.patch/src/configure:3087:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ecl-20.4.24+ds/.pc/210.patch/src/configure-3088-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-3107-IFS=$ac_save_IFS
ecl-20.4.24+ds/.pc/210.patch/src/configure:3108:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ecl-20.4.24+ds/.pc/210.patch/src/configure-3109-
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-3118-else
ecl-20.4.24+ds/.pc/210.patch/src/configure:3119:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ecl-20.4.24+ds/.pc/210.patch/src/configure-3120-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-3140-IFS=$ac_save_IFS
ecl-20.4.24+ds/.pc/210.patch/src/configure:3141:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ecl-20.4.24+ds/.pc/210.patch/src/configure-3142-
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-3491-$as_echo_n "checking whether the C compiler works... " >&6; }
ecl-20.4.24+ds/.pc/210.patch/src/configure:3492:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-3493-
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-3535-	then :; else
ecl-20.4.24+ds/.pc/210.patch/src/configure:3536:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-3537-	fi
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-3595-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ecl-20.4.24+ds/.pc/210.patch/src/configure:3596:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-3597-	  break;;
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-3704-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ecl-20.4.24+ds/.pc/210.patch/src/configure:3705:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-3706-       break;;
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-4527-set x ${MAKE-make}
ecl-20.4.24+ds/.pc/210.patch/src/configure:4528:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-4529-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-4537-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
ecl-20.4.24+ds/.pc/210.patch/src/configure:4538:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ecl-20.4.24+ds/.pc/210.patch/src/configure-4539-  *@@@%%%=?*=@@@%%%*)
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-4830-  /* | ?:/* ) ;;
ecl-20.4.24+ds/.pc/210.patch/src/configure:4831:  *  ) srcdir="`(cd ${srcdir}; ${PWDCMD})`";
ecl-20.4.24+ds/.pc/210.patch/src/configure-4832-esac
ecl-20.4.24+ds/.pc/210.patch/src/configure-4833-if uname -a | grep -i 'mingw' > /dev/null; then
ecl-20.4.24+ds/.pc/210.patch/src/configure:4834:  true_srcdir=`(cd ${srcdir}; pwd -W)`
ecl-20.4.24+ds/.pc/210.patch/src/configure-4835-  true_builddir=`pwd -W`
ecl-20.4.24+ds/.pc/210.patch/src/configure-4836-else
ecl-20.4.24+ds/.pc/210.patch/src/configure:4837:  true_srcdir=`(cd ${srcdir}; pwd)`
ecl-20.4.24+ds/.pc/210.patch/src/configure-4838-  true_builddir=`pwd`
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-5248-$as_echo_n "checking for architecture... " >&6; }
ecl-20.4.24+ds/.pc/210.patch/src/configure:5249:ARCHITECTURE=`echo "${host_cpu}" | tr a-z A-Z` # i386 -> I386
ecl-20.4.24+ds/.pc/210.patch/src/configure-5250-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ARCHITECTURE}" >&5
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-5382-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/210.patch/src/configure:5383:      GMP_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$GMP_LIBDIR,"`" $GMP_LDFLAGS"
ecl-20.4.24+ds/.pc/210.patch/src/configure-5384-    fi
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-5506-  # Check for GNU $ac_path_GREP
ecl-20.4.24+ds/.pc/210.patch/src/configure:5507:case `"$ac_path_GREP" --version 2>&1` in
ecl-20.4.24+ds/.pc/210.patch/src/configure-5508-*GNU*)
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-5572-  # Check for GNU $ac_path_EGREP
ecl-20.4.24+ds/.pc/210.patch/src/configure:5573:case `"$ac_path_EGREP" --version 2>&1` in
ecl-20.4.24+ds/.pc/210.patch/src/configure-5574-*GNU*)
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-5733-do :
ecl-20.4.24+ds/.pc/210.patch/src/configure:5734:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/.pc/210.patch/src/configure-5735-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-5738-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/210.patch/src/configure:5739:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/210.patch/src/configure-5740-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-5778-  if test "x$with_c_gmp" = "xyes"; then
ecl-20.4.24+ds/.pc/210.patch/src/configure:5779:    gmp_build=`echo ${gmp_build} | sed 's,[^-]*\(-.*\),none\1,'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-5780-    echo '***'
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-5794-  mkdir gmp
ecl-20.4.24+ds/.pc/210.patch/src/configure:5795:    (destdir=`${PWDCMD}`; cd gmp && CC="${CC} ${PICFLAG}" \
ecl-20.4.24+ds/.pc/210.patch/src/configure-5796-     $srcdir/gmp/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-5827-# some options could be prefixed by -Wc, which means "flag for the compiler".
ecl-20.4.24+ds/.pc/210.patch/src/configure:5828:LDFLAGS=`echo ${LDFLAGS} ${GMP_LDFLAGS} | sed 's%-Wc,%%g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure:5829:CFLAGS=`echo ${CFLAGS} ${GMP_CFLAGS} | sed 's%-Wc,%%g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-5830-GMP_CFLAGS=""
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-5850-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/210.patch/src/configure:5851:      LIBFFI_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBFFI_LIBDIR,"`" $LIBFFI_LDFLAGS"
ecl-20.4.24+ds/.pc/210.patch/src/configure-5852-    fi
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-5864-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/210.patch/src/configure:5865:      LIBGC_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBGC_LIBDIR,"`" $LIBGC_LDFLAGS"
ecl-20.4.24+ds/.pc/210.patch/src/configure-5866-    fi
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-6300- test -d gc && rm -rf gc
ecl-20.4.24+ds/.pc/210.patch/src/configure:6301: currentdir=`${PWDCMD}`
ecl-20.4.24+ds/.pc/210.patch/src/configure-6302- cd $srcdir/${ECL_GC_DIR};
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-6308- if mkdir gc; then
ecl-20.4.24+ds/.pc/210.patch/src/configure:6309:   if (destdir=`${PWDCMD}`; cd gc; \
ecl-20.4.24+ds/.pc/210.patch/src/configure-6310-       $srcdir/${ECL_GC_DIR}/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-6449- if mkdir libffi; then
ecl-20.4.24+ds/.pc/210.patch/src/configure:6450:   if (destdir=`${PWDCMD}`; cd libffi; \
ecl-20.4.24+ds/.pc/210.patch/src/configure-6451-       $srcdir/libffi/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-6477-$as_echo_n "checking for soname flags... " >&6; }
ecl-20.4.24+ds/.pc/210.patch/src/configure:6478:PACKAGE_MAJOR=`echo ${PACKAGE_VERSION} | sed -e 's,\(.*\)\..*\..*,\1,g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure:6479:PACKAGE_MINOR=`echo ${PACKAGE_VERSION} | sed -e 's,.*\.\(.*\)\..*,\1,g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure:6480:PACKAGE_LEAST=`echo ${PACKAGE_VERSION} | sed -e 's,.*\..*\.\(.*\),\1,g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-6481-if test "${enable_soname}" != yes; then
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-6491-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}.${PACKAGE_LEAST}"
ecl-20.4.24+ds/.pc/210.patch/src/configure:6492:   SONAME3=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/210.patch/src/configure-6493-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}"
ecl-20.4.24+ds/.pc/210.patch/src/configure:6494:   SONAME2=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/210.patch/src/configure-6495-   i="${PACKAGE_MAJOR}"
ecl-20.4.24+ds/.pc/210.patch/src/configure:6496:   SONAME1=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/210.patch/src/configure:6497:   SONAME=`echo $SONAME | sed "s,.SOVERSION,,g"`
ecl-20.4.24+ds/.pc/210.patch/src/configure:6498:   SONAME_LDFLAGS=`echo $SONAME_LDFLAGS | sed "s,SONAME,$SONAME2,g"`
ecl-20.4.24+ds/.pc/210.patch/src/configure-6499-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${SONAME_LDFLAGS}" >&5
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-6563-    for ac_var in incroot usrlibdir libdir; do
ecl-20.4.24+ds/.pc/210.patch/src/configure:6564:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
ecl-20.4.24+ds/.pc/210.patch/src/configure-6565-    done
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-6673-  LIBS=$ac_save_LIBS
ecl-20.4.24+ds/.pc/210.patch/src/configure:6674:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
ecl-20.4.24+ds/.pc/210.patch/src/configure-6675-do
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-6723-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
ecl-20.4.24+ds/.pc/210.patch/src/configure:6724:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
ecl-20.4.24+ds/.pc/210.patch/src/configure-6725-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-6755-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/210.patch/src/configure:6756:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/210.patch/src/configure-6757-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-7124-do :
ecl-20.4.24+ds/.pc/210.patch/src/configure:7125:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/.pc/210.patch/src/configure-7126-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-7128-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/210.patch/src/configure:7129:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/210.patch/src/configure-7130-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-7140-do :
ecl-20.4.24+ds/.pc/210.patch/src/configure:7141:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/.pc/210.patch/src/configure-7142-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-7144-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/210.patch/src/configure:7145:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/210.patch/src/configure-7146-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-8269-do :
ecl-20.4.24+ds/.pc/210.patch/src/configure:8270:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/210.patch/src/configure-8271-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-8273-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/210.patch/src/configure:8274:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/210.patch/src/configure-8275-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-8459-do :
ecl-20.4.24+ds/.pc/210.patch/src/configure:8460:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/210.patch/src/configure-8461-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-8463-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/210.patch/src/configure:8464:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/210.patch/src/configure-8465-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-8834-do :
ecl-20.4.24+ds/.pc/210.patch/src/configure:8835:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/.pc/210.patch/src/configure-8836-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-8839-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/210.patch/src/configure:8840:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/210.patch/src/configure-8841-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-9101-do :
ecl-20.4.24+ds/.pc/210.patch/src/configure:9102:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/.pc/210.patch/src/configure-9103-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-9105-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/210.patch/src/configure:9106:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/210.patch/src/configure-9107-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-9154-ac_save_IFS=$IFS; IFS=','
ecl-20.4.24+ds/.pc/210.patch/src/configure:9155:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-9156-IFS=$ac_save_IFS
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-9432-do :
ecl-20.4.24+ds/.pc/210.patch/src/configure:9433:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/210.patch/src/configure-9434-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-9436-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/210.patch/src/configure:9437:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/210.patch/src/configure-9438-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-9447-do :
ecl-20.4.24+ds/.pc/210.patch/src/configure:9448:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/210.patch/src/configure-9449-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-9451-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/210.patch/src/configure:9452:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/210.patch/src/configure-9453-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-9462-do :
ecl-20.4.24+ds/.pc/210.patch/src/configure:9463:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/210.patch/src/configure-9464-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-9466-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/210.patch/src/configure:9467:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/210.patch/src/configure-9468-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-9475-do :
ecl-20.4.24+ds/.pc/210.patch/src/configure:9476:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/210.patch/src/configure-9477-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-9479-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/210.patch/src/configure:9480:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/210.patch/src/configure-9481-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-9673-    test -d atomic || mkdir atomic
ecl-20.4.24+ds/.pc/210.patch/src/configure:9674:    (destdir=`${PWDCMD}`; cd atomic && CC="${CC} ${PICFLAG}" \
ecl-20.4.24+ds/.pc/210.patch/src/configure-9675-     $srcdir/${ECL_GC_DIR}/libatomic*/configure --disable-shared \
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10012-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ecl-20.4.24+ds/.pc/210.patch/src/configure:10013:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ecl-20.4.24+ds/.pc/210.patch/src/configure-10014-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10080-if test -z "$BASH_VERSION$ZSH_VERSION" \
ecl-20.4.24+ds/.pc/210.patch/src/configure:10081:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/.pc/210.patch/src/configure-10082-  as_echo='print -r --'
ecl-20.4.24+ds/.pc/210.patch/src/configure-10083-  as_echo_n='print -rn --'
ecl-20.4.24+ds/.pc/210.patch/src/configure:10084:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/.pc/210.patch/src/configure-10085-  as_echo='printf %s\n'
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10087-else
ecl-20.4.24+ds/.pc/210.patch/src/configure:10088:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ecl-20.4.24+ds/.pc/210.patch/src/configure-10089-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10097-	expr "X$arg" : "X\\(.*\\)$as_nl";
ecl-20.4.24+ds/.pc/210.patch/src/configure:10098:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ecl-20.4.24+ds/.pc/210.patch/src/configure-10099-      esac;
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10174-# ----------------------------------------
ecl-20.4.24+ds/.pc/210.patch/src/configure:10175:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ecl-20.4.24+ds/.pc/210.patch/src/configure-10176-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10246-  {
ecl-20.4.24+ds/.pc/210.patch/src/configure:10247:    as_val=`expr "$@" || test $? -eq 1`
ecl-20.4.24+ds/.pc/210.patch/src/configure-10248-  }
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10350-      case $as_dir in #(
ecl-20.4.24+ds/.pc/210.patch/src/configure:10351:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ecl-20.4.24+ds/.pc/210.patch/src/configure-10352-      *) as_qdir=$as_dir;;
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10481-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ecl-20.4.24+ds/.pc/210.patch/src/configure:10482:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ecl-20.4.24+ds/.pc/210.patch/src/configure-10483-ac_cs_version="\\
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10504-  --*=?*)
ecl-20.4.24+ds/.pc/210.patch/src/configure:10505:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ecl-20.4.24+ds/.pc/210.patch/src/configure:10506:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-10507-    ac_shift=:
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10509-  --*=)
ecl-20.4.24+ds/.pc/210.patch/src/configure:10510:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ecl-20.4.24+ds/.pc/210.patch/src/configure-10511-    ac_optarg=
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10533-    case $ac_optarg in
ecl-20.4.24+ds/.pc/210.patch/src/configure:10534:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/.pc/210.patch/src/configure-10535-    '') as_fn_error $? "missing file argument" ;;
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10541-    case $ac_optarg in
ecl-20.4.24+ds/.pc/210.patch/src/configure:10542:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/.pc/210.patch/src/configure-10543-    esac
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10680-fi
ecl-20.4.24+ds/.pc/210.patch/src/configure:10681:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ecl-20.4.24+ds/.pc/210.patch/src/configure-10682-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10697-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ecl-20.4.24+ds/.pc/210.patch/src/configure:10698:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-10699-ac_delim='%!_!# '
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10703-
ecl-20.4.24+ds/.pc/210.patch/src/configure:10704:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ecl-20.4.24+ds/.pc/210.patch/src/configure-10705-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10841-for ac_last_try in false false :; do
ecl-20.4.24+ds/.pc/210.patch/src/configure:10842:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ecl-20.4.24+ds/.pc/210.patch/src/configure-10843-  if test -z "$ac_tt"; then
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-10973-      esac
ecl-20.4.24+ds/.pc/210.patch/src/configure:10974:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ecl-20.4.24+ds/.pc/210.patch/src/configure-10975-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-11032-*)
ecl-20.4.24+ds/.pc/210.patch/src/configure:11033:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-11034-  # A ".." for each directory in $ac_dir_suffix.
ecl-20.4.24+ds/.pc/210.patch/src/configure:11035:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ecl-20.4.24+ds/.pc/210.patch/src/configure-11036-  case $ac_top_builddir_sub in
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-11088-/@mandir@/p'
ecl-20.4.24+ds/.pc/210.patch/src/configure:11089:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ecl-20.4.24+ds/.pc/210.patch/src/configure-11090-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-11105-
ecl-20.4.24+ds/.pc/210.patch/src/configure:11106:# Neutralize VPATH when `$srcdir' = `.'.
ecl-20.4.24+ds/.pc/210.patch/src/configure-11107-# Shell code in configure.ac might set extrasub.
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-11132-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ecl-20.4.24+ds/.pc/210.patch/src/configure:11133:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ecl-20.4.24+ds/.pc/210.patch/src/configure-11134-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure-11212-
ecl-20.4.24+ds/.pc/210.patch/src/configure:11213:for i in $srcdir/c/*/; do mkdir -p c/`basename $i`; done
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-400-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac:401:      GMP_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$GMP_LIBDIR,"`" $GMP_LDFLAGS"
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-402-    fi
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-443-  if test "x$with_c_gmp" = "xyes"; then
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac:444:    gmp_build=`echo ${gmp_build} | sed 's,@<:@^-@:>@*\(-.*\),none\1,'`
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-445-    echo '***'
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-460-  dnl Notice we need -DPIC to force the assembler to generate PIC code
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac:461:  (destdir=`${PWDCMD}`; cd gmp && CC="${CC} ${PICFLAG}" \
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-462-     $srcdir/gmp/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-495-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac:496:      LIBFFI_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBFFI_LIBDIR,"`" $LIBFFI_LDFLAGS"
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-497-    fi
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-511-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac:512:      LIBGC_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBGC_LIBDIR,"`" $LIBGC_LDFLAGS"
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-513-    fi
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-598-AC_MSG_CHECKING(for soname flags)
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac:599:PACKAGE_MAJOR=`echo ${PACKAGE_VERSION} | sed -e 's,\(.*\)\..*\..*,\1,g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac:600:PACKAGE_MINOR=`echo ${PACKAGE_VERSION} | sed -e 's,.*\.\(.*\)\..*,\1,g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac:601:PACKAGE_LEAST=`echo ${PACKAGE_VERSION} | sed -e 's,.*\..*\.\(.*\),\1,g'`
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-602-if test "${enable_soname}" != yes; then
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-611-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}.${PACKAGE_LEAST}"
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac:612:   SONAME3=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-613-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}"
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac:614:   SONAME2=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-615-   i="${PACKAGE_MAJOR}"
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac:616:   SONAME1=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac:617:   SONAME=`echo $SONAME | sed "s,.SOVERSION,,g"`
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac:618:   SONAME_LDFLAGS=`echo $SONAME_LDFLAGS | sed "s,SONAME,$SONAME2,g"`
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-619-   AC_MSG_RESULT([${SONAME_LDFLAGS}])
##############################################
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac-936-
ecl-20.4.24+ds/.pc/210.patch/src/configure.ac:937:for i in $srcdir/c/*/; do mkdir -p c/`basename $i`; done
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-44-if test -z "$BASH_VERSION$ZSH_VERSION" \
ecl-20.4.24+ds/.pc/214.patch/src/configure:45:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/.pc/214.patch/src/configure-46-  as_echo='print -r --'
ecl-20.4.24+ds/.pc/214.patch/src/configure-47-  as_echo_n='print -rn --'
ecl-20.4.24+ds/.pc/214.patch/src/configure:48:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/.pc/214.patch/src/configure-49-  as_echo='printf %s\n'
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-51-else
ecl-20.4.24+ds/.pc/214.patch/src/configure:52:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ecl-20.4.24+ds/.pc/214.patch/src/configure-53-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-61-	expr "X$arg" : "X\\(.*\\)$as_nl";
ecl-20.4.24+ds/.pc/214.patch/src/configure:62:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ecl-20.4.24+ds/.pc/214.patch/src/configure-63-      esac;
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-198-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ecl-20.4.24+ds/.pc/214.patch/src/configure:199:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ecl-20.4.24+ds/.pc/214.patch/src/configure-200-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-325-      case $as_dir in #(
ecl-20.4.24+ds/.pc/214.patch/src/configure:326:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ecl-20.4.24+ds/.pc/214.patch/src/configure-327-      *) as_qdir=$as_dir;;
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-398-  {
ecl-20.4.24+ds/.pc/214.patch/src/configure:399:    as_val=`expr "$@" || test $? -eq 1`
ecl-20.4.24+ds/.pc/214.patch/src/configure-400-  }
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-405-# ----------------------------------------
ecl-20.4.24+ds/.pc/214.patch/src/configure:406:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ecl-20.4.24+ds/.pc/214.patch/src/configure-407-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-468-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ecl-20.4.24+ds/.pc/214.patch/src/configure:469:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ecl-20.4.24+ds/.pc/214.patch/src/configure-470-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-894-  case $ac_option in
ecl-20.4.24+ds/.pc/214.patch/src/configure:895:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ecl-20.4.24+ds/.pc/214.patch/src/configure-896-  *=)   ac_optarg= ;;
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-938-  -disable-* | --disable-*)
ecl-20.4.24+ds/.pc/214.patch/src/configure:939:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-940-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-943-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/.pc/214.patch/src/configure:944:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-945-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-964-  -enable-* | --enable-*)
ecl-20.4.24+ds/.pc/214.patch/src/configure:965:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-966-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-969-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/.pc/214.patch/src/configure:970:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-971-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-1177-  -with-* | --with-*)
ecl-20.4.24+ds/.pc/214.patch/src/configure:1178:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-1179-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-1182-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/.pc/214.patch/src/configure:1183:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-1184-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-1193-  -without-* | --without-*)
ecl-20.4.24+ds/.pc/214.patch/src/configure:1194:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-1195-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-1198-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/.pc/214.patch/src/configure:1199:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-1200-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-1231-  *=*)
ecl-20.4.24+ds/.pc/214.patch/src/configure:1232:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ecl-20.4.24+ds/.pc/214.patch/src/configure-1233-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-1252-if test -n "$ac_prev"; then
ecl-20.4.24+ds/.pc/214.patch/src/configure:1253:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-1254-  as_fn_error $? "missing argument to $ac_option"
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-1274-    */ )
ecl-20.4.24+ds/.pc/214.patch/src/configure:1275:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-1276-      eval $ac_var=\$ac_val;;
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-1309-ac_ls_di=`ls -di .` &&
ecl-20.4.24+ds/.pc/214.patch/src/configure:1310:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ecl-20.4.24+ds/.pc/214.patch/src/configure-1311-  as_fn_error $? "working directory cannot be determined"
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-1365-case $srcdir in
ecl-20.4.24+ds/.pc/214.patch/src/configure:1366:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ecl-20.4.24+ds/.pc/214.patch/src/configure-1367-esac
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-1408-By default, \`make install' will install all the files in
ecl-20.4.24+ds/.pc/214.patch/src/configure:1409:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ecl-20.4.24+ds/.pc/214.patch/src/configure:1410:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ecl-20.4.24+ds/.pc/214.patch/src/configure-1411-for instance \`--prefix=\$HOME'.
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-1585-*)
ecl-20.4.24+ds/.pc/214.patch/src/configure:1586:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-1587-  # A ".." for each directory in $ac_dir_suffix.
ecl-20.4.24+ds/.pc/214.patch/src/configure:1588:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-1589-  case $ac_top_builddir_sub in
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-2223-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
ecl-20.4.24+ds/.pc/214.patch/src/configure:2224:  as_decl_name=`echo $2|sed 's/ *(.*//'`
ecl-20.4.24+ds/.pc/214.patch/src/configure:2225:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-2226-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-2337-    *\'*)
ecl-20.4.24+ds/.pc/214.patch/src/configure:2338:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/.pc/214.patch/src/configure-2339-    esac
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-2420-      case $ac_val in
ecl-20.4.24+ds/.pc/214.patch/src/configure:2421:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ecl-20.4.24+ds/.pc/214.patch/src/configure-2422-      esac
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-2435-	case $ac_val in
ecl-20.4.24+ds/.pc/214.patch/src/configure:2436:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ecl-20.4.24+ds/.pc/214.patch/src/configure-2437-	esac
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-2558-    set,)
ecl-20.4.24+ds/.pc/214.patch/src/configure:2559:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ecl-20.4.24+ds/.pc/214.patch/src/configure:2560:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ecl-20.4.24+ds/.pc/214.patch/src/configure-2561-      ac_cache_corrupted=: ;;
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-2569-	# differences in whitespace do not lead to failure.
ecl-20.4.24+ds/.pc/214.patch/src/configure:2570:	ac_old_val_w=`echo x $ac_old_val`
ecl-20.4.24+ds/.pc/214.patch/src/configure:2571:	ac_new_val_w=`echo x $ac_new_val`
ecl-20.4.24+ds/.pc/214.patch/src/configure-2572-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-2589-    case $ac_new_val in
ecl-20.4.24+ds/.pc/214.patch/src/configure:2590:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/.pc/214.patch/src/configure-2591-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-3083-test "x$ac_build_alias" = x &&
ecl-20.4.24+ds/.pc/214.patch/src/configure:3084:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ecl-20.4.24+ds/.pc/214.patch/src/configure-3085-test "x$ac_build_alias" = x &&
ecl-20.4.24+ds/.pc/214.patch/src/configure-3086-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ecl-20.4.24+ds/.pc/214.patch/src/configure:3087:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ecl-20.4.24+ds/.pc/214.patch/src/configure-3088-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-3107-IFS=$ac_save_IFS
ecl-20.4.24+ds/.pc/214.patch/src/configure:3108:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ecl-20.4.24+ds/.pc/214.patch/src/configure-3109-
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-3118-else
ecl-20.4.24+ds/.pc/214.patch/src/configure:3119:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ecl-20.4.24+ds/.pc/214.patch/src/configure-3120-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-3140-IFS=$ac_save_IFS
ecl-20.4.24+ds/.pc/214.patch/src/configure:3141:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ecl-20.4.24+ds/.pc/214.patch/src/configure-3142-
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-3491-$as_echo_n "checking whether the C compiler works... " >&6; }
ecl-20.4.24+ds/.pc/214.patch/src/configure:3492:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-3493-
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-3535-	then :; else
ecl-20.4.24+ds/.pc/214.patch/src/configure:3536:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-3537-	fi
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-3595-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ecl-20.4.24+ds/.pc/214.patch/src/configure:3596:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-3597-	  break;;
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-3704-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ecl-20.4.24+ds/.pc/214.patch/src/configure:3705:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-3706-       break;;
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-4527-set x ${MAKE-make}
ecl-20.4.24+ds/.pc/214.patch/src/configure:4528:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-4529-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-4537-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
ecl-20.4.24+ds/.pc/214.patch/src/configure:4538:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ecl-20.4.24+ds/.pc/214.patch/src/configure-4539-  *@@@%%%=?*=@@@%%%*)
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-4830-  /* | ?:/* ) ;;
ecl-20.4.24+ds/.pc/214.patch/src/configure:4831:  *  ) srcdir="`(cd ${srcdir}; ${PWDCMD})`";
ecl-20.4.24+ds/.pc/214.patch/src/configure-4832-esac
ecl-20.4.24+ds/.pc/214.patch/src/configure-4833-if uname -a | grep -i 'mingw' > /dev/null; then
ecl-20.4.24+ds/.pc/214.patch/src/configure:4834:  true_srcdir=`(cd ${srcdir}; pwd -W)`
ecl-20.4.24+ds/.pc/214.patch/src/configure-4835-  true_builddir=`pwd -W`
ecl-20.4.24+ds/.pc/214.patch/src/configure-4836-else
ecl-20.4.24+ds/.pc/214.patch/src/configure:4837:  true_srcdir=`(cd ${srcdir}; pwd)`
ecl-20.4.24+ds/.pc/214.patch/src/configure-4838-  true_builddir=`pwd`
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-5248-$as_echo_n "checking for architecture... " >&6; }
ecl-20.4.24+ds/.pc/214.patch/src/configure:5249:ARCHITECTURE=`echo "${host_cpu}" | tr a-z A-Z` # i386 -> I386
ecl-20.4.24+ds/.pc/214.patch/src/configure-5250-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ARCHITECTURE}" >&5
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-5383-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/214.patch/src/configure:5384:      GMP_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$GMP_LIBDIR,"`" $GMP_LDFLAGS"
ecl-20.4.24+ds/.pc/214.patch/src/configure-5385-    fi
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-5507-  # Check for GNU $ac_path_GREP
ecl-20.4.24+ds/.pc/214.patch/src/configure:5508:case `"$ac_path_GREP" --version 2>&1` in
ecl-20.4.24+ds/.pc/214.patch/src/configure-5509-*GNU*)
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-5573-  # Check for GNU $ac_path_EGREP
ecl-20.4.24+ds/.pc/214.patch/src/configure:5574:case `"$ac_path_EGREP" --version 2>&1` in
ecl-20.4.24+ds/.pc/214.patch/src/configure-5575-*GNU*)
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-5734-do :
ecl-20.4.24+ds/.pc/214.patch/src/configure:5735:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/.pc/214.patch/src/configure-5736-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-5739-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/214.patch/src/configure:5740:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/214.patch/src/configure-5741-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-5779-  if test "x$with_c_gmp" = "xyes"; then
ecl-20.4.24+ds/.pc/214.patch/src/configure:5780:    gmp_build=`echo ${gmp_build} | sed 's,[^-]*\(-.*\),none\1,'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-5781-    echo '***'
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-5795-  mkdir gmp
ecl-20.4.24+ds/.pc/214.patch/src/configure:5796:    (destdir=`${PWDCMD}`; cd gmp && CC="${CC} ${PICFLAG}" \
ecl-20.4.24+ds/.pc/214.patch/src/configure-5797-     $srcdir/gmp/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-5828-# some options could be prefixed by -Wc, which means "flag for the compiler".
ecl-20.4.24+ds/.pc/214.patch/src/configure:5829:LDFLAGS=`echo ${LDFLAGS} ${GMP_LDFLAGS} | sed 's%-Wc,%%g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure:5830:CFLAGS=`echo ${CFLAGS} ${GMP_CFLAGS} | sed 's%-Wc,%%g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-5831-GMP_CFLAGS=""
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-5851-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/214.patch/src/configure:5852:      LIBFFI_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBFFI_LIBDIR,"`" $LIBFFI_LDFLAGS"
ecl-20.4.24+ds/.pc/214.patch/src/configure-5853-    fi
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-5865-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/214.patch/src/configure:5866:      LIBGC_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBGC_LIBDIR,"`" $LIBGC_LDFLAGS"
ecl-20.4.24+ds/.pc/214.patch/src/configure-5867-    fi
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-6301- test -d gc && rm -rf gc
ecl-20.4.24+ds/.pc/214.patch/src/configure:6302: currentdir=`${PWDCMD}`
ecl-20.4.24+ds/.pc/214.patch/src/configure-6303- cd $srcdir/${ECL_GC_DIR};
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-6309- if mkdir gc; then
ecl-20.4.24+ds/.pc/214.patch/src/configure:6310:   if (destdir=`${PWDCMD}`; cd gc; \
ecl-20.4.24+ds/.pc/214.patch/src/configure-6311-       $srcdir/${ECL_GC_DIR}/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-6450- if mkdir libffi; then
ecl-20.4.24+ds/.pc/214.patch/src/configure:6451:   if (destdir=`${PWDCMD}`; cd libffi; \
ecl-20.4.24+ds/.pc/214.patch/src/configure-6452-       $srcdir/libffi/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-6478-$as_echo_n "checking for soname flags... " >&6; }
ecl-20.4.24+ds/.pc/214.patch/src/configure:6479:PACKAGE_MAJOR=`echo ${PACKAGE_VERSION} | sed -e 's,\(.*\)\..*\..*,\1,g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure:6480:PACKAGE_MINOR=`echo ${PACKAGE_VERSION} | sed -e 's,.*\.\(.*\)\..*,\1,g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure:6481:PACKAGE_LEAST=`echo ${PACKAGE_VERSION} | sed -e 's,.*\..*\.\(.*\),\1,g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-6482-if test "${enable_soname}" != yes; then
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-6492-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}.${PACKAGE_LEAST}"
ecl-20.4.24+ds/.pc/214.patch/src/configure:6493:   SONAME3=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/214.patch/src/configure-6494-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}"
ecl-20.4.24+ds/.pc/214.patch/src/configure:6495:   SONAME2=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/214.patch/src/configure-6496-   i="${PACKAGE_MAJOR}"
ecl-20.4.24+ds/.pc/214.patch/src/configure:6497:   SONAME1=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/214.patch/src/configure:6498:   SONAME=`echo $SONAME | sed "s,.SOVERSION,,g"`
ecl-20.4.24+ds/.pc/214.patch/src/configure:6499:   SONAME_LDFLAGS=`echo $SONAME_LDFLAGS | sed "s,SONAME,$SONAME2,g"`
ecl-20.4.24+ds/.pc/214.patch/src/configure-6500-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${SONAME_LDFLAGS}" >&5
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-6564-    for ac_var in incroot usrlibdir libdir; do
ecl-20.4.24+ds/.pc/214.patch/src/configure:6565:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
ecl-20.4.24+ds/.pc/214.patch/src/configure-6566-    done
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-6674-  LIBS=$ac_save_LIBS
ecl-20.4.24+ds/.pc/214.patch/src/configure:6675:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
ecl-20.4.24+ds/.pc/214.patch/src/configure-6676-do
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-6724-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
ecl-20.4.24+ds/.pc/214.patch/src/configure:6725:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
ecl-20.4.24+ds/.pc/214.patch/src/configure-6726-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-6756-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/214.patch/src/configure:6757:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/214.patch/src/configure-6758-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-7125-do :
ecl-20.4.24+ds/.pc/214.patch/src/configure:7126:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/.pc/214.patch/src/configure-7127-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-7129-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/214.patch/src/configure:7130:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/214.patch/src/configure-7131-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-7141-do :
ecl-20.4.24+ds/.pc/214.patch/src/configure:7142:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/.pc/214.patch/src/configure-7143-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-7145-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/214.patch/src/configure:7146:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/214.patch/src/configure-7147-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-8270-do :
ecl-20.4.24+ds/.pc/214.patch/src/configure:8271:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/214.patch/src/configure-8272-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-8274-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/214.patch/src/configure:8275:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/214.patch/src/configure-8276-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-8460-do :
ecl-20.4.24+ds/.pc/214.patch/src/configure:8461:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/214.patch/src/configure-8462-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-8464-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/214.patch/src/configure:8465:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/214.patch/src/configure-8466-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-8835-do :
ecl-20.4.24+ds/.pc/214.patch/src/configure:8836:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/.pc/214.patch/src/configure-8837-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-8840-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/214.patch/src/configure:8841:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/214.patch/src/configure-8842-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-9102-do :
ecl-20.4.24+ds/.pc/214.patch/src/configure:9103:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/.pc/214.patch/src/configure-9104-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-9106-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/214.patch/src/configure:9107:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/214.patch/src/configure-9108-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-9155-ac_save_IFS=$IFS; IFS=','
ecl-20.4.24+ds/.pc/214.patch/src/configure:9156:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-9157-IFS=$ac_save_IFS
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-9433-do :
ecl-20.4.24+ds/.pc/214.patch/src/configure:9434:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/214.patch/src/configure-9435-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-9437-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/214.patch/src/configure:9438:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/214.patch/src/configure-9439-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-9448-do :
ecl-20.4.24+ds/.pc/214.patch/src/configure:9449:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/214.patch/src/configure-9450-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-9452-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/214.patch/src/configure:9453:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/214.patch/src/configure-9454-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-9463-do :
ecl-20.4.24+ds/.pc/214.patch/src/configure:9464:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/214.patch/src/configure-9465-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-9467-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/214.patch/src/configure:9468:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/214.patch/src/configure-9469-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-9476-do :
ecl-20.4.24+ds/.pc/214.patch/src/configure:9477:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/214.patch/src/configure-9478-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-9480-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/214.patch/src/configure:9481:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/214.patch/src/configure-9482-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-9674-    test -d atomic || mkdir atomic
ecl-20.4.24+ds/.pc/214.patch/src/configure:9675:    (destdir=`${PWDCMD}`; cd atomic && CC="${CC} ${PICFLAG}" \
ecl-20.4.24+ds/.pc/214.patch/src/configure-9676-     $srcdir/${ECL_GC_DIR}/libatomic*/configure --disable-shared \
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10013-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ecl-20.4.24+ds/.pc/214.patch/src/configure:10014:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ecl-20.4.24+ds/.pc/214.patch/src/configure-10015-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10081-if test -z "$BASH_VERSION$ZSH_VERSION" \
ecl-20.4.24+ds/.pc/214.patch/src/configure:10082:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/.pc/214.patch/src/configure-10083-  as_echo='print -r --'
ecl-20.4.24+ds/.pc/214.patch/src/configure-10084-  as_echo_n='print -rn --'
ecl-20.4.24+ds/.pc/214.patch/src/configure:10085:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/.pc/214.patch/src/configure-10086-  as_echo='printf %s\n'
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10088-else
ecl-20.4.24+ds/.pc/214.patch/src/configure:10089:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ecl-20.4.24+ds/.pc/214.patch/src/configure-10090-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10098-	expr "X$arg" : "X\\(.*\\)$as_nl";
ecl-20.4.24+ds/.pc/214.patch/src/configure:10099:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ecl-20.4.24+ds/.pc/214.patch/src/configure-10100-      esac;
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10175-# ----------------------------------------
ecl-20.4.24+ds/.pc/214.patch/src/configure:10176:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ecl-20.4.24+ds/.pc/214.patch/src/configure-10177-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10247-  {
ecl-20.4.24+ds/.pc/214.patch/src/configure:10248:    as_val=`expr "$@" || test $? -eq 1`
ecl-20.4.24+ds/.pc/214.patch/src/configure-10249-  }
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10351-      case $as_dir in #(
ecl-20.4.24+ds/.pc/214.patch/src/configure:10352:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ecl-20.4.24+ds/.pc/214.patch/src/configure-10353-      *) as_qdir=$as_dir;;
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10482-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ecl-20.4.24+ds/.pc/214.patch/src/configure:10483:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ecl-20.4.24+ds/.pc/214.patch/src/configure-10484-ac_cs_version="\\
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10505-  --*=?*)
ecl-20.4.24+ds/.pc/214.patch/src/configure:10506:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ecl-20.4.24+ds/.pc/214.patch/src/configure:10507:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-10508-    ac_shift=:
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10510-  --*=)
ecl-20.4.24+ds/.pc/214.patch/src/configure:10511:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ecl-20.4.24+ds/.pc/214.patch/src/configure-10512-    ac_optarg=
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10534-    case $ac_optarg in
ecl-20.4.24+ds/.pc/214.patch/src/configure:10535:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/.pc/214.patch/src/configure-10536-    '') as_fn_error $? "missing file argument" ;;
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10542-    case $ac_optarg in
ecl-20.4.24+ds/.pc/214.patch/src/configure:10543:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/.pc/214.patch/src/configure-10544-    esac
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10681-fi
ecl-20.4.24+ds/.pc/214.patch/src/configure:10682:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ecl-20.4.24+ds/.pc/214.patch/src/configure-10683-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10698-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ecl-20.4.24+ds/.pc/214.patch/src/configure:10699:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-10700-ac_delim='%!_!# '
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10704-
ecl-20.4.24+ds/.pc/214.patch/src/configure:10705:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ecl-20.4.24+ds/.pc/214.patch/src/configure-10706-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10842-for ac_last_try in false false :; do
ecl-20.4.24+ds/.pc/214.patch/src/configure:10843:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ecl-20.4.24+ds/.pc/214.patch/src/configure-10844-  if test -z "$ac_tt"; then
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-10974-      esac
ecl-20.4.24+ds/.pc/214.patch/src/configure:10975:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ecl-20.4.24+ds/.pc/214.patch/src/configure-10976-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-11033-*)
ecl-20.4.24+ds/.pc/214.patch/src/configure:11034:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-11035-  # A ".." for each directory in $ac_dir_suffix.
ecl-20.4.24+ds/.pc/214.patch/src/configure:11036:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ecl-20.4.24+ds/.pc/214.patch/src/configure-11037-  case $ac_top_builddir_sub in
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-11089-/@mandir@/p'
ecl-20.4.24+ds/.pc/214.patch/src/configure:11090:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ecl-20.4.24+ds/.pc/214.patch/src/configure-11091-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-11106-
ecl-20.4.24+ds/.pc/214.patch/src/configure:11107:# Neutralize VPATH when `$srcdir' = `.'.
ecl-20.4.24+ds/.pc/214.patch/src/configure-11108-# Shell code in configure.ac might set extrasub.
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-11133-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ecl-20.4.24+ds/.pc/214.patch/src/configure:11134:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ecl-20.4.24+ds/.pc/214.patch/src/configure-11135-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure-11213-
ecl-20.4.24+ds/.pc/214.patch/src/configure:11214:for i in $srcdir/c/*/; do mkdir -p c/`basename $i`; done
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-401-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac:402:      GMP_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$GMP_LIBDIR,"`" $GMP_LDFLAGS"
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-403-    fi
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-444-  if test "x$with_c_gmp" = "xyes"; then
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac:445:    gmp_build=`echo ${gmp_build} | sed 's,@<:@^-@:>@*\(-.*\),none\1,'`
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-446-    echo '***'
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-461-  dnl Notice we need -DPIC to force the assembler to generate PIC code
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac:462:  (destdir=`${PWDCMD}`; cd gmp && CC="${CC} ${PICFLAG}" \
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-463-     $srcdir/gmp/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-496-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac:497:      LIBFFI_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBFFI_LIBDIR,"`" $LIBFFI_LDFLAGS"
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-498-    fi
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-512-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac:513:      LIBGC_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBGC_LIBDIR,"`" $LIBGC_LDFLAGS"
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-514-    fi
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-599-AC_MSG_CHECKING(for soname flags)
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac:600:PACKAGE_MAJOR=`echo ${PACKAGE_VERSION} | sed -e 's,\(.*\)\..*\..*,\1,g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac:601:PACKAGE_MINOR=`echo ${PACKAGE_VERSION} | sed -e 's,.*\.\(.*\)\..*,\1,g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac:602:PACKAGE_LEAST=`echo ${PACKAGE_VERSION} | sed -e 's,.*\..*\.\(.*\),\1,g'`
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-603-if test "${enable_soname}" != yes; then
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-612-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}.${PACKAGE_LEAST}"
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac:613:   SONAME3=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-614-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}"
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac:615:   SONAME2=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-616-   i="${PACKAGE_MAJOR}"
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac:617:   SONAME1=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac:618:   SONAME=`echo $SONAME | sed "s,.SOVERSION,,g"`
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac:619:   SONAME_LDFLAGS=`echo $SONAME_LDFLAGS | sed "s,SONAME,$SONAME2,g"`
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-620-   AC_MSG_RESULT([${SONAME_LDFLAGS}])
##############################################
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac-937-
ecl-20.4.24+ds/.pc/214.patch/src/configure.ac:938:for i in $srcdir/c/*/; do mkdir -p c/`basename $i`; done
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-212-  /* | ?:/* ) ;;
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4:213:  *  ) srcdir="`(cd ${srcdir}; ${PWDCMD})`";
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-214-esac
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-215-if uname -a | grep -i 'mingw' > /dev/null; then
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4:216:  true_srcdir=`(cd ${srcdir}; pwd -W)`
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-217-  true_builddir=`pwd -W`
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-218-else
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4:219:  true_srcdir=`(cd ${srcdir}; pwd)`
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-220-  true_builddir=`pwd`
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-538-AC_MSG_CHECKING(for architecture)
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4:539:ARCHITECTURE=`echo "${host_cpu}" | tr a-z A-Z` # i386 -> I386
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-540-AC_MSG_RESULT([${ARCHITECTURE}])
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-840-# some options could be prefixed by -Wc, which means "flag for the compiler".
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4:841:LDFLAGS=`echo ${LDFLAGS} ${GMP_LDFLAGS} | sed 's%-Wc,%%g'`
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4:842:CFLAGS=`echo ${CFLAGS} ${GMP_CFLAGS} | sed 's%-Wc,%%g'`
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-843-GMP_CFLAGS=""
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-1026-    test -d atomic || mkdir atomic
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4:1027:    (destdir=`${PWDCMD}`; cd atomic && CC="${CC} ${PICFLAG}" \
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-1028-     $srcdir/${ECL_GC_DIR}/libatomic*/configure --disable-shared \
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-1104- test -d gc && rm -rf gc
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4:1105: currentdir=`${PWDCMD}`
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-1106- cd $srcdir/${ECL_GC_DIR};
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-1112- if mkdir gc; then
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4:1113:   if (destdir=`${PWDCMD}`; cd gc; \
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-1114-       $srcdir/${ECL_GC_DIR}/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-1190- if mkdir libffi; then
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4:1191:   if (destdir=`${PWDCMD}`; cd libffi; \
ecl-20.4.24+ds/.pc/215.patch/src/aclocal.m4-1192-       $srcdir/libffi/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-44-if test -z "$BASH_VERSION$ZSH_VERSION" \
ecl-20.4.24+ds/.pc/215.patch/src/configure:45:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/.pc/215.patch/src/configure-46-  as_echo='print -r --'
ecl-20.4.24+ds/.pc/215.patch/src/configure-47-  as_echo_n='print -rn --'
ecl-20.4.24+ds/.pc/215.patch/src/configure:48:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/.pc/215.patch/src/configure-49-  as_echo='printf %s\n'
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-51-else
ecl-20.4.24+ds/.pc/215.patch/src/configure:52:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ecl-20.4.24+ds/.pc/215.patch/src/configure-53-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-61-	expr "X$arg" : "X\\(.*\\)$as_nl";
ecl-20.4.24+ds/.pc/215.patch/src/configure:62:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ecl-20.4.24+ds/.pc/215.patch/src/configure-63-      esac;
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-198-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ecl-20.4.24+ds/.pc/215.patch/src/configure:199:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ecl-20.4.24+ds/.pc/215.patch/src/configure-200-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-325-      case $as_dir in #(
ecl-20.4.24+ds/.pc/215.patch/src/configure:326:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ecl-20.4.24+ds/.pc/215.patch/src/configure-327-      *) as_qdir=$as_dir;;
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-398-  {
ecl-20.4.24+ds/.pc/215.patch/src/configure:399:    as_val=`expr "$@" || test $? -eq 1`
ecl-20.4.24+ds/.pc/215.patch/src/configure-400-  }
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-405-# ----------------------------------------
ecl-20.4.24+ds/.pc/215.patch/src/configure:406:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ecl-20.4.24+ds/.pc/215.patch/src/configure-407-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-468-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ecl-20.4.24+ds/.pc/215.patch/src/configure:469:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ecl-20.4.24+ds/.pc/215.patch/src/configure-470-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-894-  case $ac_option in
ecl-20.4.24+ds/.pc/215.patch/src/configure:895:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ecl-20.4.24+ds/.pc/215.patch/src/configure-896-  *=)   ac_optarg= ;;
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-938-  -disable-* | --disable-*)
ecl-20.4.24+ds/.pc/215.patch/src/configure:939:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-940-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-943-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/.pc/215.patch/src/configure:944:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-945-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-964-  -enable-* | --enable-*)
ecl-20.4.24+ds/.pc/215.patch/src/configure:965:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-966-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-969-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/.pc/215.patch/src/configure:970:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-971-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-1177-  -with-* | --with-*)
ecl-20.4.24+ds/.pc/215.patch/src/configure:1178:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-1179-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-1182-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/.pc/215.patch/src/configure:1183:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-1184-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-1193-  -without-* | --without-*)
ecl-20.4.24+ds/.pc/215.patch/src/configure:1194:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-1195-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-1198-    ac_useropt_orig=$ac_useropt
ecl-20.4.24+ds/.pc/215.patch/src/configure:1199:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-1200-    case $ac_user_opts in
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-1231-  *=*)
ecl-20.4.24+ds/.pc/215.patch/src/configure:1232:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ecl-20.4.24+ds/.pc/215.patch/src/configure-1233-    # Reject names that are not valid shell variable names.
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-1252-if test -n "$ac_prev"; then
ecl-20.4.24+ds/.pc/215.patch/src/configure:1253:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-1254-  as_fn_error $? "missing argument to $ac_option"
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-1274-    */ )
ecl-20.4.24+ds/.pc/215.patch/src/configure:1275:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-1276-      eval $ac_var=\$ac_val;;
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-1309-ac_ls_di=`ls -di .` &&
ecl-20.4.24+ds/.pc/215.patch/src/configure:1310:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ecl-20.4.24+ds/.pc/215.patch/src/configure-1311-  as_fn_error $? "working directory cannot be determined"
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-1365-case $srcdir in
ecl-20.4.24+ds/.pc/215.patch/src/configure:1366:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ecl-20.4.24+ds/.pc/215.patch/src/configure-1367-esac
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-1408-By default, \`make install' will install all the files in
ecl-20.4.24+ds/.pc/215.patch/src/configure:1409:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ecl-20.4.24+ds/.pc/215.patch/src/configure:1410:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ecl-20.4.24+ds/.pc/215.patch/src/configure-1411-for instance \`--prefix=\$HOME'.
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-1585-*)
ecl-20.4.24+ds/.pc/215.patch/src/configure:1586:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-1587-  # A ".." for each directory in $ac_dir_suffix.
ecl-20.4.24+ds/.pc/215.patch/src/configure:1588:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-1589-  case $ac_top_builddir_sub in
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-2223-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
ecl-20.4.24+ds/.pc/215.patch/src/configure:2224:  as_decl_name=`echo $2|sed 's/ *(.*//'`
ecl-20.4.24+ds/.pc/215.patch/src/configure:2225:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-2226-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-2337-    *\'*)
ecl-20.4.24+ds/.pc/215.patch/src/configure:2338:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/.pc/215.patch/src/configure-2339-    esac
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-2420-      case $ac_val in
ecl-20.4.24+ds/.pc/215.patch/src/configure:2421:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ecl-20.4.24+ds/.pc/215.patch/src/configure-2422-      esac
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-2435-	case $ac_val in
ecl-20.4.24+ds/.pc/215.patch/src/configure:2436:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ecl-20.4.24+ds/.pc/215.patch/src/configure-2437-	esac
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-2558-    set,)
ecl-20.4.24+ds/.pc/215.patch/src/configure:2559:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ecl-20.4.24+ds/.pc/215.patch/src/configure:2560:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ecl-20.4.24+ds/.pc/215.patch/src/configure-2561-      ac_cache_corrupted=: ;;
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-2569-	# differences in whitespace do not lead to failure.
ecl-20.4.24+ds/.pc/215.patch/src/configure:2570:	ac_old_val_w=`echo x $ac_old_val`
ecl-20.4.24+ds/.pc/215.patch/src/configure:2571:	ac_new_val_w=`echo x $ac_new_val`
ecl-20.4.24+ds/.pc/215.patch/src/configure-2572-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-2589-    case $ac_new_val in
ecl-20.4.24+ds/.pc/215.patch/src/configure:2590:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/.pc/215.patch/src/configure-2591-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-3083-test "x$ac_build_alias" = x &&
ecl-20.4.24+ds/.pc/215.patch/src/configure:3084:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ecl-20.4.24+ds/.pc/215.patch/src/configure-3085-test "x$ac_build_alias" = x &&
ecl-20.4.24+ds/.pc/215.patch/src/configure-3086-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
ecl-20.4.24+ds/.pc/215.patch/src/configure:3087:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ecl-20.4.24+ds/.pc/215.patch/src/configure-3088-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-3107-IFS=$ac_save_IFS
ecl-20.4.24+ds/.pc/215.patch/src/configure:3108:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ecl-20.4.24+ds/.pc/215.patch/src/configure-3109-
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-3118-else
ecl-20.4.24+ds/.pc/215.patch/src/configure:3119:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ecl-20.4.24+ds/.pc/215.patch/src/configure-3120-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-3140-IFS=$ac_save_IFS
ecl-20.4.24+ds/.pc/215.patch/src/configure:3141:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ecl-20.4.24+ds/.pc/215.patch/src/configure-3142-
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-3491-$as_echo_n "checking whether the C compiler works... " >&6; }
ecl-20.4.24+ds/.pc/215.patch/src/configure:3492:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-3493-
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-3535-	then :; else
ecl-20.4.24+ds/.pc/215.patch/src/configure:3536:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-3537-	fi
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-3595-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ecl-20.4.24+ds/.pc/215.patch/src/configure:3596:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-3597-	  break;;
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-3704-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ecl-20.4.24+ds/.pc/215.patch/src/configure:3705:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-3706-       break;;
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-4705-set x ${MAKE-make}
ecl-20.4.24+ds/.pc/215.patch/src/configure:4706:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-4707-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-4715-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
ecl-20.4.24+ds/.pc/215.patch/src/configure:4716:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ecl-20.4.24+ds/.pc/215.patch/src/configure-4717-  *@@@%%%=?*=@@@%%%*)
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-5008-  /* | ?:/* ) ;;
ecl-20.4.24+ds/.pc/215.patch/src/configure:5009:  *  ) srcdir="`(cd ${srcdir}; ${PWDCMD})`";
ecl-20.4.24+ds/.pc/215.patch/src/configure-5010-esac
ecl-20.4.24+ds/.pc/215.patch/src/configure-5011-if uname -a | grep -i 'mingw' > /dev/null; then
ecl-20.4.24+ds/.pc/215.patch/src/configure:5012:  true_srcdir=`(cd ${srcdir}; pwd -W)`
ecl-20.4.24+ds/.pc/215.patch/src/configure-5013-  true_builddir=`pwd -W`
ecl-20.4.24+ds/.pc/215.patch/src/configure-5014-else
ecl-20.4.24+ds/.pc/215.patch/src/configure:5015:  true_srcdir=`(cd ${srcdir}; pwd)`
ecl-20.4.24+ds/.pc/215.patch/src/configure-5016-  true_builddir=`pwd`
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-5426-$as_echo_n "checking for architecture... " >&6; }
ecl-20.4.24+ds/.pc/215.patch/src/configure:5427:ARCHITECTURE=`echo "${host_cpu}" | tr a-z A-Z` # i386 -> I386
ecl-20.4.24+ds/.pc/215.patch/src/configure-5428-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ARCHITECTURE}" >&5
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-5561-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/215.patch/src/configure:5562:      GMP_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$GMP_LIBDIR,"`" $GMP_LDFLAGS"
ecl-20.4.24+ds/.pc/215.patch/src/configure-5563-    fi
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-5685-  # Check for GNU $ac_path_GREP
ecl-20.4.24+ds/.pc/215.patch/src/configure:5686:case `"$ac_path_GREP" --version 2>&1` in
ecl-20.4.24+ds/.pc/215.patch/src/configure-5687-*GNU*)
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-5751-  # Check for GNU $ac_path_EGREP
ecl-20.4.24+ds/.pc/215.patch/src/configure:5752:case `"$ac_path_EGREP" --version 2>&1` in
ecl-20.4.24+ds/.pc/215.patch/src/configure-5753-*GNU*)
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-5912-do :
ecl-20.4.24+ds/.pc/215.patch/src/configure:5913:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/.pc/215.patch/src/configure-5914-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-5917-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/215.patch/src/configure:5918:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/215.patch/src/configure-5919-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-5957-  if test "x$with_c_gmp" = "xyes"; then
ecl-20.4.24+ds/.pc/215.patch/src/configure:5958:    gmp_build=`echo ${gmp_build} | sed 's,[^-]*\(-.*\),none\1,'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-5959-    echo '***'
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-5973-  mkdir gmp
ecl-20.4.24+ds/.pc/215.patch/src/configure:5974:    (destdir=`${PWDCMD}`; cd gmp && CC="${CC} ${PICFLAG}" \
ecl-20.4.24+ds/.pc/215.patch/src/configure-5975-     $srcdir/gmp/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-6006-# some options could be prefixed by -Wc, which means "flag for the compiler".
ecl-20.4.24+ds/.pc/215.patch/src/configure:6007:LDFLAGS=`echo ${LDFLAGS} ${GMP_LDFLAGS} | sed 's%-Wc,%%g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure:6008:CFLAGS=`echo ${CFLAGS} ${GMP_CFLAGS} | sed 's%-Wc,%%g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-6009-GMP_CFLAGS=""
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-6029-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/215.patch/src/configure:6030:      LIBFFI_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBFFI_LIBDIR,"`" $LIBFFI_LDFLAGS"
ecl-20.4.24+ds/.pc/215.patch/src/configure-6031-    fi
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-6043-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/215.patch/src/configure:6044:      LIBGC_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBGC_LIBDIR,"`" $LIBGC_LDFLAGS"
ecl-20.4.24+ds/.pc/215.patch/src/configure-6045-    fi
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-6479- test -d gc && rm -rf gc
ecl-20.4.24+ds/.pc/215.patch/src/configure:6480: currentdir=`${PWDCMD}`
ecl-20.4.24+ds/.pc/215.patch/src/configure-6481- cd $srcdir/${ECL_GC_DIR};
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-6487- if mkdir gc; then
ecl-20.4.24+ds/.pc/215.patch/src/configure:6488:   if (destdir=`${PWDCMD}`; cd gc; \
ecl-20.4.24+ds/.pc/215.patch/src/configure-6489-       $srcdir/${ECL_GC_DIR}/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-6628- if mkdir libffi; then
ecl-20.4.24+ds/.pc/215.patch/src/configure:6629:   if (destdir=`${PWDCMD}`; cd libffi; \
ecl-20.4.24+ds/.pc/215.patch/src/configure-6630-       $srcdir/libffi/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-6656-$as_echo_n "checking for soname flags... " >&6; }
ecl-20.4.24+ds/.pc/215.patch/src/configure:6657:PACKAGE_MAJOR=`echo ${PACKAGE_VERSION} | sed -e 's,\(.*\)\..*\..*,\1,g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure:6658:PACKAGE_MINOR=`echo ${PACKAGE_VERSION} | sed -e 's,.*\.\(.*\)\..*,\1,g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure:6659:PACKAGE_LEAST=`echo ${PACKAGE_VERSION} | sed -e 's,.*\..*\.\(.*\),\1,g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-6660-if test "${enable_soname}" != yes; then
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-6670-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}.${PACKAGE_LEAST}"
ecl-20.4.24+ds/.pc/215.patch/src/configure:6671:   SONAME3=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/215.patch/src/configure-6672-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}"
ecl-20.4.24+ds/.pc/215.patch/src/configure:6673:   SONAME2=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/215.patch/src/configure-6674-   i="${PACKAGE_MAJOR}"
ecl-20.4.24+ds/.pc/215.patch/src/configure:6675:   SONAME1=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/215.patch/src/configure:6676:   SONAME=`echo $SONAME | sed "s,.SOVERSION,,g"`
ecl-20.4.24+ds/.pc/215.patch/src/configure:6677:   SONAME_LDFLAGS=`echo $SONAME_LDFLAGS | sed "s,SONAME,$SONAME2,g"`
ecl-20.4.24+ds/.pc/215.patch/src/configure-6678-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${SONAME_LDFLAGS}" >&5
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-6742-    for ac_var in incroot usrlibdir libdir; do
ecl-20.4.24+ds/.pc/215.patch/src/configure:6743:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
ecl-20.4.24+ds/.pc/215.patch/src/configure-6744-    done
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-6852-  LIBS=$ac_save_LIBS
ecl-20.4.24+ds/.pc/215.patch/src/configure:6853:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
ecl-20.4.24+ds/.pc/215.patch/src/configure-6854-do
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-6902-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
ecl-20.4.24+ds/.pc/215.patch/src/configure:6903:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
ecl-20.4.24+ds/.pc/215.patch/src/configure-6904-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-6934-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/215.patch/src/configure:6935:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/215.patch/src/configure-6936-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-7303-do :
ecl-20.4.24+ds/.pc/215.patch/src/configure:7304:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/.pc/215.patch/src/configure-7305-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-7307-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/215.patch/src/configure:7308:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/215.patch/src/configure-7309-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-7319-do :
ecl-20.4.24+ds/.pc/215.patch/src/configure:7320:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/.pc/215.patch/src/configure-7321-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-7323-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/215.patch/src/configure:7324:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/215.patch/src/configure-7325-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-8448-do :
ecl-20.4.24+ds/.pc/215.patch/src/configure:8449:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/215.patch/src/configure-8450-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-8452-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/215.patch/src/configure:8453:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/215.patch/src/configure-8454-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-8638-do :
ecl-20.4.24+ds/.pc/215.patch/src/configure:8639:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/215.patch/src/configure-8640-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-8642-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/215.patch/src/configure:8643:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/215.patch/src/configure-8644-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-9013-do :
ecl-20.4.24+ds/.pc/215.patch/src/configure:9014:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/.pc/215.patch/src/configure-9015-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-9018-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/215.patch/src/configure:9019:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/215.patch/src/configure-9020-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-9280-do :
ecl-20.4.24+ds/.pc/215.patch/src/configure:9281:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ecl-20.4.24+ds/.pc/215.patch/src/configure-9282-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-9284-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/215.patch/src/configure:9285:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/215.patch/src/configure-9286-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-9333-ac_save_IFS=$IFS; IFS=','
ecl-20.4.24+ds/.pc/215.patch/src/configure:9334:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-9335-IFS=$ac_save_IFS
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-9611-do :
ecl-20.4.24+ds/.pc/215.patch/src/configure:9612:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/215.patch/src/configure-9613-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-9615-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/215.patch/src/configure:9616:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/215.patch/src/configure-9617-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-9626-do :
ecl-20.4.24+ds/.pc/215.patch/src/configure:9627:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/215.patch/src/configure-9628-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-9630-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/215.patch/src/configure:9631:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/215.patch/src/configure-9632-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-9641-do :
ecl-20.4.24+ds/.pc/215.patch/src/configure:9642:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/215.patch/src/configure-9643-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-9645-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/215.patch/src/configure:9646:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/215.patch/src/configure-9647-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-9654-do :
ecl-20.4.24+ds/.pc/215.patch/src/configure:9655:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ecl-20.4.24+ds/.pc/215.patch/src/configure-9656-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-9658-  cat >>confdefs.h <<_ACEOF
ecl-20.4.24+ds/.pc/215.patch/src/configure:9659:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ecl-20.4.24+ds/.pc/215.patch/src/configure-9660-_ACEOF
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-9852-    test -d atomic || mkdir atomic
ecl-20.4.24+ds/.pc/215.patch/src/configure:9853:    (destdir=`${PWDCMD}`; cd atomic && CC="${CC} ${PICFLAG}" \
ecl-20.4.24+ds/.pc/215.patch/src/configure-9854-     $srcdir/${ECL_GC_DIR}/libatomic*/configure --disable-shared \
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-10191-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ecl-20.4.24+ds/.pc/215.patch/src/configure:10192:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ecl-20.4.24+ds/.pc/215.patch/src/configure-10193-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-10259-if test -z "$BASH_VERSION$ZSH_VERSION" \
ecl-20.4.24+ds/.pc/215.patch/src/configure:10260:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/.pc/215.patch/src/configure-10261-  as_echo='print -r --'
ecl-20.4.24+ds/.pc/215.patch/src/configure-10262-  as_echo_n='print -rn --'
ecl-20.4.24+ds/.pc/215.patch/src/configure:10263:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ecl-20.4.24+ds/.pc/215.patch/src/configure-10264-  as_echo='printf %s\n'
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-10266-else
ecl-20.4.24+ds/.pc/215.patch/src/configure:10267:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ecl-20.4.24+ds/.pc/215.patch/src/configure-10268-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-10276-	expr "X$arg" : "X\\(.*\\)$as_nl";
ecl-20.4.24+ds/.pc/215.patch/src/configure:10277:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ecl-20.4.24+ds/.pc/215.patch/src/configure-10278-      esac;
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-10353-# ----------------------------------------
ecl-20.4.24+ds/.pc/215.patch/src/configure:10354:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ecl-20.4.24+ds/.pc/215.patch/src/configure-10355-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-10425-  {
ecl-20.4.24+ds/.pc/215.patch/src/configure:10426:    as_val=`expr "$@" || test $? -eq 1`
ecl-20.4.24+ds/.pc/215.patch/src/configure-10427-  }
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-10529-      case $as_dir in #(
ecl-20.4.24+ds/.pc/215.patch/src/configure:10530:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ecl-20.4.24+ds/.pc/215.patch/src/configure-10531-      *) as_qdir=$as_dir;;
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-10660-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ecl-20.4.24+ds/.pc/215.patch/src/configure:10661:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ecl-20.4.24+ds/.pc/215.patch/src/configure-10662-ac_cs_version="\\
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-10683-  --*=?*)
ecl-20.4.24+ds/.pc/215.patch/src/configure:10684:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ecl-20.4.24+ds/.pc/215.patch/src/configure:10685:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-10686-    ac_shift=:
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-10688-  --*=)
ecl-20.4.24+ds/.pc/215.patch/src/configure:10689:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ecl-20.4.24+ds/.pc/215.patch/src/configure-10690-    ac_optarg=
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-10712-    case $ac_optarg in
ecl-20.4.24+ds/.pc/215.patch/src/configure:10713:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/.pc/215.patch/src/configure-10714-    '') as_fn_error $? "missing file argument" ;;
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-10720-    case $ac_optarg in
ecl-20.4.24+ds/.pc/215.patch/src/configure:10721:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ecl-20.4.24+ds/.pc/215.patch/src/configure-10722-    esac
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-10859-fi
ecl-20.4.24+ds/.pc/215.patch/src/configure:10860:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ecl-20.4.24+ds/.pc/215.patch/src/configure-10861-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-10876-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ecl-20.4.24+ds/.pc/215.patch/src/configure:10877:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-10878-ac_delim='%!_!# '
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-10882-
ecl-20.4.24+ds/.pc/215.patch/src/configure:10883:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ecl-20.4.24+ds/.pc/215.patch/src/configure-10884-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-11020-for ac_last_try in false false :; do
ecl-20.4.24+ds/.pc/215.patch/src/configure:11021:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ecl-20.4.24+ds/.pc/215.patch/src/configure-11022-  if test -z "$ac_tt"; then
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-11152-      esac
ecl-20.4.24+ds/.pc/215.patch/src/configure:11153:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ecl-20.4.24+ds/.pc/215.patch/src/configure-11154-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-11211-*)
ecl-20.4.24+ds/.pc/215.patch/src/configure:11212:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-11213-  # A ".." for each directory in $ac_dir_suffix.
ecl-20.4.24+ds/.pc/215.patch/src/configure:11214:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ecl-20.4.24+ds/.pc/215.patch/src/configure-11215-  case $ac_top_builddir_sub in
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-11267-/@mandir@/p'
ecl-20.4.24+ds/.pc/215.patch/src/configure:11268:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ecl-20.4.24+ds/.pc/215.patch/src/configure-11269-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-11284-
ecl-20.4.24+ds/.pc/215.patch/src/configure:11285:# Neutralize VPATH when `$srcdir' = `.'.
ecl-20.4.24+ds/.pc/215.patch/src/configure-11286-# Shell code in configure.ac might set extrasub.
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-11311-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ecl-20.4.24+ds/.pc/215.patch/src/configure:11312:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ecl-20.4.24+ds/.pc/215.patch/src/configure-11313-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure-11391-
ecl-20.4.24+ds/.pc/215.patch/src/configure:11392:for i in $srcdir/c/*/; do mkdir -p c/`basename $i`; done
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-403-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac:404:      GMP_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$GMP_LIBDIR,"`" $GMP_LDFLAGS"
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-405-    fi
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-446-  if test "x$with_c_gmp" = "xyes"; then
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac:447:    gmp_build=`echo ${gmp_build} | sed 's,@<:@^-@:>@*\(-.*\),none\1,'`
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-448-    echo '***'
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-463-  dnl Notice we need -DPIC to force the assembler to generate PIC code
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac:464:  (destdir=`${PWDCMD}`; cd gmp && CC="${CC} ${PICFLAG}" \
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-465-     $srcdir/gmp/configure --disable-shared --prefix=${destdir} \
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-498-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac:499:      LIBFFI_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBFFI_LIBDIR,"`" $LIBFFI_LDFLAGS"
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-500-    fi
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-514-    if (echo "$ECL_LDRPATH" | grep '~A') > /dev/null; then
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac:515:      LIBGC_LDFLAGS=`echo $ECL_LDRPATH | sed "s,~A,$LIBGC_LIBDIR,"`" $LIBGC_LDFLAGS"
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-516-    fi
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-601-AC_MSG_CHECKING(for soname flags)
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac:602:PACKAGE_MAJOR=`echo ${PACKAGE_VERSION} | sed -e 's,\(.*\)\..*\..*,\1,g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac:603:PACKAGE_MINOR=`echo ${PACKAGE_VERSION} | sed -e 's,.*\.\(.*\)\..*,\1,g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac:604:PACKAGE_LEAST=`echo ${PACKAGE_VERSION} | sed -e 's,.*\..*\.\(.*\),\1,g'`
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-605-if test "${enable_soname}" != yes; then
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-614-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}.${PACKAGE_LEAST}"
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac:615:   SONAME3=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-616-   i="${PACKAGE_MAJOR}.${PACKAGE_MINOR}"
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac:617:   SONAME2=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-618-   i="${PACKAGE_MAJOR}"
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac:619:   SONAME1=`echo $SONAME | sed "s,.SOVERSION,.$i,g"`
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac:620:   SONAME=`echo $SONAME | sed "s,.SOVERSION,,g"`
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac:621:   SONAME_LDFLAGS=`echo $SONAME_LDFLAGS | sed "s,SONAME,$SONAME2,g"`
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-622-   AC_MSG_RESULT([${SONAME_LDFLAGS}])
##############################################
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac-939-
ecl-20.4.24+ds/.pc/215.patch/src/configure.ac:940:for i in $srcdir/c/*/; do mkdir -p c/`basename $i`; done